/* CSS RESET */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}/* remember to define focus styles! */:focus{outline:0}/* remember to highlight inserts somehow! */ins{text-decoration:none}del{text-decoration:line-through}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:collapse;border-spacing:0}/* END CSS RESET (http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/) */

body {
	background-image: url(/images/bg_header.gif);
    background-repeat: repeat-x;
	background-color: #F8F8F8;
	text-align: center;
	font-family: arial,tahoma;
	font-size: small;
	background-color: #F8F8F8;
	text-align: center;
	font-family: arial,tahoma;
	font-size: small;
	line-height: 12pt;
	color: #424241;
}

a {
	color: #FF6D00;
}

#container {
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}

/* 3 main page elements */
#header {
	position: relative;
	width: 1000px;
	height: 321px;
}
#main {
	background-image: url(/images/bg_main.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #AFAFAF;
}
#footer_container {
    background-image: url(/images/bg_footer_span.gif);
    background-repeat: repeat-x;
    margin-top: 50px;
    text-align: center;
    border-top: 1px solid #AFAFAF;    
}
#footer {
    margin: 0px auto;
    width: 953px;
	height: 98px;
	padding: 32px 15px 18px 15px;
	background-image: url(/images/bg_footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #656565;
	font-size: .9em;
}
/* End of 3 main page elements */

/* Header Styles */
.flash_header {
	width: 1000px;
	height: 321px;
	/*background-color: #84C4E7;*/
}
/* End Header Styles */

/* Main Styles */

.home_col_a {
	float: left;
	width: 630px;
	font-size: .9em;
}
	.home_col_a .pad {
		padding: 26px 0 0 46px;
	}
	.home_col_a h1 {
		font-size: 2.3em;
		font-weight: normal;
		color: #65A9E8;		
	}
	.home_col_a .pad .home {
		margin-top: 5px;
	}
	.home_col_a .pad h2 {
	    margin-top: 15px;
	    margin-bottom: 5px;
	    font-size: 1.4em;
	    font-weight: normal;
	    color: #65A9E8;
	}
	.home_col_a p {
		line-height: 1.5em;
		margin: 0 0 14px 0;
	}
.home_col_b {
	float: right;
	width: 336px;
	margin: 32px 0 0 0;
	font-size: .9em;
}
.callout {
	float: left;
	position: relative;
	width: 290px;
	height: 157px;
	margin: 0 24px 10px 0;
	background-image: url(/images/bg_home_feature.gif);
	background-repeat: no-repeat;
}
	.callout h2 {
		color: #65A9E8;
		font-size: 18px;
		font-weight: bold;
	}
	.callout p {
		padding: 6px 16px 8px 16px;
		line-height: 1.4em;
	}
	.callout .btn_go {
		position: absolute;
		top: 110px;
		right: 20px;
		width: 58px;
		height: 24px;
	}
.sub_col_a {
	float: left;
	width: 610px;
	font-size: .9em;
}
	.sub_col_a .pad {
		padding: 0 0 0 100px;
	}
	.sub_col_a h1 {
		font-size: 3em;
		font-weight: normal;
		color: #FF6D00;
	}
	.sub_col_a p {
		line-height: 1.5em;
		margin: 0 0 14px 0;
	}
.sub_col_b {
	float: right;
	width: 365px;
	margin: 12px 0 0 0;
	font-size: .9em;
}
	.sub_col_b h3 {
		font-size: 1.6em;
		font-weight: normal;
		color: #FF6D00;
	}
	.sub_col_b .pad {
		padding: 0 100px 0 0;
	}
	.sub_col_b p {
		line-height: 1.8em;
	}
		.sub_col_b p a {
			color: #3A93BE;
			font-weight: bold;
			text-decoration: underline;
		}
	.sub_col_b .callout_1, .sub_col_b .callout_2, .sub_col_b .callout_3 {
		margin: 0 0 30px 0;
	}
.product {
	border-top: 1px solid #70665B;
	padding: 20px 10px 20px 20px;
}
.product_image {
	float: left;
	width: 250px;
}
.product_desc {
	float: right;
	width: 200px;
	padding: 20px 0 0 0;
}
	.product_desc h2 {
		font-size: 2.4em;
		font-weight: normal;
		color: #FF6D00;
	}
	.product_desc p {
		margin: 0 0 6px 0;
	}
	.product_desc p.product_stats {
		margin: 0 0 2px 0;
		font-size: 1.3em;
	}
		.product_desc p.product_stats span {
			color: #387FB0;
		}
.header_nav {
	position: relative;
	height: 100px;
	background-image: url(/images/bg_header_nav.gif);
	background-repeat: repeat-x;
}
	.header_nav .img_logo {
		position: absolute;
		top: 6px;
		left: 46px;
		width: 209px;
		height: 93px;
	}
	.header_nav .txt_contact {
		position: absolute;
		top: 34px;
		left: 268px;
		width: 200px;
		font-size: .9em;
		line-height: 1.3em;
		color: #656565;
	}
		.header_nav .txt_contact a {
			color: #656565;
			text-decoration: none;
		}
	.header_nav .navigation {
		position: absolute;
		top: 64px;
		right: 0px;
		width: 800px;
		font-size: 1.0em;
	}
		.header_nav .navigation ul {
			float: right;
		}
			.header_nav .navigation ul li {
				float: left;
				padding: 0 7px 0 10px;
			}
				.header_nav .navigation ul li a {
					color: #656565;
					text-decoration: none;
					line-height: 1.4em;
				}
				.header_nav .navigation ul li a:hover{
				    text-decoration: underline;
				}
				.header_nav .navigation ul li.active a {
					border-bottom: 1px solid #C0C0C0;
				}
.img_main {
	height: 220px;
	border-top: 1px solid #AFAFAF;
}
/* End Main Styles */

/* Footer Styles */
#footer a {
	color: #FF6D00;
}
#footer div {
	margin: 0 0 16px 0;
}
/* End Footer Styles */

/* Standard Styles */
.clear {
	clear: both;
}
.divider {
	clear: both;
	background-color: #70665B;
	height: 1px;
}
    .row .label {
     float: left;
     width: 100px;
     text-align: right;
     padding-right: 5px;
    }
    .row .input {
     float: left;
    }
/* End Standard Styles */

