﻿body 
{
	font-size: 11px;
}

#container
{
	background:url('/images/BackRightImage.jpg') no-repeat right top;
	font-family:Arial;
	margin:auto;
	width:1024px;
	
	/* IE Min-Height Hack */
	min-height:760px;
	height:auto !important;
	height:760px;
	
	position: relative;
}

#banner
{
	float:left;
	width:720px;
}

	#banner img
	{
		float:left;	
	}

	#phoneNumbers
	{
		color:#aeaeae;
		float:right;
		font-size:12px;
		margin-top:70px;
	}
	
	#EuropeanCustomers 
	{
		position: absolute;
		right: 302px;
		top: 30px;
		width: 267px;
		height: 41px;
		background: url("/Images/EU_link.jpg") no-repeat scroll 0 0 #FFFFFF;
	}
	
		#EuropeanCustomers a 
		{
			display: block;
			width: 267px;
			height: 41px;
		}
		
			#EuropeanCustomers a span 
			{
				display: none;
			}
	
#nav
{
	border-left:2px solid #b5b3b3;
	clear:both;
	width:720px;
}
	
	#nav ul
	{
		margin:0px;
		padding:0px;	
	}
	
		#nav ul li
		{
			font-weight:bold;
			padding:0px 5px 0px 5px;	
		}
		
			#nav ul li a
			{
				white-space:normal;	
			}
	
	#nav>ul li ul
	{
		border:1px solid #7eafd9;
		border-bottom:0px;
	}
	
		#nav>ul li ul li
		{
			background-color:#ebebeb;
			border-bottom:1px solid #7eafd9;
			text-align:left;
			padding:5px 10px;
		}
		
			#nav ul li ul li a
			{
				display:block;
			}
	
#content
{
	background:url(/images/BackShadow.jpg) no-repeat bottom left;
	border-left:2px solid #b5b3b3;
	padding-top:20px;
	padding-left: 15px;
	width:580px;
	line-height: 1.5em;
	padding-bottom: 20px;
	color: #5b5b5b;
	font-size: 11px;
	
	/* IE Min-Height Hack */
	min-height:535px;
	height:auto !important;
	height:535px;
}

	#content a 
	{
		color: #3a4c01;
	}

#footer
{
	color:#FFFFFF;
	clear:both;
	font-size:9px;
	width:710px;
	margin-bottom: 20px;	
}

	#footer a 
	{
		color: #fff;
	}
	
	
	#footerText
	{
		background-color:#848484;
		padding: 5px;
	}
	
	#copyright
	{
		color:#fff;
		float:left;
	}
	
	#bottomNav
	{
		float:right;
	}
		#bottomNav span
		{
			color:#fff;
			padding-left:3px;
			padding-right:3px;	
		}
		
		#bottomNav a
		{
			color:#fff;
			text-decoration:none;
		}
		
.clear { clear: both; }
		
h1, h2, h3, h4, h5, h6, p
{
	margin: 0;
	padding: 0;
}

h1 { font-size: 13px; }
h2 { font-size: 12px; }

p 
{
	margin-bottom: 15px;
}

.brown { color: #ba8748; }
.ltbrown { color: #c9a170; }

.sidebar a 
{
	text-decoration: none;
	color: #000;
}

	.sidebar a:hover 
	{
		text-decoration: underline;
	}

.productImage a 
{
	color: #ba8748;
	text-decoration: none;
	
}

	.productImage a img 
	{
		border: 1px #ba8748 solid;
	}
	
.ClearMargin { margin: 0; }
.ClearPadding { padding: 0; }

td { padding: 2px; }

.tech td
{
	border:1px solid #dee2d2;
}

/* Login Form */
#loginContainer {
	position: absolute;
	right: 302px;
	top: 0;
	z-index: 10000;
	width: 260px;
	/*height: 150px;*/
}
#loginContainer p {
	position: absolute;
	top: 8px;
	right: 90px;
}
#loginBtn {
	height:26px;
	position:absolute;
	right:0;
	top:0;
	width:61px;
}
.closedBtn {
	background-color: #3E1105;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.openBtn {
	background-color: #943201;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}	
#loginForm {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 240px;
	height: 85px;
	padding: 10px;
	background-color: #943201;
	border-radius: 4px 0 4px 4px;
	-moz-border-radius: 4px 0 4px 4px;
	-webkit-border-radius: 4px 0 4px 4px;
	display: none;
}
#loginBtn a {
	display: block;
	width: 65px;
	height: 16px;
	margin: 7px 0 0 15px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/buttons/login.gif);
	background-repeat: no-repeat;
}
#loginBtn a:hover {
	text-decoration: underline;
}
.openBtn a {
	background-position: 40px 0;
}
.closedBtn a {
	background-position: 40px -16px;
}
#loginForm fieldset {
	border: none;
}
#loginForm fieldset label {
	clear:left;
	color:#FFFFFF;
	display:block;
	float:left;
	line-height:25px;
	margin-left:-8px;
	padding-right:7px;
	text-align:right;
	width:60px;
}
#loginForm fieldset input {
	border:1px solid #C68E53;
	display:block;
	float:left;
	height:19px;
	margin-bottom:4px;
	width:158px;
}
#loginForm .loginBtn {
	background-color:#BA8748;
	border:1px solid #FFFFFF;
	clear:left;
	color:#FFFFFF;
	cursor:pointer;
	float:none;
	font-size:11px;
	height:25px;
	margin-left:60px;
	padding:4px;
	width:60px;
}
#loginForm .loginBtn:hover {
	background-color: #ffffff;
	border-color: #ba8748;
	color: #ba8748;
}
#loginForm .loginBtn:active {
	border-color: #394b00;
	color: #394b00;
}

/* Request an E-Commerce Account - Aztek 6/3/10 */
#requestAccount {
	width: 320px;
}
#requestAccount h1 {
	color: #B27C51;
	text-transform: uppercase;
}
#requestAccount fieldset {
	margin: 0;
	padding: 0;
	border: none;
	width: 320px;
}
#requestAccount fieldset legend {
	display: block;
	position: relative;
	width: 172px;
	height: 66px;
}
#requestAccount fieldset legend span {
	position: absolute;
	display: block;
	width: 172px;
	height: 42px;
	margin: 12px 0;
	text-indent: -9999px;
}
legend#legendContact {
	background: url(../images/contact-information.gif) 0 12px no-repeat;
}
legend#legendLogin {
	background: url(../images/login-information.gif) 0 12px no-repeat;
}
#requestAccount fieldset ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#requestAccount fieldset li {
	display: block;
	height: 20px;
	margin: 0;
	padding: 8px 0 5px;
	line-height: 33px;
}
#requestAccount fieldset label {
	display: block;
	float: left;
	clear: left;
	width: 97px;
	padding-right: 3px;
	text-align: right;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #000000;
}
#requestAccount fieldset label span, #requestAccount p.required {
	color: #3a4c01;
}
#requestAccount p.required {
	width: 97px;
	padding-right: 3px;
	text-align: right;
	float: left;
}
#requestAccount fieldset input {
	float: left;
	width: 156px;
	height: 18px;
	border: 1px solid #aaaaaa;
	margin: 0;
	padding: 0;
}
.submitBut {
	position: relative;
	float: right;
	right: 62px;
	background-color: #005eab;
	border: 1px solid #ffffff;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	padding: 4px;
	
	box-shadow: 3px 4px 5px #98948f;
	-moz-box-shadow: 3px 4px 5px #98948f;
	-webkit-box-shadow: 3px 4px 5px #98948f;
	filter:
        progid:DXImageTransform.Microsoft.DropShadow(color=#646464,offX=4,offY=5);
}
.submitBut:hover {
	background-color: #ffffff;
	border-color: #ba8748;
	color: #ba8748;
}
.submitBut:active {
	position: relative;
	top: 3px;
	right: 59px;
	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	filter:
        progid:DXImageTransform.Microsoft.DropShadow(color=#646464,offX=0,offY=0,enabled=false);
}