/* ############################################################################################# */
/* Main CSS Document for Ropermobile.com
/* ############################################################################################# */

@import url(support.css);
@import url(forms.css);
@import url(lists.css);
@import url(tables.css);
@import url(misc.css);
@import url(duros.css);

/* ============================================================================================= */
/* =Colors
/* =============================================================================================
#AEAEAE - gray text
#464646 - dark gray
#3c72b7 - roper blue
#eef6ff - faint ice blue
#cc0000 - red
*/

/* ============================================================================================= */
/* =Defaults
/* ============================================================================================= */

html *{
	margin: 0;
	}
html {
	height: 100%;
	}
body{
	height: 100%;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
	}
h1, h2, h3, h4, h5, h6{
	font-family: Helvetica, Arial, sans-serif;
	}
h1 {
	letter-spacing: -2px;
	}
h2 {
	letter-spacing: -1px;
	}
img{
	border: none;
	margin: 0;
	}
a{
	outline: none;
	color: #3c72b7;
	}
h1 {
	margin: 0 0 14px 0;
	font-size: 28px;
	line-height: 110%;
	font-weight: bold;
	}
h2 {
	margin: 0 0 14px 0;
	font-size: 22px;
	font-weight: bold;
	}
h3{
	font-size: 13px;
	}
h4{
	font-size: 12px;
	font-weight: normal;
	}
p{
	margin: 0 0 16px 0;
	}
noscript{
	color: #3c72b7; 
	}
small {
	font-size: 80%
	}

/* ============================================================================================= */
/* =Main DIVs
/* ============================================================================================= */

#container{
	width: 958px;
	/*height: 100%;*/
	margin: 0 auto;
	padding: 0 6px 10px 6px;
	position: relative;
	text-align: left;
	}
#inner_container{
	margin: auto;
	width: 92%;
	}
#content{
	clear: both;
	}
#product_content_features {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	background: url(/images/site/border_pop_bottom.gif) no-repeat bottom right;
	overflow: hidden;
	}
#product_content_features_short {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	background: url(/images/site/border_pop_bottom_short.gif) no-repeat bottom right;
	overflow: hidden;
	}
#sb_header_holder {
	width: 860px;
	margin: auto;
	}
#product_content_general {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	}
/* ============================================================================================= */
/* =Navigation DIVs
/* ============================================================================================= */

ul#navigation{
	list-style: none;
	float: right;
	display: inline;
	margin: 87px 0 0 0;
	}
ul#navigation li{
	float: left;
	margin: 0 0 0 16px;
	}
ul#navigation li a{
	display: block;
	text-indent: -9999px;
	height: 41px;
	}
ul#navigation ul {
	list-style: none;
	padding: 0;
	background: url(/images/site/nav/dropdown_bg.gif) repeat-x;
	margin: -4px 0 0 -10px;
	padding: 8px 10px;
	border-left: 1px solid #3c72b7;
	border-right: 1px solid #3c72b7;
	border-bottom: 4px solid #3c72b7;
	position: absolute;
	z-index: 1;
	/*height: 147px;*/
	width: 18em;
	left: -999em;
	}
ul#navigation li ul li {
	float: none;
	display: block;
	margin: 0;
	}
ul#navigation li ul li.divider {
	border-top: 1px solid #484848;
	margin-top: 2px;
	padding-top: 2px;
	}
ul#navigation li ul li a {
	text-indent: 0;
	text-decoration: none;
	height: 20px;
	padding-left: 2px;
	color: #bbb;
	}
ul#navigation li ul li a:hover {
	color: white;
	}
ul#navigation li:hover ul, ul#navigation li.sfhover ul {
	left: auto;
}
ul#navigation li#products:hover a, ul#navigation li#products.sfhover a {
	background: none;
}
#sub_nav{
	width: 586px;
	float: right;
	clear: both;
	display: inline;
	margin: 10px 0 0 0;
	}
/* Switchback Nav */
div.switchback_header ul {
	list-style: none;
	padding: 0;
	text-indent: 0;
	overflow: visible;
	height: 24px;
	margin: 0;
	position: relative;
	left: -7px;
	}
div.switchback_header ul li {
	float: left;
	height: 24px;
	line-height: 24px;
	margin: 0 8px 0 0;
	}
	div.switchback_header ul li.first {
	position: relative;
	left: 8px;
	margin-right: 13px;
	}
div.switchback_header a, 
div.switchback_header a:visited, 
div.switchback_header a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 0 0 7px;
	}
div.switchback_header a span {
	display: block;
	float: left;
	padding: 0 7px 0 0;
	cursor: pointer;
	}
div.switchback_header a.green:hover,
div.switchback_header a.current_green,
div#fmt_nav a.green:hover,
div#fmt_nav a.current_green {
	background: #51af1b url(/images/site/nav/tab_green_left.gif) no-repeat top left;
	color: #000;
	height: 24px;
	}
div.switchback_header a.green:hover span,
div.switchback_header a.current_green span,
div#fmt_nav a.green:hover span,
div#fmt_nav a.current_green span {
	background: url(/images/site/nav/tab_green_right.gif) no-repeat top right;
	color: #000;
	}
div.switchback_header a.orange:hover,
div.switchback_header a.current_orange,
div#fmt_nav a.orange:hover,
div#fmt_nav a.current_orange {
	background: #d86903 url(/images/site/nav/tab_orange_left.gif) no-repeat top left;
	color: #000;
	height: 24px;
	}
div.switchback_header a.orange:hover span,
div.switchback_header a.current_orange span,
div#fmt_nav a.orange:hover span,
div#fmt_nav a.current_orange span {
	background: url(/images/site/nav/tab_orange_right.gif) no-repeat top right;
	color: #000;
	}

div.switchback_header small {
	font-size: 12px;
	font-weight: normal;
	}
/* FMT Nav */
.sub_head_fmt {
	width: 886px;
	overflow: visible;
	/*margin: 0 0 0 36px;*/
	margin: auto;
	}

div#fmt_nav {
	/*border-bottom: 1px dotted #3c72b7;*/
	background: url(/images/site/nav/tab_n_bottom.gif) bottom left no-repeat;
	padding-bottom: 8px;
	overflow: visible;
	margin: 0 0 0 0;
	}
div#fmt_nav ul {
	list-style: none;
	padding: 0 0 0 0;
	text-indent: 0;
	height: 33px;
	overflow: visible;
	margin: 5px 0 0 0;
	position: relative;
	/*left: -6px;*/
	}
div#fmt_nav ul li {
	float: left;
	height: 33px;
	width: 157px;
	line-height: 31px;
	margin: 0;
	}
div#fmt_nav ul li.first {
	margin-left: -3px;	
	}
div#fmt_nav a,
div#fmt_nav a:link,
div#fmt_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 157px;
	height: 33px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: url(/images/site/nav/tab_n_bg.gif) no-repeat;
	float: left;
	color: #dfdfdf;
	padding: 0;
	}
div#fmt_nav a.first_current	{
	background-position: 0 -76px;
	color: white;
	}
div#fmt_nav a:hover,
div#fmt_nav a.current {
	background: url(/images/site/nav/tab_n_bg.gif) no-repeat 0 -38px;
	color: white;
	}
div#fmt_nav a.first:hover{
	background-position: 0 -76px;
	color: white;
	}
/* ============================================================================================= */
/* =Headers
/* ============================================================================================= */

#header h1{
	float: left;
	}
#header h1 a{
	display: block;
	height: 82px;
	width: 109px;
	margin: 18px 200px 0 0;
	text-indent: -9999px;
	background: url(/images/site/rmt_logo.gif) no-repeat;
	}
#header h2{
	display: block;
	height: 35px;
	width: 413px;
	background: url(/images/site/innovations.gif) no-repeat;
	float: right;
	text-indent: -9999px;
	margin: 70px 0 0 0;
	}
div.switchback_header{
	color: #666;
	overflow: visible;
	padding: 18px 0 0 0;
	}
div.switchback_header h2{
	height: 43px;
	line-height: 43px;
	margin: 0 0 8px 0;
	text-indent: -9999px;
	}
div.switchback_header h2.sb_green {
	background: url(/images/site/headers/switchback_green.gif) no-repeat;
	}
div.switchback_header h2.sb_orange {
	background: url(/images/site/headers/switchback_orange.gif) no-repeat;
	}
#error_page h1{
	font-size: 4em;
	margin: 0 0 26px 0;
	}
#error_page h2{
	font-size: 2em;
	line-height: 150%;
	}
#error_page span.boxed{
	background: black;
	color: #CCCCCC;
	padding: 3px 8px;
	margin: 0 8px 0 0;
	}
.bullet_box h3 {
	font-weight: bold;
	font-size: 26px;
	letter-spacing: -0.02em;
	background: #242424;
	padding: 17px 0 14px 24px;
	}
.bullet_box span.strong {
	color: #E4E4E4;
	font-weight: bold;
	}
h3.sb_feature_pop {
	font-weight: bold;
	font-size: 26px;
	letter-spacing: -0.02em;
	color: #fff;
	margin-bottom: 14px;
	}
h1#duros {
	width: 303px;
	height: 33px;
	line-height: 33px;
	background: black url(/images/site/headers/duros.gif) no-repeat;
	text-indent: -9999px;
	margin: 12px 0 14px 0px;
	}
/* ============================================================================================= */
/* =Images
/* ============================================================================================= */

img.padded{
	margin: 20px 0;
	}
.side_shot{
	margin: 0 0 18px 0;
	}
/* ============================================================================================= */
/* =Columns
/* ============================================================================================= */

.two_col_left{
	float: left;
	width: 460px;
	margin: 10px 0 16px 0;
	}
.two_col_right{
	float: right;
	width: 460px;
	margin: 10px 0 16px 0;
	}
.one_col{
	overflow: hidden;
	position: relative;
	margin: 10px 0 16px 0;
	}
.three_col_outer{
	float: left;
	width: 290px;
	margin: 10px 0 35px 0;
	overflow: hidden;
	}
.three_col_middle{
	width: 290px;
	float: left;
	margin: 10px 40px 35px 40px;
	overflow: hidden;	
	}
.small_col_left{
	float: left;
	display: block;
	height: 356px;
	width: 390px;
	margin: 12px 0 35px 0;
	overflow: hidden;
	}
.large_col_right{
	width: 540px;
	float: right;
	margin: 10px 0 35px 0;
	}
.large_col_left{
	float: left;
	width: 620px;
	margin: 10px 40px 35px 0;
	}
.switchback_col{
	width: 426px;
	padding: 0;
	margin: 0 0 0 0;
	}
.masthead {
	width: 858px;
	height: 352px;
	background: url(/images/site/border_gray.gif);
	margin: 10px 0 0 0;
	padding: 1px;
	}
.masthead img {
	display: block;
	}
/* ============================================================================================= */
/* =Content
/* ============================================================================================= */

.product_col_container {
	width: 886px;
	margin: 22px auto 0 auto;
	}
.product_col{
	width: 430px; /*423 max*/
	padding: 0 0 0 0;
	margin: 0 0 16px 0;
	display: inline;
	overflow: visible;
	}
	/* dont forget about .left_margin_prod clas */
.product_col strong{
	color: #DDDDDD;
	}
div.sub_head_fmt h1 {
	margin: 0 0 8px 0;
	}
h1#vmt_1002,
h1#vmt_1204,
h1#vmt_1214,
h1#vmt_1211,
h1#vmt_1205,
h1#vmt_1502 {
	width: 303px;
	height: 33px;
	text-indent: -9999px;
	}
h1#vmt_1002 { background: url(/images/site/headers/1002.gif) no-repeat top left; }
h1#vmt_1204 { background: url(/images/site/headers/1204.gif) no-repeat top left; }
h1#vmt_1214 { background: url(/images/site/headers/1214.gif) no-repeat top left; }
h1#vmt_1211 { background: url(/images/site/headers/1211.gif) no-repeat top left; }
h1#vmt_1205 { background: url(/images/site/headers/1205.gif) no-repeat top left; }
h1#vmt_1502 { background: url(/images/site/headers/1502.gif) no-repeat top left; }

h2.vmt{
	font-size: 18px;
	color: #fff;
	margin: 0 0 4px 0;
	line-height: 115%;
	padding: 0;
	}
.product_col h3{
	color: white;
	margin: 0 0 10px 0;
	}
.product_col p{
	line-height: 1.9em;
	}
.product_col a, .product_col a:visited{
	font-size: 12px;
	color: #3c72b7;
	/*text-decoration: none;*/
	}
.product_col a:hover{
	color: #578AC8;
	}
p.big_bottom{
	margin-bottom: 30px;
	}
blockquote p{
	margin: 0;
	}
blockquote p.quote_source{
	margin: 6px 0 20px 8px;
	font-weight: bold;
	}
blockquote.testimony {
	width: 382px;
	overflow: hidden;
	float: left;
	margin: 8px 0 0 0;
	padding: 12px 19px 19px 19px;
	background: url(/images/site/testimony_bg.jpg) no-repeat top center;
	}
blockquote.testimony p.quote_source {
	margin: 6px 0 6px 8px;
	}
div.dap_family{
	width: 720px;
	background: #000;
	border: 1px solid #5e5e5e;
	padding: 28px;
	margin: 0 auto 15px auto;
	text-align: center;
	}
div.dap_family p{
	margin: 18px auto;
	width: 80%;
	border-top: 1px solid #5e5e5e;
	padding: 10px;
	}
div.contact_call{
	background: url(/images/site/contact_call_bg.gif) no-repeat;
	text-indent: 42px;
	color: white;
	margin: 30px 0 0 0;
	width: 347px;
	height: 51px;
	padding: 15px 18px 0 18px;
	}
a.partner{
	display: block;
	text-indent: -9999px;
	width: 218px;
	height: 44px;
	background: url(/images/site/partner_login.gif) no-repeat
	}
.bullet_box {
	width: 424px;
	padding: 1px 1px 0 1px;
	margin: 8px 0 1px 0;
	background: url(/images/site/border_gray.gif);
	position: relative;
	}
.bullet_box p {
	background: #242424;
	margin: 0;
	padding: 0 24px 24px 24px;
	}
.bullet_box span.corner_gray {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 33px;
	background: url(/images/site/corner_gray.gif) no-repeat top left;
	}
.bullet_box ul {
	list-style: none;
	padding: 0 0 0 26px;
	margin: 0;
	background: #242424;
	}
.bullet_box ul li {
	font-weight: bold;
	color: #e4e4e4;
	padding: 0 30px 20px 20px;
	background: url(/images/site/bullet_green.gif) no-repeat 0px 6px;
	}
.bullet_box ul.orange_b li {
	font-weight: bold;
	color: #e4e4e4;
	padding: 0 30px 20px 20px;
	background: url(/images/site/bullet_orange.gif) no-repeat 0px 6px;
	}
.bullet_box li span {
	color: #cccccc;
	font-weight: normal;
	}
ul.checkmarks {
	list-style: none;
	padding: 0 0 0 20px;
	overflow: hidden;
	margin: 0;
	}
ul.checkmarks_blue {
	list-style: none;
	width: 300px;
	padding: 0 0 0 30px;
	overflow: hidden;
	margin: 20px 0 0 0;
	}
.bullet_box ul.checkmarks li{
	background: url(/images/site/check.gif) no-repeat;
	padding: 0 30px 14px 24px;
	}
ul.checkmarks_blue li {
	background: url(/images/site/check_blue.gif) no-repeat;
	padding: 0 30px 14px 24px;
	width: 6em;
	float: left;
	}
#sb_feature_popout1,
#sb_backpack_popout1 {
	width: 370px;
	height: 312px;
	padding: 17px 28px;
	position: relative;
	margin: 8px 0 0 0;
	background: #3c72b7 url(/images/site/products/sb_feature_system_diag.jpg) no-repeat top left;
	}
#sb_backpack_popout1 img {
	position: absolute;
	top: 112px;
	left: 19px;
	}
#sb_feature_popout1 p,
#sb_feature_popout2 p,
#sb_backpack_popout1 p,
#sb_backpack_popout2 p {
	color: #fff;
	}
#sb_rugged_popout1 table {
	background: none;
	margin: 30px 0 0 20px;
	color: white;
	}
#sb_rugged_popout1 table th{
	padding-left: 14px;
	}
#sb_rugged_popout1 table td{
	padding-left: 14px;
	}
#sb_rugged_popout1 ul {
	list-style: none outside;
	padding: 0;
	margin: 0;
	}
#sb_feature_popout2,
#sb_backpack_popout1 {
	width: 370px;
	margin: 8px 0 1px 0;
	padding: 17px 28px;
	background: #000 url(/images/site/products/sb_feature_bg.jpg) no-repeat top left;
	}
#sb_backpack_popout2 {
	width: 370px;
	height: auto;
	margin: 8px 0 1px 0;
	padding: 17px 28px;
	background: #000 url(/images/site/products/sb_feature_bg.jpg) no-repeat top left;
	}
#sb_flex {
	float: right;
	margin-right: 24px;
	margin-left: 12px;
	}
#sb_feature_popout2 ul {
	list-style: none;
	padding: 0;
	margin: 0 0 6px 0;
	}
#sb_feature_popout2 ul li {
	font: bold 15px Tahoma, Arial, sans-serif;
	color: #fff;
	background: url(/images/site/bullet_angle_white.gif) no-repeat 0px 4px;
	padding: 0 0 12px 20px;
	}
#sb_rugged_popout1 {
	width: 370px;
	margin: 8px 0 0 0;
	height: 340px;
	padding: 17px 28px;
	background: #3c72b7 url(/images/site/products/sb_rugged_mud.jpg) no-repeat top left;
	}
#contact_us_green {
	width: 426px;
	height: 60px;
	margin: 8px 0 0 0;
	overflow: hidden;
	background: #51af1b url(/images/site/contact_us_green.gif) no-repeat top left;
	}
#contact_us_orange {
	width: 426px;
	height: 60px;
	margin: 8px 0 0 0;
	overflow: hidden;
	background: #d86903 url(/images/site/contact_us_orange.gif) no-repeat top left;
	}
#contact_us_green a,
#contact_us_green a:link,
#contact_us_green a:visited,
#contact_us_orange a,
#contact_us_orange a:link,
#contact_us_orange a:visited {
	font: bold 24px Helvetica, Arial, san-serif;
	letter-spacing: -0.01em;
	line-height: 56px;
	padding: 0 0 0 80px;
	color: #000;
	}
#contact_us_orange a.smaller,
#contact_us_orange a.smaller:link,
#contact_us_orange a.smaller:visited {
	font-size: 18px;
	}
#contact_us_green a:hover,
#contact_us_orange a:hover {
	color: #fff;
	}
div.tour_sb {
	width: 858px;
	margin: 10px 0 0 0;
	padding: 1px;
	background: url(/images/site/border_gray.gif);
	position: relative;
	overflow: visible;
	}
div.tour_duros {
	width: 886px;
	margin: 10px auto 8px auto;
	position: relative;
	overflow: visible;
	}
div.tour_duros img {
	border: 2px solid #bbb;
	}
div.tour_sb img {
	display: block;
	}
div.tour_sb ol,
div.tour_duros ol {
	margin: 0;
	list-style: none;
	padding: 0;
	background: #000;
	}
div.tour_sb ol li {
	padding: 1px 6px 2px 6px;
	background: #333 url(/images/site/tour_label_bg_dark.jpg) repeat-x;
	display: inline;
	border: 1px solid #666;
	}
div.tour_sb ol li#tour_1 { position: absolute; right: 740px; top: 479px; }
div.tour_sb ol li#tour_2 { position: absolute; right: 586px; top: 511px; }
div.tour_sb ol li#tour_3 { position: absolute; right: 616px; top: 545px; }
div.tour_sb ol li#tour_4 { position: absolute; right: 454px; top: 573px; }
div.tour_sb ol li#tour_5 { position: absolute; left: 506px; bottom: 91px; }
div.tour_sb ol li#tour_6 { position: absolute; left: 630px; bottom: 12px; }
div.tour_sb ol li#tour_7 { position: absolute; left: 750px; bottom: 55px; }
div.tour_sb ol li#tour_8 { position: absolute; right: 112px; top: 11px; }
div.tour_sb ol li#tour_9 { position: absolute; right: 170px; top: 47px; }
div.tour_sb ol li#tour_10 { position: absolute; right: 265px; top: 97px; }
div.tour_sb ol li#tour_11 { position: absolute; right: 580px; top: 67px; }
div.tour_sb ol li#tour_12 { position: absolute; right: 660px; top: 124px; }
div.tour_sb ol li#tour_13 { position: absolute; right: 746px; top: 177px; }

div.tour_duros ol li {
	padding: 0 5px 1px 5px;
	background: white url(/images/site/tour_label_bg_light.jpg) repeat-x;
	color: black;
	display: inline;
	border: 1px solid #3c72b7;
	}
div.tour_duros ol li#tour_1 { position: absolute; right: 525px; top: 55px; }
div.tour_duros ol li#tour_2 { position: absolute; right: 550px; top: 85px; }
div.tour_duros ol li#tour_3 { position: absolute; right: 488px; top: 20px; }
div.tour_duros ol li#tour_4 { position: absolute; right: 696px; top: 32px; }
div.tour_duros ol li#tour_5 { position: absolute; right: 736px; top: 63px; }
div.tour_duros ol li#tour_6 { position: absolute; right: 757px; top: 474px; }
div.tour_duros ol li#tour_7 { position: absolute; left: 604px; top: 74px; }
div.tour_duros ol li#tour_8 { position: absolute; right: 128px; top: 44px; }
div.tour_duros ol li#tour_9 { position: absolute; right: 69px; top: 15px; }
div.tour_duros ol li#tour_10 { position: absolute; left: 712px; top: 560px; }
div.tour_duros ol li#tour_11 { position: absolute; left: 652px; top: 599px; }
div.tour_duros ol li#tour_12 { position: absolute; right: 523px; top: 599px; }
div.tour_duros ol li#tour_13 { position: absolute; right: 626px; top: 554px; }

div.caption {
	margin-top: 36px;
	width: 430px;
	padding-top: 18px;
	background: black url(/images/site/products/app_pop_top.gif) no-repeat top center;
	}
div.caption span {
	display: block;
	height: 12px;
	background: black url(/images/site/products/app_pop_bottom.gif) no-repeat bottom center;
	margin-top: -8px;
	}
div.caption img {
	display: block;
	margin: 0 18px 0 18px;
	}
div.caption p	{
	width: 374px;
	color: white;
	text-align: justify;
	margin: 4px auto;
	line-height: 1.5em;
	padding: 6px 16px 8px 16px;
	}
div.caption p span.dropcap {
	font-size: 72px;
	font-weight: bold;
	display: inline;
	background: none;
	height: auto;
	float: left;
	line-height: 72px;
	padding: 0;
	margin: -4px 14px -4px 0;
	}
div#duros_gallery {
	margin-top: 20px;
	}
div#duros_gallery img {
	margin-right: 6px;
	}
div.customer_note{
	font-size: 11px;
	line-height: 128%;
	padding: 0 0 6px 82px;
	margin: 0 0 20px 0;
	}
div.customer_note img{
	float: right;
	margin: 2px 4px 0 12px;
	}
div.customer_note p{
	margin: 0 !important;
	}
div.customer_note a, div.customer_note a:visited{
	font-weight: bold;
	/*color: #666;*/
	text-decoration: underline;
	}
div#dap {
	background: url(/images/site/icon_small_dap.gif) no-repeat left bottom;
	height: 80px;
	padding-top: 8px;
	}
#support_logos {
	margin-bottom: 20px;
}
div#dap h3{
	width: 157px;
	height: 44px;
	background: url(/images/site/dap.gif) no-repeat;
	text-indent: -9999px;
	}
#datalogic {
	background: url(/images/site/icon_small_blue.gif) no-repeat left bottom;
	height: 78px;
	padding-top: 10px;
	}
#datalogic h3{
	width: 119px;
	height: 43px;
	background: url(/images/site/datalogic_psion.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 6px;
	}
	
/* ============================================================================================= */
/* =Gallery
/* ============================================================================================= */

div#gallery {
	width: 882px;
	margin: 12px auto 0 auto;
	}
div#gallery_sb {
	width: 882px;
	margin: 11px auto 0 auto;
	}
div#gallery img {	
	}
div#gallery a,
div#gallery_sb a {
	border: 2px solid #bbb;
	display: block;
	float: left;
	width: 86px;
	height: 86px;
	margin: 0 0 9px 9px;
	}
div#gallery a.first,
div#gallery_sb a.first {
	margin: 0 0 9px 0;
	}
div#gallery a:hover {
	border: 2px solid #3c72b7;
	}
div#gallery_sb a:hover {
	border: 2px solid #d86903;
	}
div#gallery div#enlarged,
div#gallery_sb div#enlarged {
	width: 878px;
	min-height: 300px;
	border: 2px solid #bbb;
	clear: both;
	}
div#enlarged {
	margin-bottom: 12px;
	}
div#gallery_sb div#enlarged {
	margin-bottom: 0px;
	}
div#gallery div#enlarged img,
div#gallery_sb div#enlarged img {
	display: block;
	}
#sb_gallery_holder {
	width: 880px;
	margin: auto;
	}

	
/* ============================================================================================= */
/* =All Prod
/* ============================================================================================= */
#all_prod {
	clear: both;
	width: 878px;
	margin: 0 auto -12px auto;
	padding: 8px 4px;
	font-size: 11px;
	background: url(/images/site/dotted_line_gray.gif) repeat-x top left;
	}
#all_prod_sb,
#all_prod_sb_gal {
	text-align: left;
	width: 848px;
	padding-left: 12px;
	height: 39px;
	line-height: 39px;
	background: url(/images/site/all_prod_bg_dark.gif) no-repeat top left;
	margin: 8px auto 0 auto;
	font-size: 11px;
	position: relative;
	}
#all_prod_sb_gal {
	width: 870px;
	margin-bottom: 8px;
	background: url(/images/site/all_prod_bg_dark_ext.gif) no-repeat top left;
	}
	
#logged {
	color: #999;
	font-size: 11px;
	position: absolute;
	top: 10px;
	right: 6px;
	}
#logged a,
#logged a:visited,
#logged a:link {
	color: #ccc;
	text-decoration: none;
	}
	
/* ============================================================================================= */
/* =Sitemap
/* ============================================================================================= */

#sitemap h2{
	margin: 6px 0 6px 0;
	clear: both;
	}
#sitemap h1{
	margin-bottom: 6px;
	}
#sitemap .section {
	border-top: 1px solid #666;
	padding-top: 16px;
	margin: 0 0 18px 0;
	overflow: hidden;
	}
#sitemap .col {
	width: 210px;
	float: left;
	margin-right: 16px;
	}
#sitemap ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0;
	}
	
/* ============================================================================================= */
/* =Architecture
/* ============================================================================================= */
#product_content_architecture {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	}
#product_content_architecture h1 {
	color: white;
	margin: 26px 0;
	}
#product_content_architecture h2 {
	color: #3c72b7;
	margin: 18px 0;
	font-size: 20px;
	}
#product_content_architecture p {
	line-height: 1.8em;
	}
#product_content_architecture acronym {
	color: #E9E9E9;
	}
#product_content_architecture div#traditional {
	width: 277px;
	margin-left: 35px;
	font-weight: bold;
	color: #3c72b7;
	}
#product_content_architecture div#fpga {
	width: 458px;
	margin-left: 35px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #3c72b7;
	}
#product_content_architecture div#fpga_loops {
	width: 255px;
	margin-right: 50px;
	margin-top: 40px;
	height: 1440px;
	}
#product_content_architecture div p{
	font-size: 12px;
	color: white;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 24px;
	line-height: 1.5em;
	padding-top: 6px;
	border-top: 3px solid #3c72b7;
	}
#product_content_architecture ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	}
#product_content_architecture ul li {
	background: url(/images/site/bullet_blue.gif) no-repeat 0 6px;
	padding-left: 20px;
	margin: 4px 0;
	color: #E9E9E9;
	font-weight: bold;
	}
div.list_container {
	width: 535px;
	float: right;
	padding-bottom: 20px;
	}
	
h1.homep {
	width: 666px;
	height: 53px;
	background: transparent url(/images/site/innovations_new.gif) no-repeat top left;
	margin: 0 auto 40px auto;
	text-indent: -9999px;
}

ul.homep {
	list-style: none;
	margin: 0 auto;
	width: 900px;
	padding: 0;
	overflow: hidden;
}

ul.homep li {float: left;}
ul.homep li ul {list-style-type: square; margin-left: 20px; padding: 0;}
ul.homep li ul li {float: none;}

ul.homep li#bdat {width: 340px; margin-left: 110px;}
ul.homep li#duros {width: 271px; margin-left: 64px;}
ul.homep li#dap {width: 320px; margin-left: 64px;}

ul.homep li a {margin-bottom: 18px;}

ul.homep li#bdat a {
	display: block;
	width: 260px;
	height: 272px;
	background: url(/images/site/pl_bdat.jpg) no-repeat top left;
	text-indent: -9999px;
	outline: none;
}

ul.homep li#duros a{
	display: block;
	width: 251px;
	height: 272px;
	background: url(/images/site/pl_duros.jpg) no-repeat top left;
	text-indent: -9999px;
	outline: none;
}

ul.homep li#dap a {
	display: block;
	width: 234px;
	height: 272px;
	background: url(/images/site/pl_dap.jpg) no-repeat top left;
	text-indent: -9999px;
	outline: none;
}
p.homep {
	margin-top: 32px; 
	clear: both; 
	font-size: 14px; 
	line-height: 145%; 
	color: #3c72b7; 
	font-weight: bold;
	}
	
/* ============================================================================================= */
/* =Colors
/* =============================================================================================

#AEAEAE - gray text
#464646 - dark gray
#3c72b7 - roper blue
#eef6ff - faint ice blue
#cc0000 - red
#51af1b - alien green
#d86903 - orange
*/
