<!--
* {
	padding: 0;
	margin: 0;
}
html {
	background: #ba0017 url(imgs/bg_main.jpg) top repeat-x;
	min-width: 1000px;
	}
html, body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #ccc;
	text-align: center;
	height: 100%;
	font-size: 13px;
	width: 100%;
	width: auto !important;
	
	}
	
body#index {  background: url(imgs/bg_content.jpg) 50% 0 no-repeat; }
#question {
	background: url(imgs/bg_question.jpg) center top no-repeat;
	margin: 0 auto;
	}
#doors {
	background: url(imgs/bg_doors.jpg) center top no-repeat;
	margin: 0 auto;
	}
#player {
	background: url(imgs/bg_player.jpg) center top no-repeat;
	margin: 0 auto;
	}	
#photos {
	background: url(imgs/bg_photo.jpg) center top no-repeat;
	margin: 0 auto;
	}	
	
#content {
	width: 900px; 
	padding: 0;
	margin: 0 auto;	
	text-align: center; 
	z-index:1;
	min-height: 720px;
	height: 720px;
	}
#contentind { overflow:hidden; margin: 0 auto; }

#logo {
	width: 770px; 
	min-width:  770px;	
	height: 95px;
	margin: 0 auto;
	padding-top: 10px;
}
#logo ul {	
	margin: 0;
	padding: 0;
}
#logo li {
	display:block;
	float: left;
	width: 225px;
	padding: 0;
}
li.link_index  { 
	margin: 0 35px 0 5px;
	text-align: center;
	}
.link_index a, .link_forum a {
	padding-top: 33px;
	height: 50px;
	display:block;
	font-size: 16px;
	font-weight: bold;
    color: #FFF; 
	text-decoration: none;
    }
.link_index a:hover, .link_forum a:hover  { text-decoration: underline; }
li.link_logo {
	margin: 0 38px 0 5px;
	}
.link_logo a {
	height: 95px;
    display: block;
    text-align: center; 
    color: #666; 
    }
li.link_forum {
	margin: 0;
	}

.red { color: #F00; }

#textfield {
	height: 416px; 
	position:relative;
	text-align:left;
	clear: both;
	display: block;
}


#textfield .photo_link { 
	color: #0072bc;
	width: 255px;
	height: 100px;
	padding: 32px 0 8px 135px;
	float: left;
	display: block;
	text-align: center;
	line-height: 18px;
}
#textfield p { 	line-height: 32px; }
#textfield .doors_thanks { 
	color: #0072bc;
	width: 320px;
	height: 125px;
	float: right;
	display: block;
	padding: 60px 93px 0 0;
	text-align: center;
	line-height: 18px;
} 

#textfield #gallery {
	padding: 30px 10px 30px 100px;
	margin: 15px 50px 10px 0px;
	line-height: 120px;
	height: 330px;
	overflow: auto;
}
#gallery img {border: 3px solid #f1f1f1; margin-right: 10px; }
.prequest { height:3px; line-height: 3px; padding:0px; margin:0px;}
.questions {
	float: left;
	text-align: left;	
	padding: 30px 0 0 50px;
	width: 515px;
	height: 385px;
	overflow: auto;
}
.questions h2 {
	font-size: 13px;
	color: #000;
	margin: 0 0 0 50px;
	font-weight: normal;
}
.answer { color: #666; 
	margin: 0 0 15px 65px;
}
.askform {
	float: right; 
	padding: 0px 56px 0 0; 
	width: 240px; 
	color: #0974b8; 
	text-align: left;
	font-size: 12px;
	}
.askform h2 {
	font-size: 14px;
	margin: 40px 0 5px 0;
	padding:0;
	font-weight: bold;
}	
.askform h3 { padding-top: 30px; color: #2a78c1; height: 220px; }
.askform td, .askdoors td {padding-top: 3px; }
.askform .button, .askdoors .button { height: 25px; border: 1px solid #b22427; background-color: #ed4b4e; color: #FFF; }
.askform textarea { font-size: 11px; height: 60px; width: 160px;}
.spec {
	font-size: 12px;
	text-align: right;
	padding-top: 75px; 	
	color: #262626;
	font-style: italic;
}

.askdoors {
	text-align: left;
	width: 280px; 
	color: #0974b8; 
	margin: 0 auto;
	padding-top: 20px; 
	padding-left: 25px;
	}
.askdoors form {background-color:#FFF; }
.askdoors form p {padding-bottom: 15px; }
.askdoors input { height: 15px; }
.askdoors h3 { margin-top: 110px; color: #ea191e}
.askdoors textarea { font-size: 11px; height: 60px;}

.send_ask {
	color:#000;
	text-align:center;
	padding-top: 130px;
	
}
.send_ask img{
	border: 0;
	padding-bottom: 20px;
}
.send_ask h2 {
	padding: 25px 0 20px 0;
	font-size: 13px;
	color: #0974b8; 
}


#player #video {
margin: 0 auto;
padding-right: 10px;
width: 595px;
padding-top: 60px;
text-align:center;
}
#vid {
position: absolute;
width: 595px;
margin-top: 170px;
z-index: 3;
}
#video a.button {
	background: url(imgs/bg_button.jpg) left top no-repeat;
	width: 241px;
	height: 46px;
	display:inline-block;	
	text-align: center;
	margin-top: 31px;
	padding-top: 4px;
	text-decoration:none;
	color: #003471;
}
#video a.button:hover {
	background: url(imgs/bg_button_act.jpg) left top no-repeat;
}
#video a.button#right { margin-left: 20px; }
#banner {
	width: 770px; 
	min-width:  770px;	
	height: 135px;
	margin: 0 auto;
	padding-top: 35px;
}
#banner ul {	
	margin: 0;
	padding: 0;
}
#banner li {
	display:block;
	float: left;
	width: 225px;
	padding: 0;
}
	li.banner_ask  { 
	margin: 0 35px 0 5px;
	}
    .banner_ask a {
	height: 135px;
    display: block; 
    color: #666; 
    }
	li.banner_video {
	margin: 0 38px 0 5px;
	}
 	.banner_video a {
	height: 135px;
    display: block;
    text-align: center; 
    color: #666; 
    }
	li.banner_doors {
	margin: 0;	
	} 
 	.banner_doors a {
	height: 135px;
    display: block;
    text-align: center; 
    color: #666; 
    }
-->