@charset "utf-8";
/*****************
body {
   overflow-y:scroll;
}
******************/
body{
	background-color: #AB1C1C;
	font: 12px Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,div {
	margin:0px;
	padding:0px;
}
a {
	color:#568EC0;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
ul, ol, li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
dl,dt,dd{
	padding:0px;
	margin:0px;
}
address {
	font-style:normal;
}
hr {
	display:none;
}
images {
	border:medium none;
	vertical-align:bottom;
}
form{
	display:inline;
	margin: 0px;
}
/*input*/
input,textarea{
	border: 1px solid #79CAEC;
}
input#btn-small-signin,#btn-save,.radio,label input,p.login,#btn-big-signup,.btn-top-search{
	border:none;
}
/********************************************************
#container
********************************************************/
div#container{
	margin:0px auto;
	width:1010px;
	text-align:left;
}
/********************************************************
#header
********************************************************/
div#header{
	width:1010px;
	height:90px;
	background: transparent url(../images/back_header.jpg) no-repeat;
	position: relative;
}
div#header #logo{
	margin-left: 50px;
	padding-top:20px;
	width:136px;
	float:left;
}
div#header h2{
	color:#FFFFFF;
	position:absolute;
	left: 174px;
	top: 12px;
}
div#header p{
	color:#FFFFFF;
	position:absolute;
	left: 174px;
	top: 12px;
}
div#header ul{
	width:214px;
	position:absolute;
	left: 761px;
	top: 35px;
}
div#header ul li{
	height:33px;
	float:left;
}
div#header ul li a {
	display:block;
	height:33px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
}
div#header ul li.whatskupon a{
	background-image: url(../images/btn-whatskupon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:92px;
	height:38px;
	text-indent:-9999px;
	margin-right:25px;
}
div#header ul li.mobile a{
	background:url(../images/btn-mobile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:86px;
	height:33px;
	text-indent:-9999px;
}
/********************************************************
#content
********************************************************/
div#content{
	width:950px;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	background-image: url(../images/back_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float:left;
}
/********************************************************
#mainarea
********************************************************/
body.one-col div#mainarea{
	/*background-color:#333333;*/
	width:950px;
	padding-bottom:20px;
	float: left;
}
body.two-col div#mainarea{
	/*background-color:#333333;*/
	width:715px;
	padding-bottom:10px;
	float:left;
}
/*#topicpath*/
div#mainarea ul#topicpath{
	width:715px;
	height:auto;
	overflow:auto;
	padding-bottom:5px;
}
div#mainarea ul#topicpath li{
	float:left;
	padding-right:5px;
}
div#mainarea ul#topicpath li a{
	float:left;
	padding-right:13px;
	background-image: url(../images/back-topicpath.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/********************************************************
#subarea
********************************************************/
body.two-col div#subarea{
	/*background-color:#999999;*/
	width:225px;
	padding-left:10px;
	padding-bottom:10px;
	float:left;
}

/********************************************************
#footer
********************************************************/
/*div#footer{
	width:950px;
	height:19px;
	clear:both;
	padding-top:1px;
	background-image: url(../images/back_footer.gif);
}
div#footer address{
	color:#FFFFFF;
	font-style:normal;
	text-align:center;
}
div#footer address a{
	color:#FFFFFF;
}*/
/********************************************************
#footer
********************************************************/
div#footer{
	width:1010px;
	height:30px;
	clear:both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#footer #foot-left{
	color:#FFFFFF;
	font-style:normal;
	text-align:left;
	margin-left:80px;
	width:300px;
	float:left;
	margin-top: 10px;
}
div#footer #foot-right{
	margin-right:50px;
	width:150px;
	float:right;
	color:#FFFFFF;
	margin-top: 10px;
}
div#footer #foot-right a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.small-font{font-size: 11px;}
