body  {
	font-family:Verdana;
	background: #0E868F;
	padding: 0;
	text-align: center; 
	color: #000000;
}
.site #container { 
	width: 990px;
	background: #FFFFFF;
	border: none;
	text-align: left; 
} 
.site #header { 
	width:990px;;
	margin:0;
	background-color:#0E868F;
} 


.site #navigation {
	padding:10px 20px 10px 25px;
	background: url(images/navi_bg.jpg) repeat-x; 
	height:24px;
}

a img{
	text-decoration:none;
	border:0;
	padding:0;
	margin:0 3px 0 3px;

}

.site #header h1 {
	text-align:center;
}


.navmenu_container{
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
	height:40px;
	padding-left:60px;
}

.site #sidebar1 {

	padding:0 0 0 10px;
	margin:7px 20px 20px 0;
	float: right; 
	width: 200px; 
	color:#FF9966;
}


.site #sidebar1 img{
	border:0;
	border-style:none;
	text-align:center;
}

.site #sidebar1 a{
	text-decoration:none;
	color:#FF9966;
}


.site #sidebar1 h3{
	text-align:center;
}

.site #sidebar1 p{
	text-align:center;
	color:#990033;
}



.box {
	margin-bottom: 10px;
	background: url(images/box_top.png) no-repeat;


}

.box .top {
	padding: 8px 0px 6px 7px;
	color: #FF9966;
	font-size: 14px;
	font-family:Verdana;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
}

.box .bottom {
	height: 5px;
	background: url(images/box_bottom.png) no-repeat;
}


li.headlink{
	float:left;
}
li.headlink ul { display: none; }
li.headlink:hover ul { display: block; }





.mainContent {
	background: url(images/1bl.gif) 0 100% no-repeat; 
	width: 700px;
	margin: 10px 250px 20px 40px;

	background-color:#f2f2e8;
	font-size:14px;
} 
.br {background: url(images/1br.gif) 100% 100% no-repeat}
.tl {background: url(images/1tl.gif) 0 0 no-repeat}
.tr {background: url(images/1tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}


.mainContent h2{
	font-weight:bold;
	font-size:22px;
	margin-bottom:10px;
	color:#FF9966;
	padding-left:50px;


}

.mainContent img{
	text-align:center;
	margin-top:20px;
	padding-top:20px;
	margin-left:40px;
}


.mainContent h5{
	color:#0000FF;
	font-size:14px;

}

.mainContent img{
	padding:0;
	margin: 0 0 10px

}
.products ul{
color:#fff;
text-decoration:none;
}

.products a{text-decoration:none; color:#000; font-family:Verdana; font-weight:bold;}



.site #footer { 
	padding: 0 10px 0 20px; 
	background:#0E868F; 
} 
.site #footer p {
	background: #0E868F;
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	margin: 0; 
	padding: 10px 0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* for dropdown menu */
/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative;margin:0}
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1;list-style:none;text-decoration:none;margin-right:4px; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 11px 8px;text-decoration:none;color: #FFFFFF;height:20px; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none;height:30px;padding-top:0; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block;color: #000 } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }