html {
	height: 100%;
	margin-bottom: 1px;
}

body{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#3F3F3F;
}

h1,h2,h3,h4,h5,h6{
	color:#333333;
	font-family:lucida sans, lucida grande,Arial, Verdana, sans-serif;
	font-weight:normal;
}

h1{
	text-transform:uppercase;
	letter-spacing:.3em;
	font-size:162%;
	margin:0 0 15px 0;
}

h2{
	font-size:127%;
	margin:0 0 10px 0;
	font-weight:normal;
}

h3,h4,h5,h6{
	font-size:92%;
	margin:0 0 0px 0;
	font-weight:normal;
	color:#666666;
	margin:0 0 3px 0;
}

p{
	line-height:14pt;
	margin:0 0 20px 0;
}

a,a:link
{
	color:#3f3f3f;
	text-decoration:none;
}

a:active
{
	color:#ffffff;
}

a:visited
{
	color:#3f3f3f;
}

a:hover  
{  
	color:#FF6600;
} 

/* --- TEMPLATE STYLES --- */

#doc{
	width:812px;
	margin:0 auto;
	text-align:left;
}

/* --- HEAD --- */

#head{
	position:relative;
	clear:all;
	height:52px;
}

#logo{
	position:absolute;
	top:0;
	left:0;
	width:242px;
	height:52px;
}

#account{
	position:absolute;
	bottom:8px;
	right:0;
	width:570px;
	text-align:right;
}

#account-links{
	font-size:85%;
	text-transform:uppercase;
	position:absolute;
	bottom:0;
	right:151px;
	width:420px;	
}

#account-links a{
	padding:0 10px;
}

#search{
	position:absolute;
	bottom:0;
	right:0;
	width:150px;
	font-size:92%;
}


/* --- NAV --- */

#navbar-container{
	position:relative;
	margin:0;
	padding:0;
	min-height:30px;
	font-size:92%;
}

#navbar{
	position:absolute;
	top:7px;
	left:0;
	width:640px;
}

ul#nav,ul#nav2,ul#nav3{
	display:inline;
	margin:0 12px 0 0;
}

#nav li, #nav2 li, #nav3 li{
	display:inline;
}

#nav li a, #nav2 li a, #nav3 li a{
	padding:0 3px;
}

.nav-first,#nav2{text-transform:uppercase;}
#nav2 li a{padding:0 5px;}
.nav-first{padding:0;}

a.menu-selected{
	color:#FF6600;
}

#email{
	position:absolute;
	top:5px;
	right:0;
	width:172px;
	text-align:right;
}

/* --- BREADCRUMB --- */
#breadcrumb{
	min-height:15px;
	clear:both;
	text-align:right;
	font-size:85%;
	text-transform:lowercase;
}

/* --- CONTENT --- */

#main{
	clear:both;
	float:left;
	margin:15px 0;
	min-height:350px;
	height: auto !important;
	height: 350px;
}

#content-wrapper{
	clear:both;
	float:left;
}

.image{
	float:left;
	width:350px;
}

.image img{
	border:solid 1px #C4BEB9;
}

.content{
	float:right;
	width:460px;
	font-size:92%;
}

.full{
	width:812px;
	padding-top:30px;
}

.content ul{
	margin:0 0 20px 0;
}

.content li{
	margin:0 0 0 2em;
	list-style:disc;
}

.content blockquote{
	margin: 0 0 0 1em;
}

.content .inner{
	padding: 30px 0 0 30px;
}

/* --- HOME --- */
#home-table{
	width:812px;
}

#home-content{
	text-transform:uppercase;
	color:#000000;
	font-size:85%;
	height:63px;
	position:relative;
}

#home-content #home-content-inner1{
	position:absolute;
	top:7px;
	left:0px;
	width:100%;
	height:49px;
	background-color:#C3BEB9;
}

#home-content #home-content-inner2{
	padding:4px 21px;
}

#home-content p{
	margin:0;
	padding:0;
}

#home-content a,#home-content a:link{
	color:#ffffff;
	text-decoration:none;
}

#home-content a:hover{
	color:#990000;
}

/* --- PRODUCT ARRAY --- */

#product-array{

}
#product-array td{
	font-size:85%;
	padding:0 15px 15px 0;
}

#product-array td.last{
	padding:0 0 15px 0;
}

#product-array td img{
	border:solid 1px #C4BEB9;
}

/* --- PRODUCT DETAIL --- */

.wide{
	width:400px;
}

.narrow{
	width:412px;
}

#related{
	clear:both;
	float:left;
	padding-top:15px;
}

#mini-images{
	float:left;
	clear:both;
	padding-top:5px;
	width:100%;s
}

.mini-box{
	width:67px;
	float:left;
}

#mini-images img{
	border:solid 1px #C4BEB9;
}

#related{
	width:812px;
	overflow:auto;
}


/* --- FOOTER --- */

#footer{
	text-align:left;
	margin:7px auto;
	font-size:70%;
	padding:2px 0px 2px 0px;
	text-transform:uppercase;
}

#footer a, #footer a:link
{
	color:#3f3f3f;
	text-decoration:none;
	padding:0 5px;
}

#footer a:active,#footer a:visited
{
	color:#666666;
}

#footer a:hover  
{  
	color:#FF6600;
} 

.copy{
	padding:0 5px 0 0;
}


/* --- FORMS --- */
.input-text, .input-text-long, .input-zip, .input-state, .input-general, .input-area{
	padding:2px;
	border:solid 1px #C4BEB9;
	background:#eeeeee;
	margin:1px 1px 1px 3px;
}

.input-text:focus,.input-text-long:focus, .input-zip:focus, .input-state:focus, .input-general:focus,.input-area:focus{
	border:solid 1px #666666;
	background:#ffffff;
}

.input-text-long{
	width:250px;
}

.input-text{
	width:200px;
}

.input-zip{
	width:80px;
}

.input-state{
	width:20px;
}

.input-submit,.input-submit-small{
	cursor:pointer;
}

.input-submit{
	padding:3px 5px;
	font-size:107%;
}

#input-email, #input-search, .input-submit-small{
	border:solid 1px #C4BEB9;
	font-family:lucida sans, lucida grande,Arial, Verdana, sans-serif;
	font-size:92%;
}

#input-email:focus, #input-search:focus{
	border:solid 1px #666666;background:#ececec;
}

#input-email{
	width:140px;
	padding:1px;
}

#input-search{
	width:100px;
	padding:1px;
}

.input-area{
	width:250px;
	height:90px;
}

.area{
	width:400px;height:90px;
}

/* --- USER --- */
#user-orders{
	border-left:solid 1px #cccccc;
	border-top:solid 1px #cccccc;
}

#user-orders td{
	padding:1px 14px 1px 2px;
	border-bottom:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}

/* --- MISC --- */

.bar{
	height:10px;
	background:#C4BEB9;
	clear:both;	
}

.error-box{
	border-top:solid 2px #ff0000;
	border-bottom:solid 2px #ff0000;
	padding:5px 3px;
	margin:7px 0;
	background:#FFCCCC;
	color:#000000;
}

.error{
	color:#ff0000;
	font-weight:bold;
}

.success-box{
	border-top:solid 2px #339933;
	border-bottom:solid 2px #339933;
	padding:5px 3px;
	margin:7px 0;
	background:#CCFFCC;
	color:#000000;
}

.delim{margin:0 5px;}
.clear{clear:both;height:0px;}
.emph{font-weight:bold;color:#062D99;}
.paginate{padding:0 0 3px 0;font-size:92%;color:#666666;}
