﻿/* Reset */
body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, input, form
{
	padding: 0;
	margin: 0;
}

a img
{
	border: none;
}

td, th
{
	vertical-align: top;
}

/* Global Classes */
.text-header
{
	text-align: center;
	background: url(/Images/header-border.gif) repeat-x center;
	margin-bottom: 15px;
}

.text-header h2
{
	display: inline;
	font: 24px Georgia, Times, serif;
	padding: 0 22px;
	margin-top: -18px;
	color: #000;
	background: #F9F8F0;
}

.tableMain
{
	width: 100%;
}

.w100
{
	width: 100%;
}

.error
{
	font: bold 12px Arial, sans-serif;
	color: #f00;
}

label
{
	font: 12px/20px Arial, sans-serif;
	color: #000;
}

textarea,
select
{
	border: 1px solid #5f523c;
	font: 13px Arial, sans-serif;
}

textarea
{
	padding: 2px;
}

*html input.txt
{
	border: 1px solid #5f523c;
	font: 13px Arial, sans-serif;
	padding: 2px;
}

input[type="text"],
input[type="password"]
{
	border: 1px solid #5f523c;
	font: 13px Arial, sans-serif;
	padding: 2px;
}



input[type="button"],
input[type="submit"]
{
	cursor: pointer;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	background: #b11f1f url(/Images/btn-bg.gif) repeat-x;
	border: none;
	font: bold 18px/33px Georgia, Times, serif;
	height: 33px;
	box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	margin-bottom: 10px;
}

*html input.btn
{
	cursor: pointer;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	background: #b11f1f url(/Images/btn-bg.gif) repeat-x;
	border: none;
	font: bold 18px/33px Georgia, Times, serif;
	height: 33px;
	box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	margin-bottom: 10px;
}

h3
{
	color: #000;
	font: 18px Georgia, Times, serif;
}

h4
{
	color: #000;
	margin-bottom: 5px;
	font: bold 13px Arial, sans-serif;
}

.center-block
{
	margin-left: auto;
	margin-right: auto;
}

.center-text
{
	text-align: center;
}

.display-block
{
	display: block;
}

/* Layout */
body
{
	background: #f9f8f0;
	color: #636363;
	font: 12px Arial, sans-serif;
}

a
{
	color: #b82a29;
}

a:hover
{
	text-decoration: none;
}

#page-head
{
	height: 50px;
	background: #a30000 url(/Images/menu-bg.gif) repeat-x;
	color: #fff;
	font: 18px Georgia, serif;
}

#page-head a
{
	color: #ffc332;
}

#page-head .content
{
	overflow: hidden;
}

#page-head ul
{
	list-style: none;
	overflow: hidden;
	position: relative;
}

#page-head ul.left
{
	float: left;
}

#page-head ul.right
{
	float: right;
}

#page-head ul li
{
	line-height: 50px;
	float: left;
}

#page-head ul.left li
{
	padding-right: 42px;
}

#page-head ul.right li
{
	padding-left: 42px;
}

#page-head ul li span
{
	display: block;
	background: url(/Images/menu-arrow.gif) no-repeat bottom;
}

#page-head ul li.spec a
{
	color: #ffe7ae;
}

#page-head ul li.bullet
{
	background: url(/Images/head-menu-bullet.gif) no-repeat 28px center;
}

#page-head .logo
{
	position: absolute;
	left: 50%;
	width: 198px;
}

#page-head h1
{
	width: 198px;
	margin: 0 auto;
	height: 109px;
	position: relative;
	margin-left: -50%;
	font: italic bold 20px Georgia, Times, serif;
	color: #D4B899;
	line-height: 50px;
}

#page-head h1 span
{
	position: absolute;
	text-align: center;
	width: 100%;
}

#page-head h1 a
{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(/Images/logo.png) no-repeat center;
	top: 0;
	cursor: pointer;
}

* html #page-head h1 a
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/Images/logo.png', sizingMethod='image');
}


#page-head .content,
#page-intro,
#page-content,
#page-footer
{
	width: 820px;
	margin: 0 auto;
}

#page-intro
{
	font: 18px Times New Roman, Times, serif;
	color: #000;
	padding: 35px 0;
	overflow: hidden;
}

#page-intro a
{
	color: #ae0a0a;
}

#page-intro .intro-text
{
	float: left;
	width: 290px;
}

#page-intro ul.contacts
{
	list-style: none;
	float: right;
	width: 290px;
	text-align: right;
}

#page-intro ul.contacts strong
{
	font-weight: normal;
	color: #636363;
}

#page-content
{
	padding: 0 0 15px;
	overflow: hidden;
}

#page-content p,
#page-content ul.text,
#page-content ol.text,
#page-content h3
{
	margin-bottom: 0.5em;
}

#page-content h3
{
	margin-top: 1em;
}

#page-content ol.text
{
	list-style-position: inside;
}

#page-content ol.text li
{
	margin-bottom: 3px;
}

#page-content ul.text
{
	list-style: none;
}

#page-content ul.text li
{
	padding-left: 12px;
	background: url(/Images/bullet.gif) no-repeat left 0.6em;
}

/* Footer */
#page-footer
{
	clear: both;
	border-top: 1px solid #1b1711;
	padding: 15px 0;
	font: 12px/22px Georgia, Times, serif;
	color: #000;
}

#page-footer a
{
	color: #ae0a0a;
}

#page-footer ul.contacts
{
	font-family: Times New Roman, Times, Serif;
	list-style: none;
}

#page-footer ul.contacts strong
{
	font-weight: normal;
	color: #636363;
}

#page-footer ul.menu
{
	float: right;
}

#page-footer ul.menu
{
	list-style: none;
}

#page-footer ul.menu li
{
	display: inline;
	padding: 0 0 0 30px;
}

/* Pages */

/* Main Page */
#login-signup-block
{
	background: url(/Images/login-signup-bg.jpg) no-repeat;
	width: 820px;
	height: 314px;
	margin: 0 auto 25px;
}

#login-signup-block .sign-up
{
	float: left;
	text-align: center;
	width: 349px;
	padding: 50px 0 0 31px;
	color: #04090f;
}

#login-signup-block .sign-up h2
{
	font: bold 36px Georgia, Times, serif;
}

#login-signup-block .sign-up p
{
	font: 18px Georgia, Times, serif;
	margin-bottom: 0.5em;
}

#login-signup-block .sign-up a
{
	color: #950000;
}

#login-signup-block .sign-up .btn
{
	box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
}

#login-signup-block .login
{
	float: right;
	width: 230px;
	padding: 20px 30px 0 0;
	text-align: center;
	color: #000;
}

#login-signup-block .login h2
{
	background: #DDC191;
}

#login-signup-block .login ul.form
{
	text-align: left;
	list-style: none;
}

#login-signup-block .login ul.form li
{
	padding-bottom: 6px;
}

#login-signup-block .login label
{
	cursor: pointer;
}

#login-signup-block .login .txt label
{
	display: block;
	margin-bottom: 2px;
}

#login-signup-block .login .txt input
{
	border: 1px solid #5f523c;
	padding: 2px;
	width: 225px;
	display: block;
}

#login-signup-block .login .txt input:focus
{
	background: #fffcb0;
}

#login-signup-block .login .check input,
#login-signup-block .login .check label
{
	vertical-align: middle;
}

#login-signup-block .login .btn
{
	text-align: center;
}

#login-signup-block .login .btn input
{
	cursor: pointer;
	width: 110px;
	display: block;
	margin: 0 auto 5px;
	color: #fff;
	text-transform: uppercase;
	background: #b11f1f url(/Images/btn-bg.gif) repeat-x;
	border: none;
	font: bold 18px/33px Georgia, Times, serif;
	height: 33px;
	box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
}

#login-signup-block .login .btn .link
{
	display: block;
	font: bold 18px/22px Georgia, Times, serif;
}

#login-signup-block .message
{
	padding-top: 5px;
}

/* Content */
#page-content .left-cont,
#page-content .right-cont
{
	width: 400px;
}

#page-content .left-cont
{
	float: left;
}

#page-content .right-cont
{
	float: right;
}

#page-content div.block
{
	margin-bottom: 20px;
}

#page-content div.block.spec,
#page-content div.block.spec h2
{
	color: #600000;
}

ul.stars
{
	list-style: none;
	margin-bottom: 10px;
}

ul.stars li
{
	padding-left: 22px;
	background: url(/Images/star-bullet.gif) no-repeat left 0.45em;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

ul.news
{
	list-style: none;
}

ul.news li.item .date
{
	color: #000;
	font: 11px Arial, sans-serif;
}

#page-content ul.news li.item
{
	margin-bottom: 15px;
}

#page-content ul.news li.item h3
{
	color: #000;
	font: bold 13px Arial, sans-serif;
	margin-top: 0;
}

/* FAQ */
#page-content ul.faq-questions
{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 30px;
}

dl.faq dt
{
	font: 20px Georgia, Times, serif;
	color: #000;
	margin-bottom: 5px;
}

dl.faq dd
{
	margin-bottom: 25px;
}

/* Contacts Page */
ul.contacts-page
{
	list-style: none;
}

ul.contacts-page li
{
	margin-bottom: 10px;
	overflow: hidden;
	*zoom: 1;
}

#page-content ul.contacts-page li h4
{
	float: left;
	margin-top: 0;
	width: 160px;
}

#page-content ul.contacts-page li p
{
	margin-left: 170px;
}
