/* CSS Document */
* {padding:0px; margin:0px}
#bottom {position: absolute; bottom:0px; left:0px; width:100%;}
body {background: url('/templates/10/img/grad.jpg') repeat-x #0d5f51}

#menu { 	
	width: 85%;
	margin: 10px auto 0 auto;
}

#menu td {
	padding: 0 0px;
	text-align: center;
	font-size: 9pt;	
	font-weight: bold;
}
#menu a { 
	font-family: Verdana;
	color: #eee; 
	text-transform: uppercase; 
	text-decoration: none;
	white-space: nowrap;
}

.submenu { 
	position: absolute; 
	background: transparent;
	display: none;
	z-index: 5;
}

.submenu p { 
	background: #175347; 
	white-space: nowrap;
	text-align: center;
}

.submenu a { 
	display: block;
	padding: 3px 5px;
	text-transform: lowercase !important; 
	font-size: 9pt !important; 
	text-decoration: none !important; 
	font-style: italic; 
	font-weight: normal;
	color: #ddd !important;
}

.submenu a:hover { background-color: #1C816E;} 

#search { 
	position: absolute;
	bottom: 30px;
	left: 150px;
	z-index: 5;
}

search_form { 
	float: right; 
	position: relative; 
	top: 30px;
}

#search_form span { 
	color: #7FBCAD; 
	font-size: 9pt;
	font-family: Arial;
}

#search_str { 
	width: 110px; 
	padding-left: 2px;
	border: 1px solid #073B30; 
	color: white; 
	background: #175347;
}

#search_submit { 
	position: relative; 
	top: 6px; 
	width: 24px; 
	height: 22px;
}

#contacts {
	position: absolute;
	bottom: 10px;
	right: 25px;
	width: 600px;
	color: #ddd;
	line-height: 1.3em;
	text-align: right;
	font-family: Arial;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
}
