@charset "utf-8";
/* CSS Document */
*{
	outline:none;
	border:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:auto;
	padding: 0;
	text-align: center;
	font-size:11px;
	line-height:20px;
	color: #fff;
	background:#666 url(images/bg.jpg) 0 0 repeat;
	cursor:default;
}
a{
	font-size: 11px;
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}

a:visited {
	color: #CCCCCC;
}

p{
	text-align:justify;
		text-indent: 25px;
		cursor:text;
}
#bg-index{
	margin:auto;
	padding:0;
	width:1003px;
	height:780px;
	background: transparent url(images/index.jpg) 0 0 no-repeat;
}

#bg-web{
	margin:auto;
	padding:0;
	width:1003px;
	height:780px;
	background: transparent url(images/web.jpg) 0 0 no-repeat;
}
#bg-logo{
	margin:auto;
	padding:0;
	width:1003px;
	height:780px;
	background: transparent url(images/logo.jpg) 0 0 no-repeat;
}
#bg-outdoor{
	margin:auto;
	padding:0;
	width:1003px;
	height:780px;
	background: transparent url(images/outdoor.jpg) 0 0 no-repeat;
}
#bg-print{
	margin:auto;
	padding:0;
	width:1003px;
	height:780px;
	background: transparent url(images/print.jpg) 0 0 no-repeat;
}
#bg-contacts{
	margin:auto;
	padding:0;
	width:1003px;
	height:780px;
	background: transparent url(images/contacts.jpg) 0 0 no-repeat;
}
#bg-friends{
	margin:auto;
	padding:0;
	width:1003px;
	height:780px;
	background: transparent url(images/friends.jpg) 0 0 no-repeat;
}

#wrapper{
	margin: auto;
	width: 680px;
	height:780px;
}

#banner{
	display:block;
	margin:auto;
	float:left;
	padding:10px 40px 0 40px;
	height:120px;
	background: transparent url(images/blank.gif) 0 0 repeat;
}

#content{
	display:block;
	margin:auto;
	float:left;
	height:160px;
	padding:126px 55px 0 55px;
}
#menu{
	display:block;
	float:left;
	width:433px;
	height:200px;
	padding:0;
	padding-left:35px;
	margin:0;
}

.btn{
	display:block;
	float:left;
	height:142px;
	width:43px;
	padding: 58px 7px 0 7px;
}

#btn-gallery{
	display:block;	
	float:left;
	width:212px;
	padding:0;
	margin:0;
	text-align:right;
	height:154px;	
}
#footer{
	display:block;
	margin:auto;
	width:600px;
	heighy:40px;
	color: #888;
	line-height:15px;
	padding-top:20px;
	font-size:10px;
	text-transform:uppercase;
}

#footer a{
	font-size:10px;
	color: #888;
}
#footer a:hover{
	color: #fff;
}
a.contacts {
	color: #8c8dec;
	text-decoration:none;
}

a.contacts:hover {
	color: #8c8dec;
	text-decoration: underline;
}

#lang-bar{
	position:relative;
	right: 1%;
	top:1%;
	width:680px;
	height:12px;
}

#lang-bar a{
	display:block;
	float:right;
	width:16px;
	height:12px;
	margin:0 5px 0 5px;
	background:none;
}
.banner{
	display:block;
	padding:3px;
	background: #444 url(images/thumb-bg.jpg) bottom left repeat-x;
	border: 1px solid #444;
}