@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #F2F2F2;
	background: #333 url(../images/background.jpg) top left repeat;
	line-height: 1.4em;
}
a {
	text-decoration: none;
	color: black;
	font-size: 12px;
}
a:hover {
	color: #F00;
}
a.admin {
	text-decoration: none;
	color: #CCC;
	font-size: 12px;
}
a.admin:hover {
	color: #F00;
}
#main {
	width: 800px;
	border-right: 1px solid #C80F2E;
	border-left: 1px solid #C80F2E;
	border-bottom: 1px solid #C80F2E;
	background-color: black;
}
#header {
	width: 100%;
	height: 100px;
	background: url(../images/header.jpg) no-repeat top center;
}
#nav {
	width: 100%;
	height: 35px;
	background: url(../images/nav.jpg) no-repeat top center;
}
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	float: none;
	display: inline;
}
#nav li a {
	height: 35px;
	line-height: 1.8em;
	float: left;
	width: 132px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}
#nav li a:hover {
	background-color: #C80F2E;
}
#nav li .active {
	background-color: #C80F2E;
}
#content {
	width: 100%;
	height: auto;
}
#footer {
	width: auto;
	height: 45px;
	padding: 20px;
	color: #CCC;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: white;
	font-size: 12px;
}
#footer a:hover {
	color: #F00;
}

#footer a.hidden_link {
	text-decoration: none;
	color: black;
}
#perfect_table {
	width: 100%;
	height: 325px;
	margin-top: 5px;
	background: url(../images/perfect_bg.jpg) no-repeat center;
}

#contact_table {
	width: 100%;
	height: 200px;
	margin-top: 5px;
	background: url(../images/contact_table.jpg) no-repeat center;
}

#testimony {
	width: 100%;
	height: auto;
	margin-top: 5px;
	color: #F2F2F2;
	text-align: left;
}
#testimony h1 {
	padding: 0px;
	padding-top: 5px;
	padding-left: 20px;
	margin:0px;
	font-size: 14px;
}
#testimony h1 a {
	font-size: 10px;
}
#testimony h2 {
	padding: 0px;
	padding-left: 25px;
	margin:0px;
	font-style: italic;
	font-size: 12px;
}
#testimony p {
	padding: 5px;
	padding-left: 25px;
	margin:0px;
	margin-right: 20px;
}
#testimony .top {
	width: 100%;
	height: 36px;
	background: url(../images/testimonials/testimonials_01.jpg) no-repeat top left;
}
#testimony .mid {
	width: 100%;
	height: auto;
	background: url(../images/testimonials/testimonials_02.jpg) repeat-y left;
}
#testimony .bottom {
	width: 100%;
	height: 22px;
	background: url(../images/testimonials/testimonials_04.jpg) no-repeat top left;
}
#testimony img {
	display: inline;
	margin: 5px;
}

#poster_elem {
	width: 500px;
	color: #333;
	text-align: left;
}

#poster_elem p{
	padding: 5px;
	padding-left: 25px;
	margin:0px;
	margin-right: 20px;
}

.error{
	background-color: #FECDCD;
	border: solid #EB0A0A 1px;
}

.no_error{
	background-color: #AAA;
	border: 1px #333 solid;
}

.success{
	background-color: #C9F7C4;
	border: 1px #060 solid;
}

table.specials{
	width: 100%;
	table-layout: fixed;
}

table.specials td {
	width: 50%;
	height: 250px;
	background: url(../images/specials-table.jpg) no-repeat center #000;
	padding: 5px;
	padding-right: 2.5px;
}

div.specials_title {
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

div.specials_title p{
	padding: 0px;
	padding-top: 8px;
	margin: 0px;
}

div.specials_content {
	width: 100%;
	height: 210px;
	text-align: center;
}

div.specials_lCol{
	width: 197px;
	height:100%;
	float: left;
	position: relative;
}

div.specials_lCol a img{
	border: none;
}


div.specials_rCol{
	width: 190px;
	height:100%;
	float: right;
	position: relative;
	
	text-align: left;
}

div.sepcials_content{
	width: 100%;
	height: auto;
	text-align: left;
}