/*
//
// primary styles
// Author: DataSetGo
// Date: 2008-07-24
//
/////////////////////////////////////// */



/* Global Styles
/////////////////////////////////////// */
body {
	font: 12px/28px "Century Gothic", Verdana, Helvetica, sans-serif;
	letter-spacing: .1em;
	background: #fff;
	background-image: url('../images/backgrounds/bars.png');
	background-repeat: repeat-x;
	color: #333;
	margin: 0;
	padding: 0;
}

a {
	color: #0099cc;
	text-decoration: none;
}

a:hover {
	color: #0099cc;
	text-decoration: underline;
}

span.lgRed {
	font-size: 26px;
	color: #ff3366;
}

img {
	border: 0;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	color: #f36;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	color: #09c;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}

div#container {
	width: 969px;
	margin: 40px auto 0 auto;
}

div#contentBox {
	width: 970px;
	background: #fff url('../images/backgrounds/content-body.png') repeat-y;
}
div#content {
	width: 960px;
	margin: 40px 0 0 5px;
}

div#contentLt {
	width: 435px;
	margin-left: 25px;
	margin-top: 75px;
	float: left;
}

div#contentRt {
	width: 460px;
	margin-left: 20px;
	margin-top: 75px;
	float: left;
}

div#contentFull {
	width: 800px;
	margin: 50px auto;
}

div#header {
	height: 95px;
	width: 969px;
	background: #fff url('../images/backgrounds/cart_header.png') no-repeat;
}

#nav {
	position: relative;
	margin: 0 0 0 7px;
	padding: 0;
	width: 956px;
	height: 35px;
	background: url('../images/buttons/nav3.png') 0px -35px no-repeat;
	top: 0px;
	left: 0px;
	}

#nav ul {margin: 0; padding: 0;}
#nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#nav a {height: 35px; display: block;}
#nav span {display: none;}

#navA {left: 0px; width: 94px;}
#navB {left: 95px; width: 129px;}
#navC {left: 224px; width: 125px;}
#navD {left: 349px; width: 125px;}
#navE {left: 474px; width: 96px;}
#navF {left: 570px; width: 79px;}
#navG {left: 650px; width: 144px;}

/* HOVER state */
#navA a:hover {background: transparent url('../images/buttons/nav3.png') 0px 0px no-repeat;}
#navB a:hover {background: transparent url('../images/buttons/nav3.png') -95px 0px no-repeat;}
#navC a:hover {background: transparent url('../images/buttons/nav3.png') -224px 0px no-repeat;}
#navD a:hover {background: transparent url('../images/buttons/nav3.png') -349px 0px no-repeat;}
#navE a:hover {background: transparent url('../images/buttons/nav3.png') -474px 0px no-repeat;}
#navF a:hover {background: transparent url('../images/buttons/nav3.png') -570px 0px no-repeat;}
#navG a:hover {background: transparent url('../images/buttons/nav3.png') -650px 0px no-repeat;}

/* ON state */
#navA.on {background: transparent url('../images/buttons/nav3.png') 0px 0px no-repeat;}
#navB.on {background: transparent url('../images/buttons/nav3.png') -95px 0px no-repeat;}
#navC.on {background: transparent url('../images/buttons/nav3.png') -224px 0px no-repeat;}
#navD.on {background: transparent url('../images/buttons/nav3.png') -349px 0px no-repeat;}
#navE.on {background: transparent url('../images/buttons/nav3.png') -474px 0px no-repeat;}
#navF.on {background: transparent url('../images/buttons/nav3.png') -570px 0px no-repeat;}
#navG.on {background: transparent url('../images/buttons/nav3.png') -650px 0px no-repeat;}

div#footer {
	height: 35px;
	width: 956px;
	background: #fff url('../images/backgrounds/footer.png') no-repeat;
	margin: 130px 0 0 7px;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

div#footer a {
	color: #fff;
}

br.clear {
	clear: both;
}



 /* page-specific styles
 ////////////////////////////////////// */
div#loginForm {
	position: relative;
	top: -60px;
	left: 494px;
	width: 475px;
	height: 60px;
	background: #fff url('../images/backgrounds/login_form.png') no-repeat;
}

form#hdr_login {
	width: 475px;
	height: 60px;
}

input#email {
	position: relative;
	top: 4px;
	left: 86px;
	width: 150px;
	border: 0;
}

input#password {
	position: relative;
	top: 4px;
	left: 104px;
	width: 111px;
	border: 0;
}

input#sign-in {
	position: relative;
	top: 15px;
	left: 111px;
	border: 0;
}

div#accountLinks {
	position: relative;
	left: 690px;
	top: -60px;
	color: #0099cc;
	width: 270px;
}

div#accountLinks a {
	color: #0099cc;
}

/* index page */
img#homeHero {
	
}

a#homelink {
	position: relative;
	display: block;
	top:22px;
	left:5px;
	width: 450px;
	height: 60px;
}

a#homelink span {
	display: none;
}