h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

:link,:visited { 
	text-decoration:none; 
	color:#F37321;
	font-family: Helvetica,Verdana, Arial;
	font-size:12px;
}
a:hover {
	text-decoration:underline;
}



* {
	outline:none
}
body {
	
	background-color:#000000;
	margin:0px; 
	padding-top:50px;
	font-family:Helvetica,Verdana,sans-serif;
	font-size:13px;
	color:#ffffff;
}

.clear{
	clear:both;
	height:0px;
}

#clear{
	clear:both;
	height:0px;
}

.main {
	width:958px;
	min-height:275px;
	margin:0 auto;	
	background-color:#3E3C3C;
}
.header {
	text-align:center;
	padding:10px;
}


.menu {
	width:866px;
	height:42px;
	margin:auto;
	background-image:url(../images/menuBg.jpg);
	background-repeat:repeat-x;
}
.menuItem {
	margin-top:8px;
	float:left;
}

.menu span {
	display:block;
	height:27px;
}

.menu .menu1 {
	background-image:url(../images/home.jpg);
}
.menu .menu1:hover, .menu .homepageActive {
	background-image:url(../images/a_home.jpg);
}


.menu .menu2 {
	background-image:url(../images/details.jpg);
}
.menu .menu2:hover, .menu .detailsActive {
	background-image:url(../images/detailsHover.jpg);
}

.menu .menu3 {
	background-image:url(../images/purchaseTickets.jpg);
}
.menu .menu3:hover, .menu .purchaseActive {
	background-image:url(../images/a_purchaseTickets.jpg);
}
.menu .menu4 {
	background-image:url(../images/becomeSponsor.jpg);
}
.menu .menu4:hover, .menu .sponsorActive {
	background-image:url(../images/a_becomeSponsor.jpg);
}
.menu .menu5 {
	/*background-image:url(../images/photoGallery.jpg);*/
	background-image:url(../images/gallery.jpg);
}
.menu .menu5:hover, .menu .galleryActive {
	background-image:url(../images/a_gallery.jpg);
	/*background-image:url(../images/a_photoGallery.jpg);*/
}
.menu .menu6 {
	background-image:url(../images/about.jpg);
}
.menu .menu6:hover, .menu .about_kippdcActive {
	background-image:url(../images/a_about.jpg);
}
.menu .menu7 {
	background-image:url(../images/contact.jpg);
}
.menu .menu7:hover , .menu .contactActive {
	background-image:url(../images/a_contact.jpg);
}

.menu .menu8 {
	background-image:url(../images/sponsors.jpg);
}
.menu .menu8:hover , .menu .sponsorsActive {
	background-image:url(../images/a_sponsors.jpg);
}



.menuDelimiter {
	width:1px;
	height:27px;
	margin-top:8px;
	background-image:url(../images/menuDelimiter.jpg);
	float:left;
}

.contentContainer {
	position:relative;
	height:448px;
	background-image:url(../images/contentBg.jpg);
	background-repeat:repeat-y;
}

.content {
	
	width:865px;
	height:389px;
	position:absolute;
	top:18px;
	left:46px;
}
.footer {
	width:958px;
	padding-top:10px;
	margin:0 auto;
}
.footer .item {
	float:right;
	margin-left:10px;

}

.subtitle {
	color:#F37321;
	font-weight:bold;
	padding-bottom:4px;	
}
	
	

.homepage {
	background-image:url(../images/homepagePic.jpg);
}
.contact {
	background-image:url(../images/contactPic.jpg);
}
.about {
	background-image:url(../images/aboutPic.jpg);
}

.details {
	position:relative;
	background-image:url(../images/detailsPic.jpg);
}
.purchase {
	position:relative;
	background-image:url(../images/purchasePic.jpg);
}
.sponsor {
	position:relative;
	background-image:url(../images/sponsorPic.jpg);
}

.sponsorList {
	position:relative;
	background-image:url(../images/sponsorsPic.jpg);
	background-repeat:no-repeat;
}



.homepage .text {
	margin-top:98px;
	margin-left:25px;
}

.homepage .title {
	color:#F37321;
	font-size:24px;
	padding-bottom:4px;	
}
.homepage .title2 {
	color:#ffffff;
	font-size:17px;
	padding-bottom:4px;	
}

.homepage .text2 {
	margin-top:20px;
	color:#DFDFDF;
	font-size:14px;
}



.contact .text {
	margin-top:210px;
	margin-left:35px;
}




.about .text {
	margin-top:85px;
	margin-left:35px;
	width:470px;
}

.about .text .subtitle {
	margin:0px;
}

.about .text p{
	margin-bottom:10px; 
}


.details .leftBlock {
	position:absolute;
	width:460px;
	top:72px;
	left:27px;
}
.details .rightBlock{
	position:absolute;
	width:275px;
	top:72px;
	left:564px;
	text-align:center;
	color:#F37321;
	font-size:17px;
}

.quantitySelector {
	position:absolute;
	width:153px;
	top:44px;
	left:10px;
	color:#ffffff;
	font-size:13px;
	height:0px;
	opacity:0;
	overflow:hidden;
	text-align:left;
}
.errorQuantity {
	padding:2px;
	border:2px solid red;
	color:red;
	margin-top:2px;
	display:none;
}

.quantitySelector input {
	width:95px;
	text-align:right;
	font-size:11px;
}

.details .rightBlock .sub {
	font-size:12px;
	padding-top:3px;
	padding-bottom:15px;
}

.details sup {
	font-weight:normal;
	font-size:11px;
}


.details {
	font-size:13px;
}

.details .subtitle {
	margin-top:10px;
	font-size:12px;
}

.details ul {
	margin:0px;
	padding:0px;
}

.details ul li{
	margin-left:13px;
	padding:0px;
}



.purchase .leftBlock {
	position:absolute;
	width:460px;
	top:85px;
	left:27px;
	line-height:20px;
	font-size:13px;
}

.purchase .rightBlock{
	position:absolute;
	width:322px;
	top:72px;
	left:533px;
	text-align:center;
	color:#F37321;
	font-size:17px;
}

.purchase .title {
	color:#F37321;
	font-size:17px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}

.sponsor .leftBlock {
	position:absolute;
	width:448px;
	top:27px;
	left:27px;
}
	
.sponsor .subtitle {
	margin-top:10px;
	font-size:12px;
}

.sponsor ul li{
	margin-left:13px;
	padding:0px;
}

.sponsor .rightBlock {
	position:absolute;
	width:275px;
	top:80px;
	left:542px;
	text-align:center;
	color:#FFFFFF;
	
}


.sponsor .rightBlock .title {
	font-weight:bold;
}

.sponsor .rightBlock .title a {
	font-size:13px;
}

.sponsor .rightBlock .sponsorContact {
	font-size:12px;
	margin-top:20px;
	line-height:17px;
}








.sponsorList .rightBlock {
	position:absolute;
	width:320px;
	top:40px;
	left:522px;
	text-align:center;
	color:#FFFFFF;
}

.sponsorList .leftBlock{
	padding-left:5px;
}

.sponsorList .leftBlock .subtitle{
	padding-left:30px;
	padding-bottom:2px;
}

.sponsorList .rightBlock .subtitle {
	font-size:16px;
	padding-bottom:13px;
}



.preloader {
	display:none;
}

.galleryLeftCol {
	width:320px;
	min-height:200px;
	padding-top:20px;
	padding-left:20px;
	float:left;
}

.galleryRightCol {
	float:right;
	width:483px;
	height:323px;
	margin-top:35px;
	margin-right:20px;
	border:1px solid #F37321;
}


.thumbList {
	padding-top:10px;
}

.thumb {
	float:left;
	width:86px;
	heigth:56px;
	margin-right:18px;
	margin-bottom:9px;
}

.thumb img {
	border:1px solid #000000;
	opacity:0.4;
}


.thumb img:hover {
	cursor:pointer;
	border:1px solid #ffffff;
} 
.thumb .imgActive {
	cursor:pointer;
	border:1px solid #F37321;
	opacity:1;
}
.thumb .imgActive:hover {
	border:1px solid #F37321;
	
} 

.paginationControls {
	font-size:11px;
	
}
.paginationControls a {
	font-size:11px
}

.paginationControls .previous {
	float:left;
	width:50px;
	display:none;
}

.paginationControls .next {
	float:right;
	width:50px;
	display:none;
}

.paginationControls .visible {
	display:block;
}

.desc {width:300px;}