/*
	Main styles
*/

body 
{
	margin: 0px;
	
	background-color: #302E2F;
	
	background-position: center top; 
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat-x;
}

img 
{
	border: 0px;
}

#bg
{
	background-position: center top; 
	background-image: url(../images/main/bg.jpg); 
	background-repeat: no-repeat;
}

#main
{
	margin: auto;
	
	width: 850px;
	
	overflow: auto;
}

/*
	HEADER
*/

#header 
{
	clear: both;
	
	width: 850px;
	height: 75px;
	
	padding-top: 130px;
}

#header_logo
{
	float: left;
	
	width: 320px;
	height: 75px;
}

#header_name
{
	float: right;
	
	width: 530px;
	height: 75px;
	
	text-align: right;
}

/*
	BANER
*/

#baner
{
	clear: both;
	
	width: 850px;
	height: 230px;
}

#baner_main
{
	width: 850px;
	height: 230px;
}

/*
	CENTER
*/

#menu
{
	clear: both;
	
	width: 850px;
	height: 20px;
}

#menu_main
{
	clear: both;
	
	width: 850px;
	height: 20px;
}

.about
{
	float: left;
	
	width: 70px;
	height: 20px;
	
	padding-left: 10px;
}

.offer
{
	float: left;
	
	width: 80px;
	height: 20px;
	
	padding-left: 90px;
}

.realizations
{
	float: left;
	
	width: 115px;
	height: 20px;
	
	padding-left: 90px;
}

.contact
{
	float: left;
	
	width: 100px;
	height: 20px;
	
	padding-left: 90px;
}

/*
	CONTENT
*/

#content
{
	clear: both;
	
	width: 850px;

	padding-top: 30px;
}

#content_main
{

	width: 730px;
	
	padding-right: 120px;
	
	line-height: 100%;
}

/*
	FOOTER
*/

#footer
{
	clear: both;
	
	width: 850px;
	height: 120px;
}

/*
	GALLERY
*/

.photo_row
{
	width: 480px;
	height: 150px;
	
	padding-top: 10px;
}

.photo
{
	float: left;
	
	width: 160px;
	height: 150px;
	
	text-align: center;
}

/*
	TEXT Styles
*/

.title
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	
	color: #CACACA;
}

.text
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	
	color: #FFFFFF;
}

.footer
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	
	color: #666666;
}

a:link 
{
	color: #CACACA;
	text-decoration: none;	
}

a:hover 
{
	color: #9BBE11;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}