/* redefined html tags */
body {
	padding: 0;
	margin: 0 0 30px 0;
	text-align: center;
	font: small/1.5 Verdana, Arial, Helvetica, sans-serif;

	color: #fff;
	background: #000;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}


/* standard layout id's */
#container {
	position:relative;
	width:712px;
	margin: 0 auto;
	text-align: left;
	
	font-size: .9em;
}

#header {
	position: relative;
	margin-bottom:10px;
border-top: 1px solid #000;
	border-bottom: 7px solid #303030;
	padding-top: 78px;
	top: -1px;
}

#header #branding {
	display: block;
	width: 712px;
	border: 0;
	clear: both;
	background: url(/images/masthead.jpg) top right no-repeat;
	position: absolute;
	top: 0px;
	left: 0;
	height: 84px;
	z-index: 100;
}

#header #branding img {
	margin: 25px 0 25px 5px;

}


#main_content {
	position: relative;
	clear: both;
	margin-bottom:10px;
	padding: 20px 45px 70px 45px;
	
	font-family: Arial, Sans-Serif;
	line-height: 1.4em;
	word-spacing: 2px;

	color: #c8c8c8;
	border: 14px solid #131313;
	border-top-width: 17px;
	border-bottom-width: 15px;
}


#footer {
	position:relative;
	clear:both;
	height:25px;
	padding-left:0px;
	line-height:25px;
	border-top: 7px solid #222222;
	color: #373737;
	font-size: 9px;
}

#footer a {
	color: #7B7B7B;
	text-decoration: none;
}

#site_credits {
	display: inline;
}



/* main menu code */
div#main_menu {
	position: relative;
	width: 100%;
	z-index: 9;
	border-top: 7px solid #222222;
	font-size: 9px;
}

div#main_menu ul {
	margin: 0; 
	padding: 0 25% 0 0; 
	display: inline;
	
}


div#main_menu li {
	display: inline;
	list-style: none; 
	margin: 0px; 
	line-height:25px;
}

div#main_menu li a {
	display: inline;
	padding: 3px 2px 3px 6px; 
	
	color: #F77B00;
	background: url(/images/seperator.gif) left center no-repeat;
	
	font-size: 9px;
	word-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

div#main_menu #home a {
	background: none;
}

#main_menu #secondary_nav {
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

#main_menu #secondary_nav a {
	color: #7B95C0;
}

#main_menu #secondary_nav li {
	color: #fff;
}

div#main_menu #signin a {
	background: none;
}



#page-home #home a,
#page-about #aboutus a,
#page-shop #shop a,
#page-giftvouchers #giftvouchers a,
#page-prices #prices a,
#page-limecard #limecard a,
#page-news #news a,
#page-contact #contactus a
{
	color: #fff;
}


/*********************
/ General Base Styling
**********************/

ul {
	list-style-image: url(/images/bullets/list_bullet.gif);
}


/***************************\
|	Base Form Styling
\***************************/

form {
	width: 450px;
	margin: 1em 0;
	padding: 1em 50px 2em;
	background: #111;
	border: 1px solid #222;
	
}

	label, input, textarea {
		display: block;
		float: left;
		margin-bottom: 10px;
	}
	
	label {
		clear: left;
		margin-top: 0;
		width: 130px;
		padding-right: 20px;
	}
	
	label.required {
		font-weight: bold;
	}
	
	input.text, textarea {
		width: 200px;
		color: #DF7105;
	}
	
	input.text:focus, textarea:focus {
		background: #1b1b1b;
		border-color: #444;
	}
	
	input.hidden {
		display: none;
	}
	
	input.submit, input.image_submit {
		width: auto;
		float: none;
		margin: 0 0 0 150px;
		clear: left;
	}
	
	input.submit {
		padding-left: 8px;

		color: #fff;
		background-color: inherit;
		background: url(/images/bullets/orange_arrow.gif) center left no-repeat;
		border: none;
		
		font: 10px Georgia, "Times New Roman", Times, serif;		
		text-transform: uppercase;
		cursor: pointer;
	}
	
	form br {
		clear: left;
	}
	
	form h2 {
		clear: left;
	}
	
	form .explanation {
		clear: left;
		font-size: .9em;
		
		top: -5px;
		margin-left: 150px;
		margin-bottom: 10px;
	}
	
	form span.required {
		margin-left: 5px;
	}

label {
	color: #C8C8C8;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

input.text,
textarea,
select {
	color: #DF7105;
	background: #131313;
	border: 1px solid #2E2E2E;
}


a.fancy_link {
	padding-left: 10px;
	color: #fff;
	background-color: inherit;
	background: url(/images/bullets/orange_arrow.gif) center left no-repeat;
	border: none;
	
	font: 12px Georgia, "Times New Roman", Times, serif;		
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}


.clear {
	clear: both;
}



	/* Misc Stuff*/
	
	address {
		display: inline;
		margin: 0;
	}
	
	
	ol {
		color: #fff;
		font-size: 12px;
	}

/*****************************************\
/	Site Map
/*****************************************/

ul#site_map {
	margin: 1em 0;
	font-size: 1.1em;
}

ul#site_map li {
	margin: .5em 0;
}

ul#site_map li ul {
	margin: .8em 0;
	padding: 0 0 0 1em;
}

ul#site_map li ul li {
	list-style: none;
	padding-left: 10px;
	background: url(/images/bullets/orange_arrow.gif) center left no-repeat;
}

ul#site_map li a {
	text-decoration: none;
}

/*****************************************\
/	Tables
/*****************************************/


table.prices {
	margin: 0 0 1em 0;
	width: 600px;
	font: .9em/1.3em Verdana, Arial, Helvetica, sans-serif;
	
	color: #eee;
}

	table.prices col.item { width: 70%; }
	table.prices col.price { width: 30%; }
	
	table.prices tr th,
	table.prices tr td {
		padding: 3px 6px;
	}
	
	table.prices tr th { 
			border-bottom: 1px solid #777;
	}
	
	table.prices tr td { }
	
	table.prices tr td { 
		background: #222;
		border-bottom:  1px solid #333;
	}

/*****************************************\
/	Feedback Styling
/*****************************************/

#feedback {
	clear: both;
	margin: 20px 0;
	padding: 10px 10px;
	color:#ddd;
	background: url(/images/shop/backgrounds/grey_gradient.gif) repeat-x #333;
	border-top: 1px solid #777;
	border-bottom: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	#feedback.error {
		border-top: 1px solid #796666;
		border-bottom: 1px solid #866;
	}
	
	#feedback.success{
		
	}
	
	#feedback h3 {
		margin: .3em 0 .7em 0;
		color: #fff;
		font-size: 2.59em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 2em;
		text-align: left;
		font-weight: normal;
	}
	
	#feedback p {
		margin: .5em 0;
		padding: 0;
	}
	
	#feedback a {
		font-size: 1em;
		color: #993300;
	}
	
/*****************************************\
/	Dialog Styling
/*****************************************/

.dialog {
	clear: both;
	margin: 3em 15% 2em;
	padding: 1.5em 1em;
	
	color:#ddd;
	background: url(/images/shop/backgrounds/grey_gradient.gif) repeat-x #333;
	border: 1px solid;
	border-top-color: #777;
	border-right-color: #444;
	border-bottom-color: #555;
	border-left-color: #484848;
	

	text-align: center
}

.dialog h2 {
	margin: .3em 0 .7em 0;
	
	color: #fff;
	font-size: 2.59em;
}

.dialog p {
	margin: .3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.dialog a.option {
	font-size: 2em;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.dialog a.option {	margin: 0 40px; }
	
/*****************************************\
/	Form
/*****************************************/
	
form.login_form
{
	margin: 0;
	background: #111;
}

	/*************************************\
	/	
	/*************************************/

	form.login_form label {
		float: left;
		clear: left;
		padding: 3px 2px 3px 0px;
	}

	/* Inputs */

	form.login_form input.text, form.login_form input.password {
		float: left;
		width: 120px;
	}
	
	form.login_form input#username {
		width: 240px;
	}
	
	form.login_form input.hidden {
		display: none;
	}
	
	form.login_form input.submit
	{
		font-weight: bold;
		margin: 0 0 0 140px;
	}

	/*************************************\
	/	Misc / Bits
	/*************************************/
	
	#password_reminder {
		font-size: .8em;
		margin-left: 10px;
	}

	form.login_form br {
		clear: both;
	}


/***   Partners ***/

#partners {
	margin: 2em 0 0 0;
}

.partner {
	margin: 1em 0;
	padding: 5px;
	border: 1px solid #333;
	background: #131313;
	height: 95px;
}

.partner img {
	margin: -5px 20px -5px -5px;
	float: left;
	border: none;
}

.partner h2 {
	font-weight: bold;
	font-size: 120%;
	margin: 5px 0 8px 0;
}

.partner p {
	line-height: 1.3em;
	font-size: 95%;
	word-spacing: 1px;
}

.partner a.link {
	display: block;
	text-align: right;
	padding: 5px 10px 0 5px;
	font-size: 95%;
}

.de-em {
	text-transform: none;
	font-weight: normal;
	display: none;
}

.guttered {
	margin: 0 1em;
}

/***   About ***/

.about_callout {
	margin: 10px 0;
	padding: 10px 180px 10px 1em;
	color: #fff;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #A81D00;
	height: 74px;
}

.about_callout h2 a {
	text-decoration: none;
	font-weight: normal;
	margin-bottom: .3em;
	display: block;
}

.about_callout a {
	color: #fff;
	font-weight: bold;
}

#callout_formal.about_callout {
	background-image: url(/images/about/formal_bar.jpg);
}

#callout_suits.about_callout {
	background-image: url(/images/about/suits_bar.jpg);
}

#callout_shirts.about_callout {
	background-image: url(/images/about/shirts_bar.jpg);
}


.about_section {
	color: #fff;
	padding-left: 320px;
	margin-left: -20px;	
	background-repeat: no-repeat;
	background-position: top left;
}

#about_formal.about_section {
	background-image: url(/images/about/formal_col.jpg);
}

#about_suits.about_section {
	background-image: url(/images/about/suits_col.jpg);
}

#about_shirts.about_section {
	background-image: url(/images/about/shirts_col.jpg);
}

.about_section a.fancy_link {
	float: right;
}

.about_options {
	text-align: right;
}

.about_options a {
	margin: 0 10px;
}


/***************
	Other
****************/

div#map {
	float:left;
	margin-right:20px;
	text-align:center;
	width: 290px;
	
}

#contact_text {
	width:270px;
	float:left;
}

#main_content p.out_of_stock {
	display: block !important;
	margin: .8em 0 !important;
	font-size: 1.2em !important;
}

p.out_of_stock strong {
	margin-top: .3em;
	display: block;
	font-size: 1.5em;
	text-transform: uppercase;
}