:link,:visited {
	text-decoration: none
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

a img,:link img,:visited img {
	border: none
}

address {
	font-style: normal
}

body {
	font: 12px Arial, Helvetica, sans-serif;
   color: #6c6f72;
}

/* Headings
================================================*/
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal
}

h1, .h1 {
	margin: 22px 0 15px 0;
	padding: 0px 0px 0px 0px;
	font: 22px Arial, Helvetica, sans-serif;
	color: #365f91;
}

h2 {
	margin: 23px 0 10px 0;
	font: 18px Arial, Helvetica, sans-serif;
	color: #365f91;
}

h3 {
	margin: 15px 0 5px 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #365f91;
}


/* Links
================================================*/
a:link {
	color: #3b90df;
	text-decoration: underline
}

a:visited {
	color: #3b90df;
	text-decoration: underline
}

a:active {
	color: #3b90df;
	text-decoration: underline
}

a:hover {
	text-decoration: none
}

/* Paragraphs
================================================*/
 
p {
	margin: 5px 0px 12px
}

blockquote {
	margin: 10px 25px 10px 25px;
	padding: 20px 25px 15px 45px;
	background: #f2faf3;
}

/* Lists
================================================*/
ol {
	margin: 16px 0px 16px 27px;
	padding: 0px
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal
}

ul {
	margin: 10px 0px 32px 0;
	list-style-type: none
}

ul * ul {
	margin: 4px 0px 4px 10px
}

ul li {
	margin: 0 0 7px 0px;
	padding: 0px; 
	list-style: none;
	background: url('../i_airstudio/li.gif') no-repeat 0 6px;
	padding: 0 0 0 15px
}

* html ul li {
	height: 1%
}

dl{
	margin: 10px 0
}

dl dt {
	margin: 2px 0
}

dl dd {
	margin: 2px 0 2px 30px
}

/* Tables
================================================*/
table{
	border-collapse: collapse;
	margin: 15px 0px;
	padding: 0px;
	border: 0px none #fff;
}

table td{
	border-color: #DFE8EE;
	border-style: solid;
	border-width: 1px 0px;
	padding: 7px 5px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

table p,
table h1,
table h2,
table h3,
table ul,
table ol
{
	margin: 0px;
	padding: 0px;
}

table th,
table thead td {
	border-color: #DFE8EE;
	border-style: solid;
	border-width: 0px;
	font-size: 12px;
	padding: 5px;
	color: #000;
	background: #F5FAFD;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px
}

* html	hr {
	margin: 8px 0px;
	padding: 0px; 
}

/* Form
================================================*/
.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0
}

.form.redline {
	border-top: 4px solid #90A600
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto
}

.form ul {
	margin: 0;
	padding: 0
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff
}

.form .line.marked label {
	margin-left: 10px
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0
}

.form .line:before {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.form .line:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

* html .form .line {
	height: 1%
}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%
}

.form .formw {
	width: 70%;
	display: block;
	float: left
}

form.descr .formw {
	width: 460px;
	text-align: justify
}

.form .formw .text {
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0
}

.form .btn {
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand
}

.red {
	color: #E05332
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%
}

/* Clearfix
================================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-block
}

.clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden
}

/* Layout */

.all {
	width: 100%;
	background: url('../i_airstudio/bg.gif') repeat-x;
	position: relative;
}


/* columns */
 
.frame {
	margin: 0 5%;
	overflow: hidden;
	_height: 1%;
	position: relative;
}

.outer {
	margin-left: 210px; /* L */
	margin-right: 210px; /* R */
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: transparent;
}
.wrap-cl {
	float: left;
	width: 100%;
	margin-right: -1px;
}
.center {
	float: right;
	width: 100%;
	margin-left: -1px;
}
.left {
	float: left;
	position: relative;
	width: 210px;  /* L */
	margin-left: -211px;  /* -L-1 */
	margin-right: 2px;
}
.right {
	float: right;
	position: relative;
	width: 210px;  /* R */
	margin-right: -211px;  /* -R-1 */
	margin-left: 2px;
}

.wrap {
	margin: 0 30px;
}

/* previene allargamento floats (hidden) e problemi rendering left col (relative) in IE/Mac \*//*/
* html .inleft, * html .inright, * html .incenter {
	width: 100%;
	overflow: hidden;
}
* html .wrap-cl {
	position: relative;
	margin-right: 0;
}
* html .center {
	margin-left: 0;
}
* html .left {
	margin-right: 1px;
}
* html .right {
	margin-left: 1px;
}
/**/
 
.outer {
	word-wrap: break-word;
}


.header {
	padding: 0;
	height: 250px;
	width: 1000px;
	position: relative;
}

.photo_header {
	height: 263px;
	width: 856px;
	background: url('../i_airstudio/photo.jpg') no-repeat;
	position: absolute;
	top: 28px;
	right: 0;
}

/* logo */

.logo{
	position: absolute;
	left: 0px;
	top: 28px;
	width: 267px;
	height: 224px;
}

.slogan{
	position: absolute;
	left: 50%;
	top: 85px;
	width: 363px;
	height: 88px;
	margin-left: -140px;
	color: #8696a1;
}

/* nav */

.nav{
	position: absolute;
	top: 3px;
	left: 296px;
	height: 30px;
}
.nav ul {
	margin: 0px 0px 0px 0px;
}

.nav li{
	padding: 0px;
	margin: 0 15px;
	float: left;
	background: none;
	line-height: 21px;
	height: 21px;
}

.nav li a{
	height: 21px;
	padding: 0 10px;
	display: block;
	float: left;
	color: #FFFFFF !important; 
	text-decoration: none !important;
}


/*.nav li a:hover{
	background: #F4F1EA;
	font-weight: normal;
	text-decoration: underline;
	background: url('../i_airstudio/nav_bg_active.gif') no-repeat 0 0;
}*/

.nav li.here{
	background: url('../i_airstudio/navtop_left.jpg') no-repeat 0 0;
	color: #3b90df;
	font-weight: bold;
}

.nav li.here a{
	background: url('../i_airstudio/navtop_right.jpg') no-repeat top right;
	color: #3b90df !important;
	padding: 0 15px;
	font-weight: bold;
}

/* pic_on_index */

.pic_on_index{
	float: left;
	width: 205px;
	margin: 0px 0px 20px;
	overflow: hidden; 
}

.pic_on_index .link{
	clear: both;
	width: 200px;
	margin: 7px 0px;
	font-weight: bold; 
	
} 
.pic_on_index .desc{
	width: 170px;
}
.pic_on_index .img{
	border: 1px solid #ccc;
	float: left;
}

.pic_on_index .img img{
	border: 2px solid #fff;
}


/* nav_left */

.nav_left{
	background: url('../i_airstudio/nav_left_top.gif') no-repeat top left;
}
.nav_left_bg{
	background: url('../i_airstudio/nav_left_bottom.gif') no-repeat bottom left;
	padding: 1px 0px;
}
.nav_left ul{
	margin: 10px 0px;
	padding: 0px;
}
.nav_left li{
	margin: 0px 15px;
	padding: 3px 0px 5px 0px;
	background: url('../i_airstudio/nav_left_sep.gif') no-repeat bottom left;
}

.nav_left li a{
	text-decoration: none !important;
	color: #6c6f72 !important;
}
.nav_left li.here a{
	color: #3289d9 !important;
	font-weight: bold;
}

.clent_logo{
	margin: 0px 0px 20px 0px;
}
.ad{
	margin: 20px 0px 20px 0px;
}


/* news */


.news{
	margin: 15px 0px;
	padding: 0 0 0 20px;
	background: url('../i_airstudio/news_marker.gif') no-repeat 0px 1px;
}

.news_date{
	margin: 0px 0px;
	color: #acb2b7;
	font-size: 11px;
	float: left;
	width: 180px;
}

.news_link{
	margin: 2px 0px;
	width: 180px;
}

.news_image{
	float: left;
	width: 80px;
	margin: 3px 0px;
}

.news_text{
	width: 180px; 
}

.news_all{
	background: url('../i_airstudio/news_arc.gif') no-repeat 0px 2px;
	padding: 0 0 0 20px;
}



/* footer */

.footer {
	margin: 50px 5% 15px;
	height: 50px;
	position: relative;
	padding: 0px;
	border-top: 1px solid #ccc;
	font-size: 11px;
	color: #a9b8c2;
	background: url('../i_airstudio/footer.gif') no-repeat;
}

.footer a{
	color: #a9b8c2; 
}

.copy{
	width: 400px;
	position: absolute;
	top: 10px;
	left: 0px;
}

.footer  .nav{
	position: absolute;
	top: 3px;
	left: 300px;
	height: 30px;
	width: 600px;
}
.footer  .nav ul {
	margin: 0px 0px 0px 0px;
	width: 600px;
	
}

.footer  .nav li{
	padding: 0px;
	margin: 0px;
	float: left;
	background: none;
	line-height: 30px;
}

.footer  .nav li a{
	padding: 0 10px;
	display: block;
	color: #a9b8c2 !important;
	text-decoration: none;
	background: none;
}

.footer  .nav li a:hover{
	background: #fff;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

.footer  .nav li.here a,
.footer  .nav li.here a:hover{
	background: none;
	color: #a9b8c2 !important; 
	font-weight: bold;
}



.webdev{
	width: 230px;
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
}

.footer_text{
	width: 500px;
	position: absolute;
	top: 30px;
	right: 0px;
	text-align: right;
}

/* menu_left */

ul.menu_left {
	margin: 20px 0px 12px 0px;
	list-style-type: none;
}

ul.menu_left * ul {
	margin: 12px 0px 24px 0px;
}

ul.menu_left li {
	margin: 5px 0;
	padding: 0px;
	list-style-type: none;
	background-image: none;
}

ul.menu_left li span {
	display: block;
	width: 250px;
}

ul.menu_left li span a{
	/*	color: ;*/
}

ul.menu_left li strong a {
	font-weight: bold;
	text-decoration: none;
}

ul.menu_left li li {
	font-size: 11px;
	font-weight: normal;
	margin: 7px 10px 7px 10px;
	list-style-type: none;
	height: auto;
	width: auto;
}

ul.menu_left li li span{
	background: none;
	height: auto;
	width: auto;
	line-height: 1.3;
}

ul.menu_left li li a{
	color: #777;
	padding-left: 15px;
}


#nav ul{ 
	display: none;
}

#nav span{
	text-decoration: underline;
}

#nav li{
	cursor: pointer;
}

#nav li a.here{
	font-weight: bold;
	background:  url('../i_airstudio/more.jpg') no-repeat 0px 2px;
}


#nav li.open{
	height: auto;
}
* html #nav li.open{
	height: 1%;
}

#nav li.open ul{
	display: block;	
}


#nav li.open ul ul{
	display: none;
}

#nav li.open li.open ul ul{
	display: none;
}


#nav li li.open ul{
	display: block;
}



/* ??? 1 - 2 - 3 ?????? ?????????????? ????????? */
.current, .page_link, .ctrl
{
	padding: 0.2em 0.5em 0.3em 0.5em;
	float: left;
	display: block;
	margin-right: 0.3em;
	background: #fff;
	float: left;
}

.page_link 
{
	border: 1px solid #e7e7e7;
}
.current
{
	border: 1px solid #03557F;
	background-color: #03557F;
	color: #fff;
}

.ctrl
{
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 10px;
	color: #4F3327;
}
