/* VAC CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}



ul, ol, li {
	margin-left: 20px;
	padding: 0;
	border: 0;
}


.order_color {
color: #EE7F0B
}



body {
	color: #000000;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	min-width: 985px;
	/* background-image:url(/images/common/img_bckgrnd.gif); */
	background-color: #FFF;
	font-size:14px;
}




h1 {				  
	font-size: 18px;
	color: #5161ac;
}


h2 {				  
	font-size: 15px;
	color: #5161ac;
}

h3 {				
	font-size: 13px;
	color: #5161ac;
}




#wrapper { /* To wrap all and float center */
	width: 800px;
	w\idth: 800px;
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	margin-top:6px;
	text-align:left;
}



#topNav { /* Top navigation area */
	height: 166px;
	width: 804px;
	background-image: url(../images/global/newlogo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 10px;


}



	

/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: relative;
	padding-top:125px;
	}

#menuh
	{
	font-size:14px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	color: #5161ac;
	/*margin:2em;
	margin-top: 1em;*/
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	/* border: 1px solid #555; */
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	padding-bottom:10px;
	padding-top:10px;
	height:13px;
	/* background-color:green; */
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #EE7F0B;
	}	
			
/* 

Controls for Top Parent Links

*/		
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* Adds border to the left on top level nav*/
	{
	/*border-left: 1px solid #6AB0E1; */
	}
	
#menuh a.top_parentB, #menuh a.top_parentB:hover  /* Adds border to both side on top level nav*/
	{
	/* border-left: 1px solid #6AB0E1; */
	/* border-right: 1px solid #fff; */
	}	
	

	

#menuh a.parent 	/* Controls the parent during rest: no arrow */
	{
	background-color: #5161ac;
	padding-left: 5px;
	padding-right: 5px;
	}
	
#menuh a.parent:hover 	/* Controls the parent during hover: no arrow */
	{
	
	background-color: #CAD4DE;
	
	}	
	
	
	
#menuh a.arrow 	/* Controls the parent during rest: arrow */
	{
	background-color: #5C6F7A;
	background-image: url(/images/global/img_rightarrow.gif);
	background-position: right center;
	background-repeat: no-repeat;

	}
	
#menuh a.arrow:hover /* Controls the parent during hover: arrow */
	{
	background-color: #CAD4DE;
	background-image: url(/images/global/img_rightarrow.gif);
	background-position: right center;
	background-repeat: no-repeat;

	}
	
/*		
	
Controls for Sub Parent Links

*/	
	
#menuh a.subParent 	/* Controls the subparent during rest: no arrow */
	{
	background-color: #5161ac;
	
	}
	
#menuh a.subParent:hover 	/* Controls the parent during hover: no arrow */
	{
	background-color: #5161ac;
	
	}		


	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:10em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */



/* Main Content Area */


#mainContent {
	padding: 10px;
	line-height: 130%;
	
	}
	
	


	
	
#mainContent a:link, #mainContent a:visited {
	color:#5161ac;
	text-decoration: underline;
}

#mainContent a:hover {
	text-decoration: none;
	color: #FF9900;
}

#mainContent ul {
	line-height: 20px;
	padding-left: 15px;
		
}
/* Right Side Content Area */

#SideRt {
	margin-left: 15px;
	margin-bottom: 4px;
	vertical-align:top;
	float:right;
	width:250px;
	clear:right;
	background-color: #CAD4DE;
	padding:5px;
}


#SideLeft {
	margin-left: 0px;
	margin-bottom: 4px;
	vertical-align:top;
	float:left;
	width:450px;
	clear:left;
	background-color: #D8E3EF;
	padding:10px;
	margin-right: 25px;
}

.sideContent {
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	background-color: #F5F5F5;
	font-size: 100%;
	padding:5px;
	text-align:left;
	
}

/* Product Area on front */

#PrdArea {
	width: 200px;
	height: 200px;
	border: #999 solid 1px;
	background-image:url(/images/global/img_PrdBck.gif);
	background-color: #fff;
	background-repeat:repeat-x;
	padding: 5px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;


}	




/* Bottom Navigation */

#bottomNav {
	position: relative;
	border-top: 1px solid #585854;
	clear: both;
}

#bottomNav p {
	color: #999;
	text-align: center;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;

}

#bottomNav a:link, #bottomNav a:visited {
	color: #999;
	text-align: center;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	text-decoration: none;

}

#bottomNav a:hover {
	text-decoration: underline;
	color:#5161ac;
}
.small {
	font-size: 12px;
}
.medium {
	font-size: 13px;
	line-height: normal;
}


.colorText {
	color: #5161ac;
	font-weight: bold;
}

#onlineTD {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #9CADBE;
	border-bottom: 1px;
	padding-bottom: 10px;

}

#onlineTDnoBorder {

	padding-bottom: 10px;
}
#orderButton {
	width: 480px;
	padding-bottom: 20px;
	clear: left;
}
#RightFloat {
	float: right;
	width: 280px;
}
