/* Interior CSS */
/*general template CSS */
#gen_main {
	margin-top:19px;
	height:701px;
	width:940px;
}

#gen_content_c {
	background-color:#FFF;
	border-right:1px dotted #006BB7;
	float:left;
	font-size:12px;
	height:701px;
	margin-right:10px;
	overflow:hidden;
	width:589px;
}

#gen_title {
	font-family:"ITCFranklinGothicStd-Med", Arial, sans-serif;
	font-size:20px;
	height:52px;
	margin-bottom:-23px;
	padding:8px 0 15px 10px;
	width:579px;
}

div#gen_title span {
	border-bottom:15px solid #FFC439;
}

#gen_content {
	height:638px;
	/* overflow:auto; */
	overflow-x:hidden;
	overflow-y:auto;
	width:589px;
}

#gen_sidebar {
	float:left;
	height:701px;
	overflow:hidden;
	width:340px;
}

#gen_image {
	border:2px solid #77787B;
	height:251px;
	margin-bottom:26px;
	width:336px;
}

#gen_links {
	background:url(../images/bg_gen_links.jpg) no-repeat;
	font-size:14px;
	height:255px;
	overflow:hidden;
	width:340px;
}

#gen_related {
	background:url(../images/bg_related_links.jpg) no-repeat;
	color:#FFF;
	font-family:"ITCFranklinGothicStd-BkCd", Arial Narrow, Arial, sans-serif;
	font-size:20px;
	height:35px;
	padding:5px 0 0 10px;
	width:330px;
}

/* product template CSS */
#pro_main {
	height:720px;
	width:940px;
}

#pro_nav {
	float:left;
	font-size:14px;
	height:720px;
	margin-right:3px;
	overflow-x:hidden;
	overflow-y:auto;
	width:237px;
}

#pro_content {
	float:left;
	height:691px;
	margin-top:29px;
	width:700px;
}

#pro_image {
	height:321px;
	width:700px;
}

#pro_text_c {
	background-color:#FFF;
	border-left:1px dotted #006BB7;
	height:359px;
	margin:11px 0 0 0;
	overflow:hidden;
	width:699px;
}

#pro_text {
	height:309px;
	overflow:auto;
	padding-top:30px;
	width:699px;
}

/* #pro_text br { margin-bottom:-5px; } */

/* segment */
#segment01, #segment02 {
	display:inline;
	float:left;
	margin:0 5px 0 10px;
	width:270px;
}

/* text related */
div#gen_content p {
	clear:both;
	color:#000;
	margin:0;
	padding:10px 10px 5px 10px;
	width:549px;
}

div#gen_links p {
	color:#FFF;
	margin:0 auto;
	padding-bottom:5px;
	width:320px;
}

div#pro_nav p { 
	margin:10px 0 -10px 0;
}

div#pro_text h2, div#gen_content h2 {
	color:#006BB7;
	font-size:18px;
	font-weight:normal;
}

div#pro_text h2 {
	margin-left:20px;
}

div#pro_text h3 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 0 20px;
}

div#pro_text li ul {
	margin:0 0 8px 0;
}

div#pro_text p {
	font-size:12px;
	margin:0 0 0 20px;
	/* padding-bottom:18px; */
	width:650px;
}

div#gen_content h2 {
	margin-left:10px;
}

div#gen_content h3 {
	font-size:14px;
	margin:5px 0 -10px 10px;
}

div#segment01 h2, div#segment02 h2 {
	background-color:#3F8EC6;
	color:#FFF;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:20px;
	margin:5px 0 3px 0;
	padding:3px 0 0 5px;
	width:265px;
}

div#gen_content ul, div#pro_text ul, div#segment01 ul, div#segment02 ul {
	font-size:12px;
	line-height:1.5em;
	list-style:square;
	margin:0;
}

/* spacing issues 5.7.09 */
div#pro_text li, div#pro_text h2, div#pro_text h3 {
	margin-bottom:-14px;
}

div#gen_content ul, div#pro_text li ul {
	padding-bottom:0;
}

div#segment01 ul, div#segment02 ul {
	padding-bottom:15px;
}

/* trade shows */
.trade_date {
	display:inline;
	float:left;
	font-weight:bold;
	margin:10px 0 0 10px;
	width:140px;
}

.trade_event {
	float:left;
	margin-top:10px;
	width:400px;
}

/* mootools */
.menu_options, .menu_standard {
	cursor:pointer;
	height:30px;
	overflow:hidden;
}

.menu_areas {
	font-size:11px;
	line-height:1.5em;
	margin:0;
}

.menu_options:hover img, .menu_standard:hover img {
	margin-top:-30px;
}

.menu_areas a:link, .menu_areas a:hover, .menu_areas a:active, .menu_areas a:visited {
	color:#FFF;
}

.menu_padding { /* height:55px; overflow:auto; */
	background-color:#76787A;
	border-left:1px solid #000;
	border-right:1px solid #000;
	line-height:1.45em;
	padding:10px 0 16px 20px;
	width:198px;
}

.bottomline {
	border-bottom:1px solid #000;
}

/* links */
#gen_content a, #pro_text a { 
	color:#006BB7;
}

#gen_links a {
	border-bottom:0;
	display:inline;
	overflow:visible;
	text-decoration:none;
}

#gen_links p a:hover {
	border-bottom:1px solid #FFC439;
}

#segment01 a:link, #segment01 a:visited, #segment01 a:active, #segment02 a:link, #segment02 a:visited, #segment02 a:active {
	color:#006BB7;
	text-decoration:none;
}

#segment01 a:hover, #segment02 a:hover {
	text-decoration:underline;
}

/* video */
#video_container {
	background:url(../images/bg_video.jpg) no-repeat;
	height:273px;
	margin:0 auto;
	overflow:hidden;
	padding:48px 0 0 20px;
	width:369px;
}

#video_disclaimer {
	font-size:12px;
	padding-top:60px;
	text-align:center;
	width:349px;
}

#video_container a {
	color:#000;
	font-weight:bold;
}

/* phase 2 styles */
.lit_list { line-height:24px; }
.modelNo li { clear:both; list-style:none; margin:0; padding:0; }
.modelNo li a { background:url(../images/g_bullet_square.gif) no-repeat; background-position:0 8px; display:block; float:left; height:auto; margin:0; padding:0 7px 0 15px; width:85px; }
.modelNo li span { display:block; float:right; height:auto; margin:0; padding-right:20px; width:380px; }