/*************************************************************/
/* HTML div classes & id's - Flexible Solutions Automation   */
/*************************************************************/

@charset "UTF-8";

body{
	margin: 0;
	padding: 0;
	color: #E9E9E9;
	background-color: #069;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */
}

html>body { font-size: small; } /* be nice to Opera */

/******* general hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #C00;
	text-decoration: underline;
}

a:hover, a:active{
	color: #FF6600;
	text-decoration: none;
}

/************** general header styles **************/
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 {
	font-size: 165%;
	text-align: left;
	color: #003;
}
h1+p {
	margin-top: 0;
}
	
p { margin:0.375em 0; }

h2{
	font: bold 114% Arial,sans-serif;
	color: #02376B;
	margin: 0px;
	padding: 0px;
}

h3{
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #A99F58;
	margin: 0px;
	padding: 0px;
}

h4{
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	margin: 0px;
}

h5{
	 font: 100% Arial,sans-serif;
	 color: #334d55;
	 margin: 0px;
	 padding: 0px;
}

img {
	border:none;
}

table {
	border-collapse:collapse;
}

/*************** list styles ***************/

ul{
	list-style-type: none;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.clearboth {
	clear: both;
	height: 0;
  	font-size: 1px;
  	line-height: 0px;
}
	
/***********************************************/
/* layout ID's                                 */
/***********************************************/
#container{
	position:relative;
	width: 1000px;
	border-left: #036 1px solid;
	border-right: #036 1px solid;
	border-bottom: #036 1px solid;
	margin-left:auto;
	margin-right: auto;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	background-color: #FFFFFF;
	color: #039;
}

#logo {
	background: #000 url(../images/fsa_company.jpg) right center no-repeat;
	float:right;
	margin: 0;
	width:180px;
	height:135px;
}

#content{
	padding: 0 0 5px 0;
	margin: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#036;
	width: 62%;
	float:left;
}

#contentWide{
	padding: 0px 0 5px 0;
	margin: 20px 0px 0px 190px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	width:760px;
}	

#flashcontent {
	height:auto;
	}
	
#pageNav{
	margin-top: -15px;
	padding: 0;
	background: #036 url(../images/back_drop_top.jpg) 0% 0%;
	width: 100%;
	height: 30px;
}
	
/************** pageName ID's ****************/

#pageName{
	background: #fff url(../images/back_drop_top.jpg) 50% 50% repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	margin: 0;
	padding: 0;
	text-align:center;
	height: 120px;
	width: 100%;
}

#pageName h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-top: 2px;
}

/************ Google map ID *****************/

#map {
	width: 350px;
	height: 300px;
	border: #006699 1px solid;
	margin: 0;
	float:right;
	position:relative;
	top: 0px;
	left: 0px;
	color:#000000;
}

#map a:link {
	color:#006600;
	text-decoration:none;
}

#map a:hover {
	color: #FF0000;
	text-decoration:none;
}

#tomtom {
	float:left;
	width: 350px;
	padding: 20px 0 0 0;
	position:relative;
	top: 0px;
	left: 0px;
}

.floatcontainer:after{ content: "."; 
display: block; height: 0; overflow: hidden; clear: both; visibility:hidden; }

#naw {
	background: transparent url(../images/fsalogo.gif) 50% 0% no-repeat;
	font-size: 90%;
	color:#F60;
	height: 300px;
	margin-top: 0px;
	width: 170px;
	padding-top: 60px;
	padding-left: 5px;
	float:left;
}

/************ topic ID's **************/

#topic{
	display:block;
	margin: 0;
	padding-bottom: 10px;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-color:#EEE;
}

#topic h5{
	margin: 0;
	padding: 5px;
	font-weight: bold;
	color:#990000;
}

#topic ul li{
	list-style: url(../images/topic.gif) outside;
	font-size: 90%;
	margin: 0 0 0 -10px;
}	

#topic a:link, #topic a:visited {
	color: #21536A;
}

#topic a:hover, #topic a:active{
	color: #660099;
	text-decoration: none;
}

/************** contact **************/	

.contact {
	margin: 20px 0px 0px 180px;
	padding-left: 10px;
	width: 250px;
	font-size: 80%;
	color:#036;
}

.contact h3{
	font-size: 180%;
	letter-spacing: 0.04em;
	margin-bottom: 2px;
}

.contact h3+p{
	margin-top:0;
}

.contact h4+p{
	margin-top:2px;
}

/************** Table ID's ***************/

#link1 {
	float: left;
	width: 52%;
	background-color:#FFC;
	padding:2px;
}

#link1 th {
	text-align:left;
}

#link1 td {
	padding: 2px;
}

#link2 {
	float:right;
	width: 44%;
	background-color:#FFFFE6;
}

#link3 table{
	background-color:#FFFFEE;
	padding:2px;
	border: #333 1px solid;
}

#link3 th {
	text-align:left;
	background-color:#CCC;
	padding: 4px;
	border-right: #000 1px solid;
}

#link3 td {
	padding: 5px;
}

/************** feature styles *****************/

.feature{
	margin:0;
	padding: 0 0 10px 0;
	color: #666;
	text-align:left;
	font-size:110%;
}

html>body .feature {height: auto;}

.feature h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 0.04em;
	color: #999;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.feature h3+p{
	margin-top: 5px;
}
	
.feature h5{
	font: bold 130% Arial, Helvetica, sans-serif;
	color: #FF6600;
	padding: 2px 0px 2px 0px;
	min-width: 100px;
	width: 140px;
	border-bottom: #CCCCCC dotted 2px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/**************** footer ID's *****************/

#footer {
	font-size: 10px;
	clear:both;
	margin-left: 220px;
	padding-left: 25px;
	padding-top: 10px;
	background-color:#036;
}

#footer a:link, #footer a:visited{
	color:#FFF;
	text-decoration: underline;
}

#footer a:hover, #footer a:active{
	color:#FF6600;
	text-decoration:none;
}


/**************** Floats ********************/
.floatLeft {
	float:left;
	width: 30%;
	margin:0;
	padding: 5px;
}

.floatRight {
	float:right;
	width: 30%;
	margin:0;
	padding: 5px;
	text-align:right;
}

.clearBoth {
	float:none;
}

/**************** copyright ID *****************/

#copyright {
	font-size: 100%;
	color:#FFFFCC;
	text-align:right;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color:#036;
}

/*************** story ******************/

.story {
	padding: 5px;
	line-height: 150%;
	float: left;
	width: 96%;
}

.story a:link, .story a:visited{
	color: #039;
	text-decoration: underline;
}

.story a:hover, .story a:active{
	color: #639;
	text-decoration: none;
}

.storyWide {
	padding-left: 5px;
	padding-bottom: 10px;
	line-height: 150%;
	float: left;
	width: 96%;
}

.story h3{
	font: bold 150% "Times New Roman", Times, serif;
}

.story h3+p{
	margin-top:0px;
}

.story h4, .storyWide h4{
	margin-top: 0;
	margin-bottom: 5px;
}

.story h4+p, .storyWide h4+p{
	margin-top:0;
}

.story h4+ul{
	margin-top: 5px;
}

.story a.capsule:link, .story a.capsule:visited{
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #069;
	display:block;
	padding: 10px 0 5px 0;
	text-decoration:none;
	border-bottom: #ADA05C dotted 2px;
}

.story a.capsule:hover{
	color: #069;
	text-decoration:underline;
}
	
.storyLeft {
	float:left;
	width: 47%;
	padding: 0 0 0 5px;
	color:#069;
	margin-top:0;
	margin-left:5px;
}

.storyRight {
	float:right;
	width: 47%;
	padding: 0 0 0 5px;
	color:#069;
	margin-top:0;
	margin-right:0;
}

/************ table iframes *************/

.iframe_ex {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	width: 510px;
	height: 250px;
	padding: 5px 3px 3px 5px;
}

/************* left Column **************/

.leftCol{
	display:block;
	float: left;
	margin: 0;
	padding: 20px 4px 0 1%;
	width: 200px;
}

.leftCol img {
	padding-bottom: 5px;
}

/************* right Column **************/

.rightCol{
	display:block;
	float: right;
	margin: 0;
	padding: 20px 1% 0 0;
	width: 15%;
	color:#069;
	font-size: 90%;
}

.rightCol img {
	padding-bottom: 5px;
}

/************ xml classes **************/

.codeBackground {
	background-color:#FFFFEE;
	padding: 5px;
}

.level1{
	padding-left: 5px;
}

.level2{
	padding-left: 10px;
}

/************* tooltip & highlight ******************/

.highLite {
	background-color:#FF9;
}

/************* Spry stuff ******************/
.SpryHiddenRegion {
	visibility: hidden;
}

#Details {
	background-color:#FFF;
	width: 80%;
	font-size: 90%;
	overflow:hidden;
	border: #06C 1px solid;
}

.pageNum {
	padding: 10px 0;
	font-weight: bold;
	color: #900;
	text-align:right;
	width: 70%;
	height: 20px;
	float:right;
}

#catSelect{
	padding: 10px 10px 10px 0;
	;
	font-weight: bold;
	color: #900;
	text-align:right;
	width: 100%;
	height: 20px;
	float:right;
}
	
#leftSide{
	clear:both;
	float:left;
	width: 100%;
	padding-top: 15px;
}

.panelLeft {
	float:left;
	width: 190px;
	padding: 5px;
}

.panelRight {
	float:right;
	width: 280px;
	color:#900;
	text-align:left;
	font-size: 110%;
	padding: 5px;
}

.col1 {
	float:left;
	width: 25%;
	text-align:left;
	padding-right: 5px;
	color: #036;
	border-right: #006 1px solid;
}

.col2 {
	float:right;
	width: 60%;
	padding: 10px 5px 0 0;
	color:#630;
}

.examples {
	padding-top: 10px;
	padding-bottom: 10px;
}

.hover {
	background-color: #f90;
}

.selected {
	color: #900;
}

#sideBar {
	margin:0;
	width: 200px;
}

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width: 90%;
	margin: 0;
}
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #006;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	background: url('../images/bg_grad_gray2.gif') repeat-x;
	padding: 6px 0.25em;
	color: #333333;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#products th.infocus {
	background-color: #FFF;
}
#products th.selected {
	color: #060;
}

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
#products tr {
	border-bottom: solid 1px #000;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#fff; }
#products tr.selected {
	color:#006;
}
#products tbody { margin-top: 0; }

#products .rowHover {
	color: #FFF;
	background-color: #069;
	cursor: pointer;
}

#products .rowSelected {
	color: #900;
	background-color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}

.even {
	background-color: #E6F1FE;
	color: #900;
}

#gallery3{
	border-collapse:collapse;
	width: 70%;
	margin: 0;
	float:right;

}

#gallery3 caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #006;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}

#gallery3 th {
	background: url('../images/bg_grad_gray2.gif') repeat-x;
	padding: 6px 0.25em;
	color: #333333;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#gallery3 th.infocus {
	background-color: #FFF;
}
#gallery3 th.selected {
	color: #060;
}

#gallery3 td, #gallery3 th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
#gallery3 tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#gallery3 tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#gallery3 tr.notinfocus {
	background-color:#999;
}
#gallery3 tr.selected {
	color:#900;
}

#gallery3 tbody { margin-top: 0; }

#gallery3 .rowSelected {
	color: #900;
	background-color:#FFF;
	font-weight:bold;
	font-size: 90%;
	text-transform:uppercase;
}

#gallery3 .rowHover {
	color: #FFF;
	background-color: #900;
	cursor: pointer;
}

#panelDetails {
	width: 200px;
	float:right;
}

.productinfo {
	width: 700px;
	margin-left: 250px;
}

#fsa {
	float:left;
	width: 250px;
}

/********************* end **********************/

