/********** General Tags ***********/

html {
	padding: 0px;
	margin: 0px;
}

* html .visualIEFloatFix { height: 0.01%; }

body {
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Tahoma, serif;
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;	
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 100%;
}

h1 {
	font-family: Verdana, Tahoma, serif;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 100%;
	padding-bottom: 2px;
	color: #95b13f;
}

h2 {
	font-family: Verdana, Tahoma, serif;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 0px;
	width: 100%;
	color: #b00f15;
}

h3 {
	font-family: Verdana, Tahoma, serif;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0px;
	width: 100%;
	color: #5c3d21;
}

hr {
	border: 0px;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #dfc695;
	color: #dfc695;
}

input {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
}

textarea {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
}

select {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

blockquote {
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}

a {
	color: #065ecb;
}

a:hover {
	color: #032e64;
	background-color: lightblue;
}

/********** Structure ***********/

#TopStrip {
	width: 100%;
	height: 15px;
	font-size: 0px;
	margin-bottom: 20px;
	background-color: #e3d998;
	color: #875E39;
}

#ContentWrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#TopMiddleWrapper a {
	color: #5b3d22;
}

#TopMiddleWrapper a:hover {
	color: #699dca;
}

#TopCart {
	height: 52px;
	clear: both;
	margin: 0px;
	padding-top: 8px;
	color: #b01016;
}

	#TopCart img {
		border: none;
	}

#TopSearch {
	vertical-align: bottom;
	height: 52px;
	clear: both;
	margin: 0px;
	padding-top: 30px;
	color: #764617;
}

	#TopSearch .Textbox {
		width: 150px;
	}
	
	#TopSearch .Button {
		background-color: #b00f15;
		border-color: #b00f15;
		color: #fff;
	}
	
.TopLogo {
	width: 185px;
	height: 137px;/*114px;*/
	float: left;
}

#NavWrapper {
	float: right;
	clear: right;
	width: 585px;
}

#NewsletterSignup {
	text-align: right;
	margin-top: 5px;
	margin-left: 20px;
	width: 555px;
	height: 20px;
	border: solid 1px #8cb254;
	background-color: #f3f9eb;
	padding: 5px;
}

	#NewsletterSignup .PrivacyLink {
		font-size: 10px;
	}

	#NewsletterSignup a {
		color: #8cb254;
	}
	
	#NewsletterSignup a:hover {
		background-color: Transparent;
	}

	#NewsletterSignup .Textbox {
		border: 1px solid #949463;
		width: 170px;
	}
	
	#NewsletterSignup .Button {
		background-color: #8cb254;
		border-color: #000;
		color: #fff;
	}
		
#TopMenu {
	font-family: Verdana, sans-serif;
	margin-top: 5px;
	margin-left: 20px;
	width: 565px;
	height: 61px;
}

	#TopMenu ul, #TopMenu li {
		list-style: none;
		display: inline;
	}

	#TopMenu a {
		text-align: center;
		width: 113px;
		height: 19px;
		float: left;
		background-color: #442d18;
		border-left-color: #3B220A;
		border-right-color: #3B220A;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	
	#TopMenu a:hover {
		color: #fff;
		background-color: #442d18;
	}

.TopSubMenu {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 15px;
	padding: 6px;
	width: 553px;
	height: 14px;
}

	.TopSubMenu a {
		color: #fff;
	}

	.TopSubMenu ul, .TopSubMenu li {
		list-style: none;
		display: inline;
		margin: 0px;
		padding: 0px;
	}
	
#DefaultSubMenu {
	margin-left: 20px;
	width: 565px;
}

	#DefaultSubMenu ul, #DefaultSubMenu li {
		list-style: none;
		display: inline;
	}

	#DefaultSubMenu img {
		text-align: center;
		width: 113px;
		height: 15px;
		float: left;
	}

#MainContent {
	clear:both;
	padding-top: 5px;
	min-height: 400px;
}

#BottomStrip 
{
    width: 100%;
	margin-bottom: 0px;
	margin-top: 20px;
	font-family: Tahoma, Sans-Serif;
	font-size: 10px;
	padding: 10px;
	float: left;
	background-color: #e3d998;
	color: #875E39;
}

	#BottomStrip a {
		color: #875E39;
	}

	#BottomStrip a:hover {
		background-color: Transparent;
	}

	#Copyright {
		margin-right: auto;
		float: left;
	}
	
	#Validation {
		margin-left: auto;
		float: right;
	}

/********** Common Classes ***********/

.PageIntro {
	margin-top: 0px;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: solid 1px #e3d998;
	background-color: #fff9e1;
}

.NameInMap {
	color: #b0262b;
	font-weight: bold;
}

.BackToTop {
	clear:both;
}

	.BackToTop img {
		vertical-align: middle;
	}

.BorderedImage {
	padding: 3px;
	margin: 10px;
	border: solid 1px #bfabae;
}

.Button {
	background-color: #E0E0E0;
	color: #333;
	border: solid 1px #666;
}

.ImportantButton {
	font-weight: bold;
}

.Textbox {
	padding-left: 4px;
	border: solid 1px #d29294;
}

.DropDown {
	font-size: 10px;
}

.UserMessage {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

	.UserMessage img {
		float: left;
		vertical-align: middle;
		padding-right: 5px;
	}

.Fineprint {
	font-size: 9px;
}

.ValidationSummary {
	margin-bottom: 10px;
	padding: 8px;
	color: #f00;
	border: solid 1px #f00;
	background-color: #FFE8E8;
}


.Information {
	color: #00f;
	border: solid 1px #00f;
	background-color: #E8E8FF;
}

.Success {
	color: #0c3;
	border: solid 1px #0c3;
	background-color: #F0FFE1;
}

.Failure {
	color: #906;
	border: solid 1px #906;
	background-color: #F9EEF9;
}

.Warning {
	color: #f60;
	border: solid 1px #f60;
	background-color: #FFEDE1;
}

.Error {
	color: #f00;
	border: solid 1px #f00;
	background-color: #FFE8E8;
}

.Instructions {
	padding: 10px;
	margin-top: 20px;
	border: solid 1px #e3d998;
	background-color: #fff9e1;
	color: #666666;
}

	.Instructions h2 {
		margin-top: 5px;
	}
	
	.Instructions li {
		margin-bottom: 7px;
	}

/********** Basket Items ***********/

.BasketTable {
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
	margin-top: 20px;
	clear: both;
}
	.BasketTable tr {
		margin: 0px;
		border-bottom: solid 1px #e3d998;
	}

		.BasketTable td {
			padding: 3px;
		}
		
		.BasketTable th {
			text-align: left;
			padding-top: 3px;
			padding-bottom: 3px;
			padding-left: 8px;
			padding-right: 8px;
			color: #fff;
			background-color: #beab60;
		}

		.BasketTable .Quantity {
			width: 30px;
			float: left;
		}
		
		.Price {

		}	
		
		.TotalLabel {
			text-align: right;
			font-weight: bold;
		}
		
		.BasketTotal {
			font-weight: bold;
		}
		
		.QuantityUpDownImages {
			float: right;
		}
		
		.QuantityUpDownImages img {
			display: block;
			clear: both;
			border: none;
		}
		
.AccountDetailsTable {
	margin-left: 20px;
	width: 700px;
}

	.AccountDetailsTable th {
		width: 150px;
		text-align: right;
		padding-right: 5px;
	}

	.AccountDetailsTable .AccountDetailsText {
		width: 200px;
	}
	
	
.CheckoutProcess {
	text-align: center;
}