/********
	Float Styles
		**********/
.floatwrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.floatwrapper {display:inline-block;}
/* Hide from IE Mac \*/
.floatwrapper {display:block;}
/* End hide from IE Mac */

.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.left{
	float:left;
	margin:0 0 0 0;
}
.center{
	margin:0 0 0 0;
}
.right{
	float:right;
	margin:0 0 0 0;
}
.clear{
	clear:both;
}
.hide{
	display:none;
}
/********
	Main Styles
		**********/
body {
	font-family: Arial;
	margin:0px;
	padding:0px;
	background:url('../images/bg.jpg') repeat-x;
	font-size:12px;
}

#topline{
	background:url('../images/linefill.jpg') repeat-x;
	width:100%;
	height:2px;
	margin:0px;
	padding:0px;
}
#wrapper{
	position:relative;
	width:1010px;
	margin:0px auto;
}
#sticker{
	text-indent:-9999px;
	position:absolute;
	right:-40px;
	top:-10px;
	width:218px;
	height:219px;
	background:url('../images/sticker.png') no-repeat;
}
#sticker:hover {
	cursor: pointer;
}
#header{
	width:100%;
	height:145px;
	margin:10px 18px 0px 18px;
	text-indent:-9999px;
	background:url('../images/header.gif') no-repeat;
}
#footer{
	
}
#ideas{
	float:right;
	margin:0px 50px 10px 0px;
}
#social{
	clear:both;
	border-top: 2px solid #ff2e1e;
	margin:5px 18px 10px 17px;
	padding-top:10px;
	height:20px;
	
}
#social a{
	margin-right:20px;
	color:#000;
	text-decoration:none;
}
#social a:hover{
	margin-right:20px;
	color:#000;
	text-decoration:none;
}
#social a img{

}
#social span{
	margin-right:20px;
}
#txt_footer{
	text-indent:-9999px;
	width:504px;
	height:33px;
	background:url('../images/txt_footer.jpg') no-repeat;
}
/********
	Offers
		**********/
#content{
	width:1010px;
	height:489px;
	background:url('../images/bg_offers.jpg') no-repeat;
	margin-top:10px;
	padding:11px 18px 0px 17px;	
}
h2{
	color:#fff;
	background:#ff2e1e;
	padding:6px 0px 6px 20px;
	width:200px;
	font-size:14px;
}
#offers{
	margin:20px 0px 0px 10px;
}
#offers a{
	margin:0px 6px 0px 6px;
	text-decoration:none;
}
#offers a:hover{
	margin:0px 6px 0px 6px;
	text-decoration:none;
}
.txt_red{
	color:#ff2e1e;
	font-weight:bold;
}
#offers span{
	display:none;
} 
.offer {
	float: left;
}
.txt_offer{
	padding:265px 25px 0px 25px;
	color:#000;
}
#offer_1 a{
	display:block;
	width:226px;
	height:396px;
	background:url('../images/bg_offer1.jpg') no-repeat;
}
#offer_1 a:hover{
	display:block;
	width:226px;
	height:396px;
	background:url('../images/bg_offer1.jpg') no-repeat;
	background-position: -226px 0px;
}
#offer_2 a{
	display:block;
	width:227px;
	height:396px;
	background:url('../images/bg_offer2.jpg') no-repeat;
}
#offer_2 a:hover{
	display:block;
	width:227px;
	height:396px;
	background:url('../images/bg_offer2.jpg') no-repeat;
	background-position: -227px 0px;
}
#offer_3 a{
	display:block;
	width:226px;
	height:396px;
	background:url('../images/bg_offer3.jpg') no-repeat;
}
#offer_3 a:hover{
	display:block;
	width:226px;
	height:396px;
	background:url('../images/bg_offer3.jpg') no-repeat;
	background-position: -226px 0px;
}
#offer_4 a{
	display:block;
	width:227px;
	height:396px;
	background:url('../images/bg_offer4.jpg') no-repeat;
}
#offer_4 a:hover{
	display:block;
	width:227px;
	height:396px;
	background:url('../images/bg_offer4.jpg') no-repeat;
	background-position: -227px 0px;
}


