/*Greg Bartlett Jeweller CSS
Created by M9Media - www.m9media.com.au
[Copyright - M9Media 2009]*/

* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #000 url(strip.jpg) repeat-x;
	text-align: left;
}
p {
	padding-bottom: 15px;
}
a:link, a:active, a:visited {
	color: #644154;
	text-decoration: none;
}
a:hover {
	color: #c2a1b3;
	text-decoration: underline;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #644154;
}
h2 {
	font-size: 11px;
	margin-bottom: 8px;
	color: #9C6382;
}
li {
	padding-bottom: 8px;
	list-style: none;
}
/*==========Template Divs===========*/

#container {
	margin: 0 auto;
	width: 900px;
	background-color: #000;
}
#masthead {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 95px;
	background-image: url(masthead.jpg);
	background-repeat: no-repeat;
}
#banner {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 150px;
	background-color: #fff;
}
#top {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 25px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
}
#content {
	float: left;
	margin: 0px;
	padding: 10px 20px 0px 65px;
	width: 390px;
	display: inline;
	position: relative;
	text-align: justify;
}
#rightcolumn {
	display: inline;
	margin: 0px;
	padding: 10px 0px 0px 30px;
	width: 390px;
	float: left;
	text-align: justify;
}
#rightcontact {
	display: inline;
	margin: 0px;
	padding: 10px 0px 0px 30px;
	width: 390px;
	float: left;
	text-align: right;
}
#footer {
	width: 900px;
	height: 100px;
	clear: both;
	color: #666;
	margin: 0px;
	padding: 25px 0px 0px 65px;
	background: url(footer.jpg) no-repeat;
}
#footerLeft {
	width: 500px;
	height: 100px;
	margin: 0px;
	float: left;
}
#footerRight {
	width: 330px;
	height: 100px;
	float: left;
	margin: 0px;
	text-align: right;
	color: #333333;
	font-size: 9px;
}

/*=========Top Navigation=========*/

#nav {
	width: 900px;
	padding-left: 46px;
	height: 40px;
	background-image: url(navbg.jpg);
	background-repeat: no-repeat;
	z-index: 100;
}
#homebtn {
	height: 40px;
	width: 85px;
	display: block;
	float: left;
	background: url(button_home.jpg) top left no-repeat;
}
#homebtn:hover {
	background-position: bottom left;
}
#servicesbtn {
	height: 40px;
	width: 94px;
	display: block;
	float: left;
	background: url(button_services.jpg) top left no-repeat;
}
#servicesbtn:hover {
	background-position: bottom left;
}
#gallerybtn {
	height: 40px;
	width: 100px;
	display: block;
	float: left;
	background: url(button_gallery.jpg) top left no-repeat;
}
#gallerybtn:hover {
	background-position: bottom left;
}
#historybtn {
	height: 40px;
	width: 100px;
	display: block;
	float: left;
	background: url(button_history.jpg) top left no-repeat;
}
#historybtn:hover {
	background-position: bottom left;
}
#contactbtn {
	height: 40px;
	width: 99px;
	display: block;
	float: left;
	background: url(button_contact.jpg) top left no-repeat;
}
#contactbtn:hover {
	background-position: bottom left;
}
#faqbtn {
	height: 40px;
	width: 65px;
	display: block;
	float: left;
	background: url(button_faq.jpg) top left no-repeat;
}
#faqbtn:hover {
	background-position: bottom left;
}

/*=========Other Classes===========*/

.m9media {
	font-size: 9px;
	color: #666;
}
.clear {
	clear: both;
}
.right {
	float: right;
	width: auto;
	padding: 2px 0px 8px 15px;
}
.left {
	float: left;
	width: auto;
	padding: 2px 15px 8px 0px;
}
