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;
font: 12px/1.6 "Helvetica Neue", Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}
a {
text-decoration: none;
color: #ea5245;
}

a:hover {
text-decoration: none; 
color: #ea5245;
}

/* MAIN STYLES */

html {
background: #efefef;
}
h1{
color:#9A8A7C;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	
	
	margin:0 0 20px 0;
	text-transform:;

}
h2{
color:#9A8A7C;
	font-size:32px;
	font-style:italic;
	font-weight:normal;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	
	
	margin:0 0 20px 0;
	text-transform:;

}


#container {
width: 960px;
background: ;
margin:3em auto
}

/******************************
 header 
******************************/
#header {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background :white;



height: 100%; /* needed for IE6 */
padding: 15px;


}

.logo {
position: relative;
width: 300px;
height: 170px;
top:12px;
left: 15px;

}

#header ul#nav {
float: right;
font-size: 12px;
position: relative;
top:-40px;
left:-15px;





}
#nav {
	list-style: none;
	overflow: hidden;
	margin-left: 68px;
	font-size:.9em;
	}

#nav li {
	float: left;
	margin-right:10px;
	position:relative;
	list-style:none
	}

#nav li.page-item-268 {
	margin-left: 354px
	}	
#nav li a#current {
    color: white;
    background:  #ea5245;
}

#nav a, #nav a:visited {
	display: block;
	text-decoration: none;
	color:#60676b;
	padding:5px 12px 4px;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	}

#nav a:hover {
	color: #fff;
	background: #46424b;
	text-decoration: none;
	border: 0;
	color:white;
	}

#nav a:active {
	background: #7a8389;
	color: #e8ebed
	}
	
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	background: #7a8389;
	color: #e8ebed
	}

/********************************
FORM

*********************************/

.name, .email , .web , .text { 
padding-bottom: 10px;
}

input, textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #ea5245;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	}



/******************************
Main Styles
******************************/
.more{
float: right;
padding: 10px;
}
.more a {
	background: #ea5245;
	padding: 4px 7px;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border: 0;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: color, background-color 0.2s ease-out;
}
.more a:hover {
	color: #fff;
	background: #46424b;
	text-decoration: none;
	border: 0;
}
.quote {
color:#9A8A7C;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	
	margin:0 0 20px 0;
	text-transform:;

}
.header {
position: relative;
top: -55px;
left:15px;
}

/******************************
 welcome Banner 
******************************/
#welcome {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: white;
float: left; 
width: 60%; 
padding:25px;
margin-top: 28px;
margin-bottom: 28px;
 

}
#mainsoon {

border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: white;
float: left; 
width: 95%;
height:350px; 
padding:25px;
margin-top: 28px; 
margin-bottom: 28px;
}

#main {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: white;
float: left; 
width: 60%; 
padding:25px;
margin-top: 28px; 
margin-bottom: 50px;
}

.img{
width: 100% ;
padding: 10px 0px 10px;
}

#side1 {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
 float:right;
 
margin-top: 28px;   
 background: white;  
 padding: 25px;  
 width: 28%;  
}
#side2 {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
 float:right;
 
margin-top: 28px;   
 background: white;  
 padding: 25px;  
 width: 28%;  
margin-bottom: 28px;
}


#side3 {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
clear: both;
 float:right;  
margin-top: px;
 background: white;  
 padding: 25px;  
 width: 28%; 
margin-bottom: ; 
position: relative;
top: -460px;


}
#side4{
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
clear: both;
 float:left;  
margin-top: px;
 background: white;  
 padding: 25px;  
 width: 28%; 
margin-bottom:5em ; 
position: relative;

}

#footer {
width:100%;
clear:both;
background: gray;
font-size: 10px;
margin: ;

height: 100px;

overflow: hidden;
float: left;
}
.contact{
float: right;
}
.copyright{
text-align: center;
}

#footerwrap {
clear:both;
width: 900px;
background: ;
margin:3em auto
}
#footer a {
color: black;
}


#footer ul#footernav li a {
float: left;
font-size: 10px;
padding-right: 10px;


top: 6px;

}
#footer a:hover {
color: #ea5245;
background: none;
}

