
/*
********************************
COMMON ELEMENTS
********************************
*/

html { min-width: 735px; }

body {
	margin: 0;
	padding: 0;
	font-family: arial,tahoma,verdana,sans-serif;
	font-size: 1em;
	}
	
a:link { color: #f60; text-decoration: underline;}
a:visited { color: #f60; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #000; text-decoration: none;}

h1 { font-size: 1.5em; margin: 0;}

h2, p { margin-top: 0; }

h2 { margin: 0; color: #f60; }
h2 a:link, h2 a:visited { text-decoration: none; }
h2 a:hover, h2 a:active { text-decoration: underline; }

p, dt, dd, span { color: #f60; font-size: .75em;line-height: 1.4em;}

img {
	border: none;
	display: block;
	}

form {
	margin: 0;
	padding: 0;
	}

fieldset {
	display: block;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	border: 0;
	}

legend { display: none; }
label { 
	font-size: .75em; 
	margin-right: 5px;
	}
	
.button {
	margin: 10px 10px 0 0;
	color: #fff;
	background-color: #f60;
	border: 2px groove #fff;
	}


	
dt {
	font-weight: bold;
	}

dd {
	margin: 0;
	padding: 0;
	}

#basket td, #basket th {
	color: #f60;
	}

#basket td { font-size: .75em; vertical-align: top; } 

th {
	padding: 3px;
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
	text-align: left;
	}

td { padding: 3px; }
td images { margin: auto; }


/* COMMON CLASSES
------------------------------- */

.Inline, .Inline li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

.Inline a {
	padding: 0 10px 0 8px;
	border-right: 1px solid;
	}
	
.InlineSmall, .InlineSmall li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

.InlineSmall a {
	padding: 0 10px 0 8px;
	border-right: 1px solid;
	font-size:x-small;
	}
	
.List, .List li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.List li {
	padding-bottom: .3em;
	}

.Tab, .Tab li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.noNavigation {
	height: 8.1em;
	}

.clmn {
	float: left;
	display: inline;
	}

.FormControls {
	width: 100%;
	}


.FormControls input2{
	background-color: #ffe5ca;
	}

.SubmitButton {
	background-color: #f60;
	margin: 10px 10px 0 0;
	color: #fff;
	border: 2px groove #fff;
	}
	
.FormControls label {
	color: #f60;
	font-weight: bold;
	}

.label { text-align: right; }

.IntroTxt { font-size: 1em; }

.OrangeBg {
	background-color: #f60;
	}

.OrangeBg label { color: #fff; }
	
.hide { visibility: hidden; }
.DisplayNone { display: none; }

.LargeImage {
	width: 248px;
	height: 248px;
	border: 1px solid #f60;
	}

.Products {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.Product {
	float: left;
	width: 96px;
	text-align: center;
	margin: 0 40px 20px 0;
	}

.Product img {
	margin: 0 auto 3px;
	border: 1px solid #fc9;
	}

.Product a { 
	display: block;
	width: 96px;
	padding: 3px 0 6px;
	text-decoration: none;
	}
	
body .Product a:hover { color: #000;background-color: #feb;  }

.AlignCenter { text-align: center; }


	
/* UNIQUE COMPONENTS
------------------------------- */

#header {
	background-color: #f60;
	color: #fff;
	}

#header a { color: #fff; }

#brandId images {
	margin: 0;
	width: 426px;
	}

#brandId a { width: 426px; }

#utilNav {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: .8em;
	}

#adminNav {
	position: absolute;
	right: -1px;
	
	top: 25px;
	font-size: .8em;
	}
	
#utilNav2 a { border: none; }

#globalNav {
	position: relative;
	height: 5em;
	}


#globalNav ul {
	position: absolute;
	right: 0;
	bottom: 0;
	}

#globalNav li {
	float: left;
	}

#globalNav1 { background: url('../images/tab1_leftcnr.gif') no-repeat left top; }
#globalNav1 a { background: url('../images/tab1_rightcnr.gif') no-repeat right top; }
#globalNav2 { background: url('../images/tab2_leftcnr.gif') no-repeat left top; }
#globalNav2 a { background: url('../images/tab2_rightcnr.gif') no-repeat right top; }
#globalNav3 { background: url('../images/tab3_leftcnr.gif') no-repeat left top; }
#globalNav3 a { background: url('../images/tab3_rightcnr.gif') no-repeat right top; }

body #globalNav li.current { background: url('../images/tab_leftcnr_selected.gif') no-repeat left top; }
body #globalNav li.current a { background: url('../images/tab_rightcnr_selected.gif') no-repeat right top;}


#globalNav a {
	display: block;
	/* margin-left: 20px; */
	padding: 50px 0 10px;
	width: 120px;
	text-align: center;
	color: #f60;
	font-weight: 600;
	text-decoration: none;
	font-size: .9em;
	}

#globalNav a:hover { color: #000; }
#shopping #globalNav #tab2 a:hover { color: #f60; }

#productNav {
	margin-bottom: 0px;
	padding-bottom: 20px;
	font-size: .8em;
	}

#selectedItem {
	padding-top: 20px;
	border-top: 1px solid #ccc;
	}

#content {
	clear: left;
	}


	
/* ONE COLUMN LAYOUT
-------------------------- */
#oneClmnCentred {
	margin: 0 1%;
	}

body#login #oneClmnCentred {
	text-align: center;
	}



/* TWO COLUMN LAYOUT
----------------------- */
.clmns {
	width: 100%;
	float: left;
	}

#clmn1, #clmn2 {
	margin: 0 1%;
	
	}

#credentials {
	width: 320px;
	background-color: #f60;
	text-align: center;
	}

#basket {
	width: 100%;
	margin-bottom: 20px;
	}

#basketTotal {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
	}

#footer {
	clear: left;
	margin-top: 20px;
	font-size: .9em;
	background: url('../images/footer_left.gif') no-repeat bottom left;
	}

#footerContent {
	margin: 0 0 0 0;
	height: 100px;
	padding-left: 30px;
	background: url('../images/footer_right.gif') no-repeat bottom right;
	}
	
#footer images {
	float: left;
	margin: 200px 20px 0 0;
	}
#footer p { margin: 0; color: #fff; }
#footer p#line1 { padding: 60px 0 0; }
#footer a { color: #fff; }


.BasketClmn1
{
	float:left;
	text-align:left;
	vertical-align:text-top;
}