@import url("pagination.css");

@import url("home_offers.css");

body {
	margin: 0px;
	padding: 0px;
	background: url(../img/bg.gif) top left repeat-x;
	background-color: #f7f7f7;
}

body,td {
	font-family: "Arial";
	font-size: 12px;
	line-height: 18px;
	color: #6d6d6d;
}

a {
	color: #d60474;
	text-decoration: none;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

h1 {
	font-family: "Georgia";
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #dd0077;
	margin-top: 0px;
}

h2 {
	font-size: 18px;
	color: #dd0077;
}

div.wrapper {
	width: 932px;
	margin: 0 auto;
	margin-top: 15px;
}

div.header {
	height: 150px;
	color: #FFF;
	background: url(../img/header_bg.gif) right top no-repeat;
	position: relative;
}

div.header_wrapper {
	padding: 0 10px;
}

div.logo {
	width: 250px;
}

div.toll_free {
	position: absolute;
	top: 51px;
	right: 10px;
}

div.splash {
	background: url(../img/splash_bg.png) bottom left no-repeat;
	height: 307px;
	width: 932px;
	position: relative;
}

div.splash_wrapper {
	padding: 20px 11px;
}

div.splash_offer {
	margin-top: 38px;
	width: 908px;
	height: 238px;
	background: url(../img/splash_offer.png) top left no-repeat;
	width: 908px;
}

div.right_button {
	background: url(../img/menu_left_button.png) top left no-repeat;
	width: 63px;
	height: 35px;
	position: absolute;
	top: 12px;
	right: -20px;
}

div.right_button {
	color: #FFF;
}

div.right_button_wrapper {
	padding: 8px 10px;
}

div.right_button a {
	color: #FFF;
}

div.main_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.main_menu ul li {
	display: inline;
	position: relative;
	float: left;
	height: 38px;
}

div.main_menu ul li a span {
	height: 49px;
	padding: 25px 11px 7px 0px;
}

div.main_menu ul li a {
	padding: 25px 0 7px 10px;
	color: #666464;
	font-size: 14px;
}

div.main_menu ul li a:hover,div.main_menu ul li a.current {
	background: url(../img/main_menu_left_bg.png) left top no-repeat;
	padding: 25px 0 7px 10px;
	color: #FFF;
}

div.main_menu ul li a:hover span,div.main_menu ul li a.current span {
	background: url(../img/main_menu_right_bg.png) right top no-repeat;
}

div.main_menu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background-color: #C00060;
	top:38px;
}

div.main_menu ul li ul li {
	display: list-item;
	float: none;
	height: auto;
}

div.main_menu ul li ul li a span {
	padding: 0px;
	height: auto;
}

div.main_menu ul li ul li a {
	padding: 5px 10px;;
	color: #FFF;
	font-size: 12px;
	width: 160px; /*width of sub menus*/
	display: block;
}

div.main_menu ul li ul li a:hover,div.main_menu ul li ul li a.current {
	background: none;
	padding: 5px 10px;;
}

div.main_menu ul li ul li a:hover span,div.main_menu ul li ul li a.current span
	{
	background: none;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

div.top_offers {
	background: url(../img/top_offers_bg.png) top left no-repeat;
	height: 198px;
	width: 932px;
	margin-top: 10px;
}

div.top_offers_wrapper {
	padding: 6px 0px;
	margin-left: -4px;
}

ul#header_carousel li span {
	display: block;
	padding-left: 19px;
	font-size: 11px;
	text-transform: capitalize;
	line-height: 14px;
}

ul#header_carousel li a {
	color: #6d6d6d
}

ul#header_carousel li a:hover {
	color: #DD0077
}

div.inner_wrapper {
	margin-top: 25px;
}

div.content {
	float: left;
	width: 682px;
}

div.content_wrapper {
	padding-right: 25px;
}

div.sidebar {
	float: left;
	width: 250px;
}

div.widget {
	width: 252px;
	background: url(../img/widget_bg.gif) top left repeat-y;
	margin-bottom: 10px;
}

div.widget_top {
	background: url(../img/widget_top_bg.gif) top left no-repeat;
	height: 10px;
}

div.widget_bottom {
	background: url(../img/widget_bottom_bg.gif) bottom left no-repeat;
	height: 10px;
}

div.widget_content {
	
}

div.widget_content_wrapper {
	padding: 0 10px;
}

div.widget h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

div.widget ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.widget ul li a {
	display: block;
	color: #6D6D6D;
	background: url(../img/right_arrow.gif) center left no-repeat;
	padding: 1px 0 1px 23px;
}

div.widget ul li a:hover {
	color: #d60474;
}

div.widget ul li a.current {
	color: #d60474;
}

div.footer {
	background-color: #c00060;
	color: #FFF;
	height: 120px;
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-size: 11px;
}

div.inner_footer {
	width: 932px;
	margin: 0 auto;
}

div.footer_wrapper {
	padding-top: 30px;
}

div.footer a {
	color: #FFF;
}

div.footer a:hover {
	text-decoration: underline;
}

table.offers_mini_list {
	width: 100%;
}

table.offers_mini_list a {
	color: #6d6d6d;
}

table.offers_mini_list a:hover {
	color: #DD0077;
}

table.offers_mini_list tbody tr th {
	text-align: left;
}

table.offers_mini_list tbody tr td.price {
	width: 55px;
}

table.offers_mini_list tbody tr:hover {
	background-color: #E9E9E9;
}