@charset "UTF-8";

#wrap {
	position: relative;
	width: 780px;
	margin: 10px auto 0 auto;
	min-height: 600px;
	background-color: #58422A;
}

#header {
	background-color: #fff;
}

#logo {
	margin-left: 20px;
}

#nav {
	height: 37px;
	background: url(../assets/backgrounds/header_bg.gif) repeat-x;
}

#nav ul {
	margin: 0 0 0 15px;
	padding: 4px 0 0 0;
}

#nav li {
	display: inline;
}

#content_1 {
	position: relative;
	height: 268px;
	padding: 20px 10px 0 0;
	background: url(../assets/backgrounds/content_bg.gif) 7px 0 repeat-x;
}

#flashcontent {
	margin: 0 0 0 -75px;
}

#button_1 {
	position: absolute;
	left: 440px;
	top: 25px;
}

#button_2 {
	position: absolute;
	left: 329px;
	top: 104px;
}

#button_3 {
	position: absolute;
	left: 550px;
	top: 168px;
}

#button_4 {
	position: absolute;
	left: 550px;
	top: 100px;
}

#content_2 {
	width: 350px;
	margin: 40px 10px 10px 340px;
}

ul#footer {
	margin: 30px 20px 20px 0;
	text-align: right; 
}

ul#footer li {
	display: inline;	
}

.ie_margin_fix {
	position: relative;
	left: -4px;
}

.inline {
	display: inline;
}

#footer_home {
	position: absolute;
	bottom: 0;
	right: 10px;
}


#review1,
#review2,
#review3,
#review4,
#review5{
     position:absolute;
     left:180;
     top:25;
     z-index:9;
     visibility:hidden;
     padding : 10px;
     width : 480px;
     border : solid black 1px;
	 background-color:#a58c68;
	 height:550px;
	 overflow:visible;
     }