@charset "UTF-8";/*styling*/body  {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #10496B;	background-color: #CCCCCC;}h1 {	font-weight: normal;	font-size: 1.3em;	word-spacing: .1em;	letter-spacing: 0.1em;	font-family: Arial, Helvetica, sans-serif;	color: #4B3A28;	text-transform: uppercase;}h2 {	font-weight: bold;	font-size: 1em;	word-spacing: .1em;	letter-spacing: 0.1em;	text-transform: uppercase;	font-family: Arial, Helvetica, sans-serif;	color: #10496B;	right: 2px;}h3 {	font-weight: normal;	font-size: 1em;	word-spacing: .1em;	letter-spacing: 0.1em;	color: #1A79B1;	text-transform: uppercase;}hr {	padding-right: 5px;	border-top-width: 1px;	border-top-style: dashed;	border-top-color: #10496B;	color: #FFFFFF;}.sml_pic_landscape {	height: 136px;	text-align: left;	padding: 0px 5px 5px 0px;	width: 206px;}.txt_forms {	width: 30em;	font-size: 1em;	background-color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	color: #10496B;	border: 1px solid #10496B;	font-weight: lighter;	letter-spacing: 0.1em;	padding-left: 0.2px;	padding-top: 0.3em;	margin-top: 0.5em;}.product_info {	text-align: left;	vertical-align: top;	padding: 2px;}.product_box {	width: 420px;	padding-bottom: 10px;	vertical-align: top;	line-height: 1.5em;}.product_pic {	height: 136px;	width: 136px;	margin-left: 15px;}.sml_pic_landscape {	position: relative;	float: left;	height: 149px;	text-align: left;	top: 0px;	padding: 0px 5px 5px 0px;}.big_pic_land {	position: relative;	float: left;	width: 205px;	text-align: left;	padding-top: 0px;	padding-left: 0px;	height: 136px;	padding-right: 5px;	padding-bottom: 10px;}.folio_box {	width: 620px;	padding-bottom: 10px;	vertical-align: top;	left: 30px;	position: absolute;	top: 4em;	background-position: left top;}.folio_info {	text-align: left;	vertical-align: text-top;	width: 420px;	font-size: 1em;	line-height: 2.5em;}.folio_image {	text-align: left;	vertical-align: top;	padding: 2px;	left: 160px;	width: 260px;}.left_side_pic {	position: absolute;	float: left;	width: 205px;	text-align: left;	padding: 0px;	left: 30px;	top: 24px;}a:link {	color: #10496B;}a:hover {	color: #3366FF;}a:visited {	color: #333333;}a:active {color: #333333;}/*Layout*/.thrColFixHdr #container {	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF url(imgs/spacer_blue.gif) repeat-y 710px;	margin: 0 auto;	text-align: left;	border: 1px solid #10496B;	top: 20px;	position: relative;} .thrColFixHdr #header {	background: #10496B url(imgs/logo.png) no-repeat left top;	padding: 60px 0px 0;	height: 83px;} .thrColFixHdr #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.thrColFixHdr #sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 30px 15px 15px 30px; /* padding keeps the content of the div away from the edges */}.thrColFixHdr #sidebar2 {	float: right; /* since this element is floated, a width must be given */	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 20px 15px 15px 0px; /* padding keeps the content of the div away from the edges */}.thrColFixHdr #mainContent {	margin: 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */	padding: 15px 10px 0;	line-height: 2.5em;} .thrColFixHdr #footer {	padding: 0 0px;	text-align: right;	top: 4em;	position: relative;	font-size: .8em;	height: 3em;} .thrColFixHdr #footer p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}/*- Menu Tabs J--------------------------- */    #tabsJ {	width:890px;	line-height:normal;	font-family: Arial, Helvetica, sans-serif;	font-weight: normal;	letter-spacing: .1em;	margin-left: 30px;	overflow: hidden;	height: 40px;      }    #tabsJ ul {	margin:0;	padding:10px 10px 0;	list-style:none;      }    #tabsJ li {	display:inline;	margin:0;	padding:0;      }    #tabsJ a {	float:left;	margin:0;	padding:0 0 0 5px;	text-decoration:none;      }    #tabsJ a span {	float:left;	display:block;	padding:5px 15px 4px 6px;	color:#FFFFFF;      }    /* Commented Backslash Hack hides rule from IE5-Mac \*/    #tabsJ a span {float:none;}    /* End IE5-Mac hack */    #tabsJ a:hover span {	color:#00CCFF;      }    #tabsJ a:hover {	color: #0099CC;      }    #tabsJ a:hover span {      background-position:100% -42px;      }/*- Menu Tabs J--------------------------- *//*- Menu Tabs J--------------------------- */    #tabssub {	line-height:normal;	font-family: Arial, Helvetica, sans-serif;	font-weight: normal;	float: left;	position: relative;	letter-spacing: 0.1em;	color: #10496B;	width: 890px;	padding-bottom: 10px;	vertical-align: top;	left: 45px;	top: 0.4em;      }    #tabssub ul {	margin:0;	padding:0px 0px 0;	list-style:none;      }    #tabssub li {	display:inline;	margin:0;	padding:0;      }    #tabssub a {	float:left;	margin:0;	padding:0 0 0 0px;	text-decoration:none;      }    #tabssub a span {	float:left;	display:block;	padding:5px 5px 4px 6px;	color:#10496B;	background-image: url(imgs/spacer_grey.gif);	background-repeat: repeat-y;	background-position: right;      }    /* Commented Backslash Hack hides rule from IE5-Mac \*/    #tabssub a span {float:none;}    /* End IE5-Mac hack */    #tabssub a:hover span {	color:#00CCFF;      }    #tabssub a:hover {	color: #0099CC;      }    #tabssub a:hover span {      background-position:100% -42px;      }/*- Menu Tabs J--------------------------- *//*sidebar*/iframe {	height: 80em;	width: 220px;	clip: rect(0px,0px,0px,0px);	overflow: hidden;	border: 0px solid #FFFFFF;	background-color: #FFFFFF;}.sidebar #container {	background-color: #FFFFFF;}.sidebar   #sidebarcontent {	text-align: left;	background-color: #FFFFFF;	padding: 0px;	width: 200px;	height: 80em;	overflow: hidden;}.sidebar #body {	background-color: #FFFFFF;}/*try out*/.thrColFixHdr #left_side_pic {	position: absolute;	float: left;	width: 205px;	text-align: left;	padding: 0px;	left: 30px;	top: 24px;}.highlight {	color: #FF0000;}.sidebarpic {	position: relative;	float: right;	text-align: right;	padding-bottom: 10px;	right: 5px;	padding-right: 0px;	padding-top: 5px;	padding-left: 10px;	left: 50;	height: 90px;	width: 90px;}/*picnav*/.thumnail_nav {	position: relative;	text-align: left;	height: 93px;	width: 62px;	margin: 5px 5px 0px 0px;	border: 1px solid #FFFFFF;	font-size: .7em;}.thumnail_nav:hover {	text-align: left;	margin: 5px 5px 0px 0px;	border: 1px solid #10496B;}.thumb_caption {	font-size: 0.8em;	text-align: center;	vertical-align: bottom;	line-height: 2em;