/* ----------------------- Request a Quote Form ----------------------- */
form#request_a_quote label
	{
		clear:left;
		display:block;
		float:left;
		padding-right:12px;
		text-align:right;
		width:180px;
	}

#request_a_quote
	{
		padding:16px;
		background-color:#fff;
	}
#request_a_quote div.input
	{
		margin:16px;
		clear:both;
	}
#request_a_quote div.input input
	{
		margin:0;
	}

#request_a_quote div.input select
	{
		margin:0 0 12px;
	}

#request_a_quote div.input textarea
	{
		margin:0 0 12px;
		width:300px;
	}

.required input
	{
		background-color:#FFC;
	}

/* ----------------------- Basic Page ----------------------- */
#basic-content
	{
		height:auto;
		min-height:400px;
		padding:20px;
		position:relative;
		width:960px;
		overflow:auto;
	}

.basic-content
	{
		overflow:auto;
	}

#basic-content img
	{
		margin-left:16px;
		float:right;
		position:relative;
		width:auto;
		height:auto;
		border:solid 8px #FFF;
	}

#basic-content-left
	{
		height:auto;
		min-height:400px;
		position:relative;
		width:640px;
		float:left;
	}
#basic-content-right
	{
		height:auto;
		min-height:400px;
		position:relative;
		width:300px;
		float:right;
	}
.basic-title
	{
		font-size:40px;
		font-weight:bold;
		color:#294757;
		margin-bottom:16px;
	}

.right-image
	{
		margin-left:16px;
		float:right;
		position:relative;
		width:auto;
		height:auto;
		border:solid 8px #FFF;
	}

#basic-contact_us-button
	{
		height:104px;
		position:relative;
		width:536px;
		margin-left:auto;
		margin-right:auto;
		padding-top:16px;
	}

/* ----------------------- Home Page ----------------------- */
#home-content
	{
		height:auto;
		min-height:400px;
		padding:20px;
		position:relative;
		width:960px;
		overflow:auto;
	}
#home-content-left
	{
		height:auto;
		min-height:400px;
		position:relative;
		width:640px;
		float:left;
	}
#home-content-right
	{
		height:auto;
		min-height:400px;
		position:relative;
		width:300px;
		float:right;
	}
#home-content-showroom
	{
		height:auto;
		width:auto;
		position:relative;
		padding-right:16px;
		margin-bottom:32px;
	}
#home-content-special
	{
		background-color:#FFFFFF;
		border:4px dashed #9C958C;
		height:auto;
		margin-bottom:32px;
		margin-right:16px;
		min-height:160px;
		padding:32px;
		position:relative;
	}
.home-top-box
	{
		min-height:400px;
		height:auto;
		width:300px;
		float:left;
		position:relative;
		background-color:#FFF;
		margin-bottom:30px;
	}

.home-top-box:hover
	{
		background-color:#f4f2d6;
	}

.home-top-box:hover img
	{
		opacity:.8;
	}
.home-top-box-divider
	{
		height:352px;
		width:1px;
		float:left;
		position:relative;
		background-color:#d2cfc1;
		margin-top:24px;
		margin-bottom:24px;
		margin-left:14px;
		margin-right:14px;
	}
.home-top-box-image
	{
		height:134px;
		width:284px;
		position:relative;
		overflow:hidden;
	}
.home-top-box_title
	{
		font-size:22px;
		font-weight:bold;
		padding-bottom:8px;
		padding-top:16px;
		text-align:center;
	}
.home-top-box_content
	{
		color:#686868;
		padding:8px;
		line-height:20px;
	}
.home-showroom_title
	{
		font-size:40px;
		padding-bottom:8px;
		color:#294757;
	}
.home-showroom_content
	{
		color:#686868;
		font-size:18px;
		line-height:24px;
	}
.home-special_title
	{
		font-size:24px;
		font-weight:bold;
		padding-bottom:8px;
		color:#572929;
	}
.home-special_content
	{
		color:#686868;
		font-size:18px;
		line-height:24px;
	}
#affiliations
	{
		height:auto;
		padding-bottom:16px;
		position:relative;
		width:960px;
		clear:both;
	}

#facebook
	{
		height:auto;
		padding:16px;
		position:relative;
		width:900px;
		background-color:#fff;
		margin-bottom:30px;
		margin-left:auto;
		margin-right:auto;
	}

/* ----------------------- Side Boxes ----------------------- */
.side-boxes
	{
		height:auto;
		padding:16px;
		position:relative;
		width:268px;
		float:left;
		background-color:#fff;
		margin-bottom:30px;
	}

.side-box-center
	{
		height:auto;
		min-height:220px;
		width:auto;
		background-color:#e4e4da;
		border:solid 1px #d2cfc1;
		padding:16px;
	}

.side-box_title
	{
		font-size:22px;
		font-weight:bold;
		margin-bottom:8px;
		color:#294757;
	}
.side-box_content
	{
		line-height:20px;
	}

/* ----------------------- Global ----------------------- */
*
	{
		margin:0;
		padding:0;
	}

a, a:hover, a:active, a:visited
	{
		color:#405a69;
	}

html
	{
	}

p
	{
		margin-bottom:16px;
	}

textarea
	{
		display:block;
	}

body
	{
		color:#484848;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		background-color:#9c958c;
		background-image:url(/img/background-header-back-basic.png);
		background-repeat:repeat-x;
		background-position:top;
	}

#container
	{
		height:100%;
		width:100%;
		position:relative;
		margin:0;
		padding:0;
		overflow:hidden;
	}
.edit-menu
	{
		background-color:#fffcd5;
		color:#000000;
		padding:4px;
		text-align:right;
	}
input
	{
		margin: 8px;
	}

input label
	{
		display: block;
	}

#UserLoginForm
	{
		margin-top:32px;
	}

/* ----------------------- Header ----------------------- */
#header-tier
	{
		height:300px;
		width:100%;
		position:relative;
		margin:0;
		background-image:url(/img/header-background.jpg);
		background-position:center;
	}

#header-inner
	{
		height:300px;
		width:960px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
		margin-bottom:0;
	}

#header_text
	{
		width:auto;
		height:auto;
		top:68px;
		right:0;
		position:absolute;
		text-align:right;
		color:#FFF;
		font-size:14px;
	}

#primary_navigation
	{
		width:960px;
		height:49px;
		bottom:29px;
		left:0;
		position:absolute;
	}

.button
	{
		width:auto;
		padding-left:8px;
		padding-right:8px;
		height:49px;
		position:relative;
		float:left;
		text-align:center;
		background-image:none;
		line-height:49px;
		text-shadow: #333 2px 2px 2px;
		text-decoration:none;
		cursor:pointer;
	}

.button-divider
	{
		height:49px;
		width:2px;
		float:left;
		position:relative;
		background-color:#3d3d3d;
		margin:0;
	}

a .button, a:active .button, a:visited .button
	{
		color:#fff;
		text-decoration:none;
		font-weight:bold;
	}
a:hover .button, a .button.active
	{
		color:#e4b559;
	}

.button:hover, .button.active
	{
		background-image:url(/img/button-background.png);
		background-repeat:repeat;
	}

#secondary_navigation
	{
		width:auto;
		height:auto;
		top:32px;
		right:0;
		position:absolute;
		text-align:right;
		color:#FFF;
		font-size:12px;
		text-shadow: #333 2px 2px 2px;
	}


#secondary_navigation a, #secondary_navigation a:hover, #secondary_navigation a:active, #secondary_navigation a:visited
	{
		color:#fff;
		text-decoration:none;
		font-weight:bold;
	}
/* ----------------------- Content ----------------------- */
#content-tier
	{
		height:auto;
		width:100%;
		position:relative;
		margin:0;
		background-color:#e9e7e0;
		overflow:auto;
	}

#content-inner
	{
		height:auto;
		min-height:400px;
		width:960px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
		margin-bottom:0;
		clear:both;
	}

#logo
	{
		position:absolute;
		width:375px;
		height:162px;
		left:46px;
		top:40px;
	}

/* ----------------------- Footer ----------------------- */
#footer-tier
	{
		height:auto;
		width:100%;
		position:relative;
		margin:0;
		padding-bottom:24px;
		overflow:hidden;
		clear:both;
		background:#9c958c;
		left:0;
	}

#footer-inner
	{
		height:auto;
		min-height:100px;
		width:960px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
		margin-bottom:0;
		overflow:auto;
		text-align:center;
		padding-top:18px;
		color:#FFF;
	}

#footer-inner a, #footer-inner a:hover, #footer-inner a:active, #footer-inner a:visited
	{
		color:#FFF;
	}

/* ----------------------- Cake ----------------------- */

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}