*{
	font-size:12px;
	font-family:tahoma;
	margin:0;
	padding:0;
	list-style:none;
	color:#333
}

body{
	background:#75A0C3 url(/Images/bg.jpg) repeat-x;
}

p, address, .desc{
	margin:0 0 15px 0;
	line-height:16px;
}

q{
	display:block;
	margin:6px 0
}

cite{
	display:block;
	margin:6px 0
}

div:after{/* For Gecko Browsers which like to completely break float elements out of the parent's layout */
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

img{
	border:0
}

a{
	color:#416499;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#7795BF;
	text-decoration:underline;
}
/* BEGIN: Messages ================== */

.TopErrorMessages{
	color:#fff !important;
	padding:10px;
	background-color:#c00;
	margin:0 0 15px 0;
	display:block;
	}
.Message{
	padding:10px;
	color:#5F80BF;
	font-weight:bold;
	display:block;
	border:1px solid #5F80BF;
	background:#EFF5FF;
	margin-bottom:15px;
}
.TopErrorMessages *, .TopErrorMessages font{
	color:#fff !important
}
table.TopErrorMessages{
	margin-bottom:10px;
	}
table.TopErrorMessages td{
	padding:10px;
	background-color:#c00;
}
.TopErrorMessages ul{
	margin-top:10px !important;
}
.TopErrorMessages li{
	font-weight:bold;
	margin-bottom:3px !important;
	background:none !important;
	padding:0 !important;
}
/* END: Messages ================== */

/* BEGIN: Headings ================== */
h1{
}

h2{
}

h3{
	font-size:14px;
	margin:0 0 10px 0;
	color:#940A06;
}
h4{
	font-size:12px;
	margin:0 0 10px 0;
	color:#930A07;
}
h4 span{
	font-size:12px;
	color:#930A07 !important;
	font-weight:normal
}
h5{
	font-size:12px
}

h6, h6 span{
	font-size:12px;
	color:#416499;
}
/* END: Headings ================== */


/* BEGIN: Forms ================== */
fieldset{
	padding:10px;
	margin:20px 0
}

legend{
	padding:0 10px;
	font-weight:bold
}
option{
	padding:0 3px
}

input, textarea{
	padding:1px 3px
}
.vAlign *{
	vertical-align:middle;
	}
.vAlign a{
	position:relative;
	top:-2px;
	}
/* END: Forms ================== */


/* BEGIN: Tables ================== */
 table{
	margin:0 0 15px 0;
}

th{
	color:#133467;
	padding:4px;
	text-align:right;
}

td{
	padding:4px
}

.even{
	background:#ffc
}
/* BEGIN: Tables ================== */


#main{
	margin:auto;
	width:885px;
	}
#header{
	height:109px;
	background:url(/Images/bgHeader.jpg) no-repeat;
	overflow:hidden;
	}	
#header p{
	text-indent:-9999px;
	}
#logo{
	margin:8px 0 0 6px;
	}
#search{
	width:246px;
	height:49px;
	background:url(/Images/bgSearch.gif) no-repeat;
	float:right;
	margin-right:25px;
	padding:10px 20px;
	display:inline;
	}
#search input.text{
	width:163px;
	height:16px;
	border:1px solid #fff;
	background:url(/Images/bgInput.gif) repeat-x;
	}
#search ul{
	margin-top:2px;
	text-align:right;
	margin-right:8px;
}
#search li{
	display:inline;
	color:#999;
	font-size:10px;
	}
#search	a{
	color:#fff;
	font-weight:normal;
	font-size:10px;
	text-decoration:underline;
	}
#search	a:hover, #login a:hover{
	color:#ccc;
	}
#nav{
	height:45px;
	background:url(/Images/bgNav.gif) no-repeat;
	overflow:hidden;
	}
#nav ul{
	float:right;
	margin-right:25px;
	display:inline;
	}
#nav li{
	float:left;
	}
#nav li a{
	display:block;	
	height:45px;
	text-indent:-9999px;
	}
#nav li a:hover{
	background-position:bottom;
	}
a.btnHome{
	width:70px;
	background:url(/Images/btnHome.gif)
}
a.btnAboutUs{
	width:86px;
	background:url(/Images/btnAboutUs.gif)
}
a.btnISO{
	width:50px;
	background:url(/Images/btnISO.gif)
}
a.btnViewCatalog{
	width:123px;
	background:url(/Images/btnViewCatalog.gif)
}
a.btnOrderCatalog{
	width:123px;
	background:url(/Images/btnOrderCatalog.gif)
}
a.btnContactUs{
	width:103px;
	background:url(/Images/btnContactUs.gif)
}
#login{
	padding:16px 0 0 30px;
	color:#fff;
	font-size:11px;
	line-height:11px;
	text-align:left
	}
#login strong{
	color:#fff;
	font-size:11px;
}
#login a{
	color:#fff;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
#interior{
	width:870px;
	background:#fff;
	margin:0 8px 0 7px;
	float:left;
	display:inline;
	overflow:hidden;
	}
#left{
	float:left;
	width:221px;
	padding:15px;
	background:#fff url(/Images/bgLeft.jpg) no-repeat;
	border:7px solid #fff;
	border-right:none;
	display:inline;
	overflow:hidden;
}
#left .box{
	border:0;
	background:none;
	width:181px;
}
#left li, #content li{
	background:url(/Images/bullet.gif) 0 2px no-repeat;
	padding-left:15px;
	margin-bottom:7px;
}
#content{
	float:left;
  	padding:20px;
	margin:10px; 
	width:578px; 
	min-height:430px; 
	position:relative;
}
a.more{
	text-decoration:none;
	color:#900;
	font-size:11px;
}
a.more:hover{
	text-decoration:underline;
}
table#contactTable input, table#contactTable textarea{
	width:225px;
}
#footer{
	height:43px;
	padding:15px 0;
	background:url(/Images/bgFooter.gif) no-repeat;
	clear:both;
	text-align:center;
	}
#footer p{
	margin:0 0 5px 0;
	color:#fff;
	font-size:11px;
	}
#footer li{
	display:inline;
	color:#ccc;
	}
#footer a{
	color:#fff;
	font-size:11px;
	text-decoration:underline;
	}
#logos{
	text-align:center;
	margin-top:10px;
	}
#logos *{
	vertical-align:middle;
	}
.ImgContainer{
	display:block;
	width:103px;
	float:left;
	margin-right:10px;
	}
.ImgContainer div{
	padding:3px;
	background:url(/Images/bgImgContainer.gif) repeat-y;
	}
.DescContainer{
	float:left;
	width:140px;
	margin-right:10px
	}
.DescContainer p, .DescContainer ul{
	margin-bottom:10px;
	}
.tableProduct{
	width:100%;
	}
.tableProduct td{
	padding-bottom:25px;
	vertical-align:top;
	}
.box{
	border:1px solid #bad5f9;
	float:left;
	width:555px;
	padding:20px;
	background:url(/Images/bgBox.gif) bottom repeat-x;
	margin-bottom:7px;
	overflow:hidden;
	}
.about{
	width:371px;
	float:left;
	margin:0;
	min-height:198px;
	}
.design{
	display:block;
	text-indent:-9999px;
	width:184px;
	height:238px;
	float:right;
	padding:0;
	border-left:none;
	background:url(/Images/bannerDesign.jpg) no-repeat;
	margin:0;
	}
.sectionPioneer{
	width:177px;
	float:right;
	margin:0 0 15px 15px;
	display:inline;
	}
.sectionPioneer img{
	float:left;
	}
.sectionPioneer p{
	float:left;
	margin:5px 0 0 10px;
	width:83px;
	line-height:14px;
	}
.sectionPioneer p strong{
	display:block;
	margin-bottom:5px;
	}
.sectionPioneer p em{
	font-size:11px;
	}
.clear{
	clear:both;
	}
.A{	
	float:left;
	margin:4px 4px 0 0;
	display:inline;
	}
.line{
	border-bottom:1px dotted #999;
	height:1px;
	overflow:hidden;
	margin:15px 0;
	}

/* BEGIN: Flash Replacement ================== */
/* These are standard sIFR styles... do not modify */

.sIFR-flash{
	visibility:visible !important;
	margin:0
}

.sIFR-replaced{
	visibility:visible !important
}

span.sIFR-alternate{
	position: absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	display:block;
	overflow:hidden
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1{
	visibility:hidden;
	font-size:18px;
	margin:0 0 15px 0;
	padding-bottom:5px;
	border-bottom:1px dotted #999;
}

.sIFR-hasFlash h2{
	visibility:hidden;
	font-size:6px;
	padding:5px;
	background:url(/Images/bgH1.gif);
	margin:-19px -19px 15px -19px;
}
/* END: Flash Replacement ================== */

