/*---------------------------------------------------------------------------------
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: "Century Gothic", Helvetica, Arial, sans-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 { font-size: 1.6em; }  /* 16px */

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

White - #FFF
Black - #000
Pink - #C06
----------------*/


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

body {
	background: #C06 url(../images/pinksparkle_bg.jpg) top center;
	color: #FFF;
}

#container {
	margin: 0 auto;
	width: 960px;
}


#header {
	float: left;
	width: 180px;
	height: 382px;
	margin: 0 15px 15px 0;
	padding: 0;
	background: #000;
}
	#header h1 {
		margin: 0;
	}
	
#logo { 
	float: left;
	display: inline-block;
	width: 180px;
	height: 240px;
	position: relative;
	margin: 0 15px 0 0;
}

#logo span { /*Image Replacement*/
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../images/logo.gif') left no-repeat;
	-webkit-box-shadow: 1px 0px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 0px 2px rgba(0,0,0,0.4);
	box-shadow: 1px 0px 2px rgba(0,0,0,0.4);
}

#main {
	margin: 0;
	padding: 0;
}
	#main ul#samples {
	overflow: hidden;
	width: 765px;
	margin: 0;
	padding: 0;
	}
		#main ul#samples li {
			width: 245px;
			height: 184px;
			float: left;
			list-style: none;
			margin: 0;
			padding: 0 15px 15px 0;
		}
			#main ul#samples li.last {
			padding: 0;
			}
			
			#main ul#samples li img {
				-webkit-box-shadow: 1px 0px 2px rgba(0,0,0,0.4);
				-moz-box-shadow: 1px 0px 2px rgba(0,0,0,0.4);
				box-shadow: 1px 0px 2px rgba(0,0,0,0.4);
			}

	#main #info {
		float: right;
		width: 505px;
		min-height: 170px;
		padding: 15px 0 0 0;
		background: #000;
		-webkit-box-shadow: 1px 0px 2px rgba(0,0,0,0.4);
		-moz-box-shadow: 1px 0px 2px rgba(0,0,0,0.4);
		box-shadow: 1px 0px 2px rgba(0,0,0,0.4);
	}	
			
		#main #info h2 {
			margin: 0;
			padding: 15px 30px 30px 0;
			text-align: right;
		}
		
		#main #info h3 {
			margin: 0;
			padding: 0 30px 30px 30px;
			text-align: right;
		}
	
	#main #contact {
		float: left;
		width: 440px;
		min-height: 170px;
		padding: 15px 0 0 0;
		background: #000;
		-webkit-box-shadow: 1px 0px 2px rgba(0,0,0,0.4);
		-moz-box-shadow: 1px 0px 2px rgba(0,0,0,0.4);
		box-shadow: 1px 0px 2px rgba(0,0,0,0.4);
	}
	
		#main #contact p {
			margin: 0;
			padding: 15px 30px;
			text-align: right;
		}
		
		#main #contact a {
			font-weight: bold;
			text-decoration: none;
			color: #C06;
		}
		
		#main #contact a:hover {
			text-decoration: underline;
		}
		
		
	
#footer {
	float: right;
	margin: 10px;
	color: #FFF;
	font-size: 0.75em;
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
}
	#footer a {
		color: #FFF;
		text-decoration: none;
	text-transform: lowercase;
	}
	#footer a:hover {
		color: #FFF;
		text-decoration: underline;
	}

