body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	margin:0px;
	background:url(../images/bg_tile.jpg);
}

/*============================LINKS====================*/

a{
	color:#000;
	text-decoration:none;	
}

a:hover{
	color:#fff;	
}

/*============================TEXT====================*/

h1{
	color:#000;
	padding:0 0 10px;
	border-bottom:1px solid #fff;
	text-shadow: 1px 1px 1px #999;
}

h2{
	text-shadow: 1px 1px 0px #f6f1ea;
	margin:0px;
}

h5{
	font-size:16px;	
}

.whitetest{
	color:#fff;	
}

/*============================DIVS====================*/
#wrapper{
	margin:0px auto 0;	
	width:1000px;
	padding:0px 0 106px;	
	background:url(../images/watermark.jpg) #dfdbd4 no-repeat center bottom;
	-moz-box-shadow: 0 0 20px 5px #333;
	-webkit-box-shadow: 0 0 20px 5px #333;
	box-shadow:0 0 20px 5px #333;
}

#banner{
	background:url(../images/adelaide_masonary_banner.jpg) center no-repeat;
}

#slideshow_wrapper{
	background:url(../images/bg_tile.jpg);	
}

#slideshow_shadow{
	background:url(../images/adelaide_masonary_slideshow_bg.png) center no-repeat;	
}

#info{
	width:980px;
	margin:0 auto 0;
	padding:10px;
}

#base_wrapper{
	position: fixed;
	bottom: 0px;
	z-index:20;
}

#base{
	background:url(../images/adelaide_masonary_base.png) no-repeat top center;
	width:1000px;
	margin:0 auto 0;	
	height:106px;
	color:#fff;
	font-size:11px;
}

#base a{
	color:#ccc0ac;
}

#base a:hover{
	color:#ccc;	
}

#baselinks a{
	display:block;
	border-bottom:1px solid #333;
	padding:0 5px 0;
}

#baselinks a:hover{
	background:#333;	
}

#specialbox{
	font-size:14px;	
	line-height:24px;
	text-shadow: 1px 1px 0px #f6f1ea;
}

#gallerybox{
	font-size:14px;	
	line-height:24px;
	text-shadow: 1px 1px 3px #f6f1ea;
}


#specialbox li{
	border-bottom:1px solid #f6f1ea;	
}
/*-------------------------------MENU ROLLOVERS--------------------------------*/
#menu_wrapper{
	width:670px;
	margin:40px 0 0;
	z-index:14;
	position:absolute;
}

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font-size:12px;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:30px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 5px 15px;
	float: left;
	text-decoration: none;
	color: #000;
	clear: both;
	width: 100%;
	font-size:16px;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color:#fff;
	background-position: left bottom;
	display:block;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}