body{
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(../png/body_bg.png);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
p, h1, h2, h3, h4, h5, h6{
	margin:0 0 15px 0;
	padding:0;
}

p{
	line-height:15px;
}

h1, h2{
	position:absolute;
	top:-3000px;
	left:-3000px;
}

h3{
	font-size:18px;
}

h4{
	font-size:14px;
}

form{
	margin:0;
	padding:0;
}

img{
	border:none;
}

.clear{
	clear:both;
}

a{
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#CC0000;
	text-decoration:underline;
	font-weight:bold;
}

#skip_nav{
	position:absolute;
	top:-3000px;
	left:-3000px;
}

#header{
	width:898px;
	margin:0 auto;
	height:183px;
	background-image:url(../png/header_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	text-align:left;
	position:relative;
}

#logo_large{
	position:absolute;
	top:24px;
	left:25px;
}

#header_image{
	position:absolute;
	top:0;
	right:0;
}

#content{
	width:848px;
	margin:0 auto;
	text-align:left;
	padding:25px;
}

#col1{
	float:left;
	width:575px;
}

#col2{
	float:right;
	width:245px;
}

#col2 h3{
	font-size:12px;
	color:#CC0000;
}

#col2 p, #col2 ul{
	margin:0;
	padding:0;
}

#col2 ul li{
	list-style-type:none;
}

#footer{
	width:848px;
	margin:0 auto;
	text-align:center;
	padding:25px;
	color:#999999;
}

#crumb{
	font-size:10px;
	color:#a8a8a8;
}

#crumb a{
	color:#a8a8a8;
	text-decoration:none;
	font-weight:normal;
}
#crumb a:hover{
	color:#a8a8a8;
	text-decoration:underline;
	font-weight:normal;
}

.product_info_title{
	background-image:url(../png/product_info_title_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FF0000;
	position:relative;
	width:575px;
	height:34px;
	margin:0 0 10px 0;
}

.product_info_title h3{
	margin:0;
	padding:0;
	text-transform:uppercase;
	color:#FFFFFF;
	position:absolute;
	top:5px;
	left:8px;
	width:500px;
	font-weight:normal;
}
.product_info_title img{
	position:absolute;
	right:8px;
	top:7px;
}

.product_section_container{
	margin:0 0 35px 0;
	padding:0;
}

.gallery_container{
	width:200px;
	margin:0 auto;
	text-align:left;
}

.gallery_thumb{
	float:left;
	margin:0 8px 8px 0;
	padding:0;
}

.gallery_thumb_last{
	float:left;
	margin:0 0 8px 0;
	padding:0;
}

.right_section_top{
	background-image:url(../png/right_col_section_bg_top.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	padding:25px 0 0 0;
	margin:0;
}
.right_section_bottom{
	background-image:url(../png/right_col_section_bg_bottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:25px;
	margin:0 0 10px 0;
}

.features_table_row_odd{
	background-color:#FFFFFF;
}
.features_table_row_even{
	background-color:#F4F4F4;
}

/* NAV */
#nav_container{
	position:absolute;
	top:155px;
	left:25px;
}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav, #nav ul { /* all lists */
	padding: 1px 0 0 2px;
	margin: 0;
	list-style: none;
	z-index:5000;
}

#nav a {
	display: block;
	border-bottom:none;
	width: auto;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:100%;
}
#nav a:hover{
	color:#000000;
	border-bottom:none;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding:0 0 6px 0;
	margin:0 30px 0 0;
}

#nav li ul { /* second-level lists */
	padding:10px 10px 4px 10px;
	position: absolute;
	background: #FF0000;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom:5px solid #CC0000;
}

#nav li ul li{
	border-bottom:1px solid #FFFFFF;
	margin-bottom:5px;
	height:auto;
	width: 120px;
}

#nav li ul a{
	background-image:none;
	height:auto;
	width:auto;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
	font-size:90%;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 120px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li#help_nav:hover ul, #nav li#help_nav.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left:-92px;
}

/* gallery for projects page */
#gallery {
width: 705px;
margin: 0 auto;
}

#thumbnails {
float: left;
width: 200px;
padding: 2px 0 2px 2px;
}

#thumbnails img {
float: left;
border: 1px solid #888888;
margin: 0 2px 2px 0;
}

#displayArea {
float: left;
padding: 2px;
}

#displayArea img {
border: 1px solid #ffffff;
margin-bottom: 1em;
}

p#caption {
font: bold 14px Arial, sans-serif;
margin-bottom: 2px;
}
p#credit {
font: 12px Arial, sans-serif;
margin-bottom: 5px;
}

.separator {
clear: both;
}

#galleryMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 700px;
	position: absolute;
}