

/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#817b70;
	font-size:12px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_repeat.jpg);
}

a {
	color:#1a2947;
	text-decoration: none;
}


.border {
	border:#1c2c4a solid 3px;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.error { color:red; font-weight:bold; }
.ferror { color:red; }


.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.img-spacing {
	padding-bottom: 10px;
}

.flag { color:#be5656; }


.fcartnav { 
font-size:16px; 
text-transform:capitalize; 
font-weight:bold;
}
/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.cart-button {
position:absolute;
top:20px;
right:20px;
font-size:14px;
font-weight:bold;
color:white;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:112px;
	background-repeat:no-repeat;
	background-image: url(images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:73px;
	left:20px;
	width:595px;
	height:32px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:940px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
	margin-left:10px;
padding-bottom:40px;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	line-height:22px;
	top:0;
	left:0;
	float:right;
	width:734px;
	height:auto;
	padding: 3px 10px 0 0;
}


#content_left {
	position:relative;
	line-height:17px;
	top:0;
	left:0;
	float:left;
	width:250px;
	height:auto;
	padding: 3px 10px 0 0;
}

#content_container {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:734px;
	height:auto;
	padding: 3px 10px 0 0;
}

#content_right {
	position:relative;
	line-height:17px;
	top:0;
	left:0;
	float:right;
	width:250px;
	height:auto;
	padding: 3px 10px 0 0;
}

#image_main {
	position:relative;
	width:734px;
	height:350px;
	padding-bottom:10px;
}

#email_updates {
	position:relative;
	width:734px;
	height:50px;
	background-repeat:no-repeat;
	background-image:url(images/bg_signup2.jpg);
	padding-bottom:10px;
}

#content-middle {
	position:relative;
	float:left;
	width:355px;
	height:auto;
}

#right-images {
	position:relative;
	float:right;
	width:362px;
	height:auto;
}
/* ---- store settings ----------------------- */

.catalog-header {
	position:relative;
	width:703px;
	height:83px;
	background-image:url(images/bg_catalog-header.jpg);
	background-repeat:no-repeat;
	padding:50px 0 0 30px;
}

.catalog-box {
	position:relative;
	width:177px;
	height:270px;
	float:left;
	line-height:14px;
	margin:7px 7px 0 0;
}

.catalog-box img {
	border: 1px solid #172540;
}

.product-details {
	position:relative;
	width:300px;
	height:auto;
	float:right;
	margin: 0 20px 0 0;
}

.product-images {
	position:relative;
	width:178px;
	height:auto;
	float:left;
}

.product-images img {
	margin-top: 8px;
	border: 1px solid #172540;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:176px;
	height:auto;
}

#shop_by {
	position:relative;
	line-height:24px;
	top:0;
	left:0;
	float:left;
	width:176px;
	height:auto;
	padding: 3px 0 0 10px;
}

.style {
	position:relative;
	width:156px;
	height:auto;
	background-color:#d3d9e3;
	padding: 10px;
	margin-bottom:10px;
}

.item {
	position:relative;
	width:156px;
	height:auto;
	background-color:#d3d9e3;
	padding: 10px;
	margin-bottom:10px;
}

.brand {
	position:relative;
	width:156px;

	min-height:398px;
    height:auto !important;
    height:398px;
	background-color:#d3d9e3;
	padding: 10px;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:940px;
	height:45px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
	margin-left:10px;
}

.copy {
	position:relative;
	color:#FFF;
	float:left;
	padding: 20px 0 0 20px;
}

.copy-center {
	position:relative;
	color:#FFF;
	float:left;
	padding: 20px 0 0 180px;
}

.slug {
	position:relative;
	float:right;
	width:300px;
	padding: 15px 18px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:32px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.jpg);
}

a#nav_01 {
	width:115px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -32px;
}

.active_01 {
	background-position: 0 -32px !important;
}

a#nav_02 {
	width:115px;
	background-position:-115px 0;
}

a:hover#nav_02{
	background-position:-115px -32px;
}

.active_02 {
	background-position:-115px -32px !important;
}

a#nav_03 {
	width:135px;
	background-position:-230px 0;
}

a:hover#nav_03{
	background-position:-230px -32px;
}

.active_03 {
	background-position:-230px -32px !important;
}

a#nav_04 {
	width:115px;
	background-position:-365px 0;
}

a:hover#nav_04{
	background-position:-365px -32px;
}

.active_04 {
	background-position:-365px -32px !important;
}

a#nav_05 {
	width:115px;
	background-position:-480px 0;
}

a:hover#nav_05{
	background-position:-480px -32px;
}

.active_05 {
	background-position:-480px -32px !important;
}
