

/* -------- global styles ------ */
/* ----------------------------- */

body	{
	margin:0;
	padding:0;
	background:#000 url(images/bg.gif) repeat-y;
}

body,td {
	font-family: Verdana, sans-serif;
 	color: #d9d9d9;
    font-size: 11px;      
}

form	{
	margin:0;
}

input, textarea, select	{
	font-family: Verdana, sans-serif;
    font-size: 12px;      
}

p	{
	font-size:12px;
}

a, a:visited	{
	color:#ffa70e;
	text-decoration: none;
}

a:hover, a.visited:hover	{
/*	color:#ffb600; */
	text-decoration: underline;
}

#centerer	{
	width:100%;
	text-align:center;
	padding:0;
	background-color:#f00;
}

#mainBody		{
	position:relative;
	padding:0;
	margin:0;
	width:760px;
	border-right: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
	background-color:#474747;
/*	border:4px solid #Bcae95; */
	border-bottom:0;
	border-top:0;
}

#logoBig	{
	position:absolute;
	top:288px;
	left:316px ;
	z-index:4;
}

#mainContent	{
	position:absolute;
	left:0;
	top:120px;
	width:760px;
	border-right: 1px solid #9f9f9f;
	background:transparent url(images/bg_leftcurve.gif) no-repeat;
	z-index:7;
}

#mainContent2	{
	position:absolute;
	left:0;
	top:120px;
	width:760px;
	border-right: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
	background:#474747 url(images/bg_leftcurve.gif) no-repeat;
	z-index:7;
}

#contentTable	{
	width:760px;
}

#smallText	{
	font-size:10px !important;
	line-height:120% !important;
}

#footer	{
	text-align:center;
	color:#bcae95;
	padding:6px 0 20px 0;
}

h2:first-child, p:first-child	{
	margin-top:0;
}

/* ------- top nav styles ------ */
/* ----------------------------- */

#topnav	{
	width:760px;
	height:120px;
	text-align:right;
	padding:0;
	margin:0;
	background:url(images/bg_nav_sm.gif) no-repeat;
	z-index:2;
	}
	
#topnav #tagline	{
	margin:8px 10px 0 0;
	}
	
#logosmall	{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}

#navbtns	{
	position:absolute;
	top:45px;
	left:150px;
	padding: 0; 
	width: 607px; height: 26px; 
	z-index:5;
	}
	
#navbtns ul	{
	margin:0;
	padding:0;
}
	
#navbtns li	{
	position: absolute; 
	height: 26px; 
	top: 0px; 
	background: url(images/navbtns.gif) 0 0 no-repeat; 
	display: block; 
	list-style: none;
	}
	
#navbtns a	{
	height:26px;
	display: block; 
	}
	
#navbtns #btnHome {left: 0px; width:72px;}
#navbtns #btnShop {left: 75px; background-position: -75px 0; width:148px;}
#navbtns #btnAbout {left: 226px; background-position: -226px 0; width:140px;}
#navbtns #btnLost {left: 369px; background-position: -369px 0; width:104px;}
#navbtns #btnSupport {left: 476px; background-position: -476px 0; width:131px;}

#navbtns #btnHome a:hover {background: url(images/navbtns.gif) 0px -26px no-repeat;}
#navbtns #btnShop a:hover {background: url(images/navbtns.gif) -75px -26px no-repeat;}
#navbtns #btnAbout a:hover {background: url(images/navbtns.gif) -226px -26px no-repeat;}
#navbtns #btnLost a:hover {background: url(images/navbtns.gif) -369px -26px no-repeat;}
#navbtns #btnSupport a:hover {background: url(images/navbtns.gif) -476px -26px no-repeat;}
	
#navbtns #btnHome a.active, #navbtns #btnHome a.active:hover {background: url(images/navbtns.gif) 0px -52px no-repeat;}
#navbtns #btnShop a.active, #navbtns #btnShop a.active:hover {background: url(images/navbtns.gif) -75px -52px no-repeat;}
#navbtns #btnAbout a.active,#navbtns #btnAbout a.active:hover {background: url(images/navbtns.gif) -226px -52px no-repeat;}
#navbtns #btnLost a.active, #navbtns #btnLost a.active:hover {background: url(images/navbtns.gif) -369px -52px no-repeat;}
#navbtns #btnSupport a.active, #navbtns #btnSupport a.active:hover {background: url(images/navbtns.gif) -476px -52px no-repeat;}


/* -------- home styles -------- */
/* ----------------------------- */

#homeBg	{
	position:absolute;
	top:0;
	left:0;
	border-right: 1px solid #9f9f9f;
	z-index:1;
	background-color:#474747;
}

#homeLogo	{
	position:absolute;
	top:0;
	left:0;
	z-index:7;
}

#homeBgLogo	{
	position:absolute;
	top:76px;
	left:306px;
	z-index:3;
}

#homeTagline	{
	position:absolute;
	left:410px;
	top:12px;
	z-index:3;
}

#homeContent	{
	position:absolute;
	top:152px;
	left:0;
	padding:30px 10px 12px 63px;
	background:#474747 url(images/home_bg_btm.gif)	no-repeat;
	border-right: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
	z-index:2;
    width:760px;     /* -------- read by IE 5 ---------- */
    voice-family: "\"}\"";   /* -------- box model hack -------- */
    voice-family: inherit;   /* -------- box model hack -------- */
    width:687px;  /* ---- read by other browsers ---- */
}

#homeContent p	{
	color:#d9d9d9;
	width:387px;
}

#homeContent p#intro	{
	margin:0;
	font-size:13px;
	line-height:140%;
}

#homeContent p strong	{
	color:#Bcae95;
}

#homeContent #sectionlinks h2	{
	font-size:12px;
	margin: 14px 0 0 0;
}

#homeContent #sectionlinks h2 a	{
	padding: 0 0 0 14px;
	background:transparent url(images/link_arrow.gif) -5px 0px no-repeat;
}

#homeContent #sectionlinks p	{
	margin:0;
	font-size:11px;
	padding-left:14px;
}

#homeContent #footer	{
	padding:50px 53px 16px 0;
}

#homeShirt	{
	position:absolute;
	top:148px;
	left:443px;
	z-index:6;
}
	
#homeNav	{
	position:absolute;
	top:80px;
	left:194px;
	padding: 0; 
	width: 563px; height: 26px; 
	z-index:8;
	}
	
#homeNav ul	{
	margin:0;
	padding:0;
}
	
#homeNav li	{
	position: absolute; 
	height: 26px; 
	top: 0px; 
	background: url(images/home_navbtns.gif) 0 0 no-repeat; 
	display: block; 
	list-style: none;
	}
	
#homeNav a	{
	height:26px;
	display: block; 
	}
	
#homeNav #btnShop {left: 0px; width:149px;}
#homeNav #btnAbout {left: 152px; background-position: -152px 0; width:153px;}
#homeNav #btnLost {left: 308px; background-position: -308px 0; width:112px;}
#homeNav #btnSupport {left: 423px; background-position: -423px 0; width:140px;}

#homeNav #btnShop a:hover {background: url(images/home_navbtns.gif) 0px -26px no-repeat;}
#homeNav #btnAbout a:hover {background: url(images/home_navbtns.gif) -152px -26px no-repeat;}
#homeNav #btnLost a:hover {background: url(images/home_navbtns.gif) -308px -26px no-repeat;}
#homeNav #btnSupport a:hover {background: url(images/home_navbtns.gif) -423px -26px no-repeat;}

	
/* -------- list styles -------- */
/* ----------------------------- */

#listSide, #sideNav	{
	padding:34px 0px 10px 10px;
	vertical-align:top;
    width:150px;     /* -------- read by IE 5 ---------- */
    voice-family: "\"}\"";   /* -------- box model hack -------- */
    voice-family: inherit;   /* -------- box model hack -------- */
    width:140px;  /* ---- read by other browsers ---- */
}

#listSide ul {
	width:120px;
	padding:0;
	margin: 0;
	list-style-type: none; 
 }
 
#listSide ul li, #sideNav ul li {
	margin:0;
	padding:0;
	background:transparent url(images/link_arrow.gif) 0px 8px no-repeat;
    voice-family: "\"}\"";   /* -------- box model hack -------- */
    voice-family: inherit;   /* -------- box model hack -------- */
	background:transparent url(none) 0px 8px no-repeat;
} 

#listSide ul li a {
	display: block;
	margin:0px;
	color:#ccc;
	text-decoration:underline;
	font-size:11px;
	width:120px;     /* -------- read by IE 5 ---------- */
	padding: 8px 0 0 0px;     
	background:transparent url(none) 0px 8px no-repeat;
    voice-family: "\"}\"";   /* -------- box model hack -------- */
    voice-family: inherit;   /* -------- box model hack -------- */
    width:110px;  /* ---- read by other browsers ---- */
	padding: 8px 0 0 10px;     
	background:transparent url(images/link_arrow.gif) -7px 8px no-repeat;
}

#listSide ul li a.cartLink	{
	font-weight:bold;
	color:#ffa70e;
}
 
#listSide ul li a:hover {
	color:#fff;
}

#listGridCell	{
	padding:9px 0px 10px 0px;
	vertical-align:top;
    width:610px; 
}

#listItem	{
	width:290px;
	margin:0 12px 8px 1px;
	float:left;
	color:#fff;
}

#listItem img#thumb	{
	float:left;
	margin:0 4px 10px 0;
}

#listItem a	{
	font-weight:bold;
}

#listItem p	{
	margin:10px 0 0 0;
	font-size:11px;
}

#listItem a#orderBtn	{
	width:60px;
	height:22px;
	padding:3px 8px 4px 14px;
	border:1px solid #ab9c82;
	background:#292929 url(images/link_arrow.gif) -2px 3px no-repeat;
}

#listItem a#orderBtn:hover	{
	border:1px solid #ddd;
	text-decoration:none;
	background:#333 url(images/link_arrow.gif) -2px 3px no-repeat;
}

/* ------- detail styles ------- */
/* ----------------------------- */


#leftMargin	{
	width:92px;
	padding:0;
}

#productPhotos	{
	width:286px;
	padding:1px 0 30px 0;
	vertical-align:top;
}

#productPhotos p	{
	margin:0 0 12px 0;
}

#description	{
	vertical-align:top;
	padding:12px 24px 30px 30px;
	color:#fff;
	font-size:12px;
    width:382px;     /* -------- read by IE 5 ---------- */
    voice-family: "\"}\"";   /* -------- box model hack -------- */
    voice-family: inherit;   /* -------- box model hack -------- */
    width:328px;  /* ---- read by other browsers ---- */

}

#description h2	{
	font-weight:bold;
	font-size:12px;
	margin:12px 0 2px 0;
	color:#Bcae95;
}

#description p	{
	margin:0 0 18px 0
}

#description a	{
	font-size:11px;
	padding-left:14px;
	background:transparent url(images/link_arrow.gif) -3px 0px no-repeat;
}

#description select	{
	width:130px;
	font-size:12px;
	font-weight:bold;
	background-color:#bababa;
	margin:0 8px 4px 0;
}

#description a#orderBtn, #textContent form#remember a#orderBtn	{
	width:120px;
	height:22px;
	font-size:11px;
	font-weight:bold;
	padding:3px 8px 4px 14px;
	border:1px solid #ab9c82;
	background:#292929 url(images/link_arrow.gif) -2px 3px no-repeat;
}

#description a#orderBtn:hover	{
	border:1px solid #ddd;
	text-decoration:none;
	background:#333 url(images/link_arrow.gif) -2px 3px no-repeat;
}

#description ul {
	padding:0;
	margin: 4px 0 0 0;
	list-style-type: none; 
 }
 
#description ul li {
	margin:0;
	padding:0 0 3px 0;
} 


/* ------ content styles ------- */
/* ----------------------------- */

#sideNav	{
	padding:34px 0px 10px 10px;
	vertical-align:top;
    width:170px;     /* -------- read by IE 5 ---------- */
    voice-family: "\"}\"";   /* -------- box model hack -------- */
    voice-family: inherit;   /* -------- box model hack -------- */
    width:160px;  /* ---- read by other browsers ---- */
}

#sideNav ul {
	width:160px;
	padding:0;
	margin: 0;
	list-style-type: none; 
 }

#sideNav ul li a {
	display: block;
	margin:0px;
	color:#ccc;
	font-size:11px;
	font-weight:bold;
	width:140px;     /* -------- read by IE 5 ---------- */
	padding: 8px 0 0 0px;     
	background:transparent url(none) 0px 8px no-repeat;
    voice-family: "\"}\"";   /* -------- box model hack -------- */
    voice-family: inherit;   /* -------- box model hack -------- */
    width:120px;  /* ---- read by other browsers ---- */
	padding: 8px 0 0 10px;     
	background:transparent url(images/link_arrow.gif) -7px 8px no-repeat;
}
 
#sideNav ul li a:hover {
	color:#fff;
}

#sideNav ul li a.active, #sideNav ul li a.active:hover  {
	color:#ffa70e;
}

#textContent	{
	padding:9px 140px 10px 0px;
	vertical-align:top;
	color:#ccc;
    width:590px;     /* -------- read by IE 5 ---------- */
    voice-family: "\"}\"";   /* -------- box model hack -------- */
    voice-family: inherit;   /* -------- box model hack -------- */
    width:450px;  /* ---- read by other browsers ---- */
}

#textContent h1	{
	margin:0;
}

#textContent p	{
	font-size: 12px;
	line-height:135%;
}

#textContent p.firstpara	{
	margin-top:6px;
}

#textContent #inset	{
	float:right;
	margin:6px 0 12px 20px;
	padding:6px 4px 12px 4px;
	border-top: 2px solid #ffa70e;
	border-bottom: 2px solid #ffa70e;
	color:#Bcae95;
	font-weight:bold;
	line-height:160%;
}

#textContent #faqList	{
	margin:8px 0 10px 0;
	color:#ffa70e;
	padding:0 0 20px 0;
	border-bottom: 1px solid #aaa;
	list-style-position: inside;
}

#textContent #faqList li	{
	padding: 3px 0 3px 0;
	margin:0;
}

#textContent h2	{
	color:#bcae95;
	font-size:12px;
	font-weight:bold;
	margin: 14px 0 2px 0;
}

#faqBack	{
	text-align:right;
	font-size:10px !important;
	margin: 0 0 16px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dashed #aaa;
}

#textContent form#remember input	{
	margin: 2px 10px 2px 0;
}

#textContent #rememberList	{
	margin:0 0 12px 0;
	padding:0 0 16px 0;
	border-bottom: 1px solid #bcae95;
}

#textContent #rememberList p	{
	margin:4px 0 0 0;
}

#textContent #rememberList p a, #textContent p a.linkArrow	{
	padding-left:14px;
	background:transparent url(images/link_arrow.gif) -3px 0px no-repeat;
	font-weight:bold;
}

#rememberList a.mailer:visited	{
	color:#bcae95 !important;
}

#textContent #rememberList p#date	{
	margin-top:20px;
	color:#Bcae95;
	text-transform:capitalize;
	font-weight:bold;
	font-size:11px;
}

#textContent table#shipping tr td	{
	padding:4px 10px 4px 0;
	vertical-align:top;
	border-bottom:1px solid #bcae95;
	font-size:12px;
}

h2:first-child, p:first-child	{
	margin-top:0;
}


/* ------- admin styles -------- */
/* ----------------------------- */

h1	{
	color:#bcae95;
	font-size:17px;
	font-weight:bold;
	margin: 0;
}

.smallLink	{
	font-size:10px;
	font-weight:normal !important;
}

#textContent #rememberList textarea	{
	width: 400px;
	
}