/* Body */

body {
	margin: 20px 0;
	padding: 0;
	color: #333333;
	background-color: #cccccc; /*#e0e0e0 - try AG's border shaddow */
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 84%;
}

/* Page */

#page {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	border: 1px solid #aaaaaa;
	background-color: #f8f8f8;
}

/* Header */

#page #header {
	margin: 0;
	padding: 0;
	height: 129px;
	background-color: #402222;
}

/* Menu */

#page #menu {
	margin: 0 0 30px 0;
	padding: 5px 9px;
	height: 16px;
	background-color: #402222;
}

#page #menu a {
	margin: 0;
	padding: 5px 19px;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

#page #menu a:hover {
	color: #ffcdcd;
	background-color: #502a2a;
}

/* Menu - Active Menu Highlighting */

body#home #page #menu a#link_home,
body#about #page #menu a#link_about,
body#tuning #page #menu a#link_tuning,
body#repairs #page #menu a#link_repairs,
body#servicing #page #menu a#link_servicing,
body#sales #page #menu a#link_sales,
body#notes #page #menu a#link_notes,
body#clientnotes #page #menu a#link_clientnotes,
body#contact #page #menu a#link_contact {
	color: #a48686;
}

/* Content */

#page #content {
	margin: 0;
	padding: 0;
}

#page #content .left {
	margin: 0 0 30px 0;
	padding: 0;
	width: 482px;
}

#page #content .right {
	margin: 0 30px 30px 0 !important;
	margin: 0 15px 30px 0;
	padding: 0;
	width: 220px;
	float: right;
}

/* Content - Right */

#page #content .right img {
	margin-top: 7px;
	padding: 0;
	border: 0;
}

body#home #page #content .right img {
	margin-top: 0;
}

#page #content .right h3 {
	margin-top: 15px;
}

/* Content - Right - Captionbox */

#page #content .right #captionbox {
	margin:  -3px 0 0 0 !important;
	margin: 0;
	padding: 0 0 0 56px;
	width: 164px;
	height: 101px;
	background: url(../images/captionbox-homepage.jpg) top left no-repeat;
	overflow: hidden;
	position: relative;
}

body#tuning #content .right #captionbox {
	background: url(../images/captionbox-tuning.jpg) top left no-repeat;
}

body#repairs #content .right #captionbox {
	background: url(../images/captionbox-repairs.jpg) top left no-repeat;
}

body#servicing #content .right #captionbox {
	background: url(../images/captionbox-servicing.jpg) top left no-repeat;
}

body#sales #content .right #captionbox {
	background: url(../images/captionbox-sales.jpg) top left no-repeat;
}

#page #content .right #captionbox #for {
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	top: 3px;
	left: 77px;
	font-weight: bold;
}

#page #content .right #captionbox #benefits {
	margin: 0 0 5px 30px !important;
	margin: 0 0 5px 15px;
	width: 125px;
	float: left;
}

#page #content .right #captionbox #benefits ul {
	margin-top: 5px;
	margin-bottom: 0;
	color: #15205e;
	line-height: 1em;
}

#page #content .right #captionbox #benefits ul a {
	color: #911416;
	
}

#page #content .right #captionbox p#contact {
	margin: 0;
	padding: 0;
	text-align: center;
	clear: left;
}

#page #content .right #captionbox #telephone {
	font-size: 110%;
	font-weight: bold;
	display: block;
}

/* Content - Left - Infobox */

#page #content .left #infobox-top {
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	width: 400px;
	height: 2px;
	background: url(../images/infobox.png) top left no-repeat;
}

#page #content .left #infobox {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	width: 400px;
	color: #5d2222;
	background: url(../images/infobox.png) bottom left no-repeat;
	text-align: center;
}

#page #content .left #infobox ul {
	margin: 10px 0 10px 10px !important;
	margin: 0 0 10px 10px;
	padding: 0;
	display: inline;
	float: left;
	font-weight: bold;
	list-style: inside;
}

#page #content .left #infobox ul.first {
	margin: 10px 0 10px 66px !important;
	margin: 0 0 10px 66px;
}

#page #content .left #infobox p {
	margin: 0;
	padding: 0;
	clear: left;
}

/* Content - Left - Main Text Area */

#page #content .left #text {
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/text-right.png) top right repeat-y;
}

#page #content .left #text #top {
	margin: 0;
	padding: 0;
	width: 482px;
	height: 35px;
	background: url(../images/text-top.png) top left no-repeat;
}

#page #content .left #text #bottom {
	margin: 0;
	padding: 0;
	width: 482px;
	height: 35px;
	background: url(../images/text-bottom.png) top left no-repeat;
}

#page #content .left #text #inner {
	padding: 0 34px 0 25px;
	width: 423px;
}

#page #content .left #text .first {
	margin-top: 0;
}

#page #content .left #text .last {
	margin-bottom: 0;
}


/* Content - Specific Formatting */

#page #content p.testimonial {
	color: #5d2222;
	font-size: 80%;
	font-weight: bold;
}

#page #content .quotes {
	margin: 0;
	padding: 0;
	color: #5d2222;
	font-size: 200%;
	font-weight: bold;
	font-family: "times new roman", times, serif;
	line-height: 0em !important;
	line-height: 0.9em;
}

#page #content .open {
	vertical-align: middle;
}

#page #content .close {
	vertical-align: bottom;
}

/* Content - General Formatting */

#page #content h1, #page #content h2, #page #content h3 {
	margin: 0;
	color: #5d2222;
	font-weight: bold;
}

#page #content h1 {
	font-size: 115%;
}

#page #content h2 {
	font-size: 100%;
}

#page #content h3 {
	font-size: 90%;
}

#page #content p {
	margin: 13px 0;
}

#page #content a {
	color: #5D2222;
	font-weight: bold;
	text-decoration: none;
}

#page #content a:hover {
	text-decoration: underline;
}

#page #content .bold {
	font-weight: bold;
}

#page #content .center {
	text-align: center;
}

/* Content - Forms */

#page #content .form {
	margin: 10px 0 0 0 !important;
	margin: 0;
	width: 95%;
}

#page #content .form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	float: none !important;
	float:left;
}

#page #content .form fieldset.last {
	margin-bottom: 0;
}

#page #content .form #formfoot {
	color: #402222;
	font-size: 80%;
}

#page #content .form legend {
	color: #402222;
	font-weight: bold;
}

#page #content .form form label {
	margin-top: 10px;
	color: #402222;
	display: block;
	font-style: normal;
}

#page #content .form form label.checkbox {
	color: #402222;
	display: inline;
}

#page #content .form .textarea {
	width: 100%;
}

#page #content .form .text {
	width: 100%;
}

#page #content .form .input {
	color: #402222;
	background: #ffffff;
	border: 1px #402222 solid;
	font: 100% verdana, tahoma, helvetica, arial, sans-serif;
}

#page #content .form .input:focus {
	background: #ffffe1;
}

#page #content .form .button {
	margin-top: 10px;
	color: #ffffcc;
	background: #402222;
	border: 1px solid #402222;
	cursor: pointer;
	font-size: 100%;
}

/* Footer */

#page #footer {
	margin: 0; /* Was "margin: 15px 0 0 0;" but MSIE is stupid and adds instead of overlapping */
	padding: 4px 15px 0 15px;
	height: 16px;
	color: #ffffff;
	background-color: #402222;
	font-size: 75%;
	clear: both;
}

#page #footer .left {
	padding-right: 5px;
	float: left;
}

#page #footer .right {
	padding-left: 5px;
	float: right;
}

#page #footer a {
	color: #ffffff;
	text-decoration: none;
}

#page #footer a:hover {
	text-decoration: underline;
}