/** HTML Elements **/
body{
	margin: 0px;
	padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url("../images/bg.gif") repeat-x;
}
p, img, a, h1, h2, h3, ul, li, table, td{
	margin: 0px;
	padding: 0px;
	border: none;
	line-height:140%;
	color:#999;
	text-decoration:none;
}
h1, h2, h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
label{
	font-weight:normal;
	color:#800000;
	margin:2px 0;
	font-size:11px;
	line-height:140%;
}
p{ 
	font-size:11px;
	margin-bottom: 8px;
}

/** Page Wrapper **/
#header_wrapper, #home_header_wrapper,#home_content_wrapper, #navigation_wrapper, #content_wrapper{
	width:860px;
	margin: 0 auto;
}
/** Header **/
#home_header_wrapper{
	height:328px;
	background: url("../images/header.jpg") no-repeat bottom;
}
#header_wrapper{
	height:48px;
}
#header, #home_header{float:right;}
#header h1, #home_header h1{
	height:68px;
	width:224px;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat;
}
#home_header h1{
	margin-bottom:32px;
}

/** Naviation **/
#navigation_wrapper{
	margin: 18px auto 12px;
}
#navigation{
	width:860px;
}
#navigation ul{
	width:860px;
	background:#fff;
	margin: 0 auto;
	list-style-type:none;
}
#navigation ul li{
	display: inline;
}
#navigation a{
	display:block;
	float:left;
	font-size:11px;
	border: 1px solid #ccc;
	margin: 0;
	padding: 4px 20px 3px;
	line-height:100%;
}
#navigation a:hover{
	color:#fff;
	background: #800000;
	border: 1px solid #800000;
}
#navigation a.selected{
	color:#fff;
	background: #800000;
	border: 1px solid #800000;
}
.menu_left{
	display:inline;
	border: 1px solid #ccc;
	border-left:none;
}
.menu_right{
	display:inline;
	border: 1px solid #ccc;
	border-right:none;
}

/** Content Area **/
#home_content{
	clear:both;
	padding-top:40px;
	min-height:80px;
	width: 100%
}

#home_content a.video {
background-color:#800000;
background-image:none;
background-position:0 0;
background-repeat:repeat;
border: 1px solid #800000;
color:#FFFFFF;
display:block;
width: 223px;
text-align: center;
float:right;
font-size:12px;
margin: 0 0px 0 0;
padding: 2px 0;
}

#home_content p {
	width: 392px;
}
#content{
	clear:both;
	margin-left: -36px;
	margin-top:40px;
	min-height:250px;
}
#content h2, #home_content h2{
	font-size:13px;
	color: #800000;
	margin-bottom:12px;
}
#content p{
	font-size: 12px;
	color: #666;
	margin-bottom:18px;
}
#content p strong{
	color: #800000;
}
#content hr{
	border:none;
	height:1px;
	width:580px;
	background: #cecece;
}
#content_wrapper{
	width:935px;
}
#content a{
	color:#800000;
	text-decoration: underline;
}
#home_content_wrapper{
	width:860px;
}
#content h2.product_name{
	font-size: 14px;
	color:#fff;
	width:260px;
	font-family:Arial, Helvetica, sans-serif;
	height:48px;
	margin-left:-28px;
	padding:12px 0 0 28px;
	background: url("../images/machine_name_bg.jpg") no-repeat;
	
}
#content img.product_image{
	float:left;
}
#content p.product_text{
	float:left;
	width: 412px;
	margin-left: 12px;
}
.grey_input{
	border:1px solid #999;
	width:205px;
	height:18px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea.grey_input{
	width:380px;
	height:80px;
}
#examples td{
	color: #800000;
}
table#examples{background: url("../images/examples_tbl_bg.gif") repeat-y center;}

/** Content Columns **/
#left_col{
	float:left;
	height:240px;
	width:75px;
	background: url("../images/header_left.jpg") no-repeat;
}
#center_col{
	float:left;
	padding: 17px 28px 32px;
	width:580px;
	background:#E7E7E7;
}
#right_col{
	float:left;
	height:240px;
	width:224px;
	background: url("../images/header_right.jpg") no-repeat;
}


/** Footer **/
#footer{
	width:860px;
	margin:32px 0 0 75px;
	border-top: 1px solid #cecece;
	font-size:11px;
	color: #9c9c9c;
}
#home_content #footer{
	width:860px;
	margin:32px 0 0 0px;
	border-top: 1px solid #cecece;
	color: #9c9c9c;
}
.designed_by, #footer a{
	color: #cecece;
	text-decoration: none;
}
