﻿@import url(footer.css);

*
{
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:11px;
}
html, body
{
	margin:0px;
	padding:0px;
	width: 100%;
	height:100%;
	/*background-color:#F4F4F4;	*/
}
select
{
	border: #000000; 
	border-style:none;
} 
.outer_container
{
	width:100%;
}
.wrapper-shadow {
	float:left;
	width:1000px;
	padding:0 10px 10px 35px;
	background-image:url(../images/bg-wrapper.jpg);
	background-repeat:repeat-y;
/*	background-image:url(../images/bg-wrapper.jpg) repeat-y;*/
}
.logoinside
{
	position:absolute;
	left:0px;
	top:30px;
	width:350px;
	height:100px;
	/*_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logoinside.png',sizingMethod='scale');*/
}

.container
{
	width:930px;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:20px;*/
	background-image:url(../images/bg-wrapper.jpg);
	background-repeat:repeat-y;
	/*border-top:1px solid #C1C1C1;
	border-left:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
	border-bottom:1px solid #C1C1C1;*/
	background-color:white;
	padding-left:25px;
	padding-right:25px;
	padding-top:28px;
	padding-bottom:20px;/*40*/
	position:relative;
}
.shadow_bottom {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg-wrapper-bot.jpg);
	background-repeat:no-repeat;
}
.shadow_top {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	height:10px;
	font-size:9px;
	background-image:url(../images/bg-wrapper-top.jpg);
	background-repeat:no-repeat;
}
.sales
{
	width:146px;
	height:130px;
	position:absolute;
	left: 834px;
	top: 0px;
}
.logo
{
	width:394px;
	height:90px; /*111px;*/
}
/************************** menu top *********************************/
#menu_top{
	/*clear:both;*/
	color:#9B9B9B; /* fff*/
	position:absolute;
	top:0px;
	right:0px;
	width:930px;
	height:30px;
	} 
#menu_top ul{
	list-style-type: none;
	width:auto;
	float:right; /*right*/
	margin-top:0px; /*10*/
	margin-right:10px;
	padding:0;
	/*font-family:sans-serif;*/
	} 
#menu_top ul li{
	float:left;
	/*margin-right:2px;*/
	color:#9B9B9B !important; 
	font-size:11px;
	padding:0; /* from 0*/
} 
#menu_top ul li a{
	display:block;
	/*padding:2px 5px;*/
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	color:#9B9B9B !important; 
	text-decoration:none;
	font-size:11px;
	} 
#menu_top ul li a:hover{
	color:#3E9AC9 !important; /*fff*/
	} 
#menu_top ul li.active a{
	color:#3E9AC9 !important; /*fff*/
	} 
#menu_top ul li.active a:hover{
	color:#3E9AC9 !important; /*fff*/
} 
.menu_container
{
	margin-top:5px; /* 17px*/
	width:930px;
	height:395px;
	position:relative;	
	margin-bottom:20px;
}
.menu_trans
{
	position:absolute;
	top:0px;
	left:0px;
	width:930px;
	height:30px;		
	background-color:White;
	filter:alpha(opacity=80);
    -moz-opacity: 0.7; 
    opacity: 0.6;    
}
.menu_dv
{
	position:absolute;
	top:0px;
	left:0px;
	width:930px;
	height:30px;		
}
.menu_dv a
{
	text-decoration:none;
	font-size:11px;
	color:#090909;
}
.menu_dv a:visited
{
	text-decoration:none;
	font-size:11px;
	color:#090909;
}
.menulogo
{
	position:absolute;
	right:0px;
	bottom:0px;
	width:350px;
	height:100px;
	/*_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logovan.png',sizingMethod='scale');*/
}
.ie-hide
{
	_display:none;
}
.languages
{	
	margin-right:20px;
	margin-top:8px;
	position:absolute;
	right:6px;
	top:6px; /*130*/
}
.languages a 
{
	text-decoration:none;
	color:black;
}
.languages a:hover
{
	color:#3E9AC9;
}
.tbl_menu
{
	float:left;
	width:700px;
	height:30px;
}
.tbl_menu td
{
	text-align:center;
}
.tbl_menu td a
{	
	display:block;
	height:22px;
	padding-top:8px;
}
.tbl_menu td a:hover
{	
	display:block;
	height:22px;
	padding-top:8px;	
	background-color:white;
	filter:alpha(opacity=80);
   -moz-opacity: 0.5; 
   opacity: 0.5;    
}
.selected
{
	display:block;
	height:22px;
	padding-top:8px;	
	background-color:white;
	filter:alpha(opacity=80);
   -moz-opacity: 0.5; 
   opacity: 0.5; 
}
.clear
{
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	clear: both;
}

h1
{
	font-size:15px;
	margin-bottom:20px;
}

.main_content
{
	font-size:11px;
	color:#000;
}
.main_content p
{
	font-size:11px;
	color:#000;
	margin-bottom:10px;
	line-height:16px;	
}

.main_text
{
	float:left;
	width:718px;	
}
.main_text ul
{
	margin-left:20px;
	margin-bottom:10px;
}
.main_text ul li
{
	line-height:16px;
}
.main_text a, .link a, .main_content a
{
	text-decoration:none;
	color:#3E9AC9;
}
.main_text a:hover, .link a:hover, .main_content a:hover
{
	color:#000;
}

.tbl_gallery td
{
	padding-right:15px;
}
.tbl_gallery td a img
{
	border:1px solid #C9C0B1;
}
.photo_title
{
	color:#3E9AC9;	
	padding-top:15px;
	padding-bottom:2px;
}
.tbl_default
{
	width:930px;
}
.tbl_default td
{
	width:465px;
	padding-right:10px;
	vertical-align:top;
}
.tbl_default2
{
	width:880px;
}
.tbl_default2 td
{
	width:440px;
	padding-right:10px;
	vertical-align:top;
}

/* google maps */
.map
{
	text-align:center;
	margin-top:9px;
}
.map a img
{
	margin-top:7px;
}
.map a
{
	text-decoration:none;
	color:#3E9AC9;
}
.map a:hover
{
	text-decoration:underline;
}
.ecoblue
{
	font-weight:bold;
	color: #3E9AC9;
}
.ecobluetop
{
	position:absolute;
	right:0px;
	top:20px;
	width:130px;
	height:115px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ecopool.png',sizingMethod='scale');
}
