@font-face{
    font-family: 'helveticacondensedbold';
    src: url('fonts/helve6-webfont.eot');
    src: url('fonts/helve6-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helve6-webfont.woff2') format('woff2'),
         url('fonts/helve6-webfont.woff') format('woff'),
         url('fonts/helve6-webfont.ttf') format('truetype'),
         url('fonts/helve6-webfont.svg#helveticacondensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{margin:0px; padding:0px;}

body{
	margin:0px; 
	padding:0px;
	background:#ccc;
}

.clear{
	clear:both;
}

#container{
	float:left;
	width:100%;
}

#wrapper{
	width:980px;
	background:#fff;
	border:10px solid #fff;
	margin:0px auto;
}

#header{
	padding-bottom:10px;
	width:980px;
	background-color:#fff;
}
#logo{
	float:left;
	width:300px;
}
#logo a img{
	width:290px;
	margin-left:10px;
	border:none;
}
#header-text{
	float:right;
	width:670px;
	margin-right:10px;
	margin-top:18px;
}
#header-text h1{
	float:right;
	font-family:helveticacondensedbold;
	font-size:16px;
	color:#bb2820;
	text-transform:uppercase;
}
#header-text p{
	float:right;
	clear:both;
	margin-top:5px;
	font-family:montserratregular;
	font-size:11px;
	color:#bb2820;
	text-transform:uppercase;
}

#top-nav-area{
	float:left;
	width:980px;
	height:40px;
	background:#363435;
}

#formal{
	float:left;
	height:40px;
}
#formal ul{
	float:left;
	height:40px;
}
#formal ul li{
	float:left;
	list-style:none; 
	color:#fff;
	font-size:12px;
	height:40px;
	line-height:40px;
	font-family:open_sansregular;
}
#formal ul li a{
	float:left;
	color:#fff;
	display:inline-block;
	font-size:16px;
	line-height:40px;
	text-decoration:none;
	padding:0 40px;
	font-family:helveticacondensedbold;
	text-transform:uppercase;
	transition: all .3s ease-in-out;
}
#formal ul li a:hover{
	background-color:#bb2820;
	text-decoration:underline;
}

#search{
	float:right;
	height:40px;
	background:#bb2820;
}
#search span .txt-field{ 
	float:left; 
	width:75px; 
	height:40px;
	border:none; 
	color:#fff; 
	font-size:11px; 
	background:none;
	padding:0 10px; 
	text-decoration:none; 
	font-family:montserratregular;
	transition: all .3s ease-in-out; 
}
#search span .txt-field:focus {
	width:160px; 
}
#search a img{
	float:left;
	border:none;
}

#banner{
	float:left;
	width:980px;
}

#news-area{
	float:left;
	width:980px;
	background:#363435;
}
#news-area h1{
	float:left;
	width:135px;
	margin-left:10px;
	font-family:helveticacondensedbold;
	font-size:16px;
	line-height:40px;
	color:#fff;
	text-transform:uppercase;
}
#news-area h1 img{
	float:right;
	width:3px;
}

#news-text-area{
	float:right;
	width:815px;
	height:40px;
	margin-right:10px;
}

.news{
	float:left;
	height:40px;
	margin-right:10px;
}
.news p{
	float:left;
	height:40px;
	font-family:montserratregular;
	font-size:11px;
	line-height:40px;
	color:#a4a3a3;
}

.news p span{
	float:left;
	font-family:helveticacondensedbold;
	font-size:14px;
	height:40px;
	margin-right:10px;
	line-height:40px;
	color:#fff;
	text-transform:uppercase;
}

#contact-area{
	float:left;
	width:980px;
	margin:10px 0;
}

#feedback-area{
	float:left;
	width:960px;
	height:80px;
	padding:10px;
	margin-bottom:10px;
	background:#363435;
}
#feedback-area h1{
	float:left;
	width:230px;
	line-height:80px;
	background:#bb2820;
	border-radius:4px;
	text-align:center;
	font-family:helveticacondensedbold;
	font-size:45px;
	color:#fff;
	text-transform:uppercase;
}

#field-area{
	float:left;
	width:410px;
	margin:0 10px;
}

#feedback{
	float:left;
	width:198px;
	background:#fff;
	border:1px solid #cccccc;
	border-radius:4px;
}
#feedback span .txt-field{ 
	float:left; 
	width:178px; 
	height:33px;
	border:none;
	padding:0 10px; 
	color:#000; 
	font-size:11px; 
	background:none;
	text-decoration:none; 
	font-family:montserratregular;
}
#feedback span .jumpmenu{ 
	float:left; 
	width:198px;
	border-radius:4px; 
	height:33px;
	border:none; 
	color:#000; 
	font-size:11px; 
	background:none;
	text-decoration:none; 
	font-family:montserratregular;
}
#feedback span textarea{ 
	float:left; 
	width:188px;
	height:68px;
	border-radius:4px;
	padding:5px;
	border:none; 
	color:#000; 
	font-size:11px; 
	background:#fff;
	text-decoration:none; 
	font-family:montserratregular;
}
.feedback-sp-h{
	float:left;
	width:200px;
	height:10px;
}
.feedback-sp-w{
	float:left;
	width:10px;
	height:40px;
}
#feedback-massage{
	float:left;
	width:200px;
	margin-right:10px;
}
#feedback-btn{
	float:left;
	width:90px;
}
#feedback-btn1 a{
	float:left;
	width:90px;
	text-align:center;
	height:35px;
	margin-bottom:10px;
	font-family:helveticacondensedbold;
	font-size:14px;
	border-radius:4px;
	line-height:35px;
	color:#fff;
	background:#bb2820;
	text-transform:uppercase;
	text-decoration:none;
}
#feedback-btn1 a:hover{
	text-decoration:underline;
}

#feedback-btn2 a{
	float:left;
	width:90px;
	text-align:center;
	height:35px;
	margin-bottom:10px;
	font-family:helveticacondensedbold;
	font-size:14px;
	border-radius:4px;
	line-height:35px;
	color:#fff;
	background:#bb2820;
	text-transform:uppercase;
	text-decoration:none;
}
#feedback-btn2 a:hover{
	text-decoration:underline;
}

#mid-area{
	float:left;
	width:980px;
}


#welcome{
	float:right;
	width:850px;
}


#welcome h1{
	float:left;
	width:740px;
	line-height:40px;
	font-family:helveticacondensedbold;
	font-size:24px;
	color:#363435;
	text-transform:uppercase;
}
#welcome p{
	float:left;
	width:740px;
	font-family:montserratregular;
	font-size:14px;
	margin-bottom:5px;
	text-align:justify;
	line-height:18px;
	color:#363435;
}

#standards{
	float:left;
	width:230px;
	background:#bb2820;
}
#standards h1{
	float:left;
	width:230px;
	line-height:40px;
	margin-left:10px;
	font-family:helveticacondensedbold;
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
}

#standards ul{
	float:left;
	width:210px;
	margin:0px 10px 10px 10px; 
}
#standards ul li{
	list-style:none;
}
#standards ul li a{
	font-family:montserratregular; 
	font-size:11px; 
	color:#fff; 
	transition:all .3s ease-in-out; 
	border-bottom:1px solid #fff; 
	text-decoration:none; 
	display:block; 
	padding:8px 0px 8px 10px;
	background:url(images/icon.png) no-repeat; 
	background-position:200px 14px ;
}
#standards ul li a:hover{
	text-decoration:underline;  
	background-color:#363435;
}

#bottom{
	float:left;
	width:980px;
	background:#363435;
}

#testimonials-area{
	float:left;
	width:500px;
	margin:10px 0;
}
#testimonials-area h1{
	float:left;
	width:490px;
	line-height:30px;
	padding-left:10px;
	font-family:helveticacondensedbold;
	font-size:20px;
	color:#fff;
	border-bottom:1px dotted #fff;
	text-transform:uppercase;
}

.testimonials{
	float:left;
	width:480px;
	margin:10px;
	border-bottom:1px dotted #5e5d5d;
	padding-bottom:10px;
}
.testimonials img{
	float:left;
	width:100px;
	height:100px;
	margin-right:10px;
}

.testimonials h2{
	float:right;
	width:370px;
	line-height:30px;
	font-family:montserratregular;
	font-size:12px;
	color:#fff;
}
.testimonials p{
	float:right;
	width:370px;
	font-family:montserratregular;
	font-size:10px;
	color:#fff;
}

#bot-nav{
	float:left;
	width:230px;
	margin:10px 0 10px 10px;
}
#bot-nav h1{
	float:left;
	width:220px;
	line-height:30px;
	padding-left:10px;
	font-family:helveticacondensedbold;
	font-size:20px;
	color:#fff;
	border-bottom:1px dotted #fff;
	text-transform:uppercase;
}

#bot-nav ul{
	float:left;
	width:220px;
	margin:10px 0px 0px 10px; 
}
#bot-nav ul li{
	list-style:none;
}
#bot-nav ul li a{
	font-family:montserratregular; 
	font-size:10px; 
	color:#fff; 
	transition:all .3s ease-in-out; 
	border-bottom:1px solid #5e5d5d; 
	text-decoration:none; 
	display:block;
	padding:4px 0;
}
#bot-nav ul li a:hover{
	text-decoration:underline;  
	background-color:#5e5d5d;
	border-bottom:1px solid #fff; 
	padding-left:5px;
}

#contact{
	float:right;
	width:230px;
	padding:10px 0;
	background:url(images/cont-bg.jpg);
}
#contact h1{
	float:left;
	width:220px;
	line-height:30px;
	padding-left:10px;
	font-family:helveticacondensedbold;
	font-size:20px;
	color:#fff;
	border-bottom:1px dotted #fff;
	text-transform:uppercase;
}
#contact p{
	float:left;
	width:210px;
	padding:10px 10px 0px 10px;
	font-family:montserratregular;
	font-size:11px;
	color:#fff;
}
#contact p img{
	float:left;
	width:210px;
	height:90px;
}

.social_media{
	float:left;
	width:210px;
	margin-left:10px;
	margin-top:10px;
}
.social_media ul{}
.social_media ul li{
	list-style:none; 
	float:left;
	margin-right:10px;
}
.social_media ul li a img{
	width:24px;
	border:none;	
}

#footer{
	float:left;
	width:980px;
	color:#FFFFFF;
	font-size:10px;
	line-height:30px;
	text-align:center;
	font-family:montserratregular;
	border-top:1px solid #bb2820;
	background:#363435;
}
#footer a{
	color:#FFFFFF; 
	padding:0 4px;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:underline; 
}


#home-pro{
	float:left;
	width:980px;
	margin-bottom:10px;
}

.home-had-nav{
	float:left;
	width:230px;
}	

.home-had-nav ul{
	float:left;
	width:230px;

}
.home-had-nav ul li{
	list-style: none;
	cursor: pointer;
	padding:10px;
	border:1px solid #ebeaea;
	color:#363435;
	overflow:hidden;
	font-family:helveticacondensedbold; 
	font-size:14px;
	text-transform:uppercase;
	transition: all .2s ease-in-out; 
}
.home-had-nav ul li:hover {
	background:#363435 url(images/tabicon.jpg) right center no-repeat;
	color:#FFFFFF;
	border:1px solid #fff;
}	
.home-had-nav ul li.active{
	color:#fff;
	border:1px solid #fff;
	background:#363435 url(images/tabicon.jpg) right center no-repeat;
}

.ho-pro{
	float:right;
	width:740px;
}

.home-pro{
	float:left;
	width:720px;
	height:173px;
	padding:10px;
	overflow:auto;
	border:1px solid #ebeaea;
	display:none;
}
.home-pro h1{
	float:left;
	width:720px;
	margin-bottom:10px;
	font-family:helveticacondensedbold;
	font-size:20px;
	color:#363435;
	text-transform:uppercase;
}
.home-pro p{
	float:left;
	width:720px;
	font-family:montserratregular;
	font-size:11px;
	color:#363435;
}
.home-pro p img{
	float:right;
	margin-left:10px;
}


#newsletter{
	float:left;
	width:960px;
	border:10px solid #363435; 
	background:#0b0a0b;
	margin-top:10px;
}

#newsletter h1{
	float:left;
	padding:0 10px;
	line-height:80px;
	border-radius:4px;
	text-align:center;
	font-family:helveticacondensedbold;
	font-size:45px;
	color:#fff;
	text-transform:uppercase;
}


#email{
	float:right;
	height:40px;
	margin-top:20px;
	margin-right:10px;
	background:#bb2820;
}
#email span .txt-field{ 
	float:left; 
	width:400px; 
	height:40px;
	border:none; 
	color:#fff; 
	font-size:11px; 
	background:none;
	padding:0 10px; 
	text-decoration:none; 
	font-family:montserratregular;
	transition: all .3s ease-in-out; 
}
#email a img{
	float:left;
	border:none;
}



#table{
	float:right;
	width:740px;
}


#table > h1{
	float:left;
	width:740px;
	line-height:40px;
	font-family:helveticacondensedbold;
	font-size:24px;
	color:#363435;
	text-transform:uppercase;
}