/* CSS Document */

/* page layout */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 12px;
	color: #063468;
	background-color: #fadfb0;
	}
	
#bgLeft {
	background: url(../imgs/side_left.gif) repeat-y top right;
	}

#bgRight {
	background: url(../imgs/side_right.gif) repeat-y top left;
	}

#topLeft {
	background: url(../imgs/top_left.gif) no-repeat top right;
	height: 600px;
	}

#topRight {
	background: url(../imgs/top_right.gif) no-repeat top left;
	height: 600px;
	}
	
#hr {
	background: url(../imgs/hr.gif) repeat-x top left;
	}

#mainBg {
	background: url(../imgs/mainBg.gif) repeat-y top left;
	}

#mainTable {
	height: 100em;
}

#bodyTable {
	height: 90em;
}

#menuTD {
	padding-left: 10px;
}

#menuHdrTD {
	padding-left: 10px;
	padding-top: 5px;
}

#paddedText10pxLeft {
	padding-left: 10px;
}

.spacer {
	color: #2d2d2d;
	padding-right: 10px;
	padding-left: 10px;
}

/* main text rules */
h1 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #855200;
	text-decoration: none;
	}
	
.Orange {
	color: #855200;
	font-weight: bold;
	text-decoration: none;
}

.Grey {
	color: #dadada;
	font-weight: bold;
	text-decoration: none;
}

.BlueLarge {
	color: #063468;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.Blue {
	color: #063468;
	font-weight: bold;
	text-decoration: none;
}

.White {
	color: #ffffff;
	text-decoration: none;
}

/* standard link */
a:link {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #063468;
	text-decoration: none;
	}

a:visited {
	color:#063468;
	text-decoration: none;
	}

a:hover {
	color: #9f6509;
	text-decoration: underline;
	}
	
a:active {
	color:#063468;
	text-decoration: none;
	}

.border {
	border-width: 2px;
	border-color: #c57c09;
	border-style: solid;
}

.input {
	border-width: 1px;
	border-color: #855200;
	border-style: solid;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 3px;
}

.button {
	background-color: #FFF4F4;
	border-width: 1px;
	border-color: #855200;
	border-style: solid;
	font-size: 13px;
	color: #AF0000;
	font-weight: bold;
}

.menu {
	padding-left: 8px;
}

#login fieldset {
	border: 1px solid #7e7c7c;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#login legend {
	font-weight: bold;
	color: #C70000;
	background: #FFF9F9;
	border: 1px solid #7e7c7c;
	padding: 4px 8px;
}

#noacct fieldset {
	border: 1px solid #7e7c7c;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#noacct legend {
	font-weight: bold;
	color: #C70000;
	background: #FFF9F9;
	border: 1px solid #7e7c7c;
	padding: 4px 8px;
}

#searchform, #contactform, #login, #checkout, #voucher, #shipped, #price {
	margin: 0;
}

.msgBox {
	border-width: 1px;
	border-color: #485C8E;
	border-style: solid;
	padding: 5px;
}