﻿/* ********************************* */
/* ************ LAYOUT ************* */
/* ********************************* */

body
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 0.75em;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

:focus
{
	outline: 0;
}

img
{
	border: none;
}

div#Page
{
	text-align: center;
	background: url(../Img/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #bdaf94;
	margin: 10px;
	overflow: hidden;
}

div#Container
{
	width: 760px;
	position: relative;
	margin: 0 auto;
}

#FlashContainer
{
	margin-left: -70px; /* We can't relative position this since IE then renders it over the absolute menus */
	z-index: 1;
	height: 330px;
	padding-left: 70px;
}

#FlashContainer img
{
    position: absolute;
    width: 760px;
    height: 330px;
	left: 0;
}

div#RightNav
{
	position: absolute;
	right: 15px;
	top: 55px;
	width: 100px;
}
	div#RightNav a
	{
		display: block;
		height: 24px;
		padding-right: 30px;
		padding-top: 6px;
		margin-top: 0;
		font-size: 0.9em;
		font-style: italic;
		text-align: right;
		background-repeat: no-repeat;
		background-position: right top;
	}
	div#RightNav #ShowBasket
	{
		background-image: url(../Img/Buttons/basket.png);
	}
	div#RightNav #ShowProjects
	{
		background-image: url(../Img/Buttons/p.png);
		padding-top: 0px;
	}
	div#RightNav #ShowHelp
	{
		background-image: url(../Img/Buttons/help.png);
	}

div#LeftNav
{
	position: absolute;
	left: 15px;
	top: 55px;
	width: 100px;
}
	div#LeftNav a
	{
		display: block;
		height: 24px;
		padding-left: 30px;
		padding-top: 6px;
		font-size: 0.9em;
		font-style: italic;
		text-align: left;
	}
	.ShowLanguage
	{
		background-image: url(../Img/Buttons/language_en.png);
		background-repeat: no-repeat;
		background-position: left;
	}

div#CategoryMenu
{
	text-transform: uppercase;
}

div#MainContent
{
	margin: 0 auto 0 auto;
	width: 760px;
	clear: both;
}

div#Footer
{
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

div#Search
{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

	div#Search a
	{
		background-color: #ffffff;
		color: #6E6254;
		font-size: 0.9em;
		padding: 12px 10px 5px 10px;
	}
	div#Search a:hover
	{
		text-decoration: none;
		color: #24231E;
	}


div#SearchPopup
{
	width: 290px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6000;
	background-color: #ffffff;
	padding: 6px;	
	text-align: left;
}

	div#SearchPopup p
	{
		margin: 6px;
	}
	
	div#SearchPopup label
	{
		width: 70px;
		padding: 3px 3px 10px 3px;
	}
	
	div#SearchPopup input[type=text]
	{
		width: 150px;
	}
	
	div#SearchPopup a
	{
		width: 18px;
		height: 18px;
		text-indent: -6667px;
		padding: 0;
		margin: 0 0 0 5px;
		display: block;
		float: left;
	}
	
	div#SearchPopup a.Search
	{
		background-image: url(../Img/Buttons/find.png);
	}
	
	div#SearchPopup a.Close
	{
		background-image: url(../Img/Buttons/close.png);
	}
	
div.center
{
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
}

div.column
{
	float: left;
}

div.Validation
{
	margin: 20px;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #E5E1D8;
	color: #e00000 !important;
}

.clear			{ clear: both; }
.clearLeft		{ clear: left; }
.clearRight		{ clear: right; }

/* ********************************* */
/* ********* CATEGORY MENU ********* */
/* ********************************* */

#CategoryMenu
{
	list-style: none;
	padding: 2px 0 8px 0;
	margin: 0;
	width: auto;
	clear: both;
    z-index: 10000;
    position: relative;
}

	#CategoryMenu li
	{
		display: inline;
		text-transform: uppercase;
		font-size: 1.45em;
		position: relative;
		background-image: url(../Img/bullet2.png);
		background-repeat: no-repeat;
		background-position: right center;
		padding: 0 7px 0 5px;
		margin-bottom: 8px;
		line-height: 20px;
	}
	
	#CategoryMenu li a
	{
		color: #39352c;
	}
	
	#CategoryMenu li a:hover
	{
		text-decoration: none;
		color: #979086;
	}
		
	#CategoryMenu li a:hover
	{
		background-color: #e2d7c5;
	}
	
	#CategoryMenu li ul
	{
		position: absolute;
		top: 20px;
		left: -25px;
		display: none;
		opacity: 0.85;
		margin: 0;
		padding: 0;
		background-color: #f0f0f0;
		width: 160px;
		clear: both;
    	z-index: 9998;
	}
		#CategoryMenu li ul li
		{
			font-style: italic;
			text-transform: none;
			font-size: 0.86em;
			border-bottom: 1px solid black;
			text-align: left;
			margin: 0;
			padding: 0;
			display: block;
			background-image: none;
		}
		#CategoryMenu li ul a
		{
			padding: 5px;
			margin: 0;
			display: block;
			width: 140px;
			height: 100%;
		}

		#CategoryMenu li ul li:hover
		{
			background-color: #e2d7c5;
		}

		#CategoryMenu li ul a:hover
		{
			color: #39352c;
		}
		
		#CategoryMenu li ul span.title
		{
			display: block;
			float: left;
			width: 120px;
		}
		
		#CategoryMenu li ul span.count
		{
			display: block;
			text-align: right;
			float: left;
			width: 20px;
		}


/*	#CategoryMenu li:hover ul
	{
		display: block;
	} */


/* ********************************* */
/* ************ STYLES ************* */
/* ********************************* */

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	text-transform: uppercase;
	color: #39352C;
}

a
{
	text-decoration: none;
	color: #24231e;
}

a:hover
{
	text-decoration: underline;
	color: #6e6254;
}

p, td, label
{
	color: #39352c;
	font-size: 0.95em;
}

hr
{
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #e2d7c5;
}

h1.MainTitle
{
	font-size: 2.8em;
	color: #24231e;
	margin: 0 auto 18px auto;
	padding-top: 30px;
	width: 111px;
	height: 42px;
	background-image: url(../Img/soane.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent: -6667px;
	cursor: pointer;
}
	h1.MainTitle a
	{
		text-decoration: none;
		color: #24231e;
		display: block;
	}
	h1.MainTitle span
	{
		font-size: 0.30em;
		display: block;
	}

#MainMenu
{
	font-style: italic; 
	color: #39352c;
	padding: 0;
	margin: 0 auto;
	font-size: 0.95em;
}
	#MainMenu li
	{
		background-image: url(../Img/bullet1.png);
		background-repeat: no-repeat;
		background-position: right center;
		padding: 0 6px 0 2px;
		margin: 0;
		display: inline;
	}
	
	#MainMenu li.last
	{
		background: none;
		padding-right: 0;
	}

	#MainMenu a
	{
		padding: 0;
		margin: 0;
	}

	#MainMenu a:hover
	{
		color: #6e6254;
	}

div.Messages
{
	margin: 10px auto 10px auto;
	width: 740px;
	background-color: #ffffff;
	padding: 10px;
}

div.headingText
{
	color: #39352C;
	border-top: 1px solid #979086;
	padding: 0 120px 0 120px;
	margin: 0;
	font-size: 1.05em;
	line-height: 1.4em;
}
	div.headingText h2
	{
		margin: 12px;
	}
	div.headingText p
	{
		margin: 12px;
		font-style: italic;
	}

div.content
{
	background-color: #ffffff;
	padding: 10px;
}

	div.content h2
	{
		font-size: 1.45em;
		color: #575757;
	}

	div.content p
	{
		font-style: italic; 
	}
	
	div.content a
	{
	    color: #6e6254;
	    text-decoration: underline;
	}
	
	div.content a:hover
	{
	    color: #24231e;
	}

div#Footer
{
	font-size: 0.85em;
}

	div#Footer a
	{
		color: #39352c;
	}

p.ContactDetails, p.ContactDetails a
{
	color: #6e6254;
}
	p.ContactDetails a
	{
		text-decoration: underline;
	}

p.Copyright
{
	color: #8b806c;
}

.price
{
	font-weight: bold;
	font-size: 1.3em;
	color: #39352c;
}

a.NextButton
{
	clear: left;
	display: block;
	float: left;
	padding: 2px 0 0 25px;
	margin: 10px 0 0 130px;
	height: 18px;
	background: url(../Img/Buttons/next.png) no-repeat left;
}

/* ********************************* */
/* ************ POPUPS ************* */
/* ********************************* */

div.Login
{
	width: 95%;	
	/*width:400px;*/	
	margin-left:auto;
	margin-right:auto;
}

div.Login table
{
	width: 100%;		
	text-align:left;
}

div.Login table tr td span label
{
	width: 80%;
	margin:0px;
	margin-top:2px;		
}

div.Login table tr td.col1
{	
	width:48%;	
}
div.Login table tr td.col2
{	
}
div.Login table tr td.col3
{	
	text-align:left;	
}
div.Login table tr td.col3 input
{	
	margin:0px;
	padding:0px;
}

div.Login table tr td.col3 a
{	
	margin:0px;
	padding:0px;
	margin-left:5px;	
}

div.Login table tr td.row1
{	
	margin-top:3px;
	margin-bottom:3px;
}
div.Login table tr td.row2
{		
}
div.Login table tr td.row2 input
{
	margin:0px;
	padding:0px;
	width:80%;		
}
div.Login table tr td.row3
{		
}

div.Popup
{
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 9000;
	background-color: #ffffff;
	top: 0px;
	height: 100%;
	text-align: center;
	border-left: 1px solid #e2d7c5;
	border-right: 1px solid #e2d7c5;
	overflow:hidden;
}

a.ClosePopup
{
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../Img/Buttons/close.png);
	text-indent: -6667px;
	padding: 0;
	margin: 0;
}

div.PopContent
{	
	display:block;
	overflow:scroll;
	top:0px;	
	height:99.3%;
		
}

div#MiniBasket
{
	right: 0px;
	width: 290px;
	/*overflow: scroll;*/
	border-right: none;
}
	div#MiniBasket div#BasketSummary
	{
		/* overflow: scroll; */
	}

	div#MiniBasket div.BasketItem
	{
		padding: 10px;
		margin: 10px;
		border: 1px solid #e5e1d8;
		width: 200px;
	}
	
	div#MiniBasket div.BasketItem p.productName
	{
		font-size: 1.2em;
		font-style: normal;
		text-transform: uppercase;
		width: 100px;
		margin: 0 auto 0 auto;
	}
	
	div#MiniBasket div.BasketItem p.quantity
	{
		font-size: 0.8em;
		margin-bottom: 4px;
	}
	
	div#MiniBasket div.BasketItem p.price
	{
		margin-top: 4px;
	}
	
	div#MiniBasket div.BasketItem a
	{
		display: block;
		color: #ffffff;
		height: 18px;
		font-style: italic;
	}
	div#MiniBasket div.BasketItem a:hover
	{
		color: #24231E;
		text-decoration: none;
	}
		
	div#MiniBasket div.BasketItem a.Update
	{
		float: left;
		padding-left: 24px;
		background-image: url(../Img/Buttons/edit.png);
		background-position: left;
		background-repeat: no-repeat;
	}

	div#MiniBasket div.BasketItem a.Remove
	{
		float: right;
		padding-right: 24px;
		background-image: url(../Img/Buttons/remove.png);
		background-position: right;
		background-repeat: no-repeat;
	}

div#Help
{
	right: 0px;
	width: 400px;
	text-align: left;
	border-right: none;
	/*overflow:scroll;	*/
}

	div#Help ul
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}

	div#Help li
	{
		display: inline;
	}

	
	
div#Help div.content h2
{
	margin: 0 auto 20px auto;
	color:#3f3f3f;	
	font-size:21px;
	text-align: center;
}	

div#Help div.content ul
{
	width:95%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	color:#3f3f3f;
	font-style:italic;

}	

div#Help ul li
{		
	color:#3d3d3d;		

}	
div#Help ul li a img
{		
	margin:3px 5px 4px 3px;			
	height:2px;
	width:2px;

}	

div#Help ul li.first
{	
	list-style-type:none;
}

div#Help div.content div.InfoItem
{
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;	
}	

div#Help div.content div.InfoItem ul
{
	display:block;
}

div#Help div.content div.InfoItem ul li
{
	display:block;
}

div#Help div.content div.InfoItem h2
{
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	font-size:17px;
	width:95%;
}	

div#Help div.content div.InfoItem h3
{
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	font-size:14px;
	width:90%;
}

div#Help div.content div.DocRotator
{
	width:11%;
	margin-left:auto;
	margin-right:auto;
	
}
div#Help div.content div.DocRotator div
{
	width:20px;
	margin-left:auto;
	margin-right:auto;	
	float:left;
}

	
div#Currency
{
	left: 0px;
	width: 300px;
	padding-top: 40px;
	border-left: none;
}


	div#Currency a
	{
		display: block;
		padding: 40px 0 40px 0;
		font-style: italic;
	}
	
	div#Currency a.CurrencyGBP, div#Currency a.CurrencyUSD, div#Currency a.CurrencyEUR
	{
		height: 18px;
		background-image: url(../Img/Buttons/gbp.png);
		background-repeat: no-repeat;
		background-position: top center;
		margin: 20px auto 20px auto;
		padding: 28px 0 0 0;
	}
	
	div#Currency a.CurrencyUSD
	{
		background-image: url(../Img/Buttons/usd.png);
	}
	
	div#Currency a.CurrencyEUR
	{
		background-image: url(../Img/Buttons/eur.png);
	}
	
div#Projects
{
	right: 0;
	width: 300px;
	border-right: none;
}
	div#Projects h2
	{
		margin-bottom: 45px;
	}
	
	div#Projects p
	{
		margin-bottom: 20px;
		font-style: normal;
		text-transform: uppercase;
		font-size: 1.2em;
	}
	
	div#Projects p.selected a
	{
		padding: 0 0 2px 24px;
		background-image: url(../Img/Buttons/next.png);
		background-repeat: no-repeat;
		background-position: center left;
	}
	
	div#Projects #AddNewProject
	{
		margin: 80px auto 0 auto;
		width: 180px;
	}
	
	div#Projects #AddNewProject a.AddButton
	{
		padding-top: 20px;
		background: url(../Img/Buttons/add.png) top center no-repeat;
	}
	
	div#Projects #AddNewProject div
	{
		padding-top: 16px;
	}
	
	div#Projects #AddNewProject label, div#Projects #AddNewProject input
	{
		float: none;
		padding: 0;
	}
	

/* ********************************* */
/* ********** FORM STYLE *********** */
/* ********************************* */

fieldset
{
	border: none;
	padding: 20px 0 20px 0;
	margin: 0;
}

label
{
	text-align: right;
	float: left;
	clear: left;
	font-style: italic;
	padding-right: 20px;
	width: 110px;
}

input, textarea, select
{
	float: left;
	border: 1px solid #e8e4de;
	margin-bottom: 12px;
}

input[type=text], input[type=password], textarea, select
{
/*	background-color: #f6f2ec; */
	width: 180px;
}

input[type=text].required, input[type=password].required, textarea.required, select.required
{
	background-color: #f6f2ec;
}

input.small, select.small
{
	width: 60px !important;
	margin-right: 10px;
}

input[type=image]
{
	clear: both;
	margin-left: 130px;
}

input[type=checkbox]
{
	clear: left;
}

textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
}

.aspFix input
{
	margin-top: 2px;
	margin-bottom: 0;
}

.aspFix label
{
	clear: none;
	width: auto;
	padding-left: 10px;
}

div.Column50Left, div.Column50Right
{
	float: left;
	width: 49%;
	
}

div.Column33Left
{
	float: left;
	width: 32%;
}

a.Close
{
	background-image: url(../Img/Buttons/close.png);
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -6667px;
}

a.Next
{
	background-image: url(../Img/Buttons/next.png);
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -6667px;
}

.alt
{
	background-color: #f4f4f4;
}

/* IE6 fails hard at fixed positioning, so hack around it */
div#Page > div#MiniBasket { position: fixed; }
div#Page > div#Help { position: fixed; }
div#Page > div#Projects { position: fixed; }
div#Page > div#Currency { position: fixed; }
