@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3d3d3d;
	background:#0b477d;
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

.spacer {
	clear:both;
	margin:0px;
	padding:0px;
	list-style:none;
	height:1px;
	overflow:hidden;
}

address{
	padding:0px;
	margin:0px;
	font-style:normal;
	display:inline;
}

/*********** header styles ***********/

#header {
	display:block; 
	height:85px; 
	overflow:hidden; 
	background: url(img/headerbg.jpg) center no-repeat #042b5d; 
	border-bottom:5px solid #f2985d;
}

#header .wrap {
	width:980px; 
	margin:0px auto;
}

#header .wrap .hleft {
	float:left; 
	color:#FFFFFF; 
	font-size:12px; 
	padding-left:18px; 
	padding-top:27px;
	width:200px;
}

#header .wrap .hleft .logo {
	float:left;
}

#header .wrap .hleft div {
	float:left; 
	padding-top:24px; 
	padding-left:5px;
}

#header .wrap .hright {
	width:735px; 
	float:right; 
	padding-top:10px; 
	padding-right:15px;
}

#header .wrap .hright .links {
	float:right; 
	font-size:12px; 
	font-weight:bold;
}

#header .wrap .hright .links a {
	color:#8bb845; 
	text-decoration:none; 
	margin:0px 5px;
}

#header .wrap .hright .links a:hover {
	text-decoration:underline;
}

#header .wrap .hright .links img {
	vertical-align:middle;

}

/*********** topnav styles ***********/

#topnav {
	display:block;
	float:right;
	font-size:12px;
	font-weight:bold;
	padding-top:19px;
}

#topnav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#topnav ul li {
	display:block;
	float:left;
	background:url(img/topnav_separator.gif) top left no-repeat;
	margin-left: 15px;
}

#topnav ul .first {
	background:none;
	margin-left: 0;
}

#topnav ul .first a {
	padding-left:0px;
}

#topnav ul li a {
	display:block;
	float:left;
	height:35px;
	text-decoration:none;
	color:#FFFFFF;
	padding:5px 0px 0px 15px;
}

#topnav ul li a:hover {
	color:#efa06c;
	background:url(img/splatter.gif) bottom center no-repeat;
}

#topnav ul .active a {
	color:#efa06c;
	background:url(img/splatter.gif) bottom center no-repeat;
}

/********** content styles *************/

#content {
	display:block; 
	background:url(img/contentbg.gif) repeat-x #FFFFFF; 
	border-bottom:4px solid #ff9c59; 
}

#content .inner_bg {
	display:block; 
	background:url(img/content_innerbg.jpg) top center no-repeat;
}

#content .home_subheadbg {
	background:url(img/home_subheadbg.jpg) top center no-repeat; 
}


/********** subhead styles *************/

#subhead {
	display:block; 
	width:980px; 
	margin:0px auto; 
	background:url(img/subhead_border.gif) bottom center no-repeat; 
	height:367px;
}

#subhead .rightcol {
	display:block; 
	width:420px; 
	float:right; 
	font-size:12px; 
	color:#FFFFFF; 
	padding-top:25px;
}

#subhead .rightcol h1 {
	font-size:18px; 
	margin:0px; 
	padding:0px;
}

#subhead .rightcol h1 span {
	font-size:14px; 
	font-weight:normal;
}

#subhead .rightcol p {
	line-height:18px; 
	margin:10px 0px;
}

#subhead .rightcol .link {
	font-size:13px; 
	font-weight:bold; 
	color:#ff9c59; 
	background:url(img/arrow.gif) 100% 50% no-repeat; 
	padding-right:15px; 
	float:right; 
	text-decoration:none; 
	margin-top:-15px; 
	margin-right:10px;
}

#subhead .rightcol .centered {
	display:block; 
	text-align:center; 
	padding-top:17px;
}

#subhead .leftcol {
	float:left;
}

#subhead .leftcol .home_photo1 {
	position:absolute; 
	margin-top:31px; 
	margin-left:16px;
}

#subhead .leftcol .home_photo2 {
	position:absolute; 
	margin-top:31px;
	margin-left:285px;
}

/********** home_table styles *************/

#home_table {
	 display:block; 
	 width:980px; 
	 margin:0px auto;
	 padding-left:17px;
	 background:url(img/home_tablebg.gif) 325px repeat-y;
}

#home_table .col {
	 width:292px; 
	 float:left; 
	 font-size:12px; 
	 color:#424242;
	 padding-right:34px;
}

#home_table .col .photo {
	 padding:5px; 
	 background:#ebebeb;
}

#home_table .col h2 {
	 font-size:20px; 
	 color:#dc722a; 
	 margin:5px 0px 10px; 
	 padding:0px; 
	 font-weight:normal;
}

#home_table .col h2 span {
	color:#0b477d;
}

#home_table .col p {
	margin:10px 0px; 
	line-height:18px;
}

#home_table .col .more {
	color:#dc722a; 
	font-weight:bold; 
	text-decoration:none; 
	float:right;
}

#home_table .col .more:hover {
	text-decoration:underline;
}

/********** banner styles *************/

#banner {
	width:970px; 
	margin:0px auto; 
	padding-left:10px; 
	padding-top:23px;
}

#banner img {
	padding:7px; 
	background: url(img/bannerbg.jpg) repeat-x #e7e7e7; 
	overflow:hidden; 
	height:233px;
}

/********** main_content styles *************/

#main_content {
    position:relative;
	width:962px; 
	margin:0px auto; 
	background:url(img/main_contentbg.jpg) repeat-y; 
	padding:20px 0px;
}

#main_content .leftcol {
	width:253px; 
	float:left; 
	padding-left:14px;
}

#main_content .leftcol h1,#main_content .leftcol h1 a, #main_content .leftcol h1 a:link {
	font-size:20px; 
	font-weight:normal; 
	color:#dc722a;
	margin:0px 0px 10px;
	text-decoration: none;
}

#main_content .leftcol h1 span,#main_content .leftcol h1 span a,#main_content .leftcol h1 span a:link {
	color:#0b477d;
	text-decoration: none;
}

#main_content .rightcol {
	position:relative;
	width:650px; 
	float:right;
	padding-right:20px;
}

#main_content .rightcol h1 {
	font-size:20px; 
	font-weight:normal; 
	color:#052c5e;
	margin:0px 0px 10px;
}

#main_content .rightcol h2 {
	font-size:16px; 
	color:#e77122; 
	font-weight:normal;
	margin:10px 0px;
}

#main_content .rightcol p {
	margin:15px 0px;
	line-height:16px;
}

/********** subnav styles *************/

.subnav {
	margin:0px;
	padding:0px;
	list-style:none;
}

.subnav li {
	display:block;
	margin-bottom:1px;
}

.subnav li a {
	display:block;
	height:26px;
	font-size:11px;
	color:#042b5d;
	text-decoration:none;
	padding-left:40px;
	padding-top:10px;
	overflow:hidden;
}

.subnav li a:hover {
	background:url(img/subnavbg.gif) top left no-repeat;
}


.subnav a.active {
	background:url(img/subnavbg.gif) top left no-repeat;
}
/********** footer styles *************/

#footer {
	 display:block; 
	 height:70px; 
	 width:980px; 
	 margin:0px auto; 
	 padding-top:12px;
}

#footer .fleft {
	 float:left; 
	 font-size:11px; 
	 color:#FFFFFF; 
	 padding-left:20px;
	 width:740˙px;
}

#footer .fleft ul {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	height:30px;
}

#footer .fleft ul li {
	display:block;
	float:left;
	background:url(img/footnav_separator.gif) top left no-repeat;
}

#footer .fleft ul li a {
	display:block;
	height:19px;
	float:left;
	padding:3px 12px 0px;
	color:#FFFFFF;
	text-decoration:none;
}

#footer .fleft ul li a:hover {
	color:#efa06c;
}

#footer .fleft ul .active a {
	color:#efa06c;
}

#footer .fleft ul .first {
	background:none;
}

#footer .fleft ul .first a {
	padding-left:0px;
}

#footer .fright {
	 float:right; 
	 padding-right:20px;
}


#footer .link {
	margin-left:5px; 
	color:#FFFFFF;
}

#footer .link:hover {
	text-decoration:none;
}


/*********** products page styles ***********/

.products h2{
	margin-bottom:0px;
	margin-top:35px;
}

.products p{
	margin:0px;
}

 /*********** chat box styles **********/
 .content_chat{
	 background-color:#ffffff;
	 padding:10px;
	 margin:10px;
 }
 
 .content_chat h1{
	color:#052C5E;
	font-size:20px;
	font-weight:normal;
}

 .content_chat p{
	line-height:16px;
	font-size:12px;
	margin:-5px 0 10px 0;
}

 .content_chat b{
	font-size:12px;
}

 .content_chat input{
 	width:200px;
	float:right;
}

.floatdiv {
position: fixed; 
float:left;  
margin:100px 0 0 440px;
width: 100px;