@charset "utf-8";
/* CSS Document for Advent Designers 2010 */


html, body {
	
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:18px;
	
}
	
#container {
	
	width:738px;
	height:100%;
	margin:0 AUTO;
	padding:0 AUTO;
}

#header {
	
	width:738px;
	height:169px;
	background:url(images/header.jpg) no-repeat;
	
}

#body_top {
	
	width:500px;
	height:150px;
	margin-left:15px;
	float:left;
	
}

#body_top_contact {
	
	width:500px;
	height:480px;
	margin-left:15px;
	float:left;
	
}


#body_right{
	
	width:180px;
	height:150px;
	float:right;
	
}

#body_bottom {
	
	margin:15px;
	text-align:right;
	
}

#body_top_gallery {
	
	width:700px;
	height:400px;
	margin-left:15px;
	
}

#nav {
	
	width:520px;
	position:relative;
	top:57px;
	left:200px;
	

	
}

#nav img { margin-left:90px;}

a {
	text-decoration:none;
	color:#06C;
	
}

a img {border:none;}

.gallery_grid { width: 175px; float: left; }
.gallery_grid img  { border:none;}


.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}
