﻿/* MAIN HTML CLASSES */
HTML, BODY, FORM
{
	font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
	color: #423117;
	font-size: 13px;
	background-color: #d2ccc3;
	width: 100%;
	margin: 0px;
}

.Alt
{
	color: #423117;
}

H1
{
	font-weight: bold;
	font-size: 15px;
	color: #423117;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


H2
{
	font-weight: bold;
	font-size: 14px;
	color: #da8538;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

P
{
	font-size: 13px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}

A
{
	color: #da8538;
	text-decoration: underline;
}
A:Hover
{
	color: #423117;
	text-decoration: underline;
}

.HdrText
{
	color: white;
	font-size: 13px;
	text-decoration: none;
}

A.HdrLnk1
{
	color: white;
	font-size: 13px;
	text-decoration: none;
}


A:Hover.HdrLnk1
{
	color: #da8538;
	font-size: 13px;
	text-decoration: underline;
}

A.HdrLnk
{
	color: white;
	font-size: 15px;
	text-decoration: none;
}


A:Hover.HdrLnk
{
	color: #da8538;
	font-size: 15px;
	text-decoration: underline;
}

A.HdrLnk1
{
	color: white;
	font-size: 13px;
	text-decoration: none;
}


A:Hover.HdrLnk1
{
	color: #da8538;
	font-size: 13px;
	text-decoration: underline;
}

A.FooterLnk
{
	color: #423117;
	font-size: 11px;
	text-decoration: none;
}


A:Hover.FooterLnk
{
	color: #da8538;
	font-size: 11px;
	text-decoration: underline;
}

.Footer
{
	font-size: 11px;
}




/* PlaceHolding Classes */
.Main
{
	margin: 0px auto;
	width: 814px;
	height: 100%;
	min-height: 100%;
}

.Body
{
	width: 814px;
	background-image: url(Images/bg-body.gif);
	background-repeat: repeat-y;
}

.BodyHolder
{
	width: 750px;
	height: 100%;
}

.BodyHolderAdmin
{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#c2b09c
}

/* MISC ITEMS */
.NoBorder
{
	border: none;
}

.White
{
	color: White;
}

INPUT, SELECt
{
	font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
	font-size: 13px;
}

.Textbox
{
	padding: 2px;
	width: 250px;
}

.TextboxBig
{
	padding: 2px;
	width: 450px;
	font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
	font-size: 13px;
}

.Contact
{
	 border: solid 1px #423117;
	 color: #423117;
	 padding: 3px;
	 width: 300px;
}

.Button
{
	 border: solid 1px #423117;
		color: White;
	 background-color: #423117;
}

.ButtonAlt
{
	 border: solid 1px #423117;
		color: #423117;
	 background-color: #d2ccc3;
}


/* Basket */
.Basket_QTY
{
	width: 30px;
	border: solid 1px silver;
	font-family:Arial;
	font-size:11px;
}

.Basket_Header
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	border: none;
	background-color: #5c482f;
}

.Basket_Footer
{
	font-weight: bold;
	font-size: 14px;
	background-color: White;
	color: white;
	border: none;
	background-color: #5c482f;
}

.Basket_Seperator
{
	border-bottom: solid 1px red;
	border-top: none;
	border-left: none;
	border-right: none;	
	color: #3a2616;
	background-color: WhiteSmoke;
}

.Basket_Table
{
	border-bottom: none;
	border-top: none;
	border-left: none;
}

.HR
{
	height: 5px;
	background-color: WhiteSmoke;
	margin: 5px 0px;
}

.SuccessBorder
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	color: darkgreen;
	padding-top: 5px;
	border: solid 1px darkgreen;
	background-color: #e7ffe7;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	width: 680px;
}