@charset "utf-8";
/* CSS Document */

body {
background-color: #c3ceb6;
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-position: center top;
}

#maincontainer {
vertical-align: bottom;
margin:0 auto; 
width: 960px;
text-align: left;
}

#header {
margin: 30px 0px 0px 0px;
width: 960px;
height: 224px;
}
#header img { vertical-align: bottom; }

#content {
margin: 0px 0px 0px 0px;
padding-bottom: 20px;
width: 960px;
background-image: url(../images/content_background.jpg);
background-repeat: repeat-x;
background-position: 0 0; 
background-color: #FFFFFF;
}

#leftblock {
display: inline;
margin: 0px 0px 0px 10px;
width: 540px;
float: left;
}

.leftblock {
width: 536px;
border: 2px solid #e0e1e4;
background-image: url(../images/leftblock_background.jpg);
background-position: center bottom;
background-repeat: repeat-x;
}
.press {
width: 536px;
border: 2px solid #e0e1e4;
}

.video {
width: 540px;
background-color: #FFFFFF;
text-align: right;
}

.video a { display: block; width: 250px; float: right; height: 33px; margin-right: 10px; padding-top: 5px; background-image: url(../images/video_icon.jpg); background-repeat: no-repeat; background-position: 0 0; }

.video h2 { font-family: Georgia, "Times New Roman", Times, serif; text-align: center; }

.leftblock img { margin: 10px 0px 0px 10px; }

#rightblock {
display: inline;
margin: 0px 10px 0px 0px;
width: 380px;
float: right;
}

.rightblock {
width: 376px;
border: 2px solid #e0e1e4;
}

#rightblock .alert{
	width:378px;
	border:1px solid #e0dfdf;
	background:#fff3f3 url(../images/alert.gif) left center no-repeat;
}

#rightblock .alert a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#721515;
	display:block;
	font-weight:bold;
	text-decoration:none;
	width:298px;
	text-align:center;
	padding:6px 40px 4px;
 line-height:20px;
}

#rightblock .alert a span.small{
 font-size:16px;
 font-weight:normal;
 text-decoration:underline;
}

#rightblock .alert a:hover{
	color:#721515;
}

.margintop { margin-top: 10px; }

#content a { color: #000000; font-weight: bold; text-decoration: underline; }
#content a.red { color: #FF0000; font-weight: bold; text-decoration: underline; }
#content a.vlink { color: #c87d07; font-weight: bold; text-decoration: none; font-weight: bold; }

#content a:hover { color: #666666; }

.rightblock img { margin: 10px 0px 0px 10px; }

#content h3 { font-family: Georgia, "Times New Roman", Times, serif; color: #721515; margin: 10px 0px 0px 10px; } 

#content h3.blue { color: #158f82; }
#content h3.red { color: #FF0000; }

#content p{ margin:10px 10px 0 10px; line-height:18px; }

#content ul {
margin: 20px 0px 0px 10px;
padding: 0px 0px 0px 0px;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
}

#content ul li {
margin: 0px 0px 0px 0px;
background-image: url(../images/blue_dot.gif);
background-repeat: no-repeat;
background-position: 0 0;
padding: 1px 10px 20px 30px;
line-height: 1.2em;
}
#content ul li i { color: #777171; }

#content dl{
	margin:20px 10px 10px 10px;
	overflow:hidden;
}

#content p.error{
	color:red;
}

#content p.thanks{
	margin-bottom:10px;
}

#content #leftblock dl dt{
	width:110px;
	float:left;
	height:25px;
	padding-top:5px;
}

#content #leftblock dl dd{
	width:406px;
	float:left;
	height:30px;
	margin-left:0;
}

#content dt.spamTest img{
	margin:0;
}

#content dd.spamTest input{
	width:50px;
}

#content #rightblock dl dt{
	width:100px;
	float:left;
	height:25px;
	padding-top:5px;
}

#content #rightblock dl dd{
	width:256px;
	float:left;
	height:30px;
	margin-left:0;
}

#content dl dd input{
	width:200px;
}

#content dl dd input.button{
	width:60px;
	height:26px;
	background:#b41111;
	color:#fff;
	border:1px solid #850404;
	padding:2px;
}

#content #leftblock dl dd.textarea, #content #rightblock dl dd.textarea{
	height:auto;
	margin-bottom:10px;
}

#content #leftblock dl dd.textarea textarea{
	height:120px;
	width:400px;
}

#content #rightblock dl dd.textarea textarea{
	height:120px;
	width:250px;
}

#footer {
width: 960px;
height: 53px;
padding-bottom: 10px;
background-image: url(../images/footer.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}