/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#050505;
	height:100%;
}
html{
	height:100%;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img{
	border:none;
}
strong {
font-weight:bold;
}
.menu_text{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFFFFF;
	font-weight:300;
}

.signature_text{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	font-weight:300;
}
.topper_text{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:300;
}


h1{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #ffffff;
	font-weight: 300;
	padding: 0;
	margin: 0;
	
}

.title{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #ffffff;
	font-weight: 300;
	
}
.main_text{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	line-height:20px;
	font-weight: 300;

}
.lezanta_text{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height:18px;
	font-weight: 300;

}
.photo_spacer {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.comment_field {font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	background-color: #323231;
	height: 32px;
	padding:0px;
	margin:0px;
	padding-left: 3px;
	border: 1px solid #474746;
	width: 400px;
	font-weight:300;
}
.comment_field_big {font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	background-color: #323231;
	padding:0px;
	margin:0px;
	padding-left: 3px;
	border: 1px solid #474746;
	width: 400px;
	font-weight:300;
}
.error_txt {font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #f26625;
}
.form_btn {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	width: 128px;
	height: 39px;
	border: 1px none #cbb063;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	background-position: center center;
	background-image: url(../images/site/form_btn.jpg);
}
.form_format {margin: 0px;
	padding: 0px;
}
.info_text {font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}



.link_text{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #f26625;
	line-height:20px;
	font-weight: 300;

}

.topper {
	background-color: #050505;
	background-image: url(../images/site/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu_bg {
	background-image: url(../images/site/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.orange_line {
	background-color: #f26625;
}
.footer_bg {
	background-color: #0e0e0e;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #232323;
	border-right-color: #232323;
	border-bottom-color: #232323;
	border-left-color: #232323;
}
.footer_text{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#999999;
	font-weight: 300;

}
.orange_little-line {
	background-image: url(../images/site/orange_line.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}






#menu{
margin: 0 0; 
background-color:#323231;
}

#menu ul{
margin: 0; 
padding: 0;
background-color:#323231;
list-style-type:none;
}

#menu ul li{
float: left; 
position: relative;
}

#menu ul li a{
font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;	
	font-weight:300;
display: block; 
line-height:53px;
}
#menu ul li:hover > ul{
display: block;
border-bottom: none;
}
#menu ul li:hover a.selec{
color:#f26625;
}

#menu ul li ul{
position: absolute; 
left:0; 
padding:0 0;
display: none; 
line-height:40px; 
width:180px;
border-bottom: solid #474746 1px;
}

#menu ul li ul li{
width:180;
float: none; 
position: relative;
border-bottom: none;
color: #666666;
}

#menu ul li ul li a{
font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;	
	font-weight:300;
text-align:left;
text-indent:10px;
line-height:40px;
border-bottom: solid #474746 1px;
}

#menu ul li ul li:hover a{
color:#f26625;
}
