@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body {
    min-height: 100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:67.5%;
	background-image:url(../binaries/background.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#5593c1;
}
.clearer { clear:both; }
p {
	font-size:1.1em;
	margin-bottom:10px;
}
a {	color:#FFFFFF; }

.sent {
	background:#00CC33;
	padding:10px;
	color:#FFFFFF;
	margin-left:10px;
}
select {
	margin-bottom:10px;
}
/*===============================================*/
/*===============================================*/
/*==============HEADER===========================*/
/*===============================================*/
/*===============================================*/

#header {
	width:100%;
	background:url(../binaries/header.png) top left repeat-x;
	height:136px;
}
#header #wrap {
	width:900px;
	margin:0 auto;
}	
h1#logo {
	background:url(../binaries/h1_top.jpg) top left no-repeat;
	float:left;
	width:300px;
	height:136px;
	text-indent:-999em;
	overflow:hidden;
}
#nav {
	margin-top:93px;
	float:left;
	margin-left:20px;
}
#nav li {
	display:inline;
	text-transform:uppercase;
	list-style:none;
	line-height:35px;
	font-size:1.1em;
	margin-right:20px;
}
#nav li a { color:#FFFFFF; text-decoration:none; }
#nav li a:hover { text-decoration:underline; }

#contactDetails { 
	background:url(../binaries/contactDetails.png) top right no-repeat;
	width:267px;
	height:42px;
	float:right;
	text-indent:-999em;
	overflow:hidden;
	margin-top:50px;
	display:block;
	outline:none;
}

/*===============================================*/
/*===============================================*/
/*==============CONTENT==========================*/
/*===============================================*/
/*===============================================*/
#container {
	width:900px;
	margin:0 auto -50px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom:30px;
}
h1#logo_bottom {
	float:left;
	width:300px;
	height:135px;
	background:url(../binaries/h1_bottom.png) top right no-repeat;
	text-indent:-999em;
	overflow:hidden;
}

/*===============================================*/
/*===============================================*/
/*==============FOOTER===========================*/
/*===============================================*/
/*===============================================*/
#footer, .push {
	height:50px;
}
#footer {
	background:url(../binaries/footback.png) top left repeat;
	font-size:0.8em;
}
#footer .wrap {
	width:900px;
	margin:0 auto;
}
#footer p {
	color:#FFFFFF;
	line-height:50px;
	margin-bottom:0px!important;
	
}
.copy {
	float:right;
	width:200px;
	text-align:right;
}
.credit {
	float:left;
	width:200px;
}

/*===============================================*/
/*===============================================*/
/*==============HOME PAGE========================*/
/*===============================================*/
/*===============================================*/
#home #mainCol {	
	width:540px;
	background:url(../binaries/text_back_600.png) top center repeat-y;
	padding:25px 30px 0px 30px;
	color:#FFFFFF;
	float:left;
}
#home .mainCol_lid {
	width:600px;
	background:url(../binaries/textback600top_bottom.png) top left no-repeat;
	height:7px;
	float:left;
}
#home #mainCol .left {
	width:320px;
	float:left;
}	

/*===============================================*/
/*===============================================*/
/*==============WIDE PAGE========================*/
/*===============================================*/
/*===============================================*/
#wide #mainCol {	
	width:840px;
	background:url(../binaries/textback_900.png) top center repeat-y;
	padding:25px 30px 30px 30px;
	color:#FFFFFF;
	float:left;
}
#wide .mainCol_lid {
	width:900px;
	background:url(../binaries/textback900_lid.png) top left repeat;
	height:7px;
	float:left;
}
#wide #mainCol .left {
	width:320px;
	float:left;
}
.artistPage #leftCol {
	width:101%!important;
	background:none!important;
	padding-right:0px!important;
}

#wide #leftCol {
	width:260px;
	float:left;
	background:url(../binaries/shadow.png) right top no-repeat;
	padding-right:30px;
}
#wide #rightCol {
	width:520px;
	float:right;
}

#wide #leftCol_wide {
	width:520px;
	float:left;
	background:url(../binaries/shadow.png) right no-repeat;
	padding-right:30px;
}
#wide #rightCol_thin {
	width:260px;
	float:right;
}

#wide #rightCol .pad-corrector {
	height:30px;
}

/*===============================================*/
/*===============================================*/
/*==============Enquirie FORM====================*/
/*===============================================*/
/*===============================================*/
#enquire {
	width:250px;
	margin-left:10px;
}
#enquire .text {
	width:240px;
	float:left;
	margin-bottom:10px;
	background:#333333;
	border:none;
	color:#FFFFFF;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
#enquire .text:focus {
	border:#999999 1px solid;
}
#enquire label {
	float:left;
	margin-bottom:5px;
	font-weight:bold;
}
#enquire textarea {
	height:100px;
}
#enquire .send_btn {
	float:right;
}

/*===============================================*/
/*===============================================*/
/*==============TITLE============================*/
/*===============================================*/
/*===============================================*/
.enquire_tilte {
	width:74px;
	height:22px;
	background:url(../binaries/title/enquire.png) top left no-repeat;
	text-indent:-999em;
	overflow:hidden;
	margin-bottom:10px;
}
.halsawyer_title {	
	width:255px;
	height:30px;
	margin-bottom:10px;
	text-indent:-999em;
	overflow:hidden;
	background:url(../binaries/title/halsawyer.png) top left no-repeat;
}
.contact_title {
	width:107px;
	height:22px;
	background:url(../binaries/title/contact.png) top left no-repeat;
	text-indent:-999em;
	overflow:hidden;
	margin-bottom:10px;
}
.welcome_title {
	width:126px;
	height:22px;
	text-indent:-999em;
	margin-bottom:10px;
	overflow:hidden;
	background:url(../binaries/title/welcome.jpg) top left no-repeat;
}
.artists_title {
	width:90px;
	height:23px;
	background:url(../binaries/title/artists.jpg) top left no-repeat;
	text-indent:-999em;
	overflow:hidden;
	margin-bottom:20px;
}

/*===============================================*/
/*===============================================*/
/*==============ARTISTS==========================*/
/*===============================================*/
/*===============================================*/

.artist {
	width:200px;
	float:left;
	margin-right:12px;
}
.artist a.title {
	width:185px;
	padding:5px;
	padding-left:10px;
	text-decoration:none;
	color:#FFFFFF;
	background:url(../binaries/grad1.jpg) bottom left repeat-x #cfe1ed;
	display:block;
}
.artistPreview a {
	width:200px;
	height:100px;
	text-indent:-999em;
	display:block;
	overflow:hidden;
}
.artistPreview {
		background-position:center;
}
.artist .shadow200 {
	width:200px;
	height:20px;
	background:url(../binaries/shadow200.jpg) top left no-repeat;
	float:left;
}
