

body {
	background:#ffffff;
}

body,html {
	margin:0px;
	padding:0px;
	height:100%;
}

body.newsletterBody {
	margin:10px;
	background:#ffffff;
}

div.cls {
	clear:both;
	height:1px;
	overflow:hidden;
}

div#designArea {
	position:relative;
	width:900px;
	text-align:left;
	background:url(/images/design/repeat2.jpg);
	padding-bottom:50px;
}

div#top {
	position:relative;
	width:900px;
	height:221px;
	background:url(/images/design/top.jpg);
}

div#topmenu {
	position:absolute;
	left:37px;
	top:71px;
}

div#features {
	position:absolute;
	left:25px;
	top:202px;
}

a.featuresLink, div.featuresLink {
	font-family:trebuchet ms,tahoma;
	font-size:10px;
	color:#868686;
}

a.featuresLink:hover {
	color:#FF7B00;
}

div#search_input {
	position:absolute;
	left:672px;
	top:39px;
}

div#search_button {
	position:absolute;
	left:837px;
	top:36px;
}

div#middle {
	width:900px;
	background:url(/images/design/repeat.jpg);
}

div#middle_background {
	width:900px;
	background:url(/images/design/content.jpg) top no-repeat;
	height:auto !important;
	height:178px;
	min-height:178px !important;
	min-height:auto;
}

div#middle_left {
	float:left;
	width:228px;
}

div#leftmenu {
	text-align:right;
	padding-right:20px;
	padding-top:20px;
}

div#leftmenu_link_container {
	margin-bottom:3px;
}

a.leftmenu_link {
	color:#3A3A2E;
}

a.leftmenu_link:HOVER, a.leftmenu_link2 {
	color:#FF7500;
}

div#middle_right {
	float:left;
	width:650px;
}

div#contentPadding {
	padding-left:25px;
	padding-top:20px;
}

div.contentWidth {
	width:600px;
}

div#bottom {
	position:relative;
	width:900px;
	height:100px;
	background:url(/images/design/bottom.jpg);
	clear:both;
}

div#metatraffic {
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
}





@media print {
	body {
		visibility:hidden;
	}
	.mmenu {
		position:absolute;
		display:none;
	}
	#contentContainer {
		visibility:visible;
		position:absolute;
		top:0px;
		left:0px;
		width:600px;
	}
	
	#contentContainer * {
		color:black;
	}
}