body {
	background-color: #aaa;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial;
	text-align: center;
}

a {
	text-decoration: none;
	color: #f60;
}

#wrap {
	background-color: #fff;
	color: #000;
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

#copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#active_menu-services, #active_menu-products {
	color: #fc0 !important;
}

#topmenu {
	background-color: #333;
	color: #aaa;
	height: 36px;
	font-size: 0.8em;
}

#topmenu div.moduletable {
	padding-top: 10px;
	margin-left: 10px;
}

#topmenu ul, #mainmenu ul, #submenu ul {
	margin: 0;
	padding: 0;
}

#topmenu li, #mainmenu li, #submenu li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
}

#mainmenu, #submenu {
	width: 100%;
	text-transform: uppercase;
}

#mainmenu {
	background: #666 url(../images/nav_bg.jpg) no-repeat;
	height: 83px;
}

#mainmenu ul {
	float: right;
	margin-top: 20px;
}

#mainmenu #submenu ul {
	background: transparent;
	float: left;
	clear: both;
	margin-left: 20px;
	margin-top: 27px;
}

#mainmenu a, #topmenu a, #submenu a, #productsmenu a {
	text-decoration: none;
	color: #aaa;
}

#mainmenu a, #submenu a, #productsmenu a {
	font-weight: bold;
}

#banner, #productsmenu ul {
	margin: 0;
	padding: 0;
}

#banner {
	height: 180px;
	background: #333 url(../images/banners/crash.jpg) no-repeat;
}

#banner img {
	border: 0;
	margin-top: 80px;
}

#banner a {
	margin-left: 40px;
}

#content {
	margin: 0;
	padding: 40px 10px 40px 0;
	background: url(../images/page_watermark_bg.jpg) no-repeat center top;
}

#productsmenu {
	width: 145px;
	float: left;
	margin: 0 20px;
}

#productsmenu ul {
	list-style-type: none;
}

#productsmenu li {
	margin: 0 0 10px 0;
	background: #666 url(../images/product_bar_left.gif) top left no-repeat;
	height: 24px;
	text-align: center;
}

#productsmenu li a {
	display: block;
	margin: 0;
	padding: 5px;
	height: 24px;
	background: url(../images/product_bar_right.gif) top right no-repeat;
}

#productsmenu dd {
	margin: 0;
	padding: 0;
}

#productsmenu input {
	width: 120px;
}

#videoform {
	display: block;
	width: 130px;
	margin: 20px 0 0 0;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid #aaa;
}

#videoform p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#videoform a {
	color: #f60;
}

/* Need to holly hack the legend and fieldset for IE */
html fieldset {
	position: relative;
	margin-top:1em;
	padding-top:.75em;
}

html legend {
	position: absolute;
	top: -.5em;
	left: .5em;
	color: #000;
}

.componentheading, .contentheading {
	font-weight: bold;
	color: #333;
}

.componentheading {
	font-size: 1.5em;
}

.contentheading {
	font-size: 1.2em;
}

.contentpaneopen {
	line-height: 1.5em;
}