/* CSS Document */

#header{
	width: 750px;
	height: 61px;
	margin: auto;
}
	#header_inner{
		width: 668px;		/* 673px */
		height: 51px;		/* 61px */
		padding: 5px 5px 5px 0px;
		float: right;
		clear: none;
		text-align: right;
		font-size: 11px;
		color: White;
		background-color: #004D91;
	}
	#header_home{
		padding: 20px 5px 0px 0px;
		float: right;
		clear: both;
	}
	#header_logo
	{
		float: left;
		background-color: #004D91;
		text-align: center;
		width: 75px;
	}


#top{
	width: 750px;
	height: 250px;
	margin:  2px auto 0px auto;
	clear: both;
}


#bottom{
	width: 750px;
	margin: 2px auto 0px auto;
	clear: both;
}

	#bottom_left{
		width: 239px;		/* 239px */
		/*height: 237px;		 237px */
		float: left;
		clear: none;
	}
		#designer_link{
			width: 238px;		/* 239px */
			height: 207px;		/* 207px */
			overflow: hidden;
			clear: both;
		}
		#table_menu{
			border: 0px;
			clear: both;
		}

			.menuitem{
				width: 74px;			/* 78px */
				height: 129px;		/* 135px */
				background-color: #004D91;
				margin: 2px 2px 2px 0px;
				padding: 4px 2px 2px 2px;
				overflow: hidden;
			}
	
	#bottom_right_long{
		width: 495px;			/* 509px */
		 /* hack to set min height in IE */
 		height: auto !important;
 		height: 420px;			/* 450px */
		min-height: 420px;		/* 450px */
		background-color: #FFFFFF;
		float: right;
		border: 2px solid #BAB9AC;
		padding: 10px 10px 10px 0px;
	}
	#bottom_right{
		width: 495px;		/* 509px */
		 /* hack to set min height in IE */
 		height: auto !important;
 		height: 213px;			/* 237px */
		min-height: 213px;		/* 237px */
		background-color: #FFFFFF;
		float: right;
		border: 2px solid #BAB9AC;
		padding: 10px 10px 10px 0px;
		clear: none;
	}
		#content_row
		{
			 /* hack to set min height in IE */
 			height: auto !important;
 			height: 160px; 
 			min-height: 160px;
		}
			.content_title{
				width: 143px;		/* 143px */
				float: left;
				text-align: right;
			}
			#basket{
				width: 460px;		/* 470px */
				float: left;
				padding: 0 0 0 10px;
			}		
			#content{
				width: 330px;		/* 340px */
				float: right;
				padding: 0 10px 0 0;
				margin: 0;
				clear: none;
			}
			#content p{
				padding: 0 0 10px 0;
				margin: 0;
			}
		#gallery_row{
			height: 40px;		/* 40px */
			margin: 10px 0 0 0;
			clear: both;
		}
			#gallery_content{
				width: 340px;		/* 340px */
				height: 40px;		/* 40px */
				overflow: hidden;
				float: right;
			}


#footer
{
	clear: both;
	width: 750px;
	height: 15px;
	margin: 6px auto 0px auto;
}
	#footerlinks{
		float:left;
	}
	#madeinguernsey{
		float:right;
		margin-right: 2px;
	}





