@charset "UTF-8";
/* CSS Document */

/******
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #e3e3e3;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear: both;
}
.float_left{float: left;}
.float_right{float: right;}
/******
RESET END **********************************/
.container{

	width: 940px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #c0c0c0;
	background: #fff;
}
.header{
	height: 95px;
	background: #f0f0f0;
}	
.banner{
	height: 316px;
	background: #95c2ca;
}
	.banner a{
		display: block;
		float: left;
		width: 188px;
		height: 271px;	
	}
	.banner a.gov{
		background: transparent url(../images/banner/gov.jpg) no-repeat;
	}
	.banner a.av{
		background: transparent url(../images/banner/av.jpg) no-repeat;
	}
	.banner a.safety{
		background: transparent url(../images/banner/safety.jpg) no-repeat;
	}
	.banner a.edu{
		background: transparent url(../images/banner/edu.jpg) no-repeat;
	}
	.banner a.radioTV{
		background: transparent url(../images/banner/radioTV.jpg) no-repeat;
	}
	.banner a.gov:hover{
		background: transparent url(../images/banner/gov_hover.jpg) no-repeat;
	}
	.banner a.av:hover{
		background: transparent url(../images/banner/av_hover.jpg) no-repeat;
	}
	.banner a.safety:hover{
		background: transparent url(../images/banner/safety_hover.jpg) no-repeat;
	}
	.banner a.edu:hover{
		background: transparent url(../images/banner/edu_hover.jpg) no-repeat;
	}
	.banner a.radioTV:hover{
		background: transparent url(../images/banner/radioTV_hover.jpg) no-repeat;
	}
	.banner-bottom{
		height: 45px;
		background: #f9f9f9 url(../images/banner-bottom.png) no-repeat;
		clear: both;
	}



.content{}
.slider{
	float: left;
	width: 377px;
	margin-top: 10px;
}
	a.warranty{
		display: block;
		width: 357px;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 10px;
		background: #e3e3e3 url(../images/bg_orange.jpg) right bottom;
		font-size: 1.3em;
		color: #fff;
	}
	a.promo{
		display: block;
		width: 357px;
		margin-bottom: 5px;
		padding: 10px;
		background: #b7debd url(../images/bg_gray.jpg) right bottom;
		font-size: 1.3em;
		color: #fff;
	}

.categories{
	float: left;
	width: 200px;
	margin-top: 10px;
	padding: 10px 0 10px 20px;
}
.newsRSS{
	float: left;
	width: 323px;
	margin-top: 10px;
	padding: 10px 0 10px 20px;
}

.newsLinks{
	text-align:center;
	margin-top:30px;
}


.content ul li a{
	display: block;
	padding-left: 20px;
	background: url(../images/arrow_orange.png) 0 7px no-repeat;
	font-size: .9em;
}
.content ul li a:hover{
	background-color: #f6f6f6;
	color: #0c5868;
}
.content ul.products li{
	line-height: 1.7em;
}
.content ul.news li{
	padding-bottom: .6em;
}
.content ul.news li a{
	padding-top: .4em;
	padding-bottom: .4em;
}



.footer{
	margin-top: 20px;
	padding: 8px;
	background: #f0f0f0 url(../images/bg_footer.png) repeat-x;
	font-size: .8em;
	overflow: hidden;
}
.footer .float_right{
	line-height: 1.4em;
	text-align: right;
	color: #777;
}
.footer .float_left a{
	padding-right: 10px;
}
.footer .float_left a:hover{
	color: #fc7115;
}

h1{
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #0c5868;
}

h1 a{
	padding-bottom: 10px;
	font-size: 1.0em;
	font-weight: bold;
	color: #0c5868;
}

.newsLinks h3{
	padding: 0px;
	color: #0c5868;
	font-size: .7em;
	text-transform: uppercase;
}
a{
	text-decoration: none;
	color: #555;
}
.email {
	border: 1px solid #a4a4a4;
}
.email input{
	padding: 3px 5px;
	width: 96%;
	border: 0;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
  color : #ccc;
}

.message{
	margin-top: 6px;
	border: 1px solid #a4a4a4;
	overflow: hidden;
}
.message textarea{
	float: left;
	width: 263px;
	padding-left: 5px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	outline: none;
	resize: none;
	height: 75px;
  color : #ccc;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .message textarea  { width: 259px; height: 79px; }
}
.btn_send{
	float: right;
	height: 50px;
	padding: 30px 9px 0 9px ;
	background: #f0f0f0 url(../images/bg_btn_send.png) repeat-x;
	border-left: 1px solid #a4a4a4;
}



  #emailStatus {
 
    /* overlay is hidden before loading */
    /*display:none;*/
 
    /* standard decorations */
    position: absolute;
    width: 300px;
    top: 40%;
    left: 50%;
    margin-left: -160px;   
    padding: 20px;
    background-color:#ffffff;
    
    /* for modern browsers use semi-transparent color on the border. nice! */
    border:3px solid rgba(82, 82, 82, 0.698);
    box-shadow: 10px 10px 5px #888888;
    text-align: center;
    z-index: 10;
  }
  
  
  #txtEmailStatus{
    font-size: 1em;
    padding-bottom: 20px;
  }
  
 