/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";

body {
	background-color: #F7F6F6;
	cursor: default;
}

/* Page
-------------------------------------------------------------- */
#page { 
	width: 1004px;
	margin: 0 auto;
	background: url("../images/main_background.png") 0 0 no-repeat; 
}
#page_inside { 
	width: 1004px;
	margin: 0 auto;
	background: url("../images/main_background_small.png") 0 0 no-repeat; 
}
#logo {
	position:absolute;
	float:left;
	width:261px;
	height:147px;
	margin: 120px 0 0 120px;
}
#logo_inside {
	position:absolute;
	float:left;
	width:261px;
	height:147px;
	margin: 40px 0 0 120px;
}

#head {
	float:right;
	width:550px;
}
/* Man_tel
-------------------------------------------------------------- */
#main_tel {
	text-align:right;
	color: #fff;
	margin: 40px 70px 0 0;
	font-size:18px;
}

#main_teltv {
	text-align:right;
	color: #fff;
	margin: 10px 70px 0 0;
	font-size:12px;
}
/* Menu
-------------------------------------------------------------- */

#menu {  float:right; margin: 20px 35px 0 0; }

#header .tabs { border-bottom: 1px solid #ddd; }
#menu li { 
	font-size:11px;
	width: 111px;
	height:19px;
	margin-right: 10px; 
	list-style-type:none; 
	float:left;
	text-align:center;
	background: url("../images/button_background.png") 0 bottom no-repeat
}
#menu a { color: #fff; }
#menu .active a {
	color: #ed894b;
	text-decoration: underline;
}
#menu .active a:hover {
	cursor: default;
}
#zeppelin {
	width: 246px;
	height:136px;
	margin: 40px 55px 0 0;
	background: url("../images/zeppelin.png") 0 0 no-repeat;
	float:right;
}
#airplane_small {
	position: relative;
	z-index: 10;
	width: 275px;
	height:213px;
	margin: 40px 55px 0 0;
	background: url("../images/airplane_small.png") 0 0 no-repeat;
	float:right;
}
#airplane {
	position: relative;
	z-index: 10;
	width: 481px;
	height:332px;
	margin: 40px 55px 0 0;
	background: url("../images/airplane.png") 0 0 no-repeat;
	float:right;
}
/* Body
-------------------------------------------------------------- */

#body {  background-color:#fff; }

#introduction {  
float:left;
	width:450px; 
	text-align: right;
	color: #515151;
}
#container {
	width:100%;
	padding-bottom: 20px;
}
#container #content {
	float:left;
	width:60%;
	padding-left:40px;
	color: #515151;
	text-align: justify;
}
#container #content h2 {
	margin: 0 105px 40px 0;
	text-align: right;
}
#content .works{
	margin:0;
}
#content .works li {
	float:left; 
	margin:0 100px 20px 0;
	width: 100px;
	height:150px;
	text-align:center;
	list-style-type: none;
	font-size: 10px;
}

#content .works1 li {
	float:left; 
	margin:20px 35px 70px 0;
	width: 150px;
	height:150px;
	text-align:center;
	list-style-type: none;
	font-size: 10px;
}

#content .works2 li {
	float:left;
	margin:0 70px 70px 0;
	width: 200px;
	height: 200px;
	text-align:center;
	list-style-type: none;
	font-size: 11px;
}

#content .works3 li {
	float:left;
	margin:0 35px 70px 0;
	width: 150px;
	height: 250px;
	text-align:center;
	list-style-type: none;
	font-size: 11px;
}

#content .works li a {
	color: #515151;
	text-decoration: none;
}
#content .works li a:hover{
	text-decoration: underline;
}
#container #right_menu {
	float:right;
	margin:20px 40px 0 0;
	text-align: right;
}
#container #right_menu li{
	margin-bottom:10px;
	list-style-type: none;
	font-size: 12px;
}
#container #right_menu li a {
		color: #606060;
}
#container #right_menu .part, #container #right_menu .part a {
	margin-top:30px;
	color: #ef7327;
	font-weight: 900;
}

#introduction #about {
	font-size: 11px;
}
#introduction h1 {
	margin-bottom: 20px;
}
#resources { float: left; width: 230px; }
#resources h3 { color: #888; }
#resources ul, #resources ol { color: #888; }
#resources ul a { color: #555; }
.pagination {
	margin: 0 0 0 10px;
}
.pagination li {
	display:inline;
	list-style-image: none;
}
.pagination li a {
	margin-right: 6px;
	color: #87ceeb;
}
.pagination li a:visited {
	color: #087098;
}


/* Footer
-------------------------------------------------------------- */
#footer { border-top: 4px solid #F15E1F; padding:0 20px; background-color: #fff; }
#footer #block1 {
	float:left;
	width: 57px;
	height: 78px;
	background: url("../images/mail.gif") 0 0 no-repeat;
}
#footer #block2 {
	float:left;
	margin:5px 0 0 40px;
	color: #515151;
	font-size:11px;
}
#footer #block2 a {
	color: #515151;
}
#footer #block3 {
	float:right;
	margin-top:5px;
	color: #515151;
	font-size:11px;
	text-align: right;
}
#footer #counters {
	margin-top: 10px;
}


/* Links
-------------------------------------------------------------- */
#links {
	margin-top: 10px;
	
}
#links a{
	margin-left:35px;
	color:#a6a0a0;
	font-size:11px;
}
.tr {
	clear: both;
}
.orange {
	color: #ef7327;
}