/* --== Links ==-- */
a {text-decoration: none;}
a:hover {text-decoration: underline;}

/* --== Structure ==-- */

body { 
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	background: #565e61; 
}
#wrapper { 
	width: 100%;
	background: #565e61;
	text-align: center;
	min-width: 800px;
}
#header {
	width: 100%;
	text-align: left;
	background: transparent url(../img/header_bg.jpg) repeat-x left;
	height: 139px;
	position: relative;
}
#content {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#sidebar {
	float: right;
	width: 250px;
}
#main {
	float: left;
	width: 540px;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	width: 100%;
}
.clear { clear: both; padding-bottom: 5px;}


/* --== Titles, subtitles, headings ==-- */

h1#title {
	width: auto;
	margin: 0 0 0 355px;
	padding: 60px 0 0 0;
	font-family: "Gill Sans Std Light", Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
h1#title a {
	color: #fff;
}
h1#title a {
	text-decoration: none;
}
#header h2 {
	margin: 0 0 0 355px;
	font-style: italic;
	color: #9fabae;
	font-family: Georgia;
}
#flag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
p#subtitle {
}
h4,h5,h6 { margin: 10px 0 10px 5px; }
#main h3 {
	color: #86ABB0;
	font-family: "Gill Sans Std Light", "Gill Sans Light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	padding: 25px 0 0 0;
} 
#main .profile {
	padding: 10px 15px 15px 5px;
	color: #9FABAE;
	line-height: 150%;
}
#main .profile img {
	margin-right: 5px;
}
#main h4 {
	color: #86abb0;
	font-size: 122%;
	font-family: "Gill Sans Std Light", "Gill Sans Light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	margin-top: 15px;
}
#main li {
	color: #9fabae;
	list-style: square;
}
#main ul {
	padding-left: 25px;
}
#services #main p {
	color: #9FABAE;
}
#main .firstList {
	margin-left: 216px;
}
#main .clearH4 {
	margin-top: 30px;
}
}
/* --== Link colors ==-- */

#footer { }

#footer a { color: #86abb0; }
#footer a:hover { color: #bee329; }

#content a { }


/* --== Navigation ==-- */

#nav {
	width: 100%;
	height: 74px;
	background: transparent url(../img/nav_bg.jpg) repeat-x top left;
}
#navigation {
	padding-right: 120px;
	padding-top: 35px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	display: block;
	float: right;
	padding: 2px 10px;
	background: #565e61;
	border-top: 4px solid #9fabae;
	margin-right: 8px;
	color: #9FABAE;
	height: 31px;
}
#navigation a:hover {
	border-top: 4px solid #BEE329;
	color: #BEE329;
	text-decoration: none;
}

/* --== "You are here" styles ==-- */

#home .home a, #contact .contact a, #services .services a {
	text-decoration: none;
	color: #BEE329;
	border-top: 4px solid #BEE329;
}

/* --== Miscellaneous ==-- */

blockquote { margin: 0 0 5px 10px; font-family: Georgia, serif; font-style: italic;}

/* --== Sidebar ==-- */
#sidebar p {
	margin: 5px 0;
	padding: 10px;
	color: #000;
}

#announcement {
	background: #86abb0;
}
#location {
	background: #9fabae;
}
#contacts {
	background: #9fabae;	
}
#operation {
	background: #9fabae;
}
#cards {
	background: #9fabae;	
}
#towing {
	background: #9fabae;
}
/* --== Form ==-- */

button { background: transparent; border: 2px solid #595441; color: #595441;  margin-top: 10px; font-weight: bold; padding: 2px 5px;}
input, textarea { border: 2px solid #eee; padding: 2px; width: 300px; background: #fff url(../img/stripe_gray.jpg) repeat-x top left; font-size: 107%}
.selected { border: 2px solid #afd67f; background: #fff url(../img/stripe_green.jpg) repeat-x top left;}
#quoteAlert { padding: 10px; border: 2px solid #afd67f; color: #afd67f; background: #fff url(../img/stripe_green.jpg) repeat-x top left;}
#contact #main h3 {
	padding-bottom: 15px;
}
