/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	}
	
h1, h2 { margin:0; padding:0; }	
	
a:link, a:active, a:visited {
	color:#aaa;
	}
	
a:hover { color:#006699; }		
	
#flashcontent {
	width: 100%;
	height: 600px;
	}
/* end hide */

body {
	height:100%;
	margin:0;
	padding:0;
	background:#292929;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ddd; 
	}
	
#wrapper {
	width:941px;
	margin:0 auto;
	}
	
#header {
	background:#282828 url(img/head_bg.png) repeat-x;
	width:100%;
	height:80px;
	margin-bottom:40px;	
}


#logo { float:left; border:none; }

#nav { float:left; margin-left:175px; margin-top:50px; text-transform:uppercase; }

#gallerys { float:right; width:200px; text-align:right; background:url(img/select.png) no-repeat; }

select { margin-top:45px; }

#mainwrapper { 
	width:941px;
	margin:0 auto;
	}
	
#mainwrapper img { float:left; margin-right:30px; }

#fronttext { float:right; width:280px; }	

blockquote {
text-align:justify;
margin:22px 0px;
color:#ccc;
padding: 0 0 0 50px;
background: url("img/blockquote.png") no-repeat 0 0;
}

#contact { margin-top:60px; }

#contact img { margin-right:20px; border:none; }	

#contact h2 { font-size:1.3em; }


#navlist
{
margin: 0;
padding: 0 0 20px 10px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #ddd;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 2px solid #006699;
padding-bottom: 2px;
background: transparent;
color: #ddd;
}

#navlist a:hover { color: #ddd; }