body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	text-decoration: none;
}

abbr,acronym { 
	border:0;
}

body {
	background: #000;
	color: #fff; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em;
}

.floatLeft{
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight{
	float: right;
	margin: 0 0 5px 10px;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.positionRight{
	position: absolute;
	top: 0;
	right: 0;	
}

.regularList{
	list-style: disc;
	margin: 0 0 10px 20px;
}

.clear{
	clear: both;
}

strong{
	font-weight: bold;
	color: #bbb;
}

p{
	margin-bottom: 10px;
	overflow: ;
}

a{	
	color: #aaa;
}

a:hover{	
	color: #dcdf9d;
}

.borderBottom{
	border-bottom: 1px solid #707070;
}

.borderTop{
	border-top: 1px solid #707070;
}

.border{
	border: 1px solid #dcdf9d;
}

h1{
	margin-bottom: 5px;
	color: #dcdf9d;
	font: 20px Georgia, "Times New Roman", Times, serif;
}

h2{
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	color: #999;
}

small{
	font-size: 14px;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;	
	background: url(images/header-background.png) repeat-x;
	border-bottom: 1px solid #707070;
}

#headerHolder{
	margin: 0 auto;
	width: 800px;
	height: 83px;
	position: relative;
}

#logo{
	height: 83px;
	width: 249px;
	position: absolute;
	background: url(images/logo.png) no-repeat;
	left: 0;
	top: 0;
}

#topMenu{
	width: 763px;
	padding: 1px 0 5px 5px;
	list-style: none;
	height: 25px;
	position: absolute;
	top: 10px;
	left: 265px;
}

#topMenu li{
	display: block;
	float: left;
	margin-right: 5px;
}

#topMenu li a{
	color: #ccc;
	text-decoration: none;
	padding: 0 5px;
	cursor: pointer;
	font-size: 13px;
	float: left;
	display: block;
	line-height: 22px;
	height: 24px;
	z-index: 10000;
	position: relative;
}

#topMenu li a:hover{
	color: #dcdf9d;
}

#picture{
	width: 100%;
	background: #000;
	margin-top: 84px;
}

#pictureHolder{
	width: 800px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	margin-bottom: -3px;
}

#homePage #pictureHolder{
	height: 446px;
}

#pictureHolder #mainImage{
	position: absolute;
	right: 0;
	display: block;
	bottom: 0;
}

#frame{
	position: absolute;
	width: 279px;
	height: 213px;
	left: 10px;
	top: 30px;
	padding: 50px 15px 10px 15px;
}

#frameBorder{
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/frame.png', sizingMethod='crop');
	width: 309px;
	height: 273px;
	left: 0;
	top: 0;
	z-index: 1000;
}

* > #frameBorder{
	background: url(images/frame.png) no-repeat;
}

#middleGalleryAnimationTop, #middleGalleryAnimationBottom{
	width: 270px;
	position: absolute;
	left: 20px;
	top: 47px;
	z-index: 10;
	height: 190px;
}

#middleGalleryAnimationBottom{
	z-index: 5;
}

#homeText{
	width: 500px;
	position: relative;
	color: #dcdf9d;
	top: 446px;
	left: 20px;
	text-align: left;
	-moz-opacity: 0.9999; 
}

#homeText a{
	color: #fff;
}

#homeLine{
	background: url(images/home-line.png) repeat-x;
}

#homeLineHolder{
	width: 800px;
	margin: 0 auto 10px auto;
	height: 42px;
	position: relative;
	line-height: 42px;
	text-align: left;
	color: #000;
}

#homeLineHolder a{
	color: #5d5631;
	text-decoration: underline;
}

#homeLineHolder a:hover{
	color: #000;
}

#container{
	margin: 0 auto;
	position: relative;
	background: #000;
	border-top: 2px solid #dcdf9d;
}

#homePage #container{
	border-top: 1px solid #404040;
}

#content{
	color: #999;
	width: 800px;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 1%;
	background: url(images/contact-middle.png) repeat-y 100%;
}

* > #content{
	height: auto;
}

#homePage #content{
	background: none;
}

#content ul{
	padding: 5px 0 10px 30px;
}

#leftColumn{
	float: left;
	width: 510px;
	position: relative;
	z-index: 100;
	padding: 10px 0 5px 0;
}

#rightColumn{
	float: right;
	width: 235px;
	position: relative;
	z-index: 100;
	padding: 0 15px;
	color: #fff;
}

#leftPart, #rightPart{
	width: 490px;
	float: left;
	text-align: justify;
	padding: 0 9px;
}

#contactTitle{
	margin-top: 70px;
	text-align: center;
	font-size: 13px;
}

#contactForm{
	padding: 5px;
	width: 220px;
	height: 196px;
	overflow: hidden;
	margin-bottom: 30px;
}

#contactForm label{
	text-align: right;
	font-size: 12px;
	display: block;
	padding: 3px;
}

#contactForm h3{
	text-indent: -9999px;
}

#contactForm input, #contactForm textarea{
	width: 145px;
	display: block;
	margin: 2px 0;
	border: 1px solid #000;
	padding: 2px;
}

#contactForm textarea{
	height: 55px;
	overflow: auto;
}

#contactForm #labels{
	float: left;
	width: 61px;
	padding-right: 4px;
}

#contactForm p{
	text-align: left;
}

#contactForm #inputs{
	float: left;
	width: 155px;
	position: relative;	
}

#contactForm #submitButton{
	padding: 0 10px;
	cursor: pointer;
	height: 42px;
	font-size: 10px;
	line-height: 16px;
	border: 0;
	width: 83px;
}

#footer{
	border-top: 1px solid #404040;
	clear: both;
	position: relative;
	z-index: 1;
	font-size: 11px;
	text-align: left;
}

#footer .alignLeft{
	font-size: 12px;
}

#homePage #footer{
	border-top: 1px solid #404040;
}

#footerHolder{
	width: 800px;
	color: #666;
	position: relative;
	margin: 10px auto 8px;
	text-align: center;
}

#subFooter{
	font-size: 10px;
}

#subFooter a{
	color: #666;
	text-decoration: none;
}

#events{
	width: 100%;
	font-size: 11px;
}

#events th{
	border: 1px solid #333;
	border-width: 1px 0;
	color: #ccc;	
	font-weight: bold;
}

#events td{
	padding: 10px 2px;
	text-transform: capitalize;
	vertical-align: top;
	border-bottom: 1px solid #181818;
}

#events #eventDate{
	width: 25%;
}

#events #eventName{
	width: 30%;
}

#events #eventLocation{
	width: 25%;
}

#events #eventContact{
	width: 20%;
}

.news{
	padding-top: 10px;
	clear: both;
	border-top: 1px solid #272727;
}

.gallery a{
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

/*-------------------------------------------------- 
Pure CSS Menu 1.0

License:
Can be used for personal or commercial puproses
only with this information about author.

Author:
Dmitriy Kubyshkin - http://kubyshkin.ru
email: dmitry.kubyshkin@gmail.com
---------------------------------------------------*/

.menuItemContainer{
	position: relative;
	display: block;
	overflow: visible;
	width: 75px;
	height: 24px;
}

.menuItemMargin{
	position: absolute;
	width: 260px;
	margin-top: -1000px;
}

* > .menuItemMargin{
	margin-top: 0;
	width: auto;
}

* > .menuItemMargin:hover .menuItemPos{
	display: block;
}

.menuItemPos{
	float: left;
	overflow: visible;
	cursor: pointer;
}

* > .menuItemPos{
	float: none;
	display: none;
}

#topMenu a.menuItemFloat{
	margin-top: 1000px;
}

* > #topMenu  a.menuItemFloat{
	margin-top: 0;
}

#topMenu .menuItemFloat:hover{
	margin-right: 70px;
}

#topMenu .menuItemLinks{
	clear: both;
	display: block;
	width: 126px;
	font-size: 12px;
	position: relative;
	left: 1px;
	z-index: 1000;
	height: auto;
	line-height: 12px;
	padding: 6px 10px;
	background:#000 url(images/menu-gradient.png) repeat-x 0 -1000px;
	text-align: left;
	color: #999;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}

#topMenu .menuItemLinks:hover{
	background: #000 url(images/menu-gradient.png) repeat-x 0 center;
	margin-right: 70px;
	color: #000;
}

/*---------------End Pure CSS menu--------------*/
