html{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	padding: 0;
	margin: 0;	
}

body{
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0;	
	color: white;
	background: black;
}

#container{
	position: relative;
	background: url(../layout/bg.png) repeat-y;
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px 20px;
}

#header{
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

#header img.logo{
	margin: 0 auto;
	padding: 10px;
}

#content{
	width: 952px;
	border: 3px solid #87181A;
	padding: 20px;
	margin: 20px 0px 0px;
	background: black;
}

h2{
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100%;
	text-align: center;
	background-color: #F37D20;
	color: black;
	font-style: italic;
	font-size: 175%;
}

a img{
	border: none;
}

.submit{
	cursor: pointer;
	width: 150px;
	height: 57px;
	border: none;
	background: url(../layout/button_sprites.png) no-repeat 0 0;
}
.submit:active{
	background-position: -152px 0px;
}

.reset{
	cursor: pointer;
	width: 150px;
	height: 57px;
	border: none;
	background: url(../layout/button_sprites.png) no-repeat 0 -58px;
}
.reset:active{
	background-position: -152px -58px;
}

.home{
	cursor: pointer;
	display: block;
	width: 150px;
	height: 57px;
	border: none;
	background: url(../layout/button_sprites.png) no-repeat 0 -116px;
}
.home:active{
	background-position: -152px -116px;
}

.price_quote{
	display: block;
	margin: 0 auto;
	width: 462px;
	height: 63px;
	background: url(../layout/button_sprites.png) no-repeat 0 -173px;
}
.price_quote:active{
	background-position: 0 -235px;
}

#footer{
	padding: 10px 0 0 30px;
	margin: 0;
}

#footer a{
	border: none;
	text-decoration: none;
}

#footer a img{
	border: none;
}


