body 
{
	background:#fff;
	font-size:12px;
	font-family:arial;
}

#container
{
	background-color:#FFFFFF;
	width:934px;
	margin:0px auto;
}
#header {
	width:934px;
	height:117px;
	background: url('../images/header_bg.jpg') no-repeat left top;
	}
	#header h1, #header h2 {
		display:none;
	}
	#header .padding {
		padding:0;
	}
	#logo {
		position:absolute;
		margin-top:14px;
		margin-left:45px;
	}
		#menu2 {
			position: relative;
			z-index: 20;
			float:right;
			width:636px;
			margin-top:65px;
		}
			#menu2 ul {
				display:inline;
				list-style:none;
				padding:0;
				margin:0;
			}
				#menu2 ul li {
					display:inline;
					list-style:none;
					padding:0;
					margin:0;
				}

#main1 {
	background:url(../images/red.gif) top left repeat-y;
	}
#main2 {
	background:url(../images/blue.gif) top right repeat-y;
	}
#colLeft {
	float:left;
	width:150px;
	margin:0; padding:0;
	background-color:Red;
	}

#colRight {
	float:right;
	width:150px;
	margin:0; padding:0;
	background-color:#09f;
	}
#content {
	margin:0 150px;
	min-height:341px;
	_height:341px;
	width:934px;
	}
		#content .padding2 {
			padding:120px 60px 40px 60px;
		}
		#main_text {
			width:400px;
			float:right;
			margin-top:31px;
			margin-right:40px;
		}
			#main_text h2 {
				font-size:2.15em;
				color:#025301;
				font-weight:bold;
				padding-bottom:10px;
			}
	#product_nav {
		height:128px;
		padding:0;
		margin:0;
		float:right;
		margin-right:20px;
	}
		#product_nav ul {
			display:inline;
			list-style:none;
			float:left;
			height:128px;
			padding:0;
			margin:0;
		}
			#product_nav ul li {
				display:inline;
				list-style:none;
				float:left;
				height:128px;
				padding:0;
				margin:0;
			}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

#footer { background-color:#FFFFFF; }
	#footer .padding {
		padding:0 0px 12px 0px;
	}
	#footer p {
		font-size:.9em;
	}
	#specifications {
		width:290px;
		height:142px;
		background:url('../images/spec_bg.jpg') no-repeat left top;
		float:left;
	}
	#downloads {
		width:290px;
		height:142px;
		background:url('../images/download_bg.jpg') no-repeat left top;
		float:left;
		margin-left:30px;
	}
	#installation {
		width:290px;
		height:142px;
		background:url('../images/installation_bg.jpg') no-repeat left top;
		float:left;
		margin-left:30px;
	}
	#whatsnew {
		width:610px;
		height:142px;
		background:url('../images/whatsnew_bg.jpg') no-repeat left top;
		float:left;
		margin-top:12px;
	}
	#contactus {
		width:290px;
		height:142px;
		background:url('../images/contactus_bg.jpg') no-repeat left top;
		float:left;
		margin-left:30px;
		margin-top:12px;
	}
		.link_text {
			float:right;
			width:85px;
			margin-right:20px;
			margin-top:25px;
		}
		.link_text2 {
			float:right;
			width:390px;
			margin-right:20px;
			margin-top:25px;
		}
		.link_head {
			color:#005100;
			font-weight:bold;
		}
	#copyright {
		color:#464646;
		text-align:center;
		width:934px;
		font-weight:bold;
		padding:15px 0 10px 0;
		border-top:solid #005100 5px;
	}

body.noRight #main2 { background-image:none; }
body.noRight #colRight { display:none; }
body.noRight #content { margin-right:0; }

body.noLeft #main1 { background-image:none; }
body.noLeft #colLeft { display:none; }
body.noLeft #content { margin-left:0; }

body.noStructure {}
body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}
