* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Geneva, sans-serif;
}
body {
	background-color: #CCCCCC;
}
#box_top, #box_bottom {
	width: 100%;
	height: 160px;
	background-color:#FFF;
	background-image: url(box_top.jpg);
	border-bottom: #CCC solid 1px;
}
#box_bottom {
	background-image: url(box_bottom.jpg);
	font-size: 10px;
	height: 60px;
}
#box_bottom a {
	color: #666;
	text-decoration: none;
}
#box_bottom a:hover {
	color: #999;
}
#container_top, #container_middle, #container_bottom {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
#container_bottom {
	padding-top: 30px;
}
#logo {
	margin-top: 20px;
	float: left;
}

#menu {
	float: right;
	font-size: 0px;
	margin-top: 55px;
	border-top: #AEAEAE solid 1px;
	padding-top: 10px;
}
#menu li {
	list-style: none;
	display: inline;
	font-size: 13px;
	
}
#menu li a {
	color: #B50000;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-decoration: none;
	border-top: #AEAEAE solid 1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	z-index: 999;
}
#menu li a:hover {
	color: #636363;
	border-top: #636363 solid 2px !important;
	z-index: 999;
}
#menu li a span {
	padding: 10px;
}



#container_middle {
	margin-top: 30px;
	margin-bottom: 30px;
}

#theme_main_image {
	float: left;
}
#overcontent {
	background-image: url(content_bg.png);
	background-repeat: repeat-y;
}
#content {
	padding: 30px;
}
#content.extended {
	background-image: url(content_bg_top.png);
	min-height: 150px;
	background-repeat: no-repeat;
}
#content_bottom {
	height: 20px;
	background-image: url(content_bg_bottom.png);
	background-repeat: no-repeat;
}

#content.frontpage {
	background-image: url(box_main.png);
	width: 216px; /* 260px */
	height: 353px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
	overflow:hidden;
	background-color: transparent;
}
#content p {
	font-size: 12px;
	line-height: 16px;
	color: #343434;
	margin-top: 10px;
	text-align: justify;
}
#content.frontpage p {
	text-align: left;
	color: #000;
	line-height: 14px;
}
#content a {
	color: #810000;
}
#content a:hover {
	text-decoration: none;
	color: #CC0000;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
	color: #343434;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
}

div.offer {
	width: 280px;
	height: 145px;
	background-image: url(promo_box.png);
	float: left;
	margin-top: 10px;
}
div.offer_interior {
	margin-top: 5px;
	margin-left: 22px;
	width: 230px;
	height: 135px;
	position: relative;
}
div.offer h5 {
	margin-bottom: 10px;
	margin-top: 8px;
	margin-top:8px;
	overflow: hidden;
	height: 20px;
}
div.offer h5 a {
	color: #CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	text-decoration: none;
}
div.offer img {
	border: #9E0000 solid 2px;
	float: left;
	margin-right: 5px;
}
div.offer p {
	font-size: 10px;
	float: right;
	width: 120px;
	height: 74px;
	text-align: left;
	overflow: hidden;
}
div.offer p a {
	color:#FFF;
	text-decoration: none;
}
div.offer p a:hover, div.offer span a:hover, div.offer h5 a:hover {
	color:#999;
}
div.offer span {
	text-align: right;
	display: block;
	float: right;
	position: absolute;
	bottom: 10px;
	right: 0px;
}
div.offer span a {
	color: #CCC;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#container_bottom p {
	margin: 0;
	padding: 0;
	float: left;
	color: #333;
}
#container_bottom p.links {
	float: right;
	text-align: right;
}

.input_text, textarea {
	border: #999 solid 1px;
	padding: 4px;
	color:#666;
	font-size: 11px;
	width: 400px;
}
.button {
	color:#FFF !important;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(button_bg.png);
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	width: 174px;
	padding-top: 0px;
}
.button:hover {
	color:#666;
}
p.contact_form_error {
	margin: 10px;
	font-weight: bold;
	color:#F00 !important;
}
label {
	font-size: 12px;
	width: 120px;
	display: block;
}
