/* CSS Document */

body
{
	margin: 10px 0px 0px 0px;
	background-color:black;
	background-image:url(../images/body_background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}
#maincontainer
{
	margin-left: -475px;
	position: absolute;
	left: 50%;
	width:950px;
	height:850px;
}
#top
{
	width:950px;
	height:52px;
	background-image: url(../images/top_background.jpg);
}
#header
{
	width:950px;
	height:180px;
}
#return
{
	position:absolute;
	top:10px;
	left:100px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}
#middle
{
	background-image: url(../images/middle_background.png);
	background-repeat:repeat-y;
	background-position:top;
	width:950px;
	padding-bottom:24px;
}
#bottom
{
	width:950px;
	height:95px;
}
#inner
{
	background-image: url(../images/inner_background.jpg);
	background-repeat:repeat-y;
	width: 800px;
	padding-top:11px;
	padding-bottom:11px;
	margin-left: 75px;
}
#innermost
{
	background-image:url(../images/innermost_background.jpg);
	background-repeat: no-repeat;
	background-color: #5b5b5b;
	width:778px;
	margin-left:11px;
}
#screws_top
{
	background-image:url(../images/screws_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height: 28px;
}
#content
{
	background-image: url(../images/screws_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom: 35px;
	padding-left:38px;
}
#content p
{
	margin-right:38px;
}
ul
{
	color: #D6CCB0;
	line-height: 18px;
}
h1
{
	text-transform:uppercase;
	font-size: 16px;
	color: #fef1ce;
}
h2
{
	text-transform:uppercase;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.imageborder { border:6px solid #d6ccb0; }
/*FOOTER STUFF */
#footer
{
	background-color: #333333;
	width: 850px;
	height: 38px;
	margin-left: 50px;
	margin-top: 11px;
	color: #c4ccce;
	font-size:10px;
}
#footer table
{
	font-size:10px;
}
#footer a:link, #footer a:visited, #footer a:active
{
	font-family:Arial, Helvetica, sans-serif;
	color: #c4ccce;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration:underline;
	border-bottom: none;
	color: #FFFFFF;
}
#footer td
{
	color: #c4ccce;
}
a:link, a:visited, a:active
{
	color: #ecdfbe;
	text-decoration: underline;
}
a:hover
{
	color: white;
	text-decoration: underline;
	border-bottom: 1px solid white;
}
#call
{
	font-size:1.3em;
	float:right;
	margin:0px 38px 0px 20px;
}
#gallery
{
	margin-top:30px;
}
#gallery img
{
	margin:7px;
	border:none;
	text-decoration:none;
}
#gallery a:link
{
	text-decoration:none;
	border:none;
}
#gallery img.first { margin-left:0px; }
#gallery img.last { margin-right:0px; }
#gallery h2
{
	font-size:1.4em;
}
#contact
{
	float:right;
	margin:8px 38px 20px 10px;
	border:6px solid #d6ccb0;
	clear:right;
	width:210px;
	background-color:#252525;
	padding:10px;
}

#contact input,#contact h1, #contact textarea
{
	margin-bottom:10px;
}
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
	border-radius:0 4px 4px 0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	box-shadow:0 0 6px #ddd;
}

.error p
{
	margin:0px;
}
.hasPlaceholder {
	color: #777;
}
#plusone
{
	margin-top:20px;
	width:100px;
	float:left;
	clear:left;
}
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
