@charset "utf-8";
/* CSS Document */

html, body
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: #D2D2D2 url('images/back.gif') no-repeat top center;
}

div#container
{
 	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin-bottom: -177px;*/
}

div#top
{
	height: 115px;
	background: url('images/topbg.jpg') no-repeat top left;
	overflow: hidden;
}

div#top .inner
{
	padding: 20px;
	text-align: right;
	color: white;
}

div#top .inner a
{
	color: white;
	text-decoration: none;
}

div#left
{
	width: 274px;
	float: left;
	background: url('images/leftinnerbg.jpg') repeat-y top left;
}

div#right
{
	width: 710px;
	float: left;
}

div#right .column
{
	width: 212px;
	float: left;
	margin-right: 8px;
}

div#right .column p,
div#right .column h2
{
	margin: 0;
	padding: 0;
}

div#right .search
{
	
	padding: 17px 17px 0px 17px;
}

div#left .inner
{
	background: url('images/leftbg.jpg') no-repeat top left;
	padding: 90px 0 0 45px;
}

div#footer
{
	background: #E51837 url('images/footer-top.jpg') no-repeat top left;
	height: 177px;
	/*margin-top: -177px;*/
}

div#footer a,
div#footer p,
div#footer td,
div#footer span
{
	color: white;
}


div#footer .inner
{
	color: white;
	padding: 40px 40px 0 40px;
}

.topbar
{
	background-color: #304667;
	height: 12px;
}

.constraint
{
	width: 984px;
	margin: 0 auto;
}

.searchbox
{
	width: 103px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	padding: 2px;
	border: 1px solid #AEAEAE;
	color: #AEAEAE;
}

.searchbtn
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
	color: white;
	background-color: black;
	padding: 2px;
	cursor:pointer;
}

.second-search
{
	margin-left: 26px;
	width: 230px;
	height: 90px;
	padding-left: 18px;
	background: #2899A7 url('images/sec-searchbottom.jpg') no-repeat bottom right;
}

.product_heading
{
	font-weight:bold;
	margin-bottom: 10px;
}


/* --- navigation --- */
ul#navigation a:link.top,
ul#navigation a:visited.top,
ul#navigation a.top
{
	display: block;
	width: 136px;
	padding: 5px 2px 5px 2px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	_height: 1%;
}

ul#navigation a:hover.top
{
	border: 1px solid white;
	padding: 4px 1px 4px 1px;
}

ul.flyout a:link.flyout,
ul.flyout a:visited.flyout,
ul.flyout a.flyout
{
	display: block;
	padding: 5px;
	border: 1px solid white;
	border-bottom: none;
	background-color: #C1DDE0;
	color: black;
	text-decoration: none;
	font-size: 10px;
	_height:1%;
}

ul.flyout a:hover.flyout
{
	background-color: #E51937;
	color: white;
}

ul#navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#navigation li
{
	display: inline;
}

ul.flyout
{
	display: none;
	position: absolute;
	margin: 0 0 0 139px;
	padding: 0;
	width: 140px;
	border-bottom: 1px solid white;
}

ul#navigation ul.sub li
{
	margin: 0 0 4px 20px;
	padding: 0;
	display: block;
	_height: 1%;
}

ul#navigation ul.sub
{
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	height:1%;
}

ul#navigation ul.sub li ul.sub
{
	margin: 0;
}

ul.sub a:link.sub,
ul.sub a:visited.sub,
ul.sub a.sub
{
	font-size: 10px;
	color: white;
	text-decoration: none;
}

div#email_box
{
	display: none;
	margin-top: 2px;
	padding: 10px;
	position: absolute;
	width: 300px;
	height: 70px;
	background: white;
	border: 1px solid #93CFE6;
}

div#email_box input.textbox
{
	padding: 2px;
	width: 112px;
	border: 1px solid #D2D2D2;
	background-color:white;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#email_box input.button
{
	padding: 2px;
	background-color: #E9F7FB;
	border: 1px solid #93CFE6;
}









