/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#fff;
	font-size:.8em;
	margin:0 0 25px 0;
	background-color:#0e1432;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.gif);
}

a { 
	color:#E8D455;
	border: none;
	text-decoration: none;
}


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

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

h4 { font-size:13px; }

.footer_text {
	color: #606bb1;
	font-size: .9em;
}

.footer_text a {
	color: #606bb1;
	text-decoration: none;
}

.footer_text a:hover {
	color: #fff;
	text-decoration: none;
}

.blue {
	color: #606bb1;
}
.big {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 25px;
}

.cartlabel {
	left:0px;
	align:left;
}
/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:800px;
	height:auto;
	background-color:#0e1432;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:auto;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:51px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:auto;
}

#main_sub {
	height: auto;
	width: 800px;
	background-repeat: no-repeat;
	background-image: url(images/bg_content-main.gif);
}
/* ---- start side bar content settings -------------- */

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

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

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:385px;
	height:auto;
	padding: 0 0 0 10px;
	border-left: 3px solid #323a66;
}

#content_main-b {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:385px;
	height:auto;
	padding: 0 0 0 10px;
	border-left: 3px solid #323a66;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:800px;
	height:104px;
	background-color:#0e1432;
	clear:both;
	background-repeat: no-repeat;
	background-image:url(images/bg_footer.jpg);
}

#footer a {
	text-decoration:none;
}

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

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:51px;
	cursor:pointer;
	background-repeat:no-repeat;
}

a:hover#nav_01 {
	background-position:-84px -51px;
}

a#nav_01 {
	width:81px;
	background-position:-84px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_02 {
	background-position:-165px -51px;
}

a#nav_02 {
	width:110px;
	background-position:-165px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_03 {
	background-position:-275px -51px;
}

a#nav_03 {
	width:155px;
	background-position:-275px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_04 {
	background-position:-430px -51px;
}

a#nav_04 {
	width:79px;
	background-position:-430px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_05 {
	background-position:-509px -51px;
}

a#nav_05 {
	width:86px;
	background-position:-509px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_06 {
	background-position:-595px -51px;
}

a#nav_06 {
	width:120px;
	background-position:-595px 0;
	background-image:url(images/nav/nav.gif);
}





