@charset "utf-8";
/* CSS Document */

html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/metallic-background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #d1d1d1;
}.borderbottom {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.bordertopbottom {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFF;
}
body {

}
#wrapper {
	width: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#menubar {
	height: 22px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #000;
}
#leftcolumn {
	background-image: url(../images/red-metal-backdrop.jpg);
	background-repeat: repeat;
	float: left;
	width: auto;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFF;
	display: none;
}
.clear {
	clear: both;
	height: 0px;
}

.fullwidth {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.fullbanner {
	clear: both;
	border-top-width: 4px;
	border-bottom-width: 12px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#maincolumn {
	float: left;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 28px;
	font-weight: normal;
	color: #999;
}
h1 {
	font-family: 'Cinzel', serif;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 8px;
}
h2 {
	font-family: 'Righteous', cursive;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: normal;
	color: #FDF1AC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
}



.menuitem {
	font-family: 'Righteous', cursive;
	color: #FFF;
	padding-right: 48px;
	padding-left: 40px;
	text-decoration: none;
	font-size: 18px;
}
#banner {
	float: none;
	width: auto;
	text-align: center;
}
#main {
	background-color: #000;
	width: auto;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 8px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
a {
	text-decoration: none;
}
.halfdiv {
	float: none;
	width: auto;
}
.maintext a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.insurance {
	float: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contactinfo {
	float: none;
	width: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
}

#contactphoto {
	width: auto;
	float: none;
}

.onethird {
	width: 350px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.repair {
	padding-top: 5px;
	padding-bottom: 5px;
}
.repairtitle {
	font-size: 16px;
	font-weight: bold;
	color: #9CF;
	line-height: 18px;
}
.icon {
	padding-right: 8px;
}