@charset "utf-8";
/* 
Colour Palette:
#ffe9a0 light
#fbb580
#bb6f48
#924d2a dark

Alt:
#fdb249
#ff8240
#ff5900
#ff6000
*/

body {
font-family: 		Geneva, Arial, Helvetica, sans-serif;
font-size:			.8em;
color:   			#000000; 									/* black text colour */
background-color:  	#fcebd6;									
line-height:		150%;
margin:				0px;
padding:			0px;
font-weight:		100;
}

h1 {
font-size:			1.7em;
font-weight:		100;
color:				#ff6000;
line-height:		150%;
}

h2 {
color:				#ff6000;
font-size:			1.2em;
}

h3 {
color:				#000;
}

a {
text-decoration:	none;
color:				#00c;
}

.productdetailright ul li {
	margin-left:-20px;
}

a:hover {
text-decoration:	underline;
}

.landingpage a {
border-bottom: 		1px dashed;
color:				#00f;
}
.landingpage a:hover {
border-bottom: 		1px solid;
}

.alttext {
color:				#ff6000;
font-weight:		bold;
}

.newnavmenu {
padding-left:		20px;
padding-top:		10px;
}
.newnavmenu a:hover {
text-decoration:	underline;
}

.center {
text-align:			center;
}

.equal {
width:				50%;
}

.footerrow {
background-color:	#fdb249;
background-image:	url(images/40x1_bg.jpg);
background-repeat:	repeat-x;
color:				#000;
font-size:			.85em;
line-height:		200%;
text-align:			center;
}

.footerrow a {
text-decoration:	none;
color:				#00c;
}

.footerrow a:hover {
text-decoration:	underline;
}

.footerrow a:active {
text-decoration:	none;
}

.layouttable {
margin: 			auto; 
border-style: 		solid; 
border-width: 		thin;
border:				1px solid #ff6000;
background-color:	#ffffff;
}

.maincell {
padding: 			20px;
padding-top:		5px;
}

/* Styles for index page department buttons */
.indexbuttons {
	border:				1px solid #ff6000;
	margin:				10px;
	background-color:	#fff;
	vertical-align:		text-top;
}
.indextitles {
	font-size:			1.7em;
	font-weight:		100;
	color:				#ff6000;
}
.indextable {
	margin:				0 auto; 
	text-align:			center; 
	border-style:		solid; 
	border-width:		1px; 
	border-color:		#ff6000; 
	background-color:	#fdb249;
	background-image:	url(images/200x1_bg.jpg);
	background-repeat:	repeat-x;
	margin-top:			30px;
}
.deptlist {
	text-align:			left;
	margin-left:		10px;
	line-height:		normal;
	margin-bottom:		15px;
}
.deptlist a:hover {
	background-color:	#ff6;
}

.buytable {
margin:				auto;
text-align:			center;
margin:				20px;
border:				1px solid #ff6000;
font-size:			.85em;
}
.buytable th {
font-size:			1.4em;
background-color:	#ff6000;
color:				#fff;
}

table td {
padding:			0px 0px;
}

.footnote {
font-size:			.8em;
color:				#000000;
text-align:			center;
line-height:		130%;
}

.form {
margin-left:		8px;
width:				190px;
padding:			0px 0px 0px 0px;
background-color:	#ffff99;
}

.formtext {
color:				#000000;
font-family:		Geneva, Arial, Helvetica, sans-serif;
font-size:			.9em;
width:				95%;
}

.contactform {
text-align:			right;
vertical-align:		text-top;
margin-right:		50px;
width:				200px;
padding:			8px;
}

.radio {
text-align:			right;
line-height:		100%;
}

.prodimagecell {
padding:			10px;
}

.prodtitcell {
vertical-align:		text-top;
width:				510px;
padding:			10px;
}

.prodpricecell {
vertical-align: 	text-top;
text-align:			right;
width:				80px;
padding:			10px;
}

.prodrowbord {
border-width:		1px;
border-color:		#1c3664;
border-style:		solid;
}

.proddetailright {
vertical-align:		text-top;
width:				250px;
}

.proddetailselect {
width:				190px;
}

.infotable {
	border:			solid 1px #ff6000;
	line-height:	140%;
	margin-bottom:	20px;
	width:			100%;
	font-size:		0.9em;
}
.infotable th {
	font-size:		1.2em;
	background-color:#ff6000;
	color:			#fff;
}
.infotable td {
	padding:		8px;
	}
	
.infotable ul {
	list-style:url(images/tick.gif);
}


/* Navigation menu styles */

a {
	color:			#000;
}

.navmenu {
	position:		relative; 
	z-index:		5; 
	width:			740px; 
	height:			25px;
	margin-top:		10px;
}
* html .navmenu {		/* IE5.5 hack */
	width:			781px; 
	w\idth:			780px;
}
.navmenu ul {
	padding:		0;
	margin:			0;
	list-style-type:none;
}
.navmenu ul ul {
	width:			123px;
}
.navmenu li {
	float:			left;
	width:			123px;
	position:		relative;
}
.navmenu a, .navmenu a:visited {
	display:		block;
	font-size:		10px;
	text-decoration:none;
	color:			fff;
	width:			123px;
	height:			25px; 
	border:			none; 
	background:		url(images/button_bg2.gif);
	background-repeat:repeat-x;
	line-height:	25px;
	text-align:		center;
}
.left {
	text-align:		left;
	padding-left:	10px;
}

* html .navmenu a, * html .navmenu a:visited {	/* IE5.5 hack */
	width:			123px;
	w\idth:			123px;
}
.navmenu ul ul {
	visibility:		hidden;
	position:		absolute;
	height:			0;
	top:			25px;
	left:			0;
	width:			123px;
}
* html .navmenu ul ul {		/* IE5.5 hack */
	top:			25px;
	t\op:			26px;
}
.navmenu table {
	position:		absolute;
	top:			0;
	left:			0;
	border-collapse:collapse;
}
.navmenu ul ul a, .navmenu ul ul a:visited {
	background:		#ff6000;
	color:			#fff;
	height:			17px;
	line-height:	1.5em;
	padding:		4px 0px;
	width:			300px;
}
* html .navmenu ul ul a, * html .navmenu ul ul a:visited {	/* IE5.5 hack */
	width:			123px;
	w\idth:			123px;
}
.navmenu a:hover, .navmenu ul ul a:hover{
	color:			#fff;
	background:		url(images/button_bg2.gif);
	background-repeat:repeat-x;
	background-position:0 -25px;
}
.navmenu :hover > a, .navmenu ul ul :hover > a {
	color:			#fff;
	background:		url(images/button_bg2.gif);
	background-repeat:	repeat-x;
	background-position:0 -25px;
}
.navmenu ul li:hover ul, .navmenu ul a:hover ul{
	visibility:		visible;
}
.navmenu ul :hover ul ul{
	visibility:		hidden;
}
.navmenu ul :hover ul :hover ul{
	visibility:		visible;
}


/* shopping cart styles */

.carttable {
border-style: 		solid;
border-width:		1px;
border-color:		#000;
vertical-align:		text-top;
}

.carttable th {
background-color: 	#ff6000;
border-style:		solid;
border-width:		1px;
border-color: 		#000;
padding:			0px 3px;
color:				#fff;
font-size:			.7em;
}

.carttable td {
background-color:	#fff;
color:				#000;
border-style:		solid;
border-width:		1px;
border-color:		#000;
padding:			5px;
}

.cartdetailcol {
width:				328px;
text-align:			left;
vertical-align:		text-top;
}

.cartnumcol {
width:				100px;
text-align:			right;
vertical-align:		text-top;
}

.cartsizecol {
width:				70px;
text-align:			center;
vertical-align:		text-top;
}

.footercol {
background-color:	#ffe0b6 !important;
text-align:			right !important;
}

.button {
background-color:	#ffff99;
padding:			0px;
margin:				0px;
color:				#ff0000;
text-decoration:	underline;
cursor:				pointer;
border:				none;
font-size:			0.7em;
}

.button2 {
background-color:	#ff6000;
padding:			0px;
margin:				0px;
color:				#fff;
text-decoration:	underline;
cursor:				pointer;
border:				none;
font-size:			0.85em;
font-weight:		bold;
}

.infocol {
width:				120px; 
vertical-align:		text-top;
color:				#981b1e;
padding:			10px;
}

.orderform {
padding: 			20px;
border-style:		solid;
border-width:		1px;
border-color:		#1c3664;
}
.marginfix { /* For IE only */
}
