body {
	font-family: Arial, Helvetica, Verdana, Arial;
	font-size: 11px;
	background-position: center 120px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/bckgrnd.jpg);
}

.clear {
	clear: both;
}

a {
	color: #CCCCCC;
	border: none;
}

a:hover {
	color: #FF0000;
	border: none;
}

p {
	font-family: Verdana, Arial;
}

li {
	font-family: Verdana, Arial;
}

.wrap {
	width: 920px;
	position:  absolute;
	left: 50%;
	margin-left: -475px;
	padding: 0px 15px;
}

#header {
	text-transform: none;
	background-color: #FF0000;
	height: 120px;
	color: #FFF;
}

#header h2 {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
}
#header h3 {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-transform: uppercase;
}

#logo {
	background-image: url(../images/lg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 95px;
	padding-top: 25px;
}

#content {
	color: #FFF;
}

#navigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation li {
	margin: 0px;
	height: 36px;
	float: left;
}

#navigation li a {
	display: block;
	height: 36px;
	text-decoration: none;
	float: left;
}

#navigation li a:hover {
	background-color: #000000;
}

#navigation li a strong {
	visibility: hidden;
}

#nav_about a {
	width: 144px;
	background-image: url(../images/nav_about_out.jpg);
	background-repeat: no-repeat;
}
#nav_about a:hover {
	background-image: url(../images/nav_about_ovr.jpg);
}

body#about #nav_about a {
	background-image: url(../images/nav_about_ovr.jpg);
}

#nav_product a {
	width: 193px;
	background-image: url(../images/nav_product_out.jpg);
	background-repeat: no-repeat;
}
#nav_product a:hover {
	background-image: url(../images/nav_product_ovr.jpg);
}

body#product #nav_product a {
	background-image: url(../images/nav_product_ovr.jpg);
}

#nav_reference a {
	width: 187px;
	background-image: url(../images/nav_reference_out.jpg);
	background-repeat: no-repeat;
}

#nav_reference a:hover {
	background-image: url(../images/nav_reference_ovr.jpg);
}

body#reference #nav_reference a {
	background-image: url(../images/nav_reference_ovr.jpg);
}

#nav_contact a {
	width: 124px;
	background-image: url(../images/nav_contact_out.jpg);
	background-repeat: no-repeat;
}
#nav_contact a:hover {
	background-image: url(../images/nav_contact_ovr.jpg);
}
body#contact #nav_contact a {
	background-image: url(../images/nav_contact_ovr.jpg);
}

#mini_navigation {
	list-style: none;
	margin: 0px;
	padding: 5px;
	height: 20px;
	line-height: 25px;
	float: left;
}

#mini_navigation li {
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	border-right: 1px solid #666;
	height: 15px;
	line-height: 15px;
}

#mini_navigation .nobreak {
	border-right: none;
}

#mini_navigation li a {
	color: #666;
	text-decoration: none;
}

#mini_navigation li a:hover {
	color: #FF0000;
	text-decoration: none;
}


#footer {
	clear: both;
	color: #444;
	border-top: 1px solid #333;
	height: 25px;
	line-height: 25px;
}

#homeContent {
	height: 420px;
}

#homeContent h2 {
	margin: 0px;
	font-size: 38px;
	font-style: normal;
	font-weight: normal;
}
#homeContent h3 {
	margin: 0px;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
}
#homeContent p {
	font-family: Verdana;
	font-size: 12px;
}

#homeContent #details {
	float: left;
	padding-top: 160px;
	width: 315px;
}

#homeContent #flashcontent {
}

#noFlash {
	margin: 160px 0px 0px 150px;
	border: 1px solid #333;
	padding: 20px;
	float: left;
}

#aboutContent {
	padding: 30px 20px 0px 20px;
	height: 400px;
}

#aboutContent h2 {
	margin: 0px;
	font-size: 38px;
	font-style: normal;
	font-weight: normal;
}

#aboutContent p {
	font-size: 11px;
	font-family: "Verdana";
	text-align: justify;
	margin-bottom: 10px;
}

#aboutContent #image {
	width: 375px;
	float: left;
}

#aboutContent #image img {
	border: 1px solid #333;
}

#aboutContent #details {
	width: 505px;
	float: left;
}

#brochure dl {
	margin: 10px 0 0 0;
}

#brochure dt {
	width: 55px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

#aboutContent #brochure dt {
	width: 55px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

#brochure dd {
	width: 430px;
	margin: 0;
	padding: 0;
	float: left;
}

#productContent #brochure dd {
	width: 310px;
	margin: 0;
	padding: 0;
	float: left;
}

#brochure h3 {
	font-size: 18px;
	margin: 0px;
}
#brochure p {
	margin: 0px 0px 5px 0px;
	font-size: 10px;
	color: #666;
	text-align: justify;
}

#contactContent {
	height: 420px;
}

#contactContent dl {
	width: 480px;
	margin: 0 10px 0 0;
	float: left;
}

*html #contactContent dl {
	display: inline;
}

#contactContent dt {
	margin: 0;
	padding: 0;
	width: 15px;
	float: left;
}
#contactContent dd {
	margin: 0 10px 0 0;
	padding: 0;
	width: 210px;
	height: 30px;
	float: left;
}

*html #contactContent dd {
	margin: 0 0 0 0;
	display: inline;
}

#contactContent dl .linebreak {
	width: 235px;
	height: 30px;
}
*html #contactContent dl .linebreak {
	width: 235px;
	height: 35px;
}
#contactContent dl .long {
	width: 444px;
}
*html #contactContent dl .long {
	width: 446px;
}


#contactContent textArea {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 174px;
	border: none;
}

#contactContent .form-textarea {
	width: 400px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}

#contactContent .form-required {
	background-position: 2px 0px;
	background-image: url(../images/cntct_required.jpg);
	background-repeat: no-repeat;
	width: 15px;
}
#contactContent .form-notrequired {
	background-image: none;
	width: 15px;
}
#contactContent .textinput {
	border: none;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 20px;
	width: 100%;
	height: 20px;
	margin: 0 0 5px 0;
	text-indent: 5px;
}

#contactContent #contactType {
	list-style: none;
	margin: 30px 0 30px 0;
	padding: 0;
	float: left;
	display: block;
}

#contactContent #contactType li{
	margin-right: 5px;
	float: left;
}

#contactContent #contactType li strong{
	visibility: hidden;
}

#contactContent #contactType a {
	display: block;
	width: 150px;
	height: 46px;
	text-decoration: none;
}

#contactContent p {
	margin: 0px 0 30px 0;
}

#contactContent #contactType #cc_contact {
	background-image: url('../images/cntct_contact_out.jpg');
}

#contactContent #contactType #cc_contact:hover {
	background-image: url('../images/cntct_contact_ovr.jpg');
}

#contactContent #contactType #cc_contact_selected {
	background-image: url('../images/cntct_contact_ovr.jpg');
}

#contactContent #contactType #cc_inquiries {
	background-image: url('../images/cntct_inquiries_out.jpg');
}

#contactContent #contactType #cc_inquiries:hover {
	background-image: url('../images/cntct_inquiries_ovr.jpg');
}

#contactContent #contactType #cc_inquiries_selected {
	background-image: url('../images/cntct_inquiries_ovr.jpg');
}

#cc_send strong{
	visibility: hidden;
}

#cc_send {
	display: block;
	width: 75px;
	height: 23px;
	margin-top: 2px;
	text-decoration: none;
	background-image: url('../images/cntct_send_out.jpg');
}

#cc_send:hover {
	background-image: url('../images/cntct_send_ovr.jpg');
}

#cc_reset strong{
	visibility: hidden;
}

#cc_reset {
	display: block;
	width: 75px;
	height: 23px;
	margin-top: 2px;
	text-decoration: none;
	background-image: url('../images/cntct_reset_out.jpg');
}

#cc_reset:hover {
	background-image: url('../images/cntct_reset_ovr.jpg');
}

#db_send strong{
	visibility: hidden;
}

#db_send {
	display: block;
	width: 77px;
	height: 23px;
	margin-top: 2px;
	text-decoration: none;
	background-image: url('../images/dwnld_sbmt_out.jpg');
}

#db_send:hover {
	background-image: url('../images/dwnld_sbmt_ovr.jpg');
}

#db_reset strong{
	visibility: hidden;
}

#db_reset {
	display: block;
	width: 77px;
	height: 23px;
	margin-top: 2px;
	text-decoration: none;
	background-image: url('../images/dwnld_cncl_out.jpg');
}

#db_reset:hover {
	background-image: url('../images/dwnld_cncl_ovr.jpg');
}

#sendButtons {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sendButtons li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}
	
#contactContent #contactInfo {
	width: 440px;
	float: left;
}

#contactContent #contactInfo h2 {
	font-family: Helvetica, Arial, Verdana;
	font-size: 24px;
	font-weight: normal;
	margin: 5px 0px;
}

#contactContent #contactInfo p {
	font-family: Verdana, Helvetica, Arial;
	font-size: 13px;
	color: #999;
}

#contactContent #contactMap {
	margin-left: 20px;
	width: 460px;
	float: left;
}

#contactContent #contactMap small {
	display: block;
	clear: both;
	margin-top: 5px;
}

#contactContent #contactMap small a {
	color: #333333;
	text-decoration: none;
}
#contactContent #contactMap small a:hover {
	color: #FF0000;
}

.page {
	border-top: 1px dashed #666;
	margin: 20px 0px;
	padding: 20px 0;
	float: left;
}

.page dl {
	margin: 10px 0;
	padding: 0 0 10px 0;
	width: 100%;
	border-bottom: 1px dashed #666;
	float: left;
}

.page dt {
	width: 75px;
	font-size: 28px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
}
.page dd {
	width: 485px;
	float: left;
	margin: 0;
	padding: 0 10px 0 20px;
	text-align: justify;
	font-size: 11px;
}

.page dd strong {
	color: #FFFFCC;
	font-weight: normal;
}

.page dd p {
	margin-top: 0px;
}

.page dd h1 {
	color: #FFFFCC;
	font-weight: normal;
	margin: 4px 0 5px 0;
}
.page dd h2 {
	margin: 0 0 5px 0;
	padding: 0;
	
}
.page dd h2 a {
	color: #666666;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
	width: 290px;
	line-height: 25px;
	height: 25px;
}
.page dd h2 a:hover {
	color: #FFFFCC;
}
.page dd h2 a strong{
	visibility: hidden;
}

.page dd #other1 {
	background-image: url('../images/prdct_other-ovr1.jpg');
	background-repeat: no-repeat;
}
.page dd #other1:hover {
	background-image: url('../images/prdct_other-ovr1.jpg');
}
.page dd #other2 {
	background-image: url('../images/prdct_other-out2.jpg');
	background-repeat: no-repeat;
}
.page dd #other2:hover {
	background-image: url('../images/prdct_other-ovr2.jpg');
}
.page dd #other3 {
	background-image: url('../images/prdct_other-out3.jpg');
	background-repeat: no-repeat;
}
.page dd #other3:hover {
	background-image: url('../images/prdct_other-ovr3.jpg');
	background-repeat: no-repeat;
}
.page dd #other4 {
	background-image: url('../images/prdct_other-out4.jpg');
	background-repeat: no-repeat;
}
.page dd #other4:hover {
	background-image: url('../images/prdct_other-ovr4.jpg');
	background-repeat: no-repeat;
}
.page dd #other5 {
	background-image: url('../images/prdct_other-out5.jpg');
	background-repeat: no-repeat;
}
.page dd #other5:hover {
	background-image: url('../images/prdct_other-ovr5.jpg');
	background-repeat: no-repeat;
}
.page dd h3 {
	color: #FFFFCC;
	font-weight: normal;
	margin: 0px 0 5px 0;
	font-size: 18px;
}

.page dd ul {
	margin: 0;
	padding: 0 10px;
}
.page dd ol {
	margin: 0;
	padding: 0 20px;
}

.page dd li {
	font-size: 11px;
}

.page .image {
	width: 290px;
	float: left;
}

.page .image img {
	margin-bottom: 5px;
}

.page .image small {
	text-align: left;
	float: right;
}

.page .image small a {
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('../images/top.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
}

.page .image small strong {
	visibility: hidden;
}

#referenceContent {
	background-position: right top;
	background-image: url('../images/rfrnc_bckgrnd.png');
	background-repeat: no-repeat;
}

*html #referenceContent {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=‘../images/rfrnc_bckgrnd.png’, sizingMethod=’scale’);
}

#referenceMenu {
	padding-top: 95px;
	height: 300px;
	margin-bottom: 25px;
}

#referenceMenu h1 {
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #999;
}

#referenceMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#referenceMenu li {
}

#referenceMenu ul a {
	padding: 0 0 0 15px;
	display: block;
	text-decoration: none;
	color: #666;
	width: 100px;
}
#referenceMenu ul a:hover {
	color: #FF0000;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('../images/rfrnc_l2007.jpg');
}

#referenceMenu ul #l2009 {
	font-size: 40px;
	line-height: 40px;
	height: 40px;
}

#referenceMenu ul #l2008 {
	font-size: 36px;
	line-height: 36px;
	height: 36px;
}

#referenceMenu ul #l2007 {
	font-size: 33px;
	line-height: 33px;
	height: 33px;
}

#referenceMenu ul #l2006 {
	font-size: 28px;
	line-height: 28px;
	height: 28px;
}
#referenceMenu ul #l2005 {
	font-size: 26px;
	line-height: 26px;
	height: 26px;
}
#referenceMenu ul #l2004 {
	font-size: 24px;
	line-height: 24px;
	height: 24px;
}
#referenceMenu ul #l2003 {
	font-size: 22px;
	line-height: 22px;
	height: 22px;
}
#referenceMenu ul #l2001 {
	font-size: 20px;
	line-height: 20px;
	height: 20px;
}
#referenceMenu ul #l2000 {
	font-size: 18px;
	line-height: 18px;
	height: 18px;
}
#referenceMenu ul #l1999 {
	font-size: 16px;
	line-height: 16px;
	height: 16px;
}
#referenceMenu ul #l1998 {
	font-size: 14px;
	line-height: 14px;
	height: 14px;
}

#productContent img {
	behavior: url("../png/pngbehavior.htc");
}

#productContent #map {
	width: 505px;
	float: left;
}

#productContent #map ol a {
	text-decoration: none;
}

#productContent #video {
	width: 400px;
	float: left;
}

#productContent #video ul a {
	text-decoration: none;
}

#productContent #player {
	width: 384px;
	height: 216px;
	background-color: #000;
}

#productContent #clip {
	list-style: none;
	margin: 5px 0 10px 0 ;
	padding: 0;
	height: 16px;
}

#productContent #clip li {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	float: left;
	line-height: 16px;
}
#productContent #clip .breaker {
	border-right: 1px solid #333;
}
#productContent #clip a {
	color: #333;
}
#productContent #clip a:hover {
	color: #FFF;
}
#productContent #clip .selected {
	color: #FFF;
}

#downloadContent {
	padding: 30px 0 30px 375px;
}

#downloadContent dl {
	width: 200px;
	margin: 0;
	padding: 0;
}
#downloadContent dt {
	width: 200px;
	margin: 0;
	padding: 0;
}
#downloadContent dd {
	width: 185px;
	margin: 5px 0;
	padding: 0 0 0 15px;
	background-image: url(../images/cntct_required.jpg);
	background-repeat: no-repeat;
}

#downloadContent dd input {
	width: 100%;
	color: #CCC;
}

