/* CSS Document */

body {
    background: url(images/background2.gif) repeat-x;
    color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #404F70;
	font-weight:normal;
	margin: 1.25em 0 0 0;
	padding: 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 20px;
	font-weight:bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 16px;
	margin: 1.25em 0 0 0;
	padding: 0;
	font-weight:bold;
}


a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #6600FF;
	text-decoration: none;
}

a:hover {
	color: #233855;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

#container{ 
	width:100%;
	margin:0;
	/*min-height: 100%;*/
}
/*
* html #container {
height:100%;
}
*/

#header{ 
	/*position:absolute;
	top: 15px;
	left: 7px;*/
	
	
}

#header_logo{ 
	position:absolute;
	top: 29px;
 	left: 7px;
}

#header_tagline{ 
	position:absolute;
	top: 29px;
 	left: 565px;
	
}

#header_search{ 
	position:absolute;
	top: 114px;
 	left: 633px;
	
}

#ordernow {
	border: 1px solid #404F6E;
}



/* - - - -   HEADER NAV STYLES  */

#header_nav_top {
	position: absolute;
	top:93px;
	left:36px;
	width: 600px;
}

#header_nav_top ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#header_nav_top ul li {
	list-style: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #AA6426;
}

#header_nav_top ul li a {
	color: #AA6426;
	font-weight: bolder;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#header_nav_top ul li a:hover {
	color: #AA6426;
	font-weight: bolder;
	text-decoration:underline;
}


#header_nav_bottom {
	position: absolute;
	top:121px;
	left:36px;
	width: 800px;
}

#header_nav_bottom ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header_nav_bottom ul li {
	list-style: none;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#header_nav_bottom ul li a {
	color: #ffffff;
	text-decoration: none;

}

#header_nav_bottom ul li a:hover {
	color: #ffffff;
	text-decoration:underline;
}

 #leftnav {
	margin: 17px 0 0 0;
	padding:1em 1em 2.75em 1em;
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	color: #2A3551;
	width:160px;
	font-size:12px;
}





#leftnav img {
	padding: 15px 0 0 18px;
	margin: 0 0 0 0;
}

#leftnav p.top {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 160px;
}

#leftnav ul {
	margin: 0;
	padding: 0 0 0 0;
	width: 160px;
}

#leftnav ul li {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#leftnav ul li a {
	display: block;
	text-decoration: none;
	color: #2A3551;
	padding: 3px;
	}


#leftnav ul li ul {
	padding:1em 0 1em 0;
	margin: 0;
}




.subnav_on li  {
	font-size: 11px;
	margin: 0 0 0 1em;
	padding: 0 0 0 0;
	border: none;
	list-style-type: none;
}

.leftnav_on {
	list-style-type: none;
	background-color:#D9DCE3;
	background-image: url(images/orange_arrow_down.gif);
	background-repeat:no-repeat;
	background-position: 12em 10px;
	border-top: 1px solid #AA6426;
}

.leftnav_off {
	list-style-type: none;
	background-image: url(images/orange_arrow_up.gif);
	background-repeat:no-repeat;
	background-position: 12em 5px;
	border-top: 1px solid #AA6426;	
	}



.nav_first_item {
	border:none;
	padding: 0;
	margin: 0 0 0 0;
}

a.leftnav_off:hover {
	background-color:#D9DCE3;
	background-image: url(images/orange_arrow_down.gif);
	background-repeat:no-repeat;
	background-position: 12em 10px;
	} 

.leftnav_off .subnav_on {
	border:none;
	
	}

.subnav_on a {
	background-color: #FFFFFF;
	border:none;
	background-image: url(images/single_arrow_nav.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
}

.subnav_on a:hover {
	background-color: #FFFFFF;
	border:none;
	background-image: url(images/single_arrow_nav.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	font-weight:bold;
}

.subnav_on .leftnav_on {
	font-weight:bold;
	}

.subnav_off{
	visibility: hidden;
	display:none;
	
}

.subnav_on{
	visibility: visible;
	display:block;
}


 #content {
 	width: 650px;
	padding: 1em 1em 1em 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:auto;
	/*background-color: green;*/
	}

 #content_home {
	padding: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:relative;
	top: 0px;
	left: 0px;
	margin-left: 200px;
	margin-top: 143px;
	/*background-color: green;*/
	
	}

#content p {
border-bottom: 1px solid #AA6426;
margin: 0 0 0 0;
padding: 8px 0 0 0;
width: 575px;}

.none {
border-bottom: 1px solid #FFFFFF;
}


#content td {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 0 0 0;
padding: 8px 0 0 0;
width: 575px;}


.small  {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
}

#homefocus {
	position: absolute;
	top: 10px;
	left:350px;
	width: 100px;
	margin: 0 0 0 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404F6E;
	font-weight: bold;
	}

#intro {
	position:relative;
	top: 1px;
	left: 0px;
	width: 665px;
	margin: 0 0 0 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #404F6E;
	line-height:1.5;
	/*background-color:gray;*/
	height:428px;
	}

#intro img {
	float: left;
	padding:0;
	margin:0;
	}
	

#intro p {
	padding-top:120px;
	
	}

#intro a:link {
	color: #AA6426;
	font-weight: bold;
	text-decoration: none;
}

#intro a:visited {
	color: #AA6426;
	font-weight: bold;
	text-decoration: none;
}

#intro a:hover {
	color: #AA6426;
	font-weight: bold;
	text-decoration: underline;
}

#intro a:active {
	color: #AA6426;
	font-weight: bold;
	text-decoration: none;
}


#footer {
	margin: 0 0 0 0;
	padding: 0;
	color: #333;
	border-top: 1px solid #000000;
	font-size:11px;
	color: #424F6F;
	width:898px;
	
	
}

#footer table td {
	font-size:11px;
	}
#footer table td.border {
	border-right: 1px solid #000000;
	padding: 10px 10px 10px 15px;
	}

#footer table td.orange {
	color: #AA6426;
	}

#footer table ul {
	margin: 0 0 0 2em;
	padding: 0;
	list-style-position:inside;
	}
	
#footer table ul li{
	margin: 0;
	padding: 0;
	list-style-image: url(images/product_arrow.gif);
	}


#table_content {
	margin-top: 125px;
	
}

table#content td.leftnav {
	width: 160px;
	
	
}
