/*************** CSS DOCUMENT *******************/

/* Reset */
* { padding:0; margin:0;}

/******************************** GLOBAL STYLES *********************************/
body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;	
	background-image: url(../_img/metal_background.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


h2 {
	text-align:center;
	color: #FFFFFF;
	font-size: 28px;
}

h3 {
	text-align:center;
	color: #FFFFFF;
	font-size: 22px;
}

a { text-decoration: none;}

#wrapper {
	width:1024px;
	min-width: 925px;
	margin: 0 auto;
	box-shadow: -3px 0px 23px 17px rgba(0,0,0,0.5);
	-moz-box-shadow: -3px 0px 23px 17px #777;
	-webkit-box-shadow: -3px 0px 23px 17px #777;
}

.redbar {
	background-color: #C00606;
	width:100%;
	padding: 6px 0px;
}

/********************************* HEADER STYLES *************************************/
header {padding: 20px 20px 100px 20px}

#logo {
	width:452px;
	float: left;
}

#contactinfo {
	float: right;
	display: inline-block;
	text-align: right;
	color: #777;
	font-size: 19px;
	text-shadow: rgba(0, 0, 0, 1) -0.1px -0.8px 0.1px;
	opacity: 0.9;
	font-weight:400 !important;
	/*text-shadow:inset 0 0 10px #000000;*/
}

#contactinfo a {
	text-decoration: none;
	color: #777;
}

#contactinfo a:hover {
	text-decoration: none;
	color: #222;
}

#menu {	
	margin-top: 15px;
	text-align: right;
	font-size: 23px;
	font-weight:bold;
	text-shadow: rgba(255, 255, 255, 1) 0.3px -0.5px 0.7px;
	opacity: 0.8;
	letter-spacing:-1px;
	-webkit-font-smoothing: antialiased;
}

#menu #anchornav {
	color: #111 !important;
}

#menu a {
	text-decoration: none;
	color: #555;
}

#menu li {
	list-style-type: none;
	display: inline;
	margin-left: 25px;
}

#menu a:hover {
	text-decoration: none;
	color: #111;
}

/********************************* CONTENT STYLES ******************************/
#content {
	margin-top: 20px;
	margin-bottom: 25px;
}

#banner img {
	width: 100%;
}

#banner {
	margin-bottom: 5px;
}

#cities {
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	padding: 5px 0px;
}

#info {
	background-color: #C00606;
	padding: 22px 55px;
	font-size: 16px;
	margin-top: 5px;
}

#info p {
	color: #FFFFFF;
	text-align:justify;
}

#servicescontainer {
	margin-top: 23px;
	margin-left: 20px;
	margin-right: 10px;
}

#servicescontainer h2 {
	text-align: center;
	font-weight: 800;
	padding-bottom: 12px;
}

.serviceblocks {
	width: 210px;
	color:#FFF;
	background-color: #C00606;
	border: thin solid #ccc;
	display: inline-block;
	margin: 0 30px;
	padding: 18px 25px 20px 25px;
	border-radius: 10px;
	box-shadow: 2px 2px 9px 6px #999;
}

.serviceblocks li {
		list-style-type: none;
		font-size:16px;
}


/************************************ FOOTER STYLES **********************************/
footer {

}

#bottominfo {
	color: #FFF;
	font-size:11px;
	margin-bottom: 8px;
}

#bottominfo p {
	display: inline;
	padding: 0px 110px 0px 41px;
}

#bottominfo a {
	text-decoration: none;
	color: #FFF;
}

#bottominfo a:hover {
	color: #999;
}

#bottomnav {
	list-style-type: none;
	display: inline;
	font-weight:bold;
}

#bottomnav li {
	display: inline;
	text-decoration: none;
}

#bottomnav a {
	color: #FFF;
	text-decoration: none;
}

#copyright {
	color: #333;
	font-size:10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#copyright a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#copyright a:hover{
	color: #111;
	text-decoration: none;
	font-weight: bold;
}

#copyright p {
	text-align: center;
}

/********************************* CONTACT FORM STYLES ***********************************/
#inquiry{
	height: 250px;
	margin-top: -50px;
}

#contactform{
	float: left;
	display: inline-block;
	width: 450px;
	background-color: #888;
	margin-left: 50px;
	margin-right: 40px;
}

#forminfo {
	display: inline-block;
	width: 425px;
	font-weight: 800;
	font-size: 19px;
	margin-right: 50px;
}

#forminfo a { color: #C00606;}
#forminfo a:hover { color: #555;}

#inquirytitle {
	text-align: center;
	color: #FFF;
	font-weight: 800;
	font-size: 18px;
	padding: 3px 0px;
}

fieldset { 
	border: none;
	padding: 10px;
}

#thanks {padding: 10px}
#errors {padding: 10px}

#contactform ul li {
	list-style-type: none;
	padding: 5px;
}


#contactform label {
	color: #FFF;
	font-weight: bold;
}

#contactform input, textarea {
	float: right;
	width: 80%;
	border: none;
	border-radius: 3px;
}

#contactform input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#contactform textarea {
	height: 50px;
	resize: none;
}

#submitbtn {
	width: 90px; 
	height: 30px;
	background-color: #C00606; 
	color: #FFF;
	border:none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float:right;
	margin: 10px 13px 15px 0px;
}

#submitbtn:hover {
	opacity: .8;
}


/********************************* ABOUT US STYLES ***********************************/
#aboutmain {
	height: 350px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-bottom: 75px;
	padding-right: 60px;
	padding-left: 40px;
	background-color: rgba(0,0,0,0.2);
	text-align: justify;
}

#keys {
	float: left;
	height: 400px;
	margin-right: 50px;
}


.testimonial {
	background-color: rgba(0,0,0,0.2);
	padding: 30px 60px 30px 60px;

}

.author {
	font-style: italic;
}

.review {
	text-align: justify;
}

/********************************* SERVICES STYLES ***********************************/
.servicearea {

}

.servicewrapper {
	margin: 25px 30px;
}

.serviceimg  {
	width: 	420px;
	height: 300px;
	margin-right: 25px;
	float: left;
}

.boxservice {
	background-color: #555;
	color: #FFF;
	display: inline-block;
	width: 435px;
	height: 220px;
	font-size: 22px;
	padding: 40px;
}

#boxauto {
	padding-top: 30px;
	padding-bottom: 50px;
}

#boxcommercial {
	padding-top: 55px;
	padding-bottom: 25px;
}

.boxcontent {
	background-color: #555;
	color: #FFF;
	margin-top: 25px;
	padding: 40px;
	font-size: 20px;
	text-align: justify;
}

.boxtips {
	background-color: #555;
	color: #FFF;
	margin-top: 25px;
	padding: 40px;
	font-size: 20px;
	text-align: justify;
}

.boxtips h4 {
	font-size: 24px;
}

ul.dash {
    list-style:none;
    margin-left:0;
    padding-left:1em;
}

ul.dash li:before {
    display:inline-block;
    content:"-";
    width:1em;
    margin-left:-1em;
}

ul.dash li{
	padding-bottom: 10px;
}








