body {
	background:#000 url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}

a {
	outline:none;
}

a:link, a:visited {
	text-decoration:none;
	color:#000;
}

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

img {
	border:0px;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-top:0px;
	margin-bottom:10px;
}

p {
	line-height:20px;
}

div.title {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
	background:#5b5b5b url(images/gray.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #000;
	padding:5px 0px 5px 0px;
	margin:0px;
}

h1, h2 {
	text-align:center;
	clear:both;
}

.wrapper {
	margin:auto;
	width:902px;
}

.shadow {
	width:900px;
	padding:0px 10px 10px 10px;
	margin:0px 0px 20px 0px;
	overflow:auto;
	background:url(images/dropshadow.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.fake {
	background:#5b5b5b url(images/gray.jpg);
	background-repeat:repeat-x;
	width:900px;
	border:1px solid #000;
	margin:0px 0px 10px 0px;
	overflow:auto;
}

/*.box {
	background:#5b5b5b url(images/gray.jpg);
	background-repeat:repeat-x;
	width:880px;
	padding:0px 10px 10px 10px;
	border:1px solid #000;
	margin:0px 0px 10px 0px;
	overflow:auto;
}*/

.box {
	background:#fff;
	background-repeat:repeat-x;
	width:880px;
	padding:0px 10px 10px 10px;
	border:1px solid #000;
	margin:0px 0px 10px 0px;
	overflow:auto;
}

.header {
	background:#5e0000 url(images/box_gradient.jpg);
	background-repeat:repeat-x;
	padding:0px;
	width:900px;
	min-height:150px;
}

.nav {
	background:#5e0000 url(images/box_gradient.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding:0px;
	width:900px;
}

.nav a {
	color:#000;
}

.testimonials {
	padding:0px 0px 0px 0px;
	width:900px;
}

.customer {
	width:100%;
	background:#000;
}

.quote {
	min-height:75px;
	display:none;
}

.btn {
	float:left;
	width:auto;
	padding:10px;
	border-right:1px solid #000;
	text-align:center;
	font-size:14px;
}

.btn a:link, .btn a:visited {
	text-decoration:none;
	color:#FFF;
}

.btn a:hover, .btn a:visited:hover {
	text-decoration:underline;
	color:#FFF;
}

.footer {
	background:#5e0000 url(images/box_gradient.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-size:14px;
	padding-top:10px;
}

.footer h3 {
	margin-bottom:0px;
}

.last {
	margin:0px;
}

/* home */

.main {
	padding:0px;
	width:900px;
}

.intro {
	float:left;
	width:260px;
	min-height:400px;
	padding:10px 20px 10px 20px;
}

.photo {
	float:left;
	background:#000;
	width:600px;
	min-height:420px;
}

/*FAQ*/

p.question {
	/* makes too much sense font-size:150%; */
	font-weight:bold;
	margin-bottom:5px;
}

p.answer {
	color:#000;
	margin-bottom:20px;
	font-style:italic; /* beautiful */
}

/* equipment */

.logos {
	background:#FFF;
	background-repeat:repeat-x;
	width:880px;
	padding:10px;
	border:1px solid #ffffff;
	margin:0px 0px 10px 0px;
	overflow:auto;
}

.logos table {
	margin:auto;
	width:700px;
}

.logos td {
	text-align:center;
	width:25%;
}

/* contact */

.contact {
	text-align:center;
}

input {
	border:1px solid #ffffff;
	width:100%;
}

textarea {
	border:1px solid #ffffff;
	width:100%;
}

.form_photo {
	background:url(images/form_photo.jpg);
	float:right;
	width:450px;
	min-height:500px;
	margin-left:50px;
}

.form_left {
	width:360px;
	float:right;
	padding-top:20px;
}

.form_left h2 {
	text-align:left;
}

.form_right {
	width:180px;
	float:left;
	padding-top:20px;
}

.left_contact {
	width:410px;
	padding:20px;
	float:left;
}

.right_contact {
	float:left;
	width:450px;
	overflow:hidden;
}

/* gallery */

.thumb {
	float:left;
	margin:5px;
	width:75px;
	height:75px;
	background:#000;
}

input, textarea {
	border:1px solid #000;
}

.the_lovely_boxes {
	width:880px;
	background:#FFF;
	border:1px solid #000;
	padding:10px;
	margin-top:10px;
}

.car {
	float:left;
	width:208px;
	height:208px;
	overflow:hidden;
	border:1px solid #000;
	margin:5px;
}

.gallery p {
	margin-bottom:5px;
	text-align:center;
}

.boxesmove {
	float:left;
	width:660px;
	margin-left:5px;
	overflow:auto;
}

.textforagallery {
	float:left;
	width:215px;
}