body {
	color: white;
	font-size: 14px;
	line-height: 1.43em;
	background:#092c56;
	padding-bottom:0;
}

#header {
	height:100px;
	margin:10px 0 0 20px;
}

#container {
	padding:0;
	margin:0;
	background: #104C94 url(../images/background_home.jpg) repeat-x;
}

/* cart */
#cart_cont {
	height:39px;
	background:black;
	border-bottom:1px solid #ccc;
}
#cart_cont #cart span.cust_info {
	font-size:11px;
	font-weight:normal;
	padding-top:5px;
	padding-right:10px;
	float:right;
	line-height:14px;
}
#cart_cont #cart span.cust_info a {
	color:black;
}
#cart_cont #cart span.cust_info a:link { color:#ddd; text-decoration:none; }
#cart_cont #cart span.cust_info a:visited { color:#ddd; text-decoration:none; }
#cart_cont #cart span.cust_info a:hover { color:#fff; text-decoration:none; }
#cart_cont #cart span.cust_info a:active { color:#fff; text-decoration:none; }
#cart_cont #cart span.logout {
	font-size:11px;
	padding-top:10px;
	float:right;
}
#cart {
	padding:0;
	font-size:16px;
	font-weight:bold;
}

#content {
	clear:both;
	border:0;
	padding:0;
	margin:10px;
}

#content a {
	color:white;
	text-decoration:none;
}
#content a:hover {
	cursor:hand;
	text-decoration:underline;
}

#content_cont #news_cont {
	margin:0;
	height:120px;
}
div.news_item {
	color:#4d4d4d;
	font-size:11px;
	outline:1px solid #466284;
	overflow:hidden;
	background: #9A9A9A url(../images/background_news.jpg) repeat-x;
	height:115px;
	padding:0;
}
div.news_item h1 {
	font-family:"arial black",arial,sans-serif;
	letter-spacing:-1px;
	line-height:1.1em;
	font-size:20px;
	line-height:24px;
	padding:0;
	margin:5px;
}
div.news_item p {
	font-size:12px;
	line-height:16px;
	padding:0;
	margin:5px 10px 5px 10px;
}

#footer_wrap {
	border-top:1px solid #ccc ;
}
#footer {
	padding:0;
	margin:10px;
	border:0;
}
#footer span#copyright {
	color:#ccc;
	float:right;
}
#footer span#ssl {
	color:#ccc;
	float:right;
	padding-right:10px;
}
#footer ul#sitemap {
	font-size:13px;
	color:white;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#footer ul ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#footer ul#sitemap li {
	float:left;
}
#footer ul#sitemap li a {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}
#footer ul#sitemap li ul {
	font-size:0.9em;
	line-height:0.7em;
	margin-top:5px;
	margin-left:0px;
}
#footer ul#sitemap li li {
	color:#aaa;
	float:none;
	margin:0 0 10px;
	text-transform:none;
}
#footer ul#sitemap li li ul {
	margin:0;
}
#footer ul#sitemap li li li {
	display:none;
}
#footer ul#sitemap li li a {
	font-weight:normal;
}
#footer ul#sitemap li li a:hover, #footer ul#sitemap li a:hover {
	color:white;
	text-decoration:underline;
}


/* Easy Slider */

#slider ul, #slider li,	#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:915px;
	height:420px;
	}	
#prevBtn, #nextBtn,	#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
	}	
#nextBtn, #slider1next{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a,	#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}	
	
/* numeric controls */	

ol#controls{
	display:none;
	clear:both;
	margin:1em 0;
	padding:5px;
	height:28px;
	border:1px solid red;
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */
