@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	background-color: #FFB366;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-y;

}

#wrapper {
	position: relative;
	top: 3px;
	max-width: 990px; /* sets max layout width */
	min-width: 880px; /* sets min layout width */
	margin-left :auto;  /* centers layout in browser */
	margin-right: auto; /* centers layout in browser */
	text-align: left; /* resets the centering hack for IE6 on the body tag */
	background: url(../img/faux-col186.gif)
	repeat-y right;
}



#header {
	height: 11.8em;
	
	background-color: #ffbc78;
	border: 1px solid #C00;
	background-image: url(../img/header150_gradient.jpg);
	background-repeat: repeat-x;
	}
#onecolwrap_left {
	margin-right: -186px;
float :left;
width: 100%;
	display: inline;
}
#content {
	float: left;
	margin-right: 186px;
	background-color: #FFFFD9;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #006;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	padding-left: 3px;
	padding-right: 3px;
	}

#promo {
	float: left;
	width: 180px;
	float: left;
	padding: 3px;
	background-color: #f60;	
} 

#footer {
	clear:both; /* TEMP - REMOVE OR RESTYLE  */
	padding: 3px;
	background-color: #FF3;
	background-image: url(../img/footer_bg24-vert.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#header, #content, #promo, #footer {
	overflow: hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	
	}
#promo, #footer {
	text-align: center;
	vertical-align: top;	
	
	}

/* More specific stuff like tables, heads, etc. */	

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #c00;
	font-weight: 700;
}

h1.itGeoRuUkr {font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 700;
	color: #039;
}

h1.yumico-catering {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
}

.menu_titles {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #C00;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #006;
}
.menu_titles1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #C00;
	
}
.title_lines {
	background-color: #36F;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	color: #FFC;
	background-image: url(../img/blu_grad20-vert.jpg);
	background-repeat: repeat-x;
	
}
p.title_lines:hover {
	color: #FF9;
}
.td_left {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #006;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
}
.td_middle {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #006;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
}

.td_right {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
}

.td_left, .td_middle, .td_right {
	
	text-align: center;
	vertical-align: middle;
}
.float_left {float: left; margin: 0 .3em .3em 0;}      
.float_right {float: right;  margin: 0 0 .3em .3em;
} 
.img_position {
	padding-right: 2px;	
}
.img_style {border-style: none;
}
/* Links and navigation: colors, etc. */

ul.nav {
	width: 72em;
	padding: 0;
	width: auto;
	background: #FAA819 url(../img/mainNavBg.gif) repeat-x;
	list-style: none;
	text-transform: uppercase;
	overflow: hidden;
	
}

ul.nav li {
  float: left;
	white-space: nowrap;
}


ul.nav a {
	line-height: 1.8em;
	background: url(../img/divider.gif) repeat-y left top;
	text-decoration: none;
	color: #FFF;
	float: left;
	display: block;
	padding-top: 0em;
	padding-right: 2.2em;
	padding-left: 2.2em;
}


ul.nav a:hover ,
ul.nav a:focus {
	color: #FF9;
}


/*ul.nav .first a {
  background: none;
}*/

ul.nav li:first-child a {
  background: none;
}

p a {

  text-decoration: none;
  color: #006;
 }
p a:hover ,
p a:focus {
	color: #C33;
	font-weight: 600;
}

p.nav_bottom {
	text-align: center;
}
p.nav_bottom a {

  text-decoration: none;
  color: blue;
 
}
p.nav_bottom a:hover ,
p.nav_bottom a:focus {
  color: red;
}
tr a {
	text-decoration: none;
	color: #09C; 
}
tr a:hover ,
tr a:focus {
	color: #F60;
}

a[href$=".pdf"] {background: url(../img/pdf.jpg) no-repeat right top;
	padding-right: 23px;
	}
a[href$=".xls"] {background: url(../img/Excel.gif) no-repeat right top;
	padding-right: 23px;
	}	
span.form_bold {
	font-weight: bold;
	color: #333;
}
.submit_form {
	padding-left: 1em;
}
/*.special {
	visibility:hidden;   
  display:none;
} */
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #666;
}

.menu_blue {
	font-weight: 600;
	color: #009;
}
.th_header {
	color: #666;
}
