@charset "utf-8";
/* CSS Document */

body{
	background:url(../images-new/back.jpg) top repeat-x;
	margin:0;
	padding:0;
}

.int{
	background:url(../images-new/back_int.jpg) top repeat-x!important;
}

#container{
	width:980px;
	margin:auto;
}
#header{
	position:relative;
	height:73px;
}

#logo{
	position:absolute;
	z-index:500;
}

#contactInfo{
	color:#1685da;
	text-align:right;
	padding:20px 0px;
	font-weight:bold;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
}

#banner{
	clear:both;
	background:url(../images-new/banner.jpg) bottom center no-repeat;
	height:320px;
	position: relative;
}

#bannerInt{
	clear:both;
	height:65px;
	position: relative;
}

#bannerContent{
	position:absolute;
	left: 310px;
	top: 42px;
	width: 387px;
	height: 265px;
	color:#666;
}
#sculpture{
	position:absolute;
	right: 60px;
	bottom: 10px;
}

#bannerContent h1{
	line-height:1.6em;
}

#bannerContent p{
	font-size:1.1em;
	line-height:2em;
}

#buttons{
	clear:both;
	padding:70px 0px 0px;
	text-align:center;
}
#buttons img{
	padding:0px 18px;
}

#buttons a, #buttonsInt a{
	opacity:0.93;
	filter:alpha(opacity=93);
}

#buttons a:hover,  #buttonsInt a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

#buttonsInt{
	clear:both;
	padding:20px 0px 0px;
	text-align:center;
}
#buttonsInt img{
	padding:0px 18px;
}

#contentContainer{
	clear:both;
	padding:10px 0px;
}

#leftContainer{
	width:60%;
	float:left;
	background:url(../images-new/shadow.jpg) top right no-repeat;
	min-height:380px;
}
#leftContainer2{
	width:100%;
	float:left;
	
	min-height:380px;
}

#leftContainer .content{
	padding-right:50px;
}

#rightContainer{
	width:39%;
	float:right;
}

#footerContainer{
	background:url(../images-new/footer.jpg) top repeat-x;
}

#footer{
	width:940px;
	margin:auto;
	padding:30px 0px;
}
/*-------------------------MENU-------------------------*/


#nav{
	padding:0;
	margin:0;
	position:relative;
	z-index:1000;
}

#nav ul {
	margin:auto;
	padding:0;
	float:right;
	width:65%!important;
}

#nav ul li{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	line-height:1em;!important;
	width:auto!important;
}

#nav ul li a{
	display:inline-block;
	margin:0;
	padding:20.5px 17px;
	color:#525252;
	width:auto!important;
	text-decoration:none;
}

#nav ul li a:hover{
	background:#0f71b3;
	color:#fff;
}
#nav ul li.selected a{
	background:#0f71b3;
	color:#fff;
}


/*SUBMENU*/




/*#nav ul ul {
	display:none!important;
}*/

#nav ul ul{
	margin:0!important;
}

#nav ul ul li{
	padding:0;
	margin:0;
	float:none!important;
	list-style:none;
	width:auto!important;
}

#nav ul ul li a, #nav ul li.selected ul li a{
	display:inline-block;
	margin:0;
	padding:10px 15px;
	color:#525252;
	background:#f5f3f4 url(../images-new/menu_sub.jpg) bottom repeat-x;
	width:180px!important;
	border-bottom:1px solid #f1f1f1;
	text-decoration:none;
	
}

#nav ul ul li a:hover, #nav ul li.selected ul li a:hover{
	background:#0f71b3;
	color:#fff;
}
#nav ul ul li.selected a, #nav ul li.selected ul li.selected a{
	background:#0f71b3;
	color:#fff;
}



/*FOOTER*/

#footerMenu ul{
	margin:auto;
	margin-left:-15px;
	padding:0;
	width:auto!important;
}

#footerMenu ul ul{
	display:none!important; /*HIDE SUB MENU*/
}


#footerMenu ul li{
	padding:0;
	margin:0;
	float:left;
	width:auto!important;
	list-style:none;
}

#footerMenu ul li a{
	display:inline-block;
	margin:0;
	padding:5px 15px;
	color:#525252;
	width:auto!important;
	text-decoration:none;
	background:url(../images-new/footer_menu_separator.jpg) right center no-repeat;
}

#footerMenu ul li a:hover{
	color:#111;
}

#footerMenu ul li.last a{
	background:none!important;
}
/*-------------------------CLASSES-------------------------*/

.clearer{
	clear:both;
	margin-top:-20px;
}

.clear{
	clear:both;
}

.content{
	padding: 10px 20px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.imgLeft{
	float:left;
	padding:0px 15px 0px 0px;
                     
}

.imgRight{
	float:right;
	padding:5px 0px 10px 15px;

}

.padding0{
	padding:0;
	margin:0;
}

.hide{
	display:none;
}


/*WIDTHS*/

.width5{
	width:5%;
}
.width20{
	width:20%;
}
.width30{
	width:30%;
}
.width32{
	width:32%;
}
.width33{
	width:33%;
}
.width38{
	width:38%;
}
.width35{
	width:35%;
}
.width36{
	width:36%;
}
.width40{
	width:40%;
}
.width45{
	width:45%;
}
.width48{
	width:48%;
}
.width49{
	width:49%;
}
.width42{
	width:42%;
}
.width50{
	width:50%;
}
.width53{
	width:53%;
}
.width55{
	width:55%;
}
.width60{
	width:60%;
}
.width65{
	width:65%;
}
.width67{
	width:67%;
}
.width70{
	width:70%;
}
.width80{
	width:80%;
}
.width95{
	width:95%;
}



/*SCRIPTS*/

