@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #E5E4CF;
	background-attachment: fixed;
	background-image: url(../images/gradient_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}

a, a:visited {
	text-decoration:underline;
	color: #006837;
}
a:hover

  {
	text-decoration:none;
}

h1 {
	text-align: center;
	margin-bottom: 20px;
	line-height: 0px;
	margin-top: 30px;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 4px;


}


h3 {
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0px;
	line-height: 0px;
	padding-bottom: 8px;
}
h4 {
	font-weight: bold;
	color: #006837;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.75;
	text-align: justify;
	padding-bottom: 15px;
}

.img-left 		{
	float:left;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-top: 5px;
}
.img-right 		{
	float:right;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 30px;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}



/***** Global Classes *****/

.clear 			{ clear:both; }
.oneColFixCtrHdr #container {
	width: 830px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/mayfair_garage_header.jpg);
	background-position: center top;
	height: 94px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	margin-right: 54px;
	margin-left: 54px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C3C3C3;
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-left-color: #C3C3C3;
}
.oneColFixCtrHdr #footer {
	margin-right: 54px;
	margin-left: 54px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 8px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C3C3C3;
	border-right-color: #C5C5C5;
	border-bottom-color: #006837;
	border-left-color: #C5C5C5;
	background-color: #77992B;
	border-top-style: none;
	border-bottom-style: solid;
	height: 29px;
}
.oneColFixCtrHdr #footer p, .oneColFixCtrHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 10px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

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

.garagefloats {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#end {
	margin-right: 0px;
}
strong {
	font-weight: bold;
}
small {
	font-size: 9px;
}
td {
	padding-top: 5px;
	padding-left: 5px;
}


.text-center {
	text-align: center;
}
.garagetext {
	float: left;
	width: 365px;
}
.finishes {
	float: left;
	margin-right: 26px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 0px;
	padding-bottom: 20px;
}
#editable  li {
	background-image: url(../images/mayfair_nav_cube.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 20px;
}

#spec td {
	font-size: 7pt;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
}
.highlight {
	color: #FFFFFF;
	background-color: #77992B;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

.white {
	color: #FFFFFF;
}
.faqheading img {
	padding-top: 10px;
}
.faqheading {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E5D0;
}
.indent {
	margin-right: 20px;
	margin-left: 20px;
}
img.border {
	border: 1px solid #333333;
}
em {
	font-style: italic;
}
