a:link{color: #369; text-decoration: none;}

body{
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #eee;
	margin: 0px;
	font-size: 12px;
	background-image: url(../images/ogp_bg_lines.png);
}

p{
	margin: 1em 0em;  /* make margins in IE the same as other browsers */
}

.intro			{font-weight: bold; font-family: Arial, sans-serif; font-size: 14px; margin: 0px;}
.introgreen		{color: #033; font-weight: bold; font-family: Arial, sans-serif; font-size: 14px;}
.introblue		{color: #036; font-weight: bold; font-family: Arial, sans-serif; font-size: 14px;}
.main 		 	{font-family: Verdana, Arial, sans-serif; font-size: 12px; margin-top: 0px;}/*11px*/
.title 			{font-family: Verdana, Arial, sans-serif; font-size: 14px; font-weight: bold;}
.mainwhite		{color: #fff; font-family: Verdana, Arial, sans-serif; font-size: 12px;}/*11px*/

.formFields{
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	background-color: #fff;
	height: 18px;
}

#wrapperDiv{
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
	position: relative;
}

#headerDiv{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
}

#headerDiv table{
	width: 100%;
	border: 0px;
	background-color: #eee;
}

#topLinks{
	padding-right: 5px;
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

#menuTable{
	background: #369 url(../../images/r1_c8.gif);
}

#mainDiv{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#tabBar{
	width: 100%;
	border: 0px;
	background-image: url(../images/barMid.png);
}

#titleRow{
	float: left;
	width: 100%;
	padding: 25px 0px;
	background-color: #fff;
}

#title{
	float: left;
	padding-left: 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h1{
	float: left;
	margin: 0px;
	padding-left: 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#breadcrumb{
	float: right;
	padding-right: 25px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #333;
}

#mainText{
	clear: left;
	width: 100%;
	padding-bottom: 20px;
	background-color: #fff;
/*	overflow: hidden;*/  /* so mainText stretches to the height of floated elements inside it.    update: this breaks the lightbox script (only in firefox) -- maybe go back to the other way of finding the image position and get rid of position: relative from wrapperDiv */
}

#sidebarTable{
	width: 100%;
}

#sidebarTable #mainText{
	width: 930px;
}

#mainText div{
	padding: 0px 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#mainText div.tdCell{
	font-size: 8pt;
}

#mainText div div{
	padding: 0px;
}

#mainText > div{
	padding: 0px 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#mainText table{
	clear: left;
	margin: 0px 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#mainText table table{
	margin: 0px;
}
/* this was for tables on rotary pages (and possibly other places), but it breaks the layout of the training page
#mainText div table{
	margin: 0px;
}
*/
#mainText table div{
	padding: 0px;
}

#mainText > table{
	clear: left;
	width: 940px;
	margin: 0px 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#mainText div.videoCaption{
	width: 480px;
	text-align: left;
	margin-top: 10px;
}

#videoBox{
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 4px !important;
	border: 1px solid #ddd;
	width: 160px;
}

#videoBox img{
	border: 0px;
	padding-bottom: 15px;
	background: url(../video/thumbs/vidPlayerBottom.gif) no-repeat bottom;
}

#videoBox p{
	margin: 2px 0px 3px;
}

#videoBox span{
	font-size: 10px;
}

#videoBox span span{
	color: #888;
}

div#specsBox{
	width: 264px;
	background-color: #ffe7b3;
	border: 1px solid #369;
	padding: 1px 8px 1px 5px !important;
	font-size: 11px;
	margin: 10px auto;
	text-align: right;
}

div#specsBox p{
	margin: 4px 0px;
}

ul{
	margin-left: 0px;
	padding-left: 40px;
}
/*
ul ul{
	padding-left: 30px;
}
*/
ul.horiz{
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}

ul.horiz li{
	float: left;
	margin-right: 36px;
}

#sidebarTable #mainText > table{
	width: 890px;
}

#shadingTopBlue, #shadingBottomBlue{
	width: 100%;
	height: 15px;
	background: #369 url(../images/ogp_shading_blue.png) repeat-x;
}

#shadingTopBlue{
	background-position: top;
}

#shadingBottomBlue{
	background-position: bottom;
}

.middleBlueSpace{
	width: 100%;
	height: 15px;
	background-color: #369;
}

.prodTable{
	width: 948px;
	padding: 0px 16px;
	background-color: #369;
}

.prodTableImgInset{
	width: 900px;
	padding: 0px 16px 0px 64px;
	background-color: #369;
	background-repeat: no-repeat;
	background-position: 12px 0px;
}

.prodTableImgInset table{
	width: 100%;
	border: 0px;
	background-color: #fff;
	table-layout: fixed;
}

.prodTable table{
	width: 100%;
	border: 0px;
	background-color: #fff;
}

td.nw, td.ne, td.sw, td.se{
	width: 15px;
	height: 15px;
	background: url(../images/ogp_shading_blue.png) no-repeat;
}

td.nw{
	background-position: 0px -15px;
}

td.ne{
	background-position: -15px -15px;
}

td.sw{
	background-position: 0px -30px;
}

td.se{
	background-position: -15px -30px;
}

#InfoCenter{
	min-height: 147px;
}

#footerDiv{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#footerTable{
	width: 100%;
	border: 0px;
	background: #eee url(../images/footer.png) no-repeat;
}

#footerTable td{
	width: 460px;
	height: 95px;
	padding: 5px 15px 2px;
	line-height: 1.35;
}

#footerTable p{
	margin: 0px 0px .6em;
	line-height: normal;
}

#htmlMenu{
	width: 960px;
	border: 1px solid #ccc;
	margin: 0px 10px;
}

#htmlMenu td{
	padding-top: 5px;
}

#htmlMenu ul{
	font: 10px Verdana, sans-serif;
	color: #333;
	text-align: left;
	padding-left: 10px;
	margin: 0px;
	list-style-type: none;
}

#htmlMenu ul li{
	font-weight: bold;
	padding-bottom: 5px;
}

#htmlMenu ul ul li{
	font-weight: normal;
	padding-bottom: 0px;
}


#headerDiv form{
	margin-bottom: 0px;
}

#mainText form{
	margin-bottom: 12px; /*Firefox defaults to 0px, IE defaults to 12px*/
}

#footerDiv form{
	display: inline;
}

.button			{color: #fff; font-family: Arial, Verdana, sans-serif; font-size: 9pt; background-color: #666;}
.button:hover	{text-decoration: underline;}

.tableFields{
	color: #fff;
	font-family: Arial, sans-serif;
	background-color: #369;
	font-weight: bold;
}
.tableTop{
	color: #fff;
	font-family: Arial, sans-serif;
	background-color: #369;
	font-weight: bold;
	font-size: 11px;
}

.tableContent{
	font-family: Arial, sans-serif;
	background-color: #eee;
}
.errorFormFields	{color: #000; font-family: Arial, sans-serif; font-size: 9pt; background-color: #fc6;}
/*.formfields  	{color:#000000; font-family:Arial, sans-serif; font-size:9pt; background-color:#FFFFFF}*/
.footer		{color: #333; font-family: Arial, sans-serif; font-size: 11px;}
link			{color: #369; text-decoration: none;}
a:link		{color: #369; text-decoration: underline;}
a:visited	{color: #369; text-decoration: underline;}
a:hover		{color: #369; text-decoration: none;}
a:active	{color: #369; text-decoration: underline;}
.bullet		{list-style-image: url(../images/bullet_2.gif); font-family: Verdana, Arial, sans-serif; font-size: 12px;}/*11px*/
.bullet2	{list-style-image: url(../images/bullet_3.gif); font-family: Verdana, Arial, sans-serif; font-size: 12px;}/*11px*/

a.main:link		{color: #fff; font-size: 10px; text-decoration: underline;}
a.main:visited	{color: #ccc; font-size: 10px; text-decoration: underline;}
a.main:hover	{color: #fff; font-size: 10px; text-decoration: none;}
a.main:active	{color: #fff; font-size: 10px; text-decoration: underline;}

.scrollBar{
	margin: 0px;
	background: #fff;
	padding: 0px;
	float: right;
	top: 400px;
	left: 600px;
	width: 30px;
	height: auto;
	position: absolute; 
}

.tdCell		{color: #000; font-weight: normal; font-family: Verdana, Arial, sans-serif; font-size: 8pt; background-color: #ffe7b3;}
.tdCellWhite{color: #000; font-weight: normal; font-family: Verdana, Arial, sans-serif; font-size: 8pt; background-color: #fff;}
.tdCellGrey	{color: #000; font-weight: normal; font-family: Verdana, Arial, sans-serif; font-size: 8pt; background-color: #f2f1f7;}
.noArrow	{color: #000; font-weight: normal; font-family: Verdana, Arial, sans-serif; font-size: 8pt; background-color: #f2f1f7;}
.Arrow		{color: #000; font-weight: normal; font-family: Verdana, Arial, sans-serif; font-size: 8pt; background-color: #ffe7b3;}

#mainText .tdCell div		{color: #000; font-weight: normal; font-family: Verdana, Arial, sans-serif; font-size: 8pt; background-color: #ffe7b3;}
#mainText .tdCellWhite div	{color: #000; font-weight: normal; font-family: Verdana, Arial, sans-serif; font-size: 8pt; background-color: #fff;}
#mainText .tdCellGrey div	{color: #000; font-weight: normal; font-family: Verdana, Arial, sans-serif; font-size: 8pt; background-color: #f2f1f7;}

#topleftcontent{
	padding: 0px;
	position: absolute;
	left: 620px;
	top: 24px;
	font: 10px Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.4;
	color: #473000;
	margin: 0;
	width: 175px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 0px;
}
html>body #topleftcontent{
	top: 24px;
	height: 0px;
}

#topLinks a{
	color: #003b97;
	font: 10px Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.6;
}

#topLinks a:link	{color: #003b97; text-decoration: underline;}
#topLinks a:visited	{color: #003b97; text-decoration: underline;}
#topLinks a:hover	{color: #003b97; text-decoration: none;}
#topLinks a:active	{color: #003b97; text-decoration: underline;}

.htmlMenu {
	font: 10px Verdana, sans-serif;
	color: #333;
	text-align: left;
}

a.htmlMenu:link {
	color: #333;
	text-decoration: none;
}
a.htmlMenu:visited {
	color: #333;
	text-decoration: none;
}
a.htmlMenu:hover {
	color: #000;
	text-decoration: underline;
}

.style1 {color: #369}

