/* @override http://www.ferwerdaart.com.au/newstyle.css */

/* @override http://rlg.com.au/style.css */

/* @override http://rlg.com.au/style.css */

*{
	padding: 0;
	margin: 0;
}

body{
	background: #000 url(/images/bg.jpg) no-repeat center top fixed;
	font-family: helvetica, arial;
	color: #fff;
}

a {
	text-decoration: underline;
	color: #660000;

}

/* @group Containers */

.top_menu{
	width: 850px;
	margin: 0 auto;
	padding: 10px 10px;

	
}

#thebody{
	min-width: 1500px;
	min-height: 1000px;
	overflow: auto;
	position: fixed;

}

 
#thebody img{
	z-index: -55;
	width: 100%;
	height: auto;
}


#wrapper{
	
	background: transparent url(/images/black.png) repeat;
	width: 770px;
	margin: 0 auto;
	padding: 0px 40px 40px 40px;
	margin-bottom: 20px;
    height: 660px;	
	
}

#business_name{
	height: 29px;
	width: 240px;
	float: right;
}
#business_name h1{
	color: #660000;
	font-size: 32px;
	font-weight: bold;

}
.menu_wrapper{
		background: transparent url(/images/white.png) repeat;
		width: 100%;
		z-index: 10;
		position: fixed;
		left: 0;
		top: 0;
}

/* @end */

/* @group Navigation */

#nav_container{
	width: 530px;
	float: left;
	padding-top: 8px;
	padding-left: 10px;	
}

ul.nav li{
	display: inline;
	margin-right: 10px;
	padding-right: 30px;
	height: 30px;
	font-weight: bold;
}

ul.nav li a{
	text-decoration: none;
	color: #660000;
}

ul.nav li a:hover{
	text-decoration: none;
	color: #660000;
	border-top: 4px solid #660000; 
}

ul.nav li a.selected{
	text-decoration: none;
	color: #660000;
	border-top: 4px solid #660000; 
}

/* @end */

/* @group Content */

#story{
	width: 220px;
	padding: 110px 40px 40px 40px;
	background: transparent url(/images/white.png) repeat;
	float: right;
	color: #660000;
}
#story-home{
	width: 220px;
	height:600px;
	padding: 110px 40px 40px 40px;
	background: transparent url(/images/white.png) repeat;
	float: right;
	color: #660000;
}

#home-images{
	width: 220px;
}

#gallery_story{
	width: 180px;
	padding: 110px 20px 40px 20px;
	background: transparent url(/images/white.png) repeat;
	float: right;
	display: inline;
	color: #660000;
}


#gallery_main{
	width: 480px;
	position: fixed;
	top: 125px;
	display:inline;

}

h1{
	font-size: 18px;
	margin-bottom: 10px;
}

p{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 16px;
}

p.tag{
	font-size: 60px;
	font-weight: bold;
	line-height: 65px;
	letter-spacing: -3px;
}

.image_gallery_thumb {
 float:left;
 padding:3px;
 border:1px solid #000;
 margin-right:10px;
 margin-bottom:15px;

}
.image_gallery_thumb a{

	text-decoration: none;

}

.image_gallery_thumb a:hover{
	background-color: #000;
	text-decoration: none;

}

.image-title{
float:left;
color:#660000;
font-style: italic;

}

.enlarge a{
float:right;
color:#660000;
text-decoration: none;
display: inline;
}

/* @end */

/* @group Footer */

#footer_container{
	width: 100%;

}

#footer.clearfix{
	width: 770px;
	margin: 0 auto;
	padding: 40px;
	background: transparent url(/images/black.png) repeat;

}


.column, .column3, .column2{
	float: left;
	width: 240px;
	margin-right: 20px;
}

.column3{
	margin-right: 0px;
}

#footer ul{
font-size: 12px;
}

#footer h2{
	font-size: 14px;
}

#footer a{
	font-size: 12px;
	color: #fff;
}

/* @end */





