@charset "utf-8";

html,body
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: #57485D url('images/bg1.gif') repeat-x top left;
}

div#container
{
	background: url('images/top-bg.gif') repeat-x top center;
	position: relative;
	/*min-height: 100%;
	height: auto !important;
	height: 100%;*/
}

div#top, div#content, div#cap, div#footer
{
	width: 984px;
	margin: 0 auto;
}

.main div#top
{
	background: url('images/header1.jpg') no-repeat top left;
	height: 377px;
}

.second div#top
{
	background: white;
	height: 160px;
}

div#cap
{
	background: url('images/cap-bg.jpg') no-repeat top left;
	height: 123px;
}

div#top #our-process
{
	display: block;
	position: absolute;
	margin: 293px 0 0 144px;
}

div#content
{
	background: url('images/content-bg.gif') repeat-y top left;
	z-index:1;
}

.main div#content #captions
{
	height: 98px;
	margin: 0 18px 0 20px;
}

.main div#content #captions *
{
	padding: 0;
	margin: 0;
}

.main div#content #general
{
	padding: 10px 50px 31px 56px;
}

.main div#content #best-deals
{
	float: left;
	padding: 0 19px 45px 56px;
	width: 650px;
}

.main div#content #testimonials
{
	float: left;
	padding: 0 70px 45px 18px;
	width: 171px;
}

.second div#content #main
{
	float: left;
	padding: 50px 20px 30px 61px;
	width: 617px;
}

.second div#content #sidebar
{
	background: url('images/sidebar-bg.gif') no-repeat top left;
	float: left;
	margin-top: 27px;
	padding: 0 42px 30px 26px;
	width: 198px;
}

#sidebar .title p
{
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
}

div#footer
{
	background: url('images/footer-bg.gif') no-repeat top left;
	clear: both;
	padding: 40px 0 25px 0;
}

div#footer #copyright
{
	float: left;
	padding: 0 0 0 37px;
}

div#footer .links
{
	float: right;
	width: 220px;
}

div#footer p, div#footer td, div#footer span, div#footer a
{
	color: white;
}

div#footer p
{
	line-height: 1.7em;
}

div#find-box
{
	float: right;
	padding: 12px 22px 0 0;
	width: 252px;
}

#find-input
{
	background: url('images/find-bg.png');
	border: none;
	margin: 0;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: white;
	width: 216px;
	height: 24px;
}

ul#navigation
{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 20px;
}

ul#navigation li
{
	display: block;
	float: left;
	position: relative;
}

ul#navigation a:visited.top,
ul#navigation a:link.top,
ul#navigation a.top
{
	color: white;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 3px 17px;
	border-right: 1px solid white;
}

ul#navigation .last
{
	border: none !important;
}

ul.flyout
{
	border: 1px solid #2C4E4F;
	background: white url('images/nav-bg.gif') repeat-x top left;
	display: none;
	list-style: none;
	margin: 0;
	position: absolute;
	padding: 15px 0 0 0;
	width: 150px;
	z-index: 999;
}

ul#navigation ul.flyout li
{
	display: inline;
	float: none;
	position: static;
}

ul.flyout li ul.flyout
{
	margin: -16px 0 0 150px;
	right: auto;
}

ul.flyout a:visited.flyout,
ul.flyout a:link.flyout,
ul.flyout a.flyout
{
	display: block;
	color: #022B40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding: 0 15px 15px 15px;
	text-decoration: none;
}

ul.flyout a:hover.flyout
{
	text-decoration: underline;
}













