/*NEW CSS *********************************************************************/
body {
	margin: 0;
	padding: 0;
	background: #f2f2f2;
	
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
}

body table {
	margin: auto;
}

#headerBackground {
	width: 100%;
	height: 90px;
	background: #0c6237; /* Old browsers */
	background: -moz-linear-gradient(top, #0c6237 0%, #073821 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c6237), color-stop(100%,#073821)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0c6237 0%,#073821 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0c6237 0%,#073821 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0c6237 0%,#073821 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c6237', endColorstr='#073821',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0c6237 0%,#073821 100%); /* W3C */
	
	z-index: -20;
}

#headerShadow {
	width: 100%;
	height: 5px;
	position: relative; top: 0px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	
	z-index: -30;
}

#headerRight a:hover {
	text-decoration: none;	
}

#content {
	margin: auto;
	margin-top: 5px;
	width: 750px;
	background-color: #fff;
	border: 1px solid #999;
}

/*#col1 {
	width: 136px;
	background-color: #adc694;
	float: left;
}

#col1v2 {
	width: 136px;
	background-color: #adc694;
	float: left;
	margin-left: -137px;
	margin-top: -1px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}*/

#col2 {
	text-align: center;
	width: auto;
	margin-bottom: 10px;
}

#col2v2 {
	text-align: center;
	width: auto;
	margin-bottom: 10px;
	/*
	position: relative; left: -12px;
	width: 590px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;*/
}

#col3 {
	width: auto;
	float: right;
	width: auto;
	margin: auto;
	margin-bottom: 10px;
}

#colX {
	width: 0px;
	height: 0px;	
}

object {
	margin: auto;	
}

#header {
	width: 748px;
	height: 90px;
	margin: auto;
}

#header img {
	text-align: left;
	margin-top: 8px;
}

#headerRight {
	width: auto;
	margin-right: 5px;
	margin-top: -10px;
	height: 90px;
	float: right;
	text-align: right;
}

#headerRight a {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#headerRight img {
	margin-top: 21px;
	float: right;
}

#content table {
	margin: auto;
}

.ari, .company_name {
	padding-left: 15px;
}

.model_link {
	padding-left: 15px;
}

#mainTable {
	border: 1px solid #666666;
}

/* Navigation  ****************************************************************/
#navShadow {
	width: 752px;
	height: 3px;
	margin: auto;
	position: relative; top: 0px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	
	z-index: -30;
}

.main-nav {
	margin: auto;
	margin-top: -12px;
	width: 752px;
	height: 42px;
	
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
}

#nav, #nav ul {padding:0; margin:0 auto; list-style:none;}
#nav {position:relative; z-index:50;}
#nav ul {display:none;	margin: 0 0 0 15px;}

#nav li {float:left; position:relative;}
#nav li a {text-decoration:none; font: bold 12px/40px Arial, Helvetica, sans-serif; white-space:nowrap; padding: 0; color: #333; }
#nav li b {display:block; padding: 0 34px; padding-bottom: 2px; cursor:pointer;  float:left; color:#333; background-color: #ebebeb;
	border-right: 1px solid #666666;

	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
}

#nav li c {display:block; padding: 0 34px; padding-bottom: 2px; cursor:pointer;  float:left; color:#333; background-color: #ebebeb;
	
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
}

#nav li a b:hover, #nav li a c:hover { text-decoration: none; background: #333; 
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
}

#nav li ul {position:absolute; left: -15px; top:42px; height:auto; float:left; border-top: none; color: #333; background-color: #fff;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
}
#nav li ul.w0 {width: 158px;}
#nav li ul.w1 {width: 178px;}
#nav li ul.w2 {width: 166px;}
#nav li ul.w3 {width: 144px;}
/*
#nav li ul.w4 {width:130px;}
#nav li ul.w5 {width:150px;}
*/

#nav li ul li {float:none;}
#nav li ul li a {display:block; height:28px; line-height:28px; padding:3px 5px 2px 20px; margin: 0; color:#333; font-size:12px; text-align:left;}
#nav li ul li a:hover {background:#129152; color:#333;

	background: rgb(214,214,214); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(193,193,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,214,214,1)), color-stop(100%,rgba(193,193,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(193,193,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(193,193,193,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(193,193,193,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(214,214,214,1) 0%,rgba(193,193,193,1) 100%); /* W3C */
}

/*Changes to "p" for spec pages*/
.itemLeft p, .itemRight p {
	font-size: 14px;
}


a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*OLD CSS *********************************************************************/
.ari {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #004000;
}
.ari_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: red;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.bold_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.company_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.contact_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.support_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.sm_bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.sm_bullets_ital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	font-style: oblique;
}
.sm_feature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.med_bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.BIG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.MED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

