﻿@font-face {
    font-family: myFont;
    src: url(../fonts/EkMukta.ttf);    
}
body {
    background: url(../images/strip.jpg) top left repeat-x #DD980F;
    display: block;
    font-family: 'myFont' !important;
}
#wrapper {
    /* width: 100%; */
    background: url(images/htmlbg_02.jpg) scroll center top repeat;
}
#main_container {
    width: 1000px;
    margin: 0 auto;
}
.container {
    width: 974px;
    padding: 0px;
    position: relative;
    margin: 0px auto;
}
.header {
    width: 100%;
    display: block;
}
.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}
.slider_here {
    padding: 15px;
    background: #fff;
    position: relative;
}
.wrap {
    width: 100%;
    clear: both;
}
.mainnav {
     z-index: 1000;
     line-height: 16px; 
}
.mainnav ul.mega-menu {
    /* background: #ccc url(images/bg_white.png) repeat-x 0 -80px; */
    width: 100%;
    height: 40px;
    border-right: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
    position: relative;
}
 .mainnav ul.mega-menu li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
}
ul {
    list-style: none;
}
h3 {
    background: url(../images/bottom-img.png) no-repeat center bottom;
        margin-left: 10px;
    margin-right: 10px;
    padding: 1px 0 20px !important;
     font-size: 30px;
        text-align: center;
        color:#fff;
}
p
{
	margin-left:10px;
	margin-right:15px;
	font-size:16px;
	text-align:justify;
	}
	h2 {
    background: url(../images/line_middle.gif) no-repeat center bottom;
        margin-left: 10px;        
    margin-right: 10px;
     text-align:center;
     
}
a
{
	text-decoration:none;
}

h3:hover
{
	color:#DE9411;
}

/*-------------------------------Contact------------------------------------------*/
.contact {
    background: #fff none repeat scroll 0 0;
}

.col:first-child {
    margin-left: 0;
}
.span_1_of_3 {
    padding: 0%;
    width: 47.2%;
}
.col {
    display: block;
    float: left;
}

.map {
    border: 1px solid #c7c7c7;
    margin-bottom: 15px;
}
.address {
    padding-top: 0px;
}

.contact-form {
    padding-bottom: 30px;
    position: relative;
}

.span_2_of_3 {
    padding: 0%;
    width: 48.1%;
}
.col {
    display: block;
    float: left;
    margin: -4% 0 1% 1.6%;
}
.contact-form div {
    padding: 4px 0;
}
.contact-form span {
    color: #333;
    display: block;
    font-family:'myFont' !important;
   font-size:16px;
    padding-bottom: 1px;
}
.contact-form span {
    color: #333;
	margin-left: 25px;
}

.contact-form input[type="text"], .contact-form textarea {
    background: #fcfcfc none repeat scroll 0 0;
	border: medium none;
	box-shadow: 0 0 2px #999 inset;
	color: #464646;
	display: block;
	font-family: 'myFont' !important;
	font-size: 16px;
	outline: medium none;
	padding: 5px;
	width: 94%;
}

.contact-form input[type="text"]:focus,.contact-form textarea:focus
{
	 border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
/* textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
   border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}*/


.contact-form input[type="submit"] {
    background: #001c32 url("../images/large-button-overlay.png") repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
 font-family: 'myFont' !important;
    padding: 7px 20px;
    position: absolute;
    left: 25px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    font-size:16px;

}

.contact-form input[type="submit"]:hover
 {
 	background:#fa6210;
 }