
body {
		background: url(../../images/bg.jpg) fixed top center;
}

	div#container {
			background: #FFFFFF;
			width: 1020px;
	}

		div#container div#header {
				width: 939px;
				margin: 0 0 0 40px;
				top: -9px;
				min-height: 171px;
			background: url(../../images/branding.jpg);
		}
		
			div#header img {
					display: none;
			}
			
			div#container div#header p.branding {
					display: block;
					color: #ffffff;
					margin-top: 117px;
					font-size: 2.7em;
					font-family: Georgia, Times, serif;
					letter-spacing: 1px;
					text-transform: lowercase;
			}
			
		div#container div.module_main_menu {
				width: 756px;
				height: 47px;
				margin: 0 0 10px 0px;
				background: #666 url(../../images/menu_bg.jpg);
		}
		
		div#menu {
				background: #666 url(../../images/menu_bg.jpg);
				margin: -9px 0 10px 40px;
				height: 47px;
				width: 939px;
		}

		div#menu img {
			padding: 0;
			margin: 0x 10px 0 0;
		}


			div#container div.module_main_menu ul li a {
					color: #fff;
					margin-top: 8px;
					padding: 0px 10px 35px 10px;
					background: transparent;
					font-size: 12px;
				
			}
		
			div#container div.module_main_menu ul li a:hover {
					color: #fff;
					text-decoration: underline;
			}


			div#container div.module_main_menu ul li a.current {
					color: #fff;
					background: url(../../images/current.gif) no-repeat 50%;
			}
			

		#submenu {
			clear: both;
			float: left;
			margin-left: 40px;
			width: 183px;
		}
		
		#submenu h2 {
			font-family: "Lucida Grande", Helvetica, Arial, sans-serif;				
		}

a {
	color: #ff8000;
}


a:hover {
	text-decoration: underline;
}


#submenu a {
	color: #666;
}


#submenu a:hover {
	color: #ff8000;
}


		
		#logos {
			background-color: #fff;
		}
		
		div#container div#content {
				padding-top: 0.7em;
				width: 539px;
				margin-left: 15px;
		}
		
		div#container div#additional {
				width: 183px;
				position: relative;
				float: left;
				margin: 0 0 0 10px;
		}

			div#cookie {
				width: 540px;
				margin: -25px 0 10px 0;
			}
		
			div#container div#content h1 {
					font-family: Georgia, Times, serif;
					font-style: normal;
					padding-bottom: 0;
					font-size: 2.6em;
					line-height: 36px;
					color: #000;
			}
			
		
			div#container div#content h2 {
					margin-top: 20px;
					margin-bottom: 20px;
					font-size: 2em;
			}
		


			div#container div#content p.date {
					top: 7.1em;
			}
			
		div#container div#footer {
				position: relative;
				clear: both;
				width: 1020px;
				margin: 10px 0 0;
				padding: 25px 0 15px;
				text-align: center;
		}
		
			div#container div#footer p {
					margin: 0.5em 0;
			}



	div#container div#footer a {
	}
	
	
		.module_product_selector {
			background-color: #ff8000;
			padding: 5px 5px 5px 10px;
			margin: 0 0 20px 0;
		}


		div#container.has_basket .module_product_selector {
			background-color: #ff8000;
			padding: 5px 5px 5px 10px;
			margin: 0 0 0 0;
		}
		
		.module_basket {
			background-color: #f0f0f0;
			background: #f0f0f0;
			padding: 0;
			margin: -20px 0 20px 0;
		}
		
		div#container.has_basket .module_basket {
			background-color: #f0f0f0;
			background: #f0f0f0;
			padding: 0;
			margin: 0 0 20px 0;
		}
		
		div#container div#additional {
			font-family: "Lucida Grande", Helvetica, Arial, sans-serif;	
		}
		
		div#container div#additional .module_basket h2 {
			background:  URL(../../images/basket_bg.jpg) repeat-x;
			padding: 10px 0 0 10px;
			color: #333;
		}

		div#container div#additional .module_basket ul {
			padding: 5px 0 0 10px;
			color: #333;
		}

		div#container div#additional .module_basket li {
			padding: 0 0 10px 0;
		}
		
		
		div#container div#additional .module_basket a {
			background: URL(../../images/go_checkout_bg.jpg) repeat-y;
			padding: 5px 88px 5px 5px;
			width: 183px;
			color: #fff;
			font-size: 12px;
		}

		div#container div#additional .module_basket a:hover {
			text-decoration: underline;
		}


		div#container div#additional .module_product_selector h2 {
			padding: 0.4em 0 0px;
		}

		div#container div#additional .module_product_selector p {
			color: #fff;
			margin-bottom: 4px;
			margin-top: 8px;
		}


		div#container div.module_search {
			margin-top: 0;
			background-color: #f0f0f0;
			padding: 10px;
		}
		
		div#container.has_basket div.module_search {
			margin-top: 20px;
			background-color: #f0f0f0;
			padding: 10px;
		}
		

	.module_in_this_section {
		margin-bottom: 30px;
	}

	.module_in_this_section h2 {
		background: URL(../../images/submenu_bg.jpg) no-repeat bottom;
		padding: 5px 5px 18px 10px;
		color: #fff;
		font-size: 1.2em;
	}

	.module_in_this_section ul {
		padding: 10px;
		background-color: #f0f0f0;
	}

	.module_in_this_section li {
		padding-bottom: 14px;
		font-size: 14px;
	}


div#container div#content p {
	font-weight: 400;
	font-size: 1.3em;
	color: #555555;
	line-height: 2em;
}


#content img {
	float: left;
	margin-right: 15px;
	padding-bottom: 14px;
		background: URL(../../images/img_shadow.jpg) repeat-x bottom;
}

#content strong {
	font-weight: bold;
}

.copyright {
			font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;			
			color: #999;
			font-size: 9px;
}

.copyright a {
	text-decoration: underline;
	color: #999;
}

.copyright a:hover {
	text-decoration: underline;
	color: #ff8000;
}

#cookie {
	color: #999;
}

#cookie a {
	color: #999;
	text-decoration: underline;
}

#cookie a:hover {
	color: #ff8000;
}

.searchResults {
	font-size: 14px;
}

.searchResults li {
	margin-bottom: 10px;
	line-height: 1.8em;
}


#content ul {
	list-style: square;
	font-size: 1.3em;
	color: #666;
	margin: 10px 0 0 25px;
}


#content li {
	margin-bottom: 10px;
}

table {
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	font-size: 1.2em;
}

td {
	height: 2em;
	border-left: solid 1px #999;
	padding: 10px;
}

tr {
	border-right: solid 1px #999;
}