body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

@font-face
{
font-family: myFirstFont;
src: url('../font/CANDARA.ttf')
    ,url('../font/CANDARA.eot'); 
}


/*
@font-face
{
font-family: myFirstFont;
src: url('../font/BellGothicStd-Bold.otf')
    ,url('../font/Sansation_Light.eot'); 
}
 */

#header_area {
	width: 100%;
	position:relative;
	background:url(../images/header_bg.png) repeat-x;
	height: 185px;
}
#header_main {
	width: 990px;
	margin: auto;
}

/*-----------follow us-----------*/

.social li{
	float:left;
	margin:3px 0 0 20px;
	list-style:none;
}

.social li a{
	display:block;
	text-indent:-9999px;
	height:25px;
	width:20px;
	cursor:pointer;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	border-radius:35px;
}

.top-social{
	margin-top:0px;
}

.top-social ul{
	float:right;
	list-style:none;
	margin-top:0px;
	padding:0;
}

.top-social ul li:last-child{
	margin-right:0px;
}


.social.top-social li.facebook a{
	background-position:-3px -2px;
	background:url(../images/facebook.png) no-repeat;
}

.social.top-social li.twitter a{
	background-position:-43px -2px;
	background:url(../images/twitter.png) no-repeat;
}

.social.top-social li.linked a{
	background-position:-85px -1px;
	background:url(../images/linkedin.png) no-repeat;
}

.social.top-social li.facebook a:hover{
	background-position:0px bottom;
}

.social.top-social li.twitter a:hover{
	background-position:0px bottom;
}

.social.top-social li.linked a:hover{
	background-position:0px bottom;
}

.social li a{
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}


/*-----------follow end-----------*/
#logo_area {
	float: left;
	height: 90px;
	width: 600px;
	margin: 35px 0 0 0;
}
.logo {
	height: 90px;
	width: 600px;
	background:url(../images/logo.png) no-repeat;
	float: left;
}
#search_call_area {
	width: 250px;
	float:right;
	margin: 40px -120px 0 0;
}
.callus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #b9feb9;
	margin: 0 0 20px 0;
	float: right;
	font-weight: bold;
}
.search {
	float: right;
}


#search input[type="text"] {
	background: url(../images/search-icon.png) no-repeat 10px 6px #fcfcfc;
	border: 1px solid #d1d1d1;
	font: 12px Arial,Helvetica,Sans-serif;
	color: #333333;
	width: 170px;
	padding: 10px 15px 6px 35px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    }

#search input[type="text"]:focus {
	width: 170px;
    }

	
/* Menu */
/* Reset */
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}


.menu {
	height: 35px;
	width: 990px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin: 5px 0 0 0;
}

.menu li {
	position: relative;
	list-style: none;
	display: block;
	height: 35px;
	float: left;
	}

/* Links */

.menu li a {
	display: block;
	padding: 0 24px 0px 0px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	font-family:arial;
	font-size: 14px;
	font-weight:bold;
	color: #f3f3f3;














		
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	font-weight: bold;
	}

.menu li:first-child a { border-left: none; margin-right:0px; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a {
	color: #d50000;
}
.menu li > a.active { color: #d50000; }

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 43px;
	left: 0;
	opacity: 0;
	background:url(../images/menu_bg.jpg) repeat-x;
	/*background: #787878;*/

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul {
	opacity: 1;
	z-index: 900;
}

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 32px;
	overflow: visible;
	padding: 0;
	}

.menu ul li a {
	width: 200px;
	padding: 4px 0 4px 10px;
	margin: 0;
	font-size:14px;
	text-transform:capitalize;
	
	border: none;
	border-bottom: 1px solid #353539;
}

.menu ul li:last-child a { border: none; }

#center_area {
	width: 100%;
	margin: -15px 0 0 0;
	/*background:url(../images/slider_bg.jpg) no-repeat;*/
}
#text_wrap {
	width: 100%;
}
#text_area_wrap {
	width: 990px;
	margin: auto;
	margin-top: 30px;
}
.body_text_area {
	float: left;
	width: 700px;
}

h1 {
	font-size: 21px;
	color: #0162c0;
	text-transform: uppercase;
	font-family: myFirstFont, arial;
	margin: 0 0 10px 0;
	border-bottom: dotted 1px #0162c0;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #68665B;
	line-height: 24px;
	text-align: justify;
	float: left;
}
.img {
	float: right;
	margin: 0 0 10px 10px;
	border: solid 1px #494949;
}

.product_area {
	float: right;
	width: 220px;
	background-color: #b9feb9;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding: 15px 15px 5px 15px;
}

.product_heading {
	background-color: #11aad2;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 4px 0;
	font-weight: 700;
	color: #000;
	}
	
ul.product_menu li{
list-style-image:url(../images/bullet.png);
padding:0 0 0 5px;
margin:0;
line-height:26px;
}
	
ul.product_menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
	line-height:24px;
	color:#000000;
}

ul.product_menu a:hover{
	color:#008db2;
	padding-left:10px;
}
#footer_wrap {
	width: 100%;
	background:url(../images/footer_bg.png) repeat-x;
	height: 125px;
	margin-top: 30px;
}
#footer_center_area {
	width: 990px;
	margin: auto;
	padding: 15px 0;
}
.footer_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer_menu li {
	display: inline;
	padding-right: 49px;
}
.footer_menu a {
	font-family: myFirstFont, calibri;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 10px;
}

.footer_menu a:hover {
	color: #d50000;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	margin: 20px 0px;
}
.poweredby a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0162C0;
	text-decoration: none;
}

.poweredby a:hover{
	color: #fff;
	}
.contact_area {

	float: left;
	width: 300px;
}
.query_form {
	float: right;
}
h3 {
	font-size: 20px;
	color: #0162c0;
	text-transform: uppercase;
	font-family: arial;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-style: italic;
}
