BODY{
	font-family:"Arial";
	font-size:13px;
	background:#35a8de;
	color:#FFF;
	padding:0;
	margin:0;
}

TABLE {
	border-collapse: collapse;
}

TD{
	vertical-align:top;
}

P {
	margin:5px auto 8px auto;
}



A {
	color:#FFF;
}

IMG {
	border:none;
}

FORM {
	margin:0;
	padding:0;
}

/*-------General--------*/
.general {
	width:100%;
}
DIV.floatL {
	float: left;
}
DIV.floatR {
	float: right;
}
DIV.clear {
	clear: both;
}


DIV.padd5 {
	padding:5px;
}
DIV.padd10 {
	padding:10px;
}
DIV.padd20 {
	padding:20px;
}

DIV.paddTop5 {
	padding:5px 0 0 0;
}
DIV.paddTop10 {
	padding-top:10px;
}

DIV.paddTop20 {
	padding-top:20px;
}

DIV.paddLeft10 {
	padding-left:10px;
}
DIV.paddLeft20 {
	padding:0 0 0 20px;
}
DIV.paddRight10 {
	padding-right:10px;
}
DIV.paddRight20 {
	padding-right:20px;
}

DIV.paddBottom5 {
	padding:0 0 5px 0;
}
DIV.paddBottom10 {
	padding:0 0 10px 0;
}
DIV.paddBottom20 {
	padding:0 0 20px 0;
}

DIV.fsSmallest {
	font-size:11px;
}
DIV.fsSmall {
	font-size:12px;
}
DIV.fsNormal {
	font-size:13px;
}DIV.fsBig {
	font-size:14px;
}
DIV.fsBigger {
	font-size:15px;
}
DIV.fsLarge {
	font-size:16px;
}
DIV.fsLargeExtra {
	font-size:18px;
}

.color1 {
	color:#000;
}
.color2 {
	color:#FFF;
}

.bold {
	font-weight:bold;
}

.nodecor {
	text-decoration:none;
}

.errorForm {
	color:#A40000;
	
}
.error {
	color:#B40000;
	padding:5px 0 10px 0;
}
.success {
	color:#008400;
	padding:5px 0 10px 0;
}
.relat {
	position:relative;
}

.ieDaun {
	zoom:1;
}


/*-------Content---------*/
DIV.body {
	min-width:996px;
	max-width:2000;
	text-align:left;
	position:relative;
}	

DIV.main {
	margin:0px 30px 20px 30px;
	overflow:hidden;	
}

DIV.contentWrapper{
	float: left;
	width: 100%;
}

DIV.content {
	margin:0 230px 0 230px;
}

DIV.left{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -100%;
	_margin-left: -96%;
	background: #53cdf2;
}

DIV.right{
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
	background: #53cdf2;
}

/*-------Header-------*/
DIV.header {
	background:url(../images/header_bg.jpg) no-repeat center top;
	height:324px;
}

DIV.headerData {
	padding:160px 0 0 710px;
	text-align:center;
	position:relative;
	z-index:5;
}

DIV.headerAnimation {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	text-align:center;
}

DIV.headerAnimationImg1{
	margin-top:53px;
	margin-right:286px;
	position:relative;
}

DIV.headerAnimationImg2{
	margin-top:-22px;
	margin-left:329px;
	position:relative;
	
}

DIV.soundBlock{
	margin-top:-138px;
	margin-left:960px;
	position:relative;
	width:18;
	height:18;
	z-index:1000;

}

DIV.logo{
	margin-top:-20px;
	margin-right:68px;
	position:relative;
	width:310;
	height:100;
	z-index:100;
	
}

DIV.path {
	font-size:12px;
	padding:0px 0 30px 0;
}

DIV.path A {
	text-decoration:none;
	
}

/*---------Menu--------*/
DIV.menu1 {
	position:relative;
	float:right;
	right:50%;
	width:auto;
	
}

DIV.menu2 {
	position:relative;
	float:none!important;
	float:left;
	right:-50%;
	padding:0px 0 20px 0;
}

DIV.menu1 UL {	
	list-style:none;
	font-family:"Arial Narrow";
	font-size:17px;	
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	overflow:hidden;
	margin:0;
	padding:0;
}

DIV.menu1 UL LI{
	padding:0px 15px 0px 15px;	
	margin:0px;
	float:left;
	display:block;
	height:23px;
	background:url(../images/menu_item_bg.gif) no-repeat left;
}

DIV.menu1 UL LI.first{
	background:none;
	padding-left:0;
}

DIV.menu1 UL LI A{
	color:#FFF;
	text-decoration:none;
}
/*--------Home----------*/


/*-------Footer---------*/

DIV.footer {
	clear: left;
	width: 100%;
	margin:45px 0 0 0;
	background:url(../images/footer_bg.jpg) no-repeat center top;
	height:202px;
	overflow:hidden;
}

DIV.footerData {
	padding:160px 25px 0 25px;
	position:relative;
}

DIV.footerStat {
	position:absolute;
	top:120px;
	left:120px;
	
}

DIV.footerLeft {
	float:left;
	padding:10px 100px 0 0;
	
}

DIV.footerRight {
	float:right;
	padding:2px 0px 0 30px;

}

DIV.footerLeft UL {
	list-style:none;
	margin:0;
	padding:0;
	font-size:15px;
}

DIV.footerLeft UL LI{
	float:left;
	padding:0 20px 0 0;
}

DIV.footerLeft UL A {
	text-decoration:none;
}

/*--------Form--------------*/
TABLE.form {
	width:400px;
}

TABLE.form TD{
	
}

TD.column1 {
	width:180px;
	
}

TD.column2 {
	padding:0 0 7px 25px;
	
}

DIV.feedback {
	width:400px;
}

.form1 {
	font-size:11px;
	color:#4e4e4e;
	border:1px solid #7f9db9;
	padding:2px 2px 2px 2px;
}
.form2 {
	height:100px;
}

.form3 {
	width:98%;
}

.form4 {
	width:auto;
}

.form5 {
	width:200px;
}

.form10 {
	display:none;
}


/*----------Category---------*/
DIV.categoryTop {
	background:url(../images/category_bg_top.gif) repeat-x top;
}
DIV.categoryRight {
	background:url(../images/category_bg_left.gif) repeat-y right;
}
DIV.categoryBottom {
	background:url(../images/category_bg_top.gif) repeat-x bottom;
}
DIV.categoryLeft {
	background:url(../images/category_bg_left.gif) repeat-y left;
}

DIV.categoryLeftTop {
	background:url(../images/category_bg_left_top.gif) no-repeat left top;
}

DIV.categoryRightTop {
	background:url(../images/category_bg_right_top.gif) no-repeat right top;
}

DIV.categoryRightBottom {
	background:url(../images/category_bg_right_bottom.gif) no-repeat right bottom;
}

DIV.categoryLeftBottom {
	background:url(../images/category_bg_left_bottom.gif) no-repeat left bottom;
}

DIV.categoryData {
	padding:20px 10px 20px 10px;
}


UL.category {
	margin:0;
	padding:0;
	list-style:none;
	
		
}

UL.category LI {
	padding:0 0 20px 0;
	color:#2e3192;
}

UL.category LI A {
	color:#2e3192;
	text-decoration:none;
}

UL.category LI UL{
	margin:5px 0 0 20px;
	padding:0;
	list-style:none;
	font-size:12px;		
}

UL.category LI UL LI{
	margin:0 0 7px 0px;
	padding:0;	
	
}

UL.category LI UL LI A{
	color:#FFF;
}


/*--------Search---------*/
DIV.searchWrapper {
	position:absolute;
	left:60px;
	top:330px;
	width:180px;
}
DIV.search {	
	background:url(../images/search_bg_left.gif) no-repeat left top;
	padding:0 0 0 9px;
	zoom:1;
	
}
.searchInput {
	border:none;
	height:18px;
	background:transparent url(../images/search_bg.gif) repeat-x top;
	margin:0;
	font-size:11px;
	float:left;	
	color:#FFF;
}


UL.search {
	margin:20px 0 20px 0;
	padding:0;
	list-style:none;			
}

UL.search LI {
	padding:0 0 10px 0;
	color:#FFF;
}

UL.search LI A {
	color:#2e3192;
	
}

/*---------Work---------*/
DIV.workItem {
	float:left;
	width:33%;
	text-align:center;
	padding:0 0 15px 0;
	
}

DIV.workText {
	font-size:11px;
	padding:7px 10px 0 10px;
	clear:left;
	
	
}

/*------Icons------*/
TABLE.icons {
	margin:40px 0 10px 0;
}

TABLE.icons TD{
	padding:3px;
	vertical-align:bottom;
	font-size:15px;
	font-style:italic;
	color:#c0efec;
}

TABLE.icons A {
	color:#c0efec;
	text-decoration:none;
}

TABLE.icons TD.iconsText{	
	padding:0 30px 10px 0;
}





/*--------Sitemap----------*/
DIV.mapLevel1 {
	padding:10px 0 5px 0;
	font-size:17px;
}

DIV.mapLevel2 {
	padding:0 0 5px 25px;
	font-size:15px;
}

DIV.mapLevel3 {
	padding:0 0 5px 45px;
	font-size:13px;
}

DIV.mapLevel4 {
	padding:0 0 5px 60px;
	font-size:12px;
}

/*-----------Portfolio-----------*/
UL.portfolio {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
		
}

UL.portfolio LI {
	display:block;
	float:left;
	width:33%;
	text-align:center;
	padding:0 0 20px 0;
	
}

UL.portfolio LI.clear {
	float:none;
	clear:both;
	padding:0;
}

DIV.portfolioPhoto {
	float:left;
	margin:0 30px 30px 0;
	background:#FFF;
}

DIV.portfolioPhotoLeftTop {
	background:url(../images/photo_bg_left_top.gif) no-repeat left top;
}
DIV.portfolioPhotoRightTop {
	background:url(../images/photo_bg_right_top.gif) no-repeat right top;
}
DIV.portfolioPhotoRightBottom {
	background:url(../images/photo_bg_right_bottom.gif) no-repeat right bottom;
}
DIV.portfolioPhotoLeftBottom {
	background:url(../images/photo_bg_left_bottom.gif) no-repeat left bottom;
}

DIV.portfolioPhotoData {
	padding:7px;
}



DIV.portfolioPhotoThumb {
	width:148px;
	padding:0;
	margin:0;
	background:#FFF;	
}

DIV.portfolioPhotoThumbLeftTop {
	background:url(../images/photo_thumb_bg_left_top.gif) no-repeat left top;
}
DIV.portfolioPhotoThumbRightTop {
	background:url(../images/photo_thumb_bg_right_top.gif) no-repeat right top;
}
DIV.portfolioPhotoThumbRightBottom {
	background:url(../images/photo_thumb_bg_right_bottom.gif) no-repeat right bottom;
}
DIV.portfolioPhotoThumbLeftBottom {
	background:url(../images/photo_thumb_bg_left_bottom.gif) no-repeat left bottom;
}

DIV.portfolioPhotoThumbData {
	padding:4px;
}