/* Reset Common Tags */
html, body, div, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, p, a, form, a img {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}



/* HTML --------------------------------------------------------- */
/* -------------------------------------------------------------- */
html {
	font-size: 62.5%;
	background: #151515 url(../images/bg_html.jpg) repeat-x;
}



/* Body --------------------------------------------------------- */
/* -------------------------------------------------------------- */
body {
	top: 20px;
	position: absolute;
	width: 900px;
	float: left;
	left: 50%;
	margin: 0 0 0 -455px;
	font-family: Arial, Helvetica, sans-serif;
}



/* wrapper ------------------------------------------------------ */
/* -------------------------------------------------------------- */
#wrapper {
	width: 870px;
	float: left;
	padding: 15px;
	background: #000;
}



/* Header ------------------------------------------------------- */
/* -------------------------------------------------------------- */
#header {
	width: 870px;
	float: left;
	font-size: 1.3em;
	color: #fff;
}
	#header h1 {
		font-size: 1em;
	}
	#header h1 a {
		width: 442px;
		height: 75px;
		float: left;
		text-indent: -999999px;
		background: url(../images/logo.png) 0 0 no-repeat;
	}
	#header p {
		float: right;
		display: inline;
		text-align: right;
		line-height: 1.5em;
		margin: 0 30px 0 0;
	}
	#header p a {
		color: #fff;
		text-decoration: none;
	}
		#header p a:hover {
			border-bottom: 1px solid #9d6e57;
		}
	#header span.highlight {
		color: #9d6e57;
		font-weight: bold;
	}
	
	.header_small {
		font-size:10px;
		font-weight:bold;
	}

/* Navigation --------------------------------------------------- */
/* -------------------------------------------------------------- */
#nav {
	float: left;
	list-style: none;
	font-size: 1.2em;
	padding-left: 25px;
}
	#nav li {
		float: left;
		width: 100px;
		margin-right: 2px;
	}
	#nav li a {
		width: 100px;
		height: 20px;
		padding-top: 5px;
		border-bottom: 2px #000 solid;
		float: left;
		color: #fff;
		background: #3e3e3e;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
	}
	#nav li a:hover {
		color: #fff;
		background: #9d6e57;
	}
	
	/* Current tab */
	body.index #nav_home a,
	body.stores #nav_stores a,
	body.news #nav_news a,
	body.whatson #nav_whatson a, body.whatson_full #nav_whatson a,
	body.letting #nav_letting a,
	body.contact #nav_contact a,
	body.location #nav_location a
	{
		background: #161616;
		color: #fff;
	}
	
	body.index #nav_home a:hover,
	body.stores #nav_stores a:hover,
	body.news #nav_news a:hover,
	body.whatson #nav_whatson a:hover, body.whatson_full #nav_whatson a:hover,
	body.letting #nav_letting a:hover,
	body.contact #nav_contact a:hover,
	body.location #nav_location a:hover
	{
		color: #9d6e57;
		background: #161616;
	}



/* Main Content Wrapper ----------------------------------------- */
/* -------------------------------------------------------------- */
#content-wrapper {
	width: 845px;
	float: left;
	padding: 0 0 12px 25px;
	background: #161616;
}



/* Subnav ------------------------------------------------------- */
/* -------------------------------------------------------------- */
#subnav {
	width: 820px;
	height: 23px;
	float: left;
	display: inline;
	list-style: none;
	font-size: 0.9em;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px #fff dashed;
}
	#subnav li {
		float: left;
	}
	
	#subnav li.single a {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		float: left;
		display: inline;
		text-align:center;
		background-color:#3E3E3E;
		height:18px;
		padding:7px 6px 0px 6px;
		margin:0px 2px 0px 0px;
		vertical-align:middle;
	}
	
	#subnav li.double a {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		float: left;
		display: inline;
		text-align:center;
		background-color:#3E3E3E;
		height:24px;
		padding:1px 6px 0px 6px;
		margin:0px 2px 0px 0px;
		vertical-align:middle;
	}
	
	#subnav li.single.on a, #subnav li.double.on a {
		background-color:#161616;
	}
	
	#subnav li a:hover {
		color:#FFFFFF;
		background: #9d6e57;
	}
	
#spacer {
	width: 820px;
	height: 10px;
	float: left;
	display: inline;
	list-style: none;
	font-size: 0.9em;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px #fff dashed;
}
	
/* Large Banner ------------------------------------------------- */
/* -------------------------------------------------------------- */
#largebanner {
	width: 830px;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
}



/* Home page ad boxes ------------------------------------------- */
/* -------------------------------------------------------------- */
#adboxes {
	width: 564px;
	list-style: none;
	float: left;
}
	#adboxes li {
		width: 257px;
		float: left;
		display:inline;
		position:relative;
		margin:10px 25px 0px 0px;
		padding:0px 0px 7px 0px;
	}

/* Main --------------------------------------------------------- */
/* -------------------------------------------------------------- */
#main {
	width: 528px;
	float: left;
	padding: 0 20px 10px 0px;
}
body.full #main {
	width: 792px;
	padding-bottom: 20px;
	background: url(../images/bg-shadow-corner-full.jpg) bottom no-repeat;
}
	#main h2 {
		color: #9d6e57;
		font-weight: normal;
		font-size: 3.8em;
		font-family: Georgia, "Times New Roman", Times, serif;
		border-bottom: 1px dashed #9A9A9A;
		padding:0px 0px 5px 0px;
	}
	#main h3 {
		font-size: 2.3em;
		font-weight: normal;
		color: #ddd;
	}
		#main h3 img {
			vertical-align: text-bottom;
		}
	body.full #main h3 {
		padding: 10px 0;
	}
	body.location #main h3 {
		margin: 1em 0 -0.5em 0;	
	}
	#main p {
		color: #fff;
		font-size: 1.2em;
		margin: 1.5em 0;
	}
	#main p strong {
		color: #9d6e57;
		display: block;
	}
	#main a {
		color: #9d6e57;	
	}
	#main a:hover {
		color: #444;	
	}
	#main .main_img {
		float: left;
		margin: 12px 10px 0 0;
	}
	
	#main img.history {
		float: right;
		margin: 5px 0 0 0.5em;
	}
	
	#main div.iframe {
		float: left;
		display: inline;
		padding: 15px 0 0 0;
		border-top: 1px dashed #9A9A9A;
	}
	
	
	
/* Stores - page ------------------------------------------------ */
/* -------------------------------------------------------------- */
body.stores #main {
	width: 548px;
	margin-top: 10px;
	padding-right: 0;
}

/* Store guide -------------------------------------------------- */
/* -------------------------------------------------------------- */
#main #store_guide {
	position: relative;
	width: 528px;
	height: 345px;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	background: url(../images/stores/guide/bg_storeguide.png) 0 0 no-repeat;
}
	#main #store_guide li {
		position: absolute;
	}
		#main #store_guide li a {
			float: left;
			display: inline;
			text-indent: -999999px;
		}
	
	/* -- Ed Hardy -- */
	#main #store_edhardy a {
		top: 0;
		left: 0;
		width: 64px;
		height: 115px;
	}
		#main #store_edhardy a:hover {
			background: url(../images/stores/guide/ed_hardy.png) 0 0 no-repeat;
		}
	
	/* -- Edwards -- */
	#main #store_edwards {
		top: 1px;
		left: 64px;
	}
	#main #store_edwards a {
		width: 67px;
		height: 114px;
	}
		#main #store_edwards a:hover {
			background: url(../images/stores/guide/edwards.png) 0 0 no-repeat;
		}
	
	/* -- Nicholas Wines -- */
	#main #store_nicolas {
		top: 0;
		left: 176px;
	}
	#main #store_nicolas a {
		width: 60px;
		height: 152px;
	}
		#main #store_nicolas a:hover {
			background: url(../images/stores/guide/nicolas.png) 0 0 no-repeat;
		}
	
	/* -- Nicholas Wines -- */
	#main #store_general_store {
		top: 0;
		left: 236px;
	}
	#main #store_general_store a {
		width: 55px;
		height: 152px;
	}
		#main #store_general_store a:hover {
			background: url(../images/stores/guide/general_store.png) 0 0 no-repeat;
		}
	
	/* -- The design hub -- */
	#main #store_the_design_hub {
		top: 0;
		left: 291px;
	}
	#main #store_the_design_hub a {
		width: 65px;
		height: 152px;
	}
		#main #store_the_design_hub a:hover {
			background: url(../images/stores/guide/the_design_hub.png) 0 0 no-repeat;
		}
		
	/* -- H1 uk -- */
	#main #store_h1_uk {
		top: 0;
		left: 397px;
	}
	#main #store_h1_uk a {
		width: 63px;
		height: 116px;
	}
		#main #store_h1_uk a:hover {
			background: url(../images/stores/guide/h1uk.png) 0 0 no-repeat;
		}
	
	/* -- Intro menswear -- */
	#main #store_intro_menswear {
		top: 0;
		right: 0;
	}
	#main #store_intro_menswear a {
		width: 68px;
		height: 116px;
	}
		#main #store_intro_menswear a:hover {
			background: url(../images/stores/guide/intro_menswear.png) 0 0 no-repeat;
		}
	
	/* -- Austravel -- */
	#main #store_austravel {
		top: 117px;
		right: 0;
	}
	#main #store_austravel a {
		width: 131px;
		height: 54px;
	}
		#main #store_austravel a:hover {
			background: url(../images/stores/guide/austravel.png) 0 0 no-repeat;
		}
	
	/* -- Jill Black -- */
	#main #store_jillblack {
		top: 170px;
		right: 0;
	}
	#main #store_jillblack a {
		width: 130px;
		height: 56px;
	}
		#main #store_jillblack a:hover {
			background: url(../images/stores/guide/jillblack.png) 0 0 no-repeat;
		}
	
	/* -- Jeffery West -- */
	#main #store_jeffery_west {
		top: 226px;
		right: 0;
	}
	#main #store_jeffery_west a {
		width: 130px;
		height: 55px;
	}
		#main #store_jeffery_west a:hover {
			background: url(../images/stores/guide/jeffery_west.png) 0 0 no-repeat;
		}
	
	/* -- The kitchen -- */
	#main #store_the_kitchen {
		bottom: 0;
		left: 268px;
	}
	#main #store_the_kitchen a {
		width: 87px;
		height: 153px;
	}
		#main #store_the_kitchen a:hover {
			background: url(../images/stores/guide/the_kitchen.png) 0 0 no-repeat;
		}
	
	/* -- The circle bar -- */
	#main #store_the_circle_bar {
		bottom: 0;
		left: 205px;
	}
	#main #store_the_circle_bar a {
		width: 63px;
		height: 153px;
	}
		#main #store_the_circle_bar a:hover {
			background: url(../images/stores/guide/the_circle_bar.png) 0 0 no-repeat;
		}
	
	/* -- Design a sandwich -- */
	#main #store_design_a_sandwich {
		bottom: 0;
		left: 161px;
	}
	#main #store_design_a_sandwich a {
		width: 45px;
		height: 153px;
	}
		#main #store_design_a_sandwich a:hover {
			background: url(../images/stores/guide/design_a_sandwich.png) 0 0 no-repeat;
		}
	
	/* -- CoCu -- */
	#main #store_cocu {
		bottom: 73px;
		left: 0;
	}
	#main #store_cocu a {
		width: 161px;
		height: 110px;
	}
		#main #store_cocu a:hover {
			background: url(../images/stores/guide/cocu.png) 0 0 no-repeat;
		}
	
	/* -- AKA -- */
	#main #store_aka {
		bottom: 0px;
		left: 0;
	}
	#main #store_aka a {
		width: 161px;
		height: 64px;
	}
		#main #store_aka a:hover {
			background: url(../images/stores/guide/aka.png) 0 0 no-repeat;
		}
		
		

	/* -- Left col -- */
	body.stores div.leftcol {
		width: 205px;
		float:left;
		display: inline;
	}
	body.stores div.leftcol img.image_2 {
		margin-top: 18px;
	}
	body.stores #main div.leftcol h2 {
		margin-top: 0;
		color: #9d6e57;
		font-weight: normal;
		font-size: 2.5em;
		border-bottom: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	body.stores #main div.leftcol p.unit {
		font-size: 1.4em;
		color: #fff;
	}
	
	/* -- Right col -- */
	body.stores div.rightcol {
		width: 325px;
		float: right;
		display: inline;
		margin: 0 0 0 18px;
	}
	body.stores div.rightcol img.main {
		float: left;
		display: inline;
		clear: both;
	}


/* Sidebar ------------------------------------------------------ */
/* -------------------------------------------------------------- */
#sidebar {
	width: 267px;
	float: left;
	display: inline;
	margin: 0 0 0 17px;
}
body.full #sidebar {
	display: none;
}
	
/* Sidebar buttons ---------------------------------------------- */
/* -------------------------------------------------------------- */
#sidebar ul.sidenav {
	width: 254px;
	float: left;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
	#sidebar ul.sidenav li {
		margin-bottom: 1px;
	}
	#sidebar ul.sidenav li a {
		width: 254px;
		display: block;
		text-indent: -999999px;
	}
		/* -- history -- */
		#sidebar ul.sidenav li.history a {
			height: 38px;
			background: url(../images/sidebar/history.png) 0 0 no-repeat;
		}
		#sidebar ul.sidenav li.history a:hover {
			background-position: 0 -38px;
		}
		
		/* -- lettings -- */
		#sidebar ul.sidenav li.lettings a {
			height: 39px;
			background: url(../images/sidebar/lettings.png) 0 0 no-repeat;
		}
		#sidebar ul.sidenav li.lettings a:hover {
			background-position: 0 -39px;
		}
		
		/* -- store guide -- */
		#sidebar ul.sidenav li.storeguide a {
			height: 38px;
			background: url(../images/sidebar/storeguide.png) 0 0 no-repeat;
		}
		#sidebar ul.sidenav li.storeguide a:hover {
			background-position: 0 -38px;
		}
	



/* Opening times ------------------------------------------------ */
/* -------------------------------------------------------------- */
#opening_times {
	width: 266px;
	height: 116px;
	float: left;
	display: inline;
	margin: 18px 0 0 0;
	text-indent: -999999px;
	background: url(../images/opening_times.gif) 0 0 no-repeat;
}
	
	
/* Directions --------------------------------------------------- */
/* -------------------------------------------------------------- */
#directions {
	width: 266px;
	height: 82px;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	background: #323233 url(../images/bg_directions.jpg) 0 0 no-repeat;
}
	#directions h5 {
		color: #fff;
		font-weight: normal;
		font-size: 1.7em;
		padding: 8px 0 0 10px;
		margin: 0;
	}
	#directions ul {
		list-style: none;
		margin: 5px 0 5px 10px;
		padding: 5px 0;
		float: left;
		display: inline;
		border-top: 1px #aaa dashed; border-bottom: 1px #aaa dashed;
	}
		#directions ul li {
			float: left;
			display: inline;
		}
		#directions ul li a {
			color: #fff;
			text-decoration: none;
			font-size: 1.5em;
			height: 20px;
			margin-right: 7px;
			float: left;
		}
		/* Car */
		#directions-car a {
			padding-right: 28px;
			background: url(../images/directions-car.gif) right 0 no-repeat;
		}
		/* Bus */
		#directions-bus a {
			padding-right: 28px;
			background: url(../images/directions-bus.gif) right 0 no-repeat;
		}
		/* Train */
		#directions-train a {
			padding-right: 28px;
			background: url(../images/directions-train.gif) right 0 no-repeat;
		}
		/* Gps */
		#directions-gps a {
			padding-right: 28px;
			background: url(../images/directions-gps.gif) right 0 no-repeat;
		}
		
		
/* Footer icons ------------------------------------------------- */
/* -------------------------------------------------------------- */		
#footer_icons {
	width: 870px;
	height:85px;
	float: left;
	display: inline;
	background: #161616;
	border-top: 15px solid #000;
}
		
/* Footer ------------------------------------------------------- */
/* -------------------------------------------------------------- */
#footer {
	width: 900px;
	float: left;
	display: inline;
	color: #9a9a9a;
	background: #151515;
	padding:10px 0px 5px 0px;
}
	#footer p {
		float: left;
	}
	#footer p.nd {
		float: right;
	}
		#footer p a {
			color: #9a9a9a;
			text-decoration: none;
		}
		#footer p a:hover span.d90 {
			color: #0eb4ee;
		}

/* News --------------------------------------------------------- */
/* -------------------------------------------------------------- */
.news_post {
	float:left;
	display:inline;
	position:relative;
	border-bottom: 1px #9a9a9a dashed;
	margin:10px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	width:528px;
}

.news_post p {
	padding:5px 0px 10px 0px !important;
	margin:0px 0px 0px 0px !important;
}

.news_post_title {
	color: #FFFFFF !important;
	margin-top: 12px;
	text-decoration:none;
	font-size: 2.3em;
	font-weight: normal;
	color: #ddd;
}

.news_post .title {
	font-size: 1.6em  !important;
	font-weight: bold  !important;
	color: #9D6E57 !important;
	margin:0  !important;
}

.news_post_title:hover {
	color:#666666 !important;
}

.news_post ul, .news_post ol {
	color:#FFFFFF;
	font-size: 1.2em;
	padding:0px 0px 0px 25px;
	margin:0px 0px 0px 0px;
}

.news_post img {
	float:right;
	position:relative;
	display:block;
	margin:0px 0px 0px 0px;
	padding:2px 0px 10px 15px;
}

#news_pagination {
	width:528px;
	float:left;
	display:inline;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
}

#news_pagination_stats {
	float:left;
	display:inline;
	text-decoration:none;
}

#news_pagination_links {
	float:right;
	display:inline;
}
#news_pagination_links a {
	text-decoration:none;
}

.news_post_date {
	color:#FFFFFF;
	font-size:1em;
}

.news_embed {
	float:left;
	position:relative;
	display:inline;
	width:100%;
	padding:5px 0px 5px 0px;
	text-align:center;
}

/* MAP ---------------------------------------------------------- */
/* -------------------------------------------------------------- */
#map {
	float:left;
	display:inline;
	position:relative;
	width:528px;
	height:400px;
	overflow:hidden;
}


/* Admin -------------------------------------------------------- */
/* -------------------------------------------------------------- */
.admin_form {
	float:left;
	display:inline;
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
}

.admin_row {
	float:left;
	display:inline;
	position:relative;
	width:528px;
	background-color:#3E3E3E;
	margin: 5px 0px 0px 0px;
}
	.admin_row:hover {
		background-color:#E0E0E0;
	}
	.admin_row a {
		text-decoration:none;
		color:#A1725B !important;
		position:relative;
		display:inline;
		background-color:#3E3E3E;
	}
	.admin_row a:hover {
		text-decoration:none;
		color:#FFFFFF !important;
	}
	.admin_row .date {
		width:70px;
		float:left;
		display:inline;
	}
	
.admin_text {
	padding:5px 10px 5px 10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:408px;
}

.admin_edit {
	padding:5px 0px 5px 0px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	width:40px;
}

.admin_delete {
	padding:5px 0px 5px 0px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	width:60px;
}

.admin_input_row {
	float:left;
	display:inline;
	position:relative;
	background-color:#161616;
	margin: 0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	width:528px;
	wid\th:518px;
}

.admin_input_row.error {
	background-color:#FF0000;
	color:#FFFFFF !important;
}

.admin_input_row label {
	float:left;
	display:inline;
	position:relative;
	margin: 0px 0px 0px 0px;
	padding:7px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9D6E57;
	width:80px;
}

.form_input_area {
	float:left;
	display:inline;
	position:relative;
	width:518px;
}

.form_input {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	width:410px;
	padding:3px 3px 3px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	float:right;
	height:18px;
}

.form_area {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	width:410px;
	padding:3px 3px 3px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	float:right;
}

.admin_input_row_inner {
	float:right;
	display:inline;
	position:relative;
	width:420px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

a.admin_new {
	float:right;
	display:inline;
	position:relative;
	font-size:16px;
	text-decoration:none;
	margin:-40px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#3E3E3E;
	color:#FFFFFF !important;
	font-weight:bold;
	height:20px;
	width:20px;
	background-image:url(/media/images/cross.gif);
}
.admin_new:hover {
	background-color:#A1725B;
}

/* --- Buttons ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

.submit {
	width:100px;
	height:30px;
	border:0px;
	background:url(../images/button.gif) 0px 0px no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF !important;
	float:right;
	margin-left:11px;
}

.submit:hover {
	color:#9D6E57 !important;
	background:url(../images/button.gif) 0px -30px no-repeat;
}

.button_left {
	background:url(../images/button.gif) 0px 0px no-repeat;
	width:100px;
	height:30px;
	heig\ht:23px;
	padding-top:7px;
	float:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF !important;
	text-align:center;
	text-decoration:none;
}
.button_left:hover {
	background:url(../images/button.gif) 0px -30px no-repeat;
	cursor:pointer;
	color:#9D6E57 !important;
	text-decoration:none;
}