
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 0px;
	padding: 0px; 
	background-color: #050505;
}	 

div {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #D6C9CB;
}

p {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #D6C9CB;
	margin: 0px 0px 10px 0px;
}

li {
	font-size: small;
	color: #D6C9CB;
}

td {
	font-size: small;
	color: #D6C9CB;
	vertical-align: top;
}

img {
	border: 0px;
}

a {
	font-size: small;
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans-serif;
	text-transform: uppercase;
	font-size: 280%;	
	color: #d6c9cb;
	margin: 0;
	padding: 0;
}

#page_content_home h1 {
	font-size: 320%;	
}

h2 {
	font-family: arial, verdana, sans-serif;
	text-transform: uppercase;
	font-size: 140%;	
	color: #d6c9cb;
	margin: 0;
	padding: 0;
}

form {
	margin: 0px;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: small;
}

/* page element styles */ 
 
#top_bar {
}

#navigation {
	clear: both;
	padding-top:20px;
}

#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	padding: 0;
}

#footer {
	clear: both;
	padding: 10px 0 30px 0;
	text-align: center;
}

#footer div {
	font-size: 85%;
	color: #fff;
}

#footer a {
	color: #fff;
	font-size: 100%;
}


/* content page */

#page_content {
	float: left;
	width: 800px;
	padding: 30px 0 20px 0;
}

#page_content #col1 {
	float: left;
	width: 300px;
}

#page_content #col2 {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 30px;
}

/* home page */

.home_bg {
	background: url(../images/home-bg.jpg) no-repeat top center #050505;
}

#page_content_home {
	float: left;
	width: 800px;
	height: 414px;
}

#page_content_home #main_col {
	float: left;
	width: 670px;
}

#page_content_home #col1 {
	float: left;
	width: 320px;
}

#page_content_home #col2 {
	float: left;
	width: 320px;
	margin: 0px 0px 0px 30px;
}

#page_content_home #col3 {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 30px;
}

/* nav styles */

.nav_item {
	display: block;
	height: 14px;
}

.nav_item_active {
	display: block;
	height: 14px;
	background-position: 0 -14px  !important;
}

.nav_item:hover {
	background-position: 0 -14px  !important;
}

.nav_item span, .nav_item_active span {
	display: none;
}

#nav_home {
	width: 67px;
	background: url(../images/nav/home.png) no-repeat 0 0;
}

#nav_contact {
	width: 105px;
	background: url(../images/nav/contact.png) no-repeat 0 0;
}

#nav_biography {
	width: 125px;
	background: url(../images/nav/biography.png) no-repeat 0 0;
}

#nav_gallery {
	width: 101px;
	background: url(../images/nav/gallery.png) no-repeat 0 0;
}

#nav_links {
	width: 58px;
	background: url(../images/nav/links.png) no-repeat 0 0;
}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 32px;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	top: 239px;
	width: 120px;
	padding: 0 5px 0 5px;
	border: 3px #fff solid;
	border-top: 0;
	z-index: 99;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* row table styles */


#colour_table {
	border: 1px #111 solid;
	border-spacing: 0;
}

#colour_table th, #colour_table td {
	padding: 8px;
	border: 1px #111 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

#colour_table .r0, #colour_table th {
	background: #090909;
}

#colour_table .r1 {
	background: #000;
}

/* gallery styles */

.gallery_item {
	float: left;
	padding: 0 60px 30px 0;
}

.gallery_3 {
	padding: 0 0 30px 0;
}

.gallery_image {
	position: absolute;
	top: 107px;
	left: 79px;
	background: #000;
	width: 650px;
	height: 460px;
	z-index:98;
}

#cover {
	background: #000; 
	position: fixed; 
	z-index: 97; 
	top: 0px; left:0px; 
	width: 100%;
	height: 100%;
	filter: alpha(opacity=80); 
	opacity: .8;
	cursor: pointer;
	visibility: hidden;
}

.g_title {
	position: absolute;
	top: 537px;
	left: 89px;
	margin-left: -5000px;
	z-index:99;
}

/* general styles */

.machine {
	font-size: 160% !important;
	text-transform: uppercase;
}

.padded_img img {
	padding: 0px 10px 10px 10px;
}

.smallText {
	font-size: 80%;
}

.smallText a {
	font-size: 100%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.pad30lr {
	padding: 0px 30px 0px 30px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}
