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

body{
margin:0;
padding:0;
line-height: 1.3em;background:#b29a30   url(../images/bg_blue.jpg)  repeat-x   ;
	background-position: center top;font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #2f2f2f;
}


em{color: red;}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; box-shadow:0 0 4px #000;-webkit-box-shadow:0 0 4px #000;
-moz-box-shadow:0 0 4px #000;border-radius:8px;background: #f8f9f8 /*url(images/main.png) repeat-x*/;border:3px solid #b29a30;margin-top:5px;margin-bottom:5px;overflow:hidden;-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);behavior: url(http://jackwillson.com/marc/finale/css/PIE.htc)
}

#topsection{
background: transparent url(../images/logobg4.png) no-repeat;
height: 130px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 190px; margin-top:50px;line-height:1.6em ;min-height:500px;
}

#rightcolumn{
float: left;
width: 170px; /*Width of right column*/
margin-left: -175px; /*Set left margin to -(RightColumnWidth) */
margin-top:60px 
}

#footer{
clear: left;
width: 100%;
background:#346F35;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFF;font-size:12px;text-decoration:none
}




.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
/*GALERIE*/
#gallery {
	
	width: 900px;
	height:360px;
	float: left;border-bottom:3px solid #b29a30;border-top:1px solid #CCC
}
#gallery a {
	float:left;
	position:absolute;
}
	
#gallery a img {
	border:none;
}
	
#gallery a.show {
	z-index:500;
}

#gallery .caption {
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:100px; 
	width:100%; 
	position:absolute;
	bottom:0;
} h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}h1 {
    border-bottom-color: #538F12;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #346F35;
    font-family: 'HelveticaNeueUltraLigCond';
    font-size: 32px;
    line-height: 42px;
}
/*MENUE*/
.urbangreymenu{
width: 160px;margin-top:30px ;min-height:150px;background:#ECE8DF;-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;behavior: url(http://jackwillson.com/marc/finale/css/PIE.htc)
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: #F90;
background: #346F35  url(../images/bg_side.png) no-repeat 4px -1px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px;border-radius:8px 8px 0 0;border-bottom:1px solid #C5C5C5
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 13px Arial;
color: #FFF;
background:#060 url(../images/menutop.png) no-repeat;
display: block;
padding: 10px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;border-bottom:1px solid #749B4B;
}



.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #000;
background: #346F35 url(../images/menutopover.png) no-repeat;
}
/*MENUE*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float:left;
	width:900px;
}


#nav li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto; /* width needed or else Opera goes nuts */
}


/* first level */
#nav li a:link, #nav li a:visited {
	display:block;
	text-decoration:none;
}

#nav li a:hover, #nav li a.active:link, #nav li a.active:visited {
	background-position:0 -54px;
}




/* second level - dropdown menu */
#nav li ul {
	position: absolute;
	padding: 3px 0 0 0;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}


#nav li ul a{
	background: #272624 url('../images/bg_sub.jpg') no-repeat left center;
	width:240px;
	height:45px;
	padding-left:40px;
	margin:0;
	line-height: 45px;
	color:#F4D19E;
	text-decoration:none;
	font-size:12px;
}

#nav li ul a:hover, #nav li ul a.active:link, #nav li ul a.active:visited {
	background: #272624 url('../images/bg_sub.jpg') no-repeat left center;
	color: #eda136;
}



/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited {
	background-image:url('../images/nav1.jpg');
	width:128px;
	height:54px;
	margin-right: 1px;
}

#nav li a.nav2:link, #nav li a.nav2:visited {
	background-image:url('../images/nav2.jpg');
	width:125px;
	height:54px;
	margin-right: 1px;
}

#nav li a.nav3:link, #nav li a.nav3:visited {
	background-image:url('../images/nav3.jpg');
	width:113px;
	height:54px;
	margin-right: 1px;
}

#nav li a.nav4:link, #nav li a.nav4:visited {
	background-image:url('../images/nav4.jpg');
	width:209px;
	height:54px;
	margin-right: 1px;
}

#nav li a.nav5:link, #nav li a.nav5:visited {
	background-image:url('../images/nav5.jpg');
	width:166px;
	height:54px;
	margin-right: 1px;
}

#nav li a.nav6:link, #nav li a.nav6:visited {
	background-image:url('../images/nav6.jpg');
	width:154px;
	height:54px;
}



a:link, a:visited, a:active {
	color: #B79A60;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}#banner{
clear: left;
width: 600px;
background:#F90   url(../ital/images/banner.jpg) no-repeat;

text-align: center;
padding: 4px 0;height:110px;margin:auto;margin-bottom:30px;-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;behavior: url(http://jackwillson.com/marc/finale/css/PIE.htc)
}

img {border:none}
#topright{float:right}
.toprightone{padding-right:45px;padding-top:15px}

.toprighttwo{padding-left:65px;padding-top:65px}