a:link{/*colors all links in one color & eluminate the underline option*/
	text-decoration: none;
	color:#40b0ff;
}
@font-face {/*to use a custom font installed locally*/
	font-family: 'myFont';
	src: url('fonts/GauntletClassic_TB.otf') format('opentype');
	font-weight: normal;
	font-style: normal;	
}

h1, h2, h3 ,h4, h5, h6{
		font-family: "Eras Medium ITC" , MyFont,"Gauntlet classic", Times New Roman, Verdana, sans-serif;
}

body{
	background: url('pattern_01.jpg') repeat;
}
/*##########################################################*/

header{
	height: 70px;
	border-top:3px solid #f4f4f4;
	padding-top:5px;
	padding-bottom:15px;	

}
header h1{
	font-size: 60px;
}
header h1 span{
	color:#40b0ff;
/*	color:#009933; */
}
header h1 span2{
/*	color:#40b0ff; */
	color:#FF3300;
}
header img{
	padding:15px 0 0 20px;
}

/*##########################################################*/

nav{
	font-family: "Gauntlet classic",MyFont, "Verdana",  "Times New Roman", Verdana, sans-serif;
	height: 50px;
	background-color: #f4f4f4; /*#FF6600 */
	margin-bottom: 5px;
	border-top: 1px solid #FFFFFF /*#40b0ff;*/
	
}
nav ul{
	list-style-type: none;
	height: 50px;
}
nav ul li{
	display: inline-block;
	padding: 14px 20px;
	border-right: 1px solid #ededed;
}
nav ul li a{
	font-size:14px;
    font-weight: bold;	
	color: #000000 !important;
}
nav ul li.active{
	/* background-color: #3399FF   /* #ededed; */
}
 nav ul li.active a{
	color: #000000  !important; /* #40b0ff */ 
}
nav ul li:hover{
	background-color: #00CC00 /* #ededed; */
}
/*##########################################################*/
.nivo-controlNav{
	display: none;
}

/*##########################################################*/
/*the three paragraphs css styles*/
#three_parags {
	padding:40px 0;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 5px solid #ededed;
	border-bottom: 5px solid #ededed;
	background-color:#f4f4f4;
}

.one_parag h2 {
	font-size: 30px;
	color: #FF6600; /* #515151;*/
	border-bottom: 1px solid #ededed ;
	padding-bottom: 10px;
	
}
	
.one_parag p{
	border-top: 1px solid #ffffff ;
	font-family: "Verdana";
	font-size: 12px;
	color: #808080;
	padding: 20px 0;
	line-height:21px;
	
}
 
	
a.p_Button{
	display: block;
	height:26px;
	width:70px;
	background-color: #FF6600;  /*#40b0ff;*/
	padding:8px 15px; 
	font-size:14px;
	font-family :Arial ;
	color:white; 
	margin-bottom: 15px;
	text-align: center;
}
.p_Button a{
	background-color: #40b0ff;
}

/*#########################################################*/
#recents{
	padding-top: 20px;
	padding-bottom: 20px;
	
}
#recents h2{
	font-size: 30px;
	color: #515151;
	border-bottom: 1px solid #ededed ;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#from_blog a{
	font-size: 18px;
}
#from_blog p{
	font-size: 12px;
	color: #808080;
	margin: 10px 0  30px 0;
}
#from_portfolio p{
	font-size: 12px;
	margin-top: 5px;
	color: #808080;
	margin-top: 22px;
}
/*#########################################################*/




/*############################################################*/
footer{
	padding:30px 0;
	border-top: 3px solid #ededed;
	background-color:rgba(0,0,0,0.05);	
	font-family:"Arial";
	font-size:12;
}

/*##########################################################*/
/*  Contact Form         ================================== */
.col:first-child{
	margin-left:0;
}	
.span_2_of_contact {
	width: 63.1%;
	margin-right: 2.5%;
}
.span_1_of_contact{
	width: 32.2%;
}
.span_2_of_contact  h3,
.span_1_of_contact  h3 {
	color:#FFA503;
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #888;
	padding-bottom:5px;
	font-family :verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:98%;
	background:#fcfcfc;
	border: none;
	outline:none;
	color:#464646;
	font-size:0.8125em;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance:none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background:#FF6600 url(images/large-button-overlay.png);
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 5px;
    border-radius:2px;
    font-family:Arial, Helvetica, sans-serif;
    position:absolute;
    right:0;
    outline:none;
}
.contact-form input[type="submit"]:hover{
	background-color:#333;
}
.contact-form input[type="submit"]:active{
	background-color:#333;  
}
.company_address{
	padding-top:20px;
}
.company_address p{
	color: #888;
	font-size: 13px;
	line-height: 1.8em;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.company_address p span:hover{
	text-decoration:none;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}


/*  End of Contact Form         ================================== */
/*#################################################################*/