/*---------------------------------------------------------------------------------
Yahoo YUI 2 RESET
---------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0; }
 
table {
	border-collapse: collapse;
	border-spacing: 0; }
 
fieldset,img { border: 0; }
 
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal; }
 
ol,ul { list-style: none; }
 
caption,th { text-align: left; }
 
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal; }
 
q:before,q:after { content: ''; }
 
abbr,acronym { border: 0; }

/*---------------------------------------------------------------------------------
Rebuild Edit of Yahoo Base
---------------------------------------------------------------------------------*/
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/*---------------------------------------------------------------------------------
Base Font Size
---------------------------------------------------------------------------------*/
html { font-size: 16px; /* Set default to 16px */ }
 
body {
	  font-size: 62.5%; /* 62.5% of 16px = 10px (1em) */
	  font-family: Georgia, Times, Times New Roman, serif; 
	  }
 
/*---------------------------------------------------------------------------------
Define All Type Stlyes & Sizes
---------------------------------------------------------------------------------*/
h1 {	font-size: 2.8em; } /* 28px */
 
h2 {	font-size: 2.4em; } /* 25px */
 
h3 {	font-size: 2.0em; } /* 20px */
 
h4 { font-size: 1.8em; } /* 18px */
 
h5 { font-size: 1.6em; } /* 16px */
 
p, li, dl { font-size: 1.6em; }  /* 16px */

/*----------------
Define All Colours
------------------

White - #FFF
Black - #000
V.V.L.Grey - #F9F9F9
V.L.Grey - #EEE
L.Grey - #CCC
M.Grey - #999
D. Grey - #666
V.D. Grey - #333
L.Blue - #3CF
 
----------------*/


/*---------------------------------------------------------------------------------
Basic Layout
---------------------------------------------------------------------------------*/

body {

}

#container {
	background: #FFF url('../images/chain_bg.gif') 20px top no-repeat;
	margin: 0 auto;
	padding: 20px;
	width: 920px;
	overflow: hidden;
}

#header {
	margin: 20px 0 0 0;
	padding: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
	#header h1 {
		margin: 0 0 20px 0;
	}
	
#logo {
	float: right;
	display: inline-block;
	width: 486px;
	height: 146px;
	position: relative;
}

#logo span { /*Image Replacement*/
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../images/nicolawyllie.gif') left no-repeat;
}

#nav {
	float: left;
	display: block;
	width: 920px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #CCC;
	margin: 2.5em 0;
	padding: 0;
	white-space: nowrap;
	clear: both;
}

	
	#nav li {
		float: left;
		display: inline;
		overflow: hidden;
		margin: 0 2px -1px 0;
		list-style-type: none;
		color: #999;
		padding: 0;
	}
	
	#nav li.shop-link {
		float: right;
		display: inline-block;
	}
	
	#nav li.current {
		padding: 10px;
		background: #F9F9F9;
		color: #000;
		border-bottom: 1px solid #000;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
	#nav li a {
		display: block;
		color: #999;
		padding: 10px;
		text-decoration: none;
	}
	#nav li a:hover {
		color: #333;
		background: #F9F9F9;
		border-bottom: 1px solid #000;
	}
	
#main {
	margin: 0;
	padding: 0;
	width: 920px;
	/*text-align: center;*/
	overflow: hidden;
}

	#main  #col1 {
		float: left;
		width: 430px;
		margin: 0;
		padding: 0 10px;
	}
	
	#main  #col2 {
		float: right;
		width: 460px;
		margin: 0;
		padding: 0;
	}
	
	#main p {
		margin: 0 0 1em 0;
		padding: 0;
		line-height: 1.4em;
		color: #333;
	}

	#main a {
		color: #000;
		text-decoration: underline;
	}
	#main a:hover {
		color: #3CF;
		text-decoration: underline;
	}
	#main img {
		margin: 0;
		padding: 9px;
		border-top: 1px solid #F9F9F9;
		border-left: 1px solid #F9F9F9;
		border-bottom: 1px solid #EEE;
		border-right: 1px solid #EEE;
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.05);		
	}
	
	#main dl {
		margin: 0 0 1em 0;
		padding: 0;
		line-height: 1.4em;
	}
	#main dt{
		margin: 2em 0 1em 0;
		padding: 0 10px 0 0;
		font-weight: bold;
	}
	
	#main dt.first{
		margin: 0 0 1em 0;
	}

	
	#main dd {
		margin: 0 0 1em 0;
		padding: 0;
	}
	
	#main blockquote {
		margin: 5em 0;
		padding: 0;
		line-height: 1.4em;
		font-size: 1.15em;
		font-style: italic;
		color: #333;
		text-align: center;
	}	
	
	#main blockquote span {
		font-size: 1.2em;
		font-weight: bold;
		color: #000;
	}

#footer {
	width: 920px;
	margin: 0 auto 20px auto;
	padding: 0;
	border-top: 1px solid #CCC;
	background: #F9F9F9;
}
	#footer p {
		margin: 0;
		padding: 10px;
		font-size: 1.3em;
		color: #CCC;
	}
	
		#footer p a {
			color: #CCC;
			text-decoration: none;
			text-transform: lowercase;
		}
		#footer p a:hover {
			color: #333;
			text-decoration: underline;
		}

		
/*Contact Form Styling Begins*/

fieldset {

}
	fieldset dl {
		margin: 0 0 0 0;
		padding: 0;
		line-height: 1.0em;
	}
	#main fieldset dt {
		float: left; 
		clear: left; 
		width: 100px;
		margin: 0;
		padding: 0;
		font-weight: normal;
	}
	
	#main fieldset dt label{
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	
	fieldset dd {
		margin: 0;
		padding: 0;
	}

	fieldset textarea {
		border: #CCC 1px solid;
		margin: 0;
		padding: 5px;
		width: 300px;
		font-family: Georgia, Times, Times New Roman, serif; 
		font-size: 0.9em;
		color: #666;
	}
	
	fieldset textarea:hover {
		border: #999 1px solid;
	}
	
	fieldset input {
		border: #CCC 1px solid;
		margin: 0;
		padding: 5px;
		width: 300px;
		font-family: Georgia, Times, Times New Roman, serif; 
		color: #666;
	}
	
	fieldset input:hover {
		border: #999 1px solid;
	}

	fieldset input#submit {
	margin: 1em 0 0 0;
	padding: 5px;
	cursor: pointer;
	width: 100px;
	}
	
	#main p.error {
		color: red;
		font-style: italic;
	}

/*Contact Form Styling Ends*/
