/*
Created for Sallas Auto Repair
12.04.09
Copyright DA Designing
*/

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #BA2025;
	font-weight: bold;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #FFCB4D;
}

img {
	border: none;
}

input.seo {
	width: 625px;
}

body {
	background-color: #231F20;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
}

p, ul, span, ol {
	font-size: 1.2em;
}

ul, ol {
	margin: 0 0 1em 4.5em;
}

ol ul {
	font-size: 12px;
}

ol ul li {
	margin-bottom: 0em;
}

ol li {
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, serif;
}

h1 {
	color: #BA2025;
	font-size: 2.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#kc h2, #op h2 {
	font-size: 2.5em;
	color: #000;
}

h2 {
	color: #BA2025;
	font-size: 1.9em;
	font-weight: bold;
}

h3 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.8em;
	color: #BA2025;
}

#containerWrap {
	background-image: url(../_img/containerBKGD.jpg);
	background-repeat: repeat-y;
	border: .1em solid #fff;
	margin: 0.5em auto;
	position: relative;
	width: 95.5em;
}

#container {
	margin: 0em auto;
	padding: 1em;
	position: relative;
	width: 92.5em;
}

#submit {
	background-image: url(../_img/secNav.jpg);
	background-repeat: repeat-x;
	border: none;
	cursor: pointer;
	font-weight: bolder;
	height: 22px;
	margin-top: 0.5em;
	margin-left: 1em;
	/* width: 84px; */
}

.by {
	font-weight: bold;
	margin-right: 1em;
	text-align: right;
}

#mainContent p.test {
	border-top: 1px dashed #BA2025;
	margin-bottom: 0em;
	margin-top: 2em;
	padding-top: 1em;
}

#mainContent p.testimonyName {
	font-weight: bold;
	font-size: 1.2em;
}

#mainContent p.testimonyCity {
	font-style: italic;
	font-size: 1.2em;
}

#mainContent img {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
}

#mainContent ol li ul li {
	list-style-type: disc;
	margin-left: -15px;
}

#mainContent ol {
	margin-bottom: 20px;
}

#mainContent h2, #mainContent h3 {
	margin-bottom: 10px;
}


#onlinespecials td {
	vertical-align: top;
	border: 5px dashed #BA2025;
	background: #FCCC47;
	padding: 10px;
}

#onlinespecials h1 {
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 5px;
}

#mainContent #onlinespecials h2 {
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
	color: #BA2025;
	margin-bottom: 0;
	padding-bottom: 0;
}

#onlinespecials h3 {
	font-weight: normal;
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
	color: #000;
	margin-bottom: 10px;
}

#onlinespecials h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	text-align: center;
	color: #000;
	margin-top: 5px;
}

#onlinespecials ul li {
	margin-left: -35px;
}
 
/* --------------------------- Home - Header/Nav Styles --------------------------- */ 

.logo {
	float: left;
}

#storeHours {
	color: #fff;
	float: right;
	text-align: center;
}

#locations {
	background-image: url(../_img/locations2.gif);
	background-repeat: no-repeat;
	height: 9.5em;
	margin-left: 25em;
	padding: 1em 5em;
	width: 42.5em;
}

#locations a {
	color: #000;
}

#locations a:hover {
	color: #fff;
}

#kc {
	font-family: Georgia, serif;
	float: left;
	margin-right: 6em;
	text-align: center;
}

#op {
	font-family: Georgia, serif;
	text-align: center;
}

.map {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	margin-top: 0.5em;
}

#categories {
	float: right;
	width: 150px;
	height: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #FFCB4D;
	border: 4px solid #004AFF;
	padding: 10px;
}

#categories a:hover {
	color:  #004AFF;
}

/* beginning of drop down code */

#topNav {
	background-image: url(../_img/topNav.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CDA53F;
	height: 16px;
	margin: 1em 0em 1em 0em;
	text-align: right;
}

#mainNav {
	float: right;
	z-index: 20;
}

#mainNav li {
	margin: 0;
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
	float: left;
	font: bold 9px arial;
	text-align: center;
	z-index: 20;
}

#mainNav li a {
	background-image: url(../_img/topNav.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #CDA53F;
	/* border-right: 1px solid #CDA53F; */
	display: block;
	height: 11px;
	margin: 0 0 0 0;
	padding: 2px 0px;
	margin: 0 -1px;
	width: 110px;
	color: #000;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}

#mainNav li a:hover {
	border-left: 1px solid #CDA53F;
	/* border-right: 1px solid #CDA53F; */
	color: #fff;
	z-index: 20;
}

#mainNav div {
	position: absolute;
	visibility: hidden;
	margin-left: 0;
	padding: 0;
	background: #29AAE2;
	border: 1px solid #CDA53F;
	width: 109px;
	z-index: 20;
}

#mainNav div a {
	position: relative;
	display: block;
	border: none;
	margin: 0;
	padding: 4px 5px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #004BFE;
	color: #FFF;
	font: normal 9px arial;
	z-index: 20;
}

#mainNav div a:hover {
	background: #231F20;
	border: none;
	color: #FFF;
	z-index: 20;
}

/* end drop down code */

.girlFloat {
	float: left;
}

*html #carTips {
	width: 205px;
}

#carTips, #fleetHm {
	height: 390px;
}

#carTips {
	background-color: #C9D8F7;
	border: 0.6em solid #004AFF;
	float: right;
	width: 257px;
}


#mainContent #carTips p, #carTips h3 {
	margin: 0.5em 1em;
}

#carTips h3 {
	color: #BA2025;
}

.more {
	text-align: right;
}

#carTips a {
	text-decoration: underline;
}

#fleetHm {
	background-color: #C9D8F7;
	border: 0.6em solid #004AFF;
	/* margin: 2em 28.4em 0 0.5em; */
	/* padding-bottom: 2.2em; */
	width: 360px;
}

#mainContent #fleetHm img, #mainContent #carTips img {
	float: none;
	margin: 0em;
}

#fleetHm h2, #carTips h2 {
	background-image: url(../_img/headerBKGD.jpg);
	background-repeat: repeat-x;
	padding: 0.5em 1em;
	text-align: center;
	color: #000;
	font-size: 2.5em;
}

*html #carTips h2 {
	width: 8.4em;
}

*html #fleetHm h2 {
	width: 12.9em;
}

#fleetHm ul {
	list-style-type: none;
	margin: 1.1em 2em;
}

#fleetHm li {
	margin-bottom: 0.5em;
}

/* --------------------------- Left Home Styles --------------------------- */

#leftHome {
	background-color: #FFCB4D;
	/* border-bottom: 0.2em solid #231F20; */
	border-right: 0.7em solid #231F20;
	float: left;
	margin-right: 1.5em;
	min-height: 85em;
	padding: 1em 1em 3em 1em;
	text-align: center;
	width: 19em;
}

#special {
	background-color: #C9D8F7;
	border: 5px dashed #004AFF;
	margin-bottom: 1em;
	padding: 1em;
	text-align: center;
}

#special h1 {
	font-size: 1.8em;
	margin-bottom: 10px;
}

#special h2 {
	margin-top: 0.3em;
	margin-bottom: 0;
	color: #004AFF;
}

#special p, .accept {
	font-weight: bold;
	font-size: 1em;
}

.accept {
	margin: 5em 0 0.5em 0;
}

.click {
	margin-top: 1em;
}

#special a {
	color: #000;
}

#special a:hover {
	color: #fff;
}

#coupon {
	background-color: #C9D8F7;
	border: 0.6em solid #004AFF;
	margin: 2em 0em;
	padding: 0.6em 0.6em 1em 0.6em;
}

#coupon p {
	margin: 0.7em 0em;
}

#educationVideo {
	margin: 1em 0em;
}

/* --------------------------- Left Secondary Styles --------------------------- */

#left {
	/*
background-image: url(../_img/sideLeft9.png);
	background-repeat: repeat-y;
*/
	/* background-color: #FFCB4D; */
	/* border-bottom: 0.2em solid #231F20; */
	/* border-right: 0.7em solid #231F20; */
	float: left;
	margin-right: 1.5em;
	min-height: 65em;
	padding: 1em 1em 5em 1em;
	text-align: center;
	width: 19em;
}

*html #left {
	width: 18em;
}

#leftServices {
	background-color: #FFCB4D;
	/* border-bottom: 0.2em solid #231F20; */
	border-right: 0.7em solid #231F20;
	/* float: left; */
	margin-right: 1.5em;
	/* min-height: 65em; */
	padding: 1em 1em 5em 1em;
	text-align: center;
	width: 19em;
}

#sideNav {
	margin-bottom: 1.5em;
	text-align: left;
}

#sideNav a {
	background-image: url(../_img/secNav.jpg);
	background-repeat: repeat-x;
	border: 0.2em solid #004AFF;
	color: #231F20;
	display: block;
	padding: 0.5em 0.5em 0.5em 1.5em;
	text-decoration: none;
}

#sideNav a:hover {
	color: #fff;
}


/* --------------------------- Content Styles --------------------------- */

#contentWrap {
	background-image: url(../_img/sideLeft9.png);
	background-repeat: repeat-y;
	background-color: #fff;
	border: 0.7em solid #231F20;
}

#mainContent {
	background-color: #fff;
	margin-left: 22em;
	padding: 2em;
	clear: right;
}

#mainContentServices {
	float: right;
	margin-left: 22em;
}

#mainContent p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#mainContent img {
	/* float: left; */
	margin: 0 1em 0em 0em;
}

#mainContent .first {
	float: left;
	margin-bottom: 0em;
}

#mainContent strong {
	color: #BA2025;
}

#mainContent h2 {
	margin-bottom: 0.5em;
}

#videoTalk {
	float: right;
	margin-left: 1em;
}

#mainContent .kc img, .op img {
	float: none;
	margin-bottom: 2em;
}

#btmWrap {
	clear: right;
}


#associations img {
	float: left;
	margin-left: 1em;
}

#associations p {
	margin: 0em 1em 2.5em 11em;
}

/* --------------------------- Footer Styles --------------------------- */

#footer {
	background-color: #231F20;
	clear:both;
	color: #fff;
	padding: 1em 0;
	text-align: center;
}

#footer li {
	list-style-type: none;
}

#footer p {
	font-size: 0.9em;
	margin-top: 0.5em;
}

#footer a {
	color: #fff;
	margin-right: 0.5em;
}

#footer .da {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: blue;
}
