@charset "utf-8";
/*(C)2008 MACKS SOLICITORS - HAIRGONEWRONG.COM*/

/*
Created: Fri 28 Mar 2008
Author: Marc Remblance/firstbasedesign
Version: 1.0
*/

/* ----- Layout / Structure (Global) -----  */


html { 

	min-height: 100%; 
	
	margin-bottom: 1px; 
	
	}


* {

	margin : 0;
	
	padding : 0;
	
	}
	
	
body {

	background: #ccc url(../images/background.gif) repeat-y;
	
	height: 100%;
	
	font: small Arial, Geneva, Verdana, sans-serif;

	line-height: 1.4em;
	
	}
	

#wrapper {

	width: 852px;

	text-align: left;

	margin: auto;
	
	border: 1px solid #fff;

	}
	
	
#headerTop {
	
	height: 206px;
	
	}
	
	
#headerBottom {
	
	height: 177px;
	
	}
	

#nav {
	
	background: url(../images/navigation_bar.png);

	height: 64px;
	
	}
	
	
#mainContainer {

	float: left;

	width : 852px;

	background: url(../images/container.gif) repeat-y;

	}
	
	
#content {

	float: left;

	width: 550px;

	}


#sidebar {

	float: right;
	
	width: 302px;
	
	}
	
	
/* ----- Navigation -----  */


#nav, #nav li {
	
	font-family: Arial, Geneva, Verdana, sans-serif;
	
	font-weight: bold;

	}


#nav ul {

	float: right;
	
	font-size: .8em;
	
	margin-right: 16px;
	
	margin-top: 9px;
	
	text-align: center;
	
	}


#nav li {

    list-style: none;
	
    display: inline;
	
	}
	

#nav a {
    
	width: 120px;
	
    color: #fff;
	
	border: none;
	
    text-decoration: none;
	
    padding: 24px 16px 0 26px;
	
   	}


#nav a.active, #nav a:hover {
	
    color: #999;
	
	background: none;
	
	}


/* ----- Typography ----- */


h1 {

	font-size: 1.5em;

	color: #393125;
	
	padding: 0 0 15px 20px;

	}



h2 {

	font-size: 1.1em;

	color: #5c4f3c;
	
	padding: 5px 0 10px 20px;

	}
	
	
	
h3 {

	font-size: 1em;
	
	color: #5c4f3c;
	
	padding: 0 0 5px 15px;

	}
	
	
p {

	font-size: .9em;

	font-style: normal;
	
	line-height: 1.4em;

	color: #003;
	
	padding: 0 20px 15px 20px;

	}


/* ----- Links ----- */


a {

	color: #003;
	
	text-decoration: none;
	
	font-weight: bold;
	
	padding: 1px;
	
	border-bottom: 1px dotted;

	}


a:visited {

	color: #003;

	}


a:hover {

	color: #003;
	
	background-color: #d0d2d4;
	
	text-decoration: none;

	}


#footer a, #footer a:visited {

	color: #393125;

	text-decoration: none;

	}


#footer a:hover {

	color: #003;
	
	background: none;
	
	background-color: #d0d2d4;

	}
	

/* ----- Footer -----  */


#footer {

	font-size: .9em;

	background: url(../images/footer.png);
	
	height: 42px;

	clear: both;

	}
	
	
#footer #left {
	
	float: left;
	
	padding-left: 20px;
	
	}
	
	
	
#footer #right {
	
	float: right;
	
	padding-right: 20px;
	
	}
	
	
	
#footer #left, #right {
	  
	color: #003;
	
	padding-top: 15px;
	
	}
	
	
/* ----- Form -----  */


fieldset {
  
	margin: 10px 0 0 20px;
	  
	padding: 0; 
	
	} 


legend {  
	
	margin-left: 8px;  
	
	color: #003;  
	
	font-weight: bold; 
	
	} 


fieldset ol {  
	
	padding: 5px 5px 0 5px;  
	
	list-style: none; 
	
	} 


fieldset li {  
	
	padding-bottom: 15px; 
	
	} 


fieldset.submit {  
	
	border-style: none;
	
	float: none;  
	
	width: auto;  
	
	border: 0 none #fff;  
	
	padding: 0 0 20px 147px;  
		
	}
	
	
label {  
	
	display: block;
	
	float: left;  
	
	width: 130px;  
	
	margin-right: 10px;
	
	text-align: right; 
	
	}
	
	
input {
	
	border: 1px solid #036;
	
	}
	
	
textarea {
	
	font: small Arial, Geneva, Verdana, sans-serif;
	
	border: 1px solid #036;
	
	margin-top: 3px;
	
	}

	
/* ----- Various Classes/IDS -----  */


img {
	
	border: none;

	}
	
	
.polaroid {
	
	float: right;
	
	}
	
	
ul {
	
	padding: 0 0 15px 35px;
	
	list-style: circle;
	
	font-weight: bold;
	
	}