/*
©2009 Jay Hollywood
www.jayhollywood.com.au

Description : Stylesheet

*/

/*---------------------------------------------- GLOBAL SETTINGS */


body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: .75em; 
	background: #000;
	color: #fff;
}

/*-------------------------------------------------------- LINK */


a {
	color: #ccc;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
}

h1 {
	font-size: 1.6em;
	padding: 0 0 10px 0;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	padding: 0 0 8px 0;
}

h3 {
	font-size: 1.3em;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}

h5 {
	font-size: 1em;
	padding: 0 0 4px 0;
}

h6 {
	font-size: .9em;
	padding: 0 0 2px 0;
}


/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.6em;
	padding: 0 0 1.25em 0;
}


/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}

#content li { 
	font-size: 100%;
	line-height: 1.6em;
}


/*-- nested lists --*/

#content ul ul {
	padding: 0 0 0 1.5em;
}

#content ol ol {
	padding: 0 0 0 1.5em;
}

/*------------------------------------------------------ LAYOUT */


#container {
	position: relative;
	width: 100%;
}

#flash {
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
}

#noflash {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 290px;
	display: block;
}

#content {
	width: 100%;
	background: url(../art/contentbg.gif) repeat-x bottom left #4f5456;
	border-top: #777878 1px solid;
	position: relative;
	z-index: 3;
	padding: 0 0 13px 0;
}

#main-content {
	width: 960px;
	background: url(../art/main-content.gif) no-repeat center bottom;
	position: relative;
	margin: 0 auto;
	min-height: 260px;
	padding: 30px 0;
}

#page-content {
	float: left;
}

#footer {
	width: 860px;
	margin: 0 auto;
	color: #555;
	font-size: .8em;
	text-align: right;
	background: url(../art/footerlogo.gif) no-repeat bottom right;
	padding: 14px 50px 0;
	font-family:Arial, Helvetica, sans-serif;
}

#footer p {
	padding: 0 0 4px 0;
}

#footer a {
	text-decoration: none;
	color: #aaa;
}

#footer a:hover {
	color: #fff;
}

/* TABLES -------------------------------------- TABLES */

table {
	font-size: 12px;
}

table tr td {
	padding: 0 10px 10px;
}


/* FORM -------------------------------------- FORM */

.contactForm {
	width: 500px;
	margin: 0 auto;
	display: block;
	}

.contactForm div {
	display: block;
	width: 100%;
	position: relative;
}

.contactForm label {
	width: 190px;
	float: left;
}

.contactForm label.error {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #F00;
	width: auto;
}

.contactForm input, .contactForm textarea {
	width: 300px;
	float: left;
	padding: 4px;
	border: 1px solid #333;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1em;
}


.contactForm button {
	float: right;
	background: url(/art/button-bg.png) repeat-x #a6a6a6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 10px;
	margin: 10px 0;
	}


/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}



#leftimage {
	float: left;
	margin: 0 20px 20px -60px !important;

}

.rightimage {
	float: right;
	margin: 0 -60px 20px 20px !important;
}






