
body
{
	font-family: tahoma,arial,helvetica;
	font-size: 11px;
	background: #333333;
}


div#header
{
	height: 240px;
	background: transparent none no-repeat top left;
	position: relative;
}


div#topbar_shade
{
	position: absolute;
	left: 66px;
	width: 240px;
	height: 240px;
	background: #000;
	filter:alpha(opacity=20);
    -moz-opacity:.20;
    opacity:.20;
}

div#topbar
{
	position: absolute;
	top: 0px;
	left: 73px;
	width: 226px;
	height: 240px;
	background: #fff;
	line-height:0;
}

div#navbar
{
	background: transparent url('/images/bg_navigation.png') repeat-y;
	margin-left: 66px;
	
	width: 240px;
	float: left;
}
div#wrapper
{
	background: #C9D7DA;
}
div.clear
{
	clear: both;
}

div#content
{
    float: left;
}
div#content hr
{
	background: #B8B8B8;
	height: 1px;
	border: 0;
	position: relative;
	
	margin-bottom: 6px;
	width: 572px;
}



div#content .rc_content
{
	padding-left: 5px;
	
}

div#content h1
{
     background: url("/images/content_arrow.png") no-repeat scroll 0 4px transparent;
     font-size: 12px;
     padding-left: 18px;
     margin: 0 15px 15px 0;
} 

div#content h1.left
{
     float: left;
     
}

div#content a
{
	color: #ef880f;
}

div#content .right
{
     float: right;
     font-weight: bold;
     text-decoration: none;
}

div#content .right a
{
     text-decoration: none;
     color: #000;
}



.orangebold
{
     color: #ed6322 !important;
     font-weight: bold;
}
.rounded_large
{
	
}

div.nav_newsletter
{
	padding-left: 7px;
}

form.mailing
{
	margin-left: 12px;
	font-weight: bold;
	color: #fff;
}

form.mailing input.mail_address
{ 
	border: 1px solid #999999;
	width: 182px;
	margin-top: 20px;
	color: #989898;
	padding: 3px;
	font-size: 11px;
}

form.mailing input.mail_address_black
{
	color: #000;
}

form.mailing input.mail_submit
{
	border: 0 none;
	
	background: #4D4D4D none repeat scroll 0 0;
	border: 0 none;
	color: #FFFFFF;
	margin-left: 122px;
	margin-top: 15px;
	
}

div#center
{
	padding-bottom: 18px;   /* Height of the footer */
}

div#footer
{
	background: #C9D7DA;
}


img.nav_footer
{
	margin-bottom: -5px;
	background: transparent url('/images/bg_footer.png') no-repeat top left;
	
}

img.nav_mailing
{
	margin-left: 7px;
	margin-bottom: 95px;
}


ul.nav
{
    
    position: relative;
    margin-left: 7px;
    width: 225px;
    
}


ul.nav li
{
    display: block;
    padding: 3px 11px 4px 11px;
    
    border-top: 1px solid #CDCDCD;
    background: #fff url('/images/nav_arrow.png') no-repeat right top;
}



ul.arrow_left li
{
    padding: 3px 0 4px 36px;
    background-position: 13px 0px;
}

ul.arrow_left li:hover
{
    background-position: 13px -23px;
}

ul.nav li a
{
	text-decoration: none;
	color: #595959;
	display: block;
}

ul.arrow_left li:hover a
{
    color: #ED6423;
}


table.options .amount
{
	white-space: nowrap;
}

table.options .value,
div.options .value
{
	display: none;
}


div.options
{
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 10px;
}

div.options h2
{
	display: inline;
	font-size: 14px;
}

div.options table
{
	border-collapse: collapse;
	width: 100%; 
	margin-bottom: 10px;
	border-bottom: 1px solid #B1B1B1;
	
}

div.options table td
{
	padding-bottom: 4px;
}



div.options table tr.opt_head_details td,
div.options table tr.opt_head_opties td
{
	font-weight: bold;
	padding-top: 10px;
	border-bottom: 1px solid #B1B1B1;
}

div.options form input.address
{
	width: 204px;
	border: 1px solid #999;
}

div.options form input.submit
{
	border: 0 none;
	background: #4E4E4E;
	color: #fff;
	margin-top: 10px;
	margin-left: 138px;
	
}

div.nav_spacer
{
	background: #8C8C8C;
	width: 226px;
	height: 30px;
	margin-top: 15px;
	margin-bottom: 90px;
	position: relative;
	left: -12px;
	
}

div.carousel
{
	position: relative;
	
	
}

div.carousel .carousel_content
{
	width: 540px !important;
	height: 115px;
	
}

div.carousel a.prev,
div.carousel a.next
{
	
	float: left;
	padding: 55px  4px;
}




