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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}
body {
	background-color: #9d8c6b;
	background-image:url(../images/barrell-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0;
}


a:link {
	color:#600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #600;
}
a:hover {
	text-decoration: underline;
	color:#300;
}
a:active {
	text-decoration: none;
	color: #300;
}
	

#wrap {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color:#FFF;
	border:2px solid #990;
}

#nav {
	width:860px;
	background-image:url(../images/red_trans.png);
	background-repeat:repeat-x;
	height:12px;
	color:#FFF;
	z-index:2;
	position:relative;
	padding: 19px 20px 19px 20px;
}

#nav a
{
	color:#FFFFFF;
	padding:10px 29px 10px 10px;
	text-decoration:none;
}

#nav a:link {
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav a:hover {
	text-decoration: none;
	color: #999;
}
#nav a:active {
	text-decoration: none;
	color: #999;
}

#content {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:25px 0 35px 0;
	margin-top:0;
}

.content_block {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	background-color:#ddcbc7;
	padding:15px 20px 15px 20px;
	margin-bottom:35px;
	margin-top:30px;
}

.block_left {
	width:65%;
}

.block_right {
	width:33%;
}

#content h1, h2, h3, h4 {
	color:#600;
	margin-top:0;
}


#logo {
	width:1120px;
	margin-left:auto;
	margin-right:auto;
}

#main_img {
	height:250px;
	width:900px;
	margin:-50px 0 0 0;
	z-index:1;
	position:relative;
}

#main_img_static {
	height:115px;
	width:900px;
	margin:-50px 0 0 0;
	z-index:1;
	position:relative;
}

#top_phone {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-125px;
	margin-bottom:5px;
	text-align:right;
	color:#530e0e;
}

#footer {
	width:800px;
	background-color:#d3cfb8;
	padding:15px 50px 15px 50px;
	text-align:center;
	color:#600;
}
#footer p{
	margin:10px 0 0 0;
	color:#600;
}

#footer a:link {
	color:#600;
	text-decoration: underline;
	padding:5px 10px 5px 10px;
}
#footer a:visited {
	text-decoration: underline;
	color: #600;
	padding:5px 10px 5px 10px;
}
#footer a:hover {
	text-decoration: underline;
	color:#300;
	padding:5px 10px 5px 10px;
}
#footer a:active {
	text-decoration: none;
	color: #300;
	padding:5px 10px 5px 10px;
}

#copyright {
	width:100%;
	text-align:center;
}

#links {
	width:800px;
	height:100px;
	padding:25px 50px 50px 50px;
	color:#FFF;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	background-image:url(../images/footer-background.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin-bottom:0;
	margin-top:50px;
}

#links a:link {
	color: #FFF;
	text-decoration: none;
	padding:0 10px 0 10px;
}
#links a:visited {
	text-decoration: none;
	color: #FFF;
	padding:0 10px 0 10px;
}
#links a:hover {
	text-decoration: underline;
	color: #fff;
	padding:0 10px 0 10px;
}
#links a:active {
	text-decoration: none;
	color: #fff;
	padding:0 10px 0 10px;
}

table {
	border-collapse:collapse;
	margin:0 0 20px 0;
}

#content table.privatestorage {
	margin-left:auto;
	margin-right:auto;
}

.tablehead {
	background-color:#520C08;
	color:#FFFFFF;
	text-align:center;
}

.tableshade {
	background-color:#DFD3B5;
}

.contactform {
	list-style:none;
}