@charset "utf-8";
/* CSS Document */
/********************************************
	MODIFIED BY:		The Design Liberation Group
	WEBSITE:			http://www.thedlg.com
	VERSION:          	1.0
	LAST MODIFIED:    	April 9, 2009       	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #1b0c17 url(../images/bkground.jpg) repeat-y right top;
	font: 72%/1.5em Arial, Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 auto;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 130%;	
}
h4 {
	padding-left: 5px;
	margin-top: -8px;
}

h1, h2, h3, p {
	padding: 5px;
	margin: 0;
}
ul, ol {
	margin: 0 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
/*img {
	padding: 5px;
}
*/
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
	margin: 0px 5px 10px 10px;
}
code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */
table {
	width: 780px;
	border-collapse: collapse;
	margin: 10px 20px 10px 10px;
}
th strong {
	color: #fff;
}
th {
	/*background: #93BC0C url(../images/nav.jpg) repeat-x;*/
	background: #598ab3;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: center;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding: 10px 11px 10px 11px;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	vertical-align: top;
	text-align: justify;
}
td.indent {
	text-indent: -16px;
	padding-left: 28px;
}
td.indent2 {
	text-indent: -22px;
	padding-left: 34px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
#contentForm {
  display: block;
  width: 400px;
  padding: 25px;
  background-color: #f6f5f0;
}
form {
	margin:10px; padding: 0 5px; 
	background-color: #f6f5f0; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif;
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(../images/submit.jpg) no-repeat left top;
	width: 90px;
	height: 28px;
	margin-left: 150px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #ececec;
}
span.required{
	font-size: 13px !important;
	color: red !important;
}
.errormsg {
	display: block;
	width: 90%;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}
.msgSent {
	font-size: 20px;
	text-align: center;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 927px;
	/*background: #CCC url(../images/content.jpg) repeat-y center top;*/
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 927px;	
	padding: 0; 	
	background: #140e0d url(../images/content.jpg) repeat-y center top;	
	display: inline;
}
#content-wrap2 {
	position: relative;
	clear: both;
	float: left;	
	width: 927px;	
	padding: 0; 	
	background: #140e0d url(../images/box_center.jpg) repeat-y center top;	
	display: inline;
}
#header {
	width: 927px;
	position: relative;
	height: 155px;
	padding: 0;
}
#logo {
	position: absolute;
	
	/* change the values of top and left to adjust the position of the logo*/
	left: 265px;
}
#misha {
	position: absolute;
	background: url(../images/misha-top.png) no-repeat;
	width: 399px;
	height: 155px;
	z-index: -1;
	
	/* change the values of top and left to adjust the position of the logo*/
	left: 560px;
}
#content-wrap-bot {
	clear: both;
	height: 13px;
	width: 927px;
	margin: 0 auto;
	background: url(../images/content_bot.png) repeat-y center top;
}
#content-wrap-top {
	clear: both;
	width: 927px;
	height: 116px;
	background: url(../images/box_top.jpg) no-repeat;
}
#content-wrap-bot2 {
	clear: both;
	width: 927px;
	height: 39px;
	background: url(../images/box_bot.png) no-repeat;
}

/* banner */
#banner {
	clear: both;
	height: 190px;
	width: 870px;
	margin: 0 auto;
	padding: 15px 15px;
	background: url(../images/main-banner.gif) no-repeat center center;
}
#flash-banner {
	height: 190px;
	width: 870px;
	margin: 0 auto;
	padding: 15px 15px;
}
#main-left-low {
	position: absolute;
	background: url(../images/main-left-low.png) no-repeat;
	width: 363px;
	height: 211px;
	top: 226px
}
#main-bottom {
	background: url(../images/main-bottom.png) no-repeat;
	width: 927px;
	height: 94px;
	margin-top: 8px;
}
#main-bottom ul li {
	font: 16px/90px "Times New Roman", Arial, Verdana, Tahoma, arial, sans-serif;
	text-transform: uppercase;
	margin-left: -10px;
	font-weight: bold;
	display: inline;
}
#main-bottom a {
	color: #666666;
}
#main-bottom a:hover {	
	color: #e2af57;
	text-decoration: none;
}
#main-event {
	width: 193px;
	height: 40px;
	position: absolute;
	left: 240px;
	top: 685px;
}

/* Navigation */
#nav {
	background: url(../images/menu-bg.png) no-repeat center center;
	width: 927px;
	height: 52px;
	clear: both;	
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;	
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
	height: 52px;
}
#nav ul li {
	display: inline;
	margin: 0 auto;
	padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0 auto;
	padding: 0 8px;
	color: #b5a89f;
	font: 11px/50px "Times New Roman", Arial, Verdana, Tahoma, arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.01em;
	/*letter-spacing: 1px;*/
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(../images/pointer.jpg) no-repeat center top;	
	color: #e2af57;
}
#nav ul li#current a {
	background: url(../images/pointer.jpg) no-repeat center top;	
	color: #e2af57;
}

/* Main Column */
#content-wrap-top p.title {
	font-family: "Times New Roman", Arial, Verdana, Tahoma, arial, sans-serif;
	text-transform:uppercase;
	font-size: 23px;
	color: #fff;
	padding-top: 80px;
}
#main {
	width: 88%;
	float: right;
	min-height: 500px;
	padding: 0 55px 0 0;
	margin: 0 auto;
	display: inline;
}
* html #main {
	height: 500px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #85970C; 
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}
#main h2 a {
	color: #85970C;
	text-decoration: none;	
}
#main ul li {
	list-style: disc;
}
#main ul li ul li {
	list-style: circle;
}
#main ul li.slim {
	list-style: none;
	display: inline;
}
#main p {
	font-size: 12px;
	margin: 0 10px 0 0;
	text-align: justify;
}
#adress {
	font-size: 12px;
	margin: 0 auto;
	font-weight: bold;
	width: 820px;
}
#adress p {
	text-align: center;
}
#index {
	float: right;
	width: 34%;
	min-height: 190px;
	padding: 0 20px 15px 0;
	margin: 0;
	display: inline;
}
/*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
* html #index {
	height: 190px;
}
#index p {
	font-size: 10px;
	margin: 8px 20px 0 0;
	text-transform: uppercase;
	text-align: justify;
	line-height: 200%;
	color: #a0917a;
}
#main-two {
	width: 55%;
	float: right;
	min-height: 500px;
	padding: 0 55px 0 0;
	margin: 0 auto;
	display: inline;
}
* html #main-two {
	height: 500px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
#main-two h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #85970C; 
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}
#main-two h2 a {
	color: #85970C;
	text-decoration: none;	
}
#main-two ul li {
	list-style: disc;
}
#main-two ul li ul li {
	list-style: circle;
}
#main-two ul li.slim {
	list-style: none;
	display: inline;
}
#main-two p {
	font-size: 12px;
	margin: 0;
	text-align: justify;
}

#main-two ul.reviews {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #9DB2B9;
	padding:10px;
	height: 77px;
}

#main-two ul li.slim a {
	border: none;
	color: #ffffff;
}

#main-two ul li.slim a:hover {
	border: none;
	color: #ffffff;
}


/* Sidebar */	
#sidebar {
	float: left;
	width: 35%;
	padding: 0 0 0 25px; margin: 0 0 0 5px;	
}	
#sidebar img {
	padding: 6px 0 0 12px;
	margin: 0;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 927px;
	font-size: 95%;	
	text-align: left;
	color: #ebebeb;
	/*background: url(../images/footer-bottom.jpg) no-repeat center bottom;*/	
}
#footer-wrap a {
	text-decoration: none;
	color: #ebebeb;
}
#footer-wrap a:hover {
	color: #ffffff;	
}
#footer-wrap p {
	padding: 10px 15px 15px 0;
	letter-spacing: 0.5px;
}
#footer-bottom {
	clear: both;
	color: #ebebeb;	
	margin: 0 auto;
	width: 927px;
	text-align: right;
	font-size: 9px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
