/* Main Structure */
body {
	margin:0px;
	padding:0px;
}

#page {
	/* Wrapper for all content within a page	 */
	margin: 0px auto;
	padding: 0px;
	width: 950px;
}

#top{
	/* header of the website that contains logo, and main menu structure */
	margin: 0;
	padding: 0;
	width: 950px;
	height: 113px;
	clear: both;
	z-index: 10;
}

#middle{
	/* main content of the website goes here */
	margin: 0;
	padding: 0;
	width: 950px;
	/* 
		Minimum Height functionality for this div.
		Allows you to set a minimum height whilst still allowing...
	*/
	min-height:536px;  
    height:auto !important;  
    height:536px;
	/* 
		..for increases in the div's height when content 'spills' over.
		Courtesy of www.adamkparker.com 
	*/    
	background-color: #fff;
	clear: both;
	z-index: 1;
}


#content {
	margin: 0;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 2;
}

.flash_container {
	/* 
		Fix to attempt to set the z-index for flash
		to ensure it appears BENEATH the css dropline menu.
		Not actually being picked up, so have written the z-index
		directly to a div tag that contains the flash embed + object
		code. Have left it here as a reminder that its needed to ensure
		the z-index is correctly adhered to.
	*/
	z-index: 5;
}

#bottom{
	/* footer of the website - any content associated with this area goies here */
	margin: 0;
	padding: 0;
	width: 950px;
	height: 113px;
	clear: both;
}

/* Main Items */
#logo {
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: left;
	width: 190px;
	height: 113px;
	padding-bottom: 7px;
}

#group_2 {
	margin: 0;
	padding-top: 22px;
	padding-bottom: 1px;
	width: 32px;
	float: right;
	text-align: center;
	color: #fff;
	background-image: url(../images/bg_basket_count.png);
	background-position: bottom;
	background-repeat: no-repeat;
	font-family: Times;
	font-size: 10px;
}

#group_3 {
	margin: 0;
	padding: 0;
	width: 130px;
	float: right;
	text-align: right;
}

#droplinetabs1 {
	margin: 0;
	padding: 0;
	float: right;
}

#group_4 {
	/* 
		Newsletter
	*/
	margin: 0;
	padding: 0;
	padding-top: 43px;
	padding-right: 5px;
	float: left;
	text-align: left;
	font-style: italic;
	color: #fff;
}
#group_5 {
	/*
		Newsletter Input Box Container
	*/
	margin: 0;
	padding: 0px;
	padding-top: 43px;
	float: left;
	text-align: center;
	width: 200px;
 	width: 860px;
 	display: block; 
}
#hint_1 {
	/*
		Newsletter Input Box
	*/
	margin: 0;
	padding: 0;
	margin-left: 10px;
	border: none;
	background: #3F3345;
	font-family: Georgia, Sans-Serif;
	font-size: 11px;
	height: 12px;
	font-style: italic;
	color: #A096AF;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background: url(../images/bg_newsletter_email.png) no-repeat left center;
	width: 200px;
	height: 14px;
}
#group_5 form {
	margin: 0;
	padding: 0;
}

/* Footer Menu */
#footer_menu {
	/* 
		Mini Menu 
	*/
	margin: 0;
	padding: 0;
	padding-top: 16px;
	width: 500px;
	float: left;
	text-align: left;
	clear: left;
	color: #A096AF;	

}
#copyright {
	/* 
		Copyright
	*/
	margin: 0;
	padding: 0px;
	padding-top: 16px;
	float: right;
	text-align: left;
}

/* SEO Div and styling */

.seo_div {
	margin: 0;
	padding: 0;
	width: 288px;
	width: 950px;	
}

.seo_heading {
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #A096AF;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	line-height: 15px;
	letter-spacing:0px;
	background: url(../images/seo_header_bg.png) no-repeat;
}
.seo_information {
	padding: 5px 10px;
	background-color:#fafafa;

	/*margin: 0;
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;*/
	color: #A096AF;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	line-height: 15px;
	letter-spacing:0px;
}

