/*** INITIAL STYLING  ***/

/* Neutralize styling:
   Elements we want to clean out entirely */

html, body, form, fieldset{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	color:#333;
}

html{
	font-size: 100%;
}

body{
	font: 0.85em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#800000;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 10px;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 2em;
}

/* Miscellaneous conveniences: */
img{
 	border:none;
	margin:0 10px 10px 10px;
	padding:0;
}

a img {
	border: none;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/*** END OF INITIAL STYLING  ***/



/*** FONT AND LINK STYLING ***/

h1, h2, h3, h4, h5, h6{
	color: #333;
	text-transform: uppercase;
}
			
h1{
	font: 1.3em/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
			
h2{
	font: 1.1em/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
			
h3{
	font: 0.8em/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a, a:link, a:visited, a:active{
	color: #333;
	text-decoration: underline;
	}
			
a:hover{
	color: #999;
	text-decoration: none;
	}

/*** Layout Begins***/

div#container{
	width:940px;
	text-align:left;
	margin: 10px auto;
}

div#containerFloat{
	background-color:#fff;
	float:left;
	width:780px;
}

div#window-top{ 
	background-image:url(images/window-top.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	width:780px;
	height:15px;
}

div#header{
	width: 760px;
	height:220px;
	background-color:#fff;
	background-image:url(images/header.jpg);
 	background-repeat:no-repeat;
	background-position: 20px 5px;
	padding:5px 0 0px 20px;
}

div#header p{
	margin:0;
 	padding:0;
}

div#header a img{
	margin:0;
 	border:none;
}

div#header a{	
	display:block;
	width: 740px;
	height:220px;
 	margin:0;
 	padding:0;
 	border:none;
}

div#header a.section_anchor{	
	display:inline;
	width: 0;
	height:0;
 	margin:0;
 	padding:0;
 	border:none;
}

div#todays_date p#date{
 	text-align:right;
	margin:0;
	padding-right:40px;
	font-weight:bold;
}

div#wrapper{
	background-color:#fff; 
	float:left;
	width:100%;
}

div#Content{
	width:520px;
	margin:0 0 0 250px;
}

div#ContentInner{
	width:100%;
	margin:0 0px 20px 0px;
}

div.FullWBox{
	width:500px;
	margin:0 0 0 8px;
	padding: 1px 0 0 0;
	background-image:url(images/FullWBox.jpg);
	background-repeat: no-repeat;
}

div.FullWBoxBG{
	width:500px;
	margin:9px 0 0 0;
	padding: 1px 0 1px 0;
	background-image:url(images/FullWBoxBG.jpg);
	background-repeat: repeat-y;
}

div.FullWBoxBottom{
	overflow: hidden;
	height:10px;
 	width:500px;
	margin:0;
	padding:0;
	background-image:url(images/FullWBoxBottom.jpg);
	background-repeat: no-repeat;
}

div.FullWBoxInner{
	width:100%;
	margin:0 10px 0 10px;
}

div#navigation{
	float:left;
	width:250px;
	margin: 0 0 0 -780px;
	padding:0;
	overflow:hidden;
}

div#window-bottom{
	clear:both;
	background-image:url(images/window-bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	width:780px;
	height:15px;
}

div#footer{
	width:780px;
	margin: 0;
	text-align:center;
	color: #E6F3FF;
 background-color:#800000;
}

div#footer p{
	font-size: 0.75em;
	margin:0;
	padding:5px 10px;
}

div#footer a{
	color:#fff;
}

div#brands{
	width:110px;
	margin-left:800px;
	text-align:center;
}

div#brands p{
	margin:0;
 	padding:0;
}


div#brands img{
	margin:0px 0;
 	border:none;
}

div#brands a{
 	margin:0;
 	border:none;
}

div#brands-top{
	background-image:url(images/brands-top.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	width:110px;
	height:15px;
}

div#brands-inside{
	font-size:0.8em;
	color:#000;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#fff;
width:100%;
}

div#brands-inside h1{
	font-size:0.8em;
	color:#000;
	border-bottom:1px solid #000;
}

div#brands-inside a{
	display:block;
	margin:1px 0;
	padding:0;
}

div#brands-bottom{
	background-image:url(images/brands-bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	width:110px;
	height:15px;
}
/** Layout Ends **/

/*** Navigation ***/

div#menu_currenttree{
	width:250px;
	margin:0 0 0 20px;
 	padding:0;
}

div#menu_currenttree ul{
	font-family: Arial Black, Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
 	width:246px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#menu_currenttree ul li{
	 margin:0;
	 padding:0;

}

div#menu_currenttree ul a{
 	color:#333;
	display:block;
 	text-decoration: none;
}

 div#menu_currenttree ul li a{    /***IE Hacking***/
  voice-family: "\"}\""; 			/* First we use the voice family hack to hide the actual hack hack for IE5x as it went mad about it*/
  voice-family:inherit;
	height:.1em;								/* Then we set a height to increase the clickable region of the link in IE */
} 

div#menu_currenttree > ul li a {
	height:auto; 									/* Resets the height of the anchor back to “auto” for all other browsers, 		allowing the tabs to expand and contract as normal */
/***END of IE Hack***/
}

div#menu_currenttree ul a span{
	display:block;
}

div#menu_currenttree  ul li a.a_normal{
	background-image: url(images/menu/normal-bottom.jpg);
	background-repeat:no-repeat;
	background-position:0% 100%;
	padding:0px 0px 20px 0px;
	/*IE hack to reduce space between the menu buttons in IE5x*/
	margin:0 0 -15px 0;
  voice-family: "\"}\"";
  voice-family:inherit;
	margin:0 0 3px 0; 			/*Reset to normal for other browsers*/
}

div#menu_currenttree ul li a.a_normal span{
	background-image: url(images/menu/normal-top.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	padding:5px 0px 0px 10px;
}
div#menu_currenttree  ul li a.a_normal:hover{
	background-image: url(images/menu/hover-bottom.jpg);
	background-repeat:no-repeat;
}

div#menu_currenttree ul li a.a_normal:hover span{
	background-image: url(images/menu/hover-top.jpg);
	background-repeat:no-repeat;
}

div#menu_currenttree ul li.li_selected{
	background-image: url(images/menu/active-bottom.jpg);
	background-repeat:no-repeat;
	background-position:0% 100%;
	padding:0px 0px 20px 0px;
	margin:0 0 3px 0;
}

div#menu_currenttree ul li.li_selected a.a_selected{
 	color:#fff;
}

div#menu_currenttree ul li a.a_selected span{ 
	background-image: url(images/menu/active-top.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	padding:5px 0px 0px 10px;
}

div#menu_currenttree ul li.li_onpath {
	background-image: url(images/menu/active-bottom.jpg);
	background-repeat:no-repeat;
	background-position:0% 100%;
	padding:0px 0px 20px 0px;
	margin:0 0 3px 0;
}

div#menu_currenttree ul li.li_onpath a.a_onpath{
 	color:#fff;
}

div#menu_currenttree ul li a.a_onpath span { 
	background-image: url(images/menu/active-top.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	padding:5px 0px 0px 10px;
}



/* SUBMENU STARTS */

div#menu_currenttree ul ul{

}
div#menu_currenttree ul ul li{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
 	font-weight:normal;
	text-transform: none;
	padding:0px 0px 0px 30px;
	margin:0 0 0 0;
}

div#menu_currenttree ul ul li a{
	height:1.4em;
}

div#menu_currenttree ul ul li a.a_normal{
 	color:#fff;
 	background: transparent url(images/menu/bullet.jpg) left center no-repeat;
	padding:0;
	margin:0;
}

div#menu_currenttree ul ul li a.a_normal span{
  background-image:none;
	padding:0px 0px 0px 15px;
}
div#menu_currenttree ul ul li a.a_normal:hover{
	background: transparent url(images/menu/bullet-hover.jpg) left center no-repeat;
}

div#menu_currenttree ul ul li a.a_normal:hover span{
  background-image:none;
}

div#menu_currenttree ul ul li a.a_selected{
	background: transparent url(images/menu/bullet-arrow.jpg) left center no-repeat;
	padding:0;
	margin:0;
}

div#menu_currenttree ul ul li a.a_selected span{ 
  background-image:none;
	padding:0px 0px 0px 15px;
}

div#menu_currenttree ul ul li.li_selected{
  background-image:none;
	padding:0 0 0 30px;
	margin:0;
}

div#menu_currenttree ul ul li a.a_onpath { 
	background: transparent url(images/menu/bullet-arrow.jpg) left center no-repeat;
	padding:0;
	margin:0;
}

div#menu_currenttree ul ul li a.a_onpath span{ 
  background-image:none;
	padding:0px 0px 0px 15px;
}

div#menu_currenttree ul ul li.li_onpath{
  background-image:none;
	padding:0 0 0 30px;
	margin:0;
}


/*** END NAVIGATION ***/




/*** Navigation ***/

div.vlist{
	width:250px;
	margin:0 0 0 20px;
 	padding:0;
}

div.vlist ul{
	font-family: Arial Black, Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
 	width:246px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.vlist ul li{
	 margin:0;
	 padding:0;

}

div.vlist ul a{
 	color:#333;
	display:block;
 	text-decoration: none;
}

 div.vlist ul li a{    /***IE Hacking***/
  voice-family: "\"}\""; 			/* First we use the voice family hack to hide the actual hack hack for IE5x as it went mad about it*/
  voice-family:inherit;
	height:.1em;								/* Then we set a height to increase the clickable region of the link in IE */
} 

div.vlist > ul li a {
	height:auto; 									/* Resets the height of the anchor back to “auto” for all other browsers, 		allowing the tabs to expand and contract as normal */
/***END of IE Hack***/
}

div.vlist ul a span{
	display:block;
}

div.vlist  ul li a{
	background-image: url(images/menu/normal-bottom.jpg);
	background-repeat:no-repeat;
	background-position:0% 100%;
	padding:0px 0px 20px 0px;
	/*IE hack to reduce space between the menu buttons in IE5x*/
	margin:0 0 -15px 0;
  voice-family: "\"}\"";
  voice-family:inherit;
	margin:0 0 3px 0; 			/*Reset to normal for other browsers*/
}

div.vlist ul li a span{
	background-image: url(images/menu/normal-top.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	padding:5px 0px 0px 10px;
}
div.vlist  ul li a:hover{
	background-image: url(images/menu/hover-bottom.jpg);
	background-repeat:no-repeat;
}

div.vlist ul li a:hover span{
	background-image: url(images/menu/hover-top.jpg);
	background-repeat:no-repeat;
}

div.vlist ul li.menu-current {
	background-image: url(images/menu/active-bottom.jpg);
	background-repeat:no-repeat;
	background-position:0% 100%;
	padding:0px 0px 20px 0px;
	margin:0 0 3px 0;
}

div.vlist ul li.menu-current a{
 	color:#fff;background-image: none;
}

div.vlist ul li.menu-current a span{ 
	background-image: url(images/menu/active-top.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	padding:5px 0px 0px 10px;
}

div.vlist ul li.menu-parent {
	background-image: url(images/menu/active-bottom.jpg);
	background-repeat:no-repeat;
	background-position:0% 100%;
	padding:0px 0px 20px 0px;
	margin:0 0 3px 0;
}

div.vlist ul li.menu-parent a{
 	color:#fff;background-image: none;
}

div.vlist ul li.menu-parent a span { 
	background-image: url(images/menu/active-top.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	padding:5px 0px 0px 10px;
}



/* SUBMENU STARTS */

div.vlist ul ul{

}
div.vlist ul ul li{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
 	font-weight:normal;
	text-transform: none;
	padding:0px 0px 0px 30px;
	margin:0 0 0 0;
}

div.vlist ul ul li a{
	height:1.4em;
}

div.vlist ul ul li a{
 	color:#fff;
 	background: transparent url(images/menu/bullet.jpg) left center no-repeat;
	padding:0;
	margin:0;
}

div.vlist ul ul li a span{
  background-image:none;
	padding:0px 0px 0px 15px;
}
div.vlist ul ul li a:hover{
	background: transparent url(images/menu/bullet-hover.jpg) left center no-repeat;
}

div.vlist ul ul li a:hover span{
  background-image:none;
}

div.vlist ul ul li.menu-current a{
	background: transparent url(images/menu/bullet-arrow.jpg) left center no-repeat;
	padding:0;
	margin:0;
}

div.vlist ul ul li.menu-current a span{ 
  background-image:none;
	padding:0px 0px 0px 15px;
}

div.vlist ul ul li.menu-current{
  background-image:none;
	padding:0 0 0 30px;
	margin:0;
}

div.vlist ul ul li.menu-expand a { 
	background: transparent url(images/menu/bullet-arrow.jpg) left center no-repeat;
	padding:0;
	margin:0;
}

div.vlist ul ul li.menu-expand a span{ 
  background-image:none;
	padding:0px 0px 0px 15px;
}

div.vlist ul ul li.menu-expand{
  background-image:none;
	padding:0 0 0 30px;
	margin:0;
}

div.vlist ul ul li.menu-sibling a{
	background: transparent url(images/menu/bullet.jpg) left center no-repeat;
	padding:0;
	margin:0;
}

div.vlist ul ul li.menu-sibling a:hover{
	background: transparent url(images/menu/bullet-hover.jpg) left center no-repeat;
	padding:0;
	margin:0;
}

div.vlist ul ul li.menu-sibling a span{ 
  background-image:none;
	padding:0px 0px 0px 15px;
}

div.vlist ul ul li.menu-sibling{
  background-image:none;
	padding:0 0 0 30px;
	margin:0;
}

div.vlist ul ul li.menu-child a{
	background: transparent url(images/menu/bullet.jpg) left center no-repeat;
	padding:0;
	margin:0;
}

div.vlist ul ul li.menu-child a:hover{
	background: transparent url(images/menu/bullet-hover.jpg) left center no-repeat;
	padding:0;
	margin:0;
}

div.vlist ul ul li.menu-child a span{ 
  background-image:none;
	padding:0px 0px 0px 15px;
}

div.vlist ul ul li.menu-child{
  background-image:none;
	padding:0 0 0 30px;
	margin:0;
}






/*** END NAVIGATION ***/

/*** Contact Box Begins ***/

#contactbox{
	font-size: 0.8em;
	width:150px;
	margin:40px 0 40px 60px;
}

#contactbox p{
	 margin:0;
}

/*** Contact Box Ends ***/


/*** EXTRAS ***/

/* Vertical Padding Div's */
.pad10{
	overflow: hidden;
	display:block; 
	height:10px;
}
.pad20{
	overflow: hidden;
	display:block; 
	height:20px;
}
.pad30{
	overflow: hidden;
	display:block; 
	height:30px;
}
.pad40{
	overflow: hidden;
	display:block; 
	height:40px;
}
.pad50{
	overflow: hidden;
	display:block; 
	height:50px;
}
.pad60{
	overflow: hidden;
	display:block; 
	height:60px;
}
.pad70{
	overflow: hidden;
	display:block; 
	height:70px;
}
.pad80{
	overflow: hidden;
	display:block; 
	height:80px;
}
.pad90{
	overflow: hidden;
	display:block; 
	height:90px;
}
.pad100{
	overflow: hidden;
	display:block; 
	height:100px;
}
/*** Clear Divs ***/
.clear{
	clear:both;
	height:1px;
}


/*** GENERIC CLASSES  ***/

.alignleft { 
	text-align: left; 
}

.alignright { 
	text-align: right; 
}

.floatleft { 
	float: left; 
}

.floatright { 
	float: right; 
}

.clearboth { 
	clear: both; 
}

.clearleft { 
	clear: left; 
}

.clearright { 
	clear: right; 
}
/***  END GENERIC CLASSES  ***/

/*** MODULES BEGINS ***/

/** Contact Begins **/
.contact form {
	width: 430px;
	margin: 3px;
	padding: 10px 20px;
	background-image:url(images/FullWBoxBGColor.jpg);
}
	
.contact label {
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}
	
.contact input, .contact select, .contact textarea {
	width: 100%;
	margin-bottom: 10px;
}
	
.contact input#submit {
	width: auto;
}

.contact input.checkbox{
	width: auto;
	margin: 0 10px 0 0;
}

.contact p{
	margin: 20px 0 30px 25px;
	padding:0;
	font-weight:bold;
}
/** Contact Ends **/