/*  index.php only styles*/

a.goNow{
	display: block;
	float: right;
	margin-top:115px;
	margin-bottom: 10px;
	margin-right:10px;
	background-image: url('images/go_now.jpg');
	background-repeat: no-repeat;
	width: 88px;
	height:26px;
	text-indent: -99999999px;
}

#contentWrapper{
	margin-top: -27px;
	background-image: url('images/content_side.jpg');
	background-repeat: repeat-y;
	float: right;
	width: 564px;
	
	margin-bottom: 10px;
}
#contentWrapper #contentTop{
background-image: url('images/content_top.jpg');
background-repeat: no-repeat;
height:32px;
padding:10px 0px 5px 20px;	
}

#contentWrapper #content{
	padding: 0px 15px 28px 20px;
	background-image: url('images/content_bottom.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 133px;
	min-height:133px;
	overflow: hidden;
}

#contentWrapper #content p{
margin-bottom: 2px;
}
div.smallIndexBoxWrapper{
	width: 245px;
	height:208px;
	overflow: hidden;
	float: left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-right: 11px;
}
div.smallIndexBoxWrapper div.header{
	height: 36px;
	background-repeat: no-repeat;
	text-indent: -999999px;
}
div.smallIndexBoxWrapper div.body{
	height: 150px;
	background-repeat: no-repeat;
	padding: 3px 15px 20px 17px;
	overflow: hidden;
}

div#whoiswinning div.header{
	background-image: url("images/index_winning_with_us_heade.jpg");
}
div#whoiswinning div.body{
	background-image: url("images/index_winning_with_body_bg.jpg");
}

div#news div.header{
	background-image: url("images/index_newsroom_header.jpg");
}
div#news div.body{
	background-image: url("images/index_newsroom_body_bg.jpg");
}
div#news div.body div.scroll{
	overflow: auto;
	height:145px;
	padding: 1px;
	
	}
div#onlineStore {
	margin-right: 0px;
	float: right;
}
div#onlineStore div.header{
	background-image: url("images/index_shop_online_header.jpg");
}
div#onlineStore div.body{
	background-image: url("images/index_shop_online_body_bg.jpg");
}

