@import url("nav.css");
@import url("tags.css");

/*----------------------------------------------------------------
MASTER STYLESHEET

Browser Compatibility: IE 6,7,8, FIREFOX, SAFARI, CHROME 

Color Scheme:
------------------
Font Green - #00853e;
Font Brown - #3e1200;
Background Light Yellow - #EBE5A9;
------------------

Developers & Designer:
**********************************
Justin Waite
email: justin.waite@rezstream.com
website:http://www.aetoswebdesign.com
**********************************
----------------------------------------------------------------*/
/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
*{ /**reset all**/
	margin:0;
	padding:0;
	outline:0;
	border:0 none;
	vertical-align:baseline;
	background:transparent;
}

img{
border:none;
}

.clear{
	clear:both;
	height:0;
}

body{
	text-align:center;
	font:normal 62.5%/16px Verdana, Arial, Helvetica, sans-serif;/*62.5% = 10px*/
	background-repeat:no-repeat;
	background-image:url(../images/body/bg-image.jpg);
	background-position:center top;
	background-color:#EBE5A9;
}

#main-wrapper{
	width:960px;
	text-align:left;
	margin:0 auto;
}

#logo{
	float:left;
	width:352px:
	height:133px;
}

#top-phone-number{
	float:right;
	width:179px;
	height:41px;
	padding-top:88px;
}

#slideshow{
    position:relative;
	width:960px;
	height:340px;
}

#slideshow IMG{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active{
    z-index:10;
}

#slideshow IMG.last-active{
    z-index:9;
}

#top-photo{
    position:relative;
	width:960px;
	height:340px;
}

#content-wrapper{
	width:940px;
	padding:18px 10px 0 10px;
}

.title-sub{
	margin-top:42px;
}

#content-left{
	float:left;
	width:700px;
}

#content-right{
	float:right;
	width:220px;
	padding:0 0 0 20px;
}

.banner-01{
	margin-bottom:40px;
	border:none;
}

.banner-02{
	margin-bottom:31px;
	border:none;
}

.photo-gallery img{
	float:left;
	width:150;
	height:69px;
	margin:6px 20px 0 0;
	border:2px solid #3e1200;
	padding:3px;
	background-color:#00853e;
}

img.photo-gallery-last{
	margin-right:0;
}

img.bottom-line{
	margin:60px auto 30px auto;
	width:940px;
}