/********************************************
	AUTHOR:			Troy Dean 
   	WEBSITE:   		http://www.hullabaloocreative.com
	CLIENT NAME:	Fur Group
   	CLIENT SITE:	http://www.mylesav.com.au/erskine
	VERSION:		1.0          	
 *******************************************/ 

/***********************************
	Myles AV Erskine on the Beach
************************************/

/***********HTML ELEMENTS***********/

/*TOP ELEMENTS*/

* { margin: 0px; padding: 0px; }

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: #FFFFFF;
}

p { font-size: 1.2em; }

/*LINKS*/

a {
	font-weight: bold;
	color: #0099CC;
}

a:hover {
	color: #009966;
}

/*HEADINGS*/

h1 { 
	font: bold 1.8em Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-transform: uppercase;
}
h2 { font: bold 2.4em Georgia, "Times New Roman", Times, serif; text-transform: capitalize; color: #666666; }
h3 { font: bold 1.2em Georgia, "Times New Roman", Times, serif; text-transform: lowercase; color: #999999; }

/*BLOCKQUOTE*/

blockquote {
	margin-top: 10px;
	padding: 10px; 	   
	color: #000;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-top: 1px dotted #999900;
	border-bottom: 1px dotted #999900;
	background: url(images/bg_quote.png) no-repeat center center;
}

/*IMAGES*/

img { border: 1px solid #000; }

/***********LAYOUT DIVS**********/

/*CONTAINER*/

#container {
    display: block;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 10px;
}

/*HEADER*/

#header {
    display: block;
	width: 800px;
	height: 142px;
	text-align: left;
	background: url(images/bg_header.png) no-repeat top left;
}

#header h1 {
	padding: 70px 10px 40px 120px;
}

/*LOGO*/

#logo {
    display: block;
	width: 76px;
	height: 104px;
	float: left;
	position: relative;
	top: 20px;
	left: 30px;
	text-align: left;
	background: url(images/logo.png) no-repeat top left;
}

/*HEADER_IMG*/

#header_img {
    display: block;
	width: 123px;
	height: 122px;
	position: absolute;
	right: 10px;
	top: 10px;
	float: right;
	background: url(images/presentation.png) no-repeat top left;
}

/*CONTENT*/

#content {
	display: block;
	position: relative;
	width: 740px;
	margin-left: 9px;
	float: left;
	padding: 20px 20px 10px 20px;
	text-align: left;
	border: 1px solid #999999;
	border-bottom: none;
	z-index: 901; /* required for links to work after incorporating iepngfix.htc behaviour in ie6 stylesheet... go figure */
}

/*WELCOME*/

#welcome {
	display: block;
	float: left;
	width: 322px;
	text-align: left;
}

#welcome h2 { 
	display: block;
	width: 322px;
	padding: 2px 0px 2px 10px;
	color: #000;
	background: url(images/h1_bg.png) no-repeat top left;
}

#welcome p { padding: 10px 10px 0px 10px; }

#welcome ul { padding: 10px 10px 0px 20px; }

#welcome li {
	display: list-item;
	list-style: none;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	padding: 5px 5px 5px 25px;
	background: url(images/list_mark.png) no-repeat center left;
}

/*HERO*/

#hero {
	display: block;
	float: right;
	width: 400px;
	padding-bottom: 10px;
	text-align: right;
}

/*THUMBS*/

#thumbs {
	float: right;
	width: 400px;
	text-align: right;
}

#thumbs h2 { 
	display: block;
	width: 382px;
	padding: 2px 10px;
	color: #000;
	background:url(images/h1_bg.png) no-repeat top right;
}

#thumbs ul { padding: 10px; }

#thumbs li {
	display: inline;
	list-style: none;
	list-style-image: none;
    padding-left: 5px;
}

#thumbs p { padding: 10px; text-align: right; }

.thumb {
	margin: 3px 0px;
	padding: 2px;
	border: 1px solid #000;
}

/*CONTACT*/

#contact {
	display: block;
	float: right;
	width: 400px;
	text-align: right;
}

#contact h2 { 
	display: block;
	width: 382px;
	padding: 2px 10px;
	color: #000;
	background:url(images/h1_bg.png) no-repeat top right;
}

#contact address { padding: 10px; font-style: normal; }

/*LINKS*/

#links {
	display: block;
	position: relative;
	float: right;
	width: 400px;
	text-align: right;
}

#links h2 { 
	display: block;
	width: 382px;
	padding: 2px 10px;
	color: #000;
	background:url(images/h1_bg.png) no-repeat top right;
}

#links p {
	display: block;
	padding: 10px 0;
	}

/*FOOTER*/

#footer {
    display: block;
	width: 800px;
	height: 40px;
	float: left;
	text-align: left;
	background: url(images/bg_footer.png) no-repeat top left;
}

/*VALID BADGES*/
.valid { padding: 10px; border: none; }

/*SITE_CREDIT*/

#site_credit {
	display: block;
	position: relative;
	width: 800px;
	padding-bottom: 20px;
	margin-top: 10px;
	color: #000;
	text-transform: uppercase;
}

#site_credit a {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}

#site_credit a:hover {
	text-decoration: none;
}

/***********ADDITIONAL CLASSES***********/

.external_link { padding-right: 15px;
				 background: url(images/external.png) no-repeat top right; }

/*******************************************
	          END OF STYLESHEET
********************************************/
