/* CSS Document */
/* html defaults */
body { margin: 20px 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CCC; background-color: #999; text-align: center; }
table { font-size: 11px; }
td .right-bottom {
	text-align: right;
}
h1 { font-size: 12px; font-weight: bold; color: #CCC; }
h2 { font-size: 11px; font-weight: bold; color: #CCC; }
h3 { font-size: 11px; font-weight: bold; color: #6666FF; }
a { color: #CCC; text-decoration: none; }
a:hover { color: #6666FF; text-decoration: none; }

.container {
	width: 1001px;
	margin: 0 auto;
	background-color: #000000;
}


/* head and footer */
#head { position: relative; width: 100%; margin: 0px; height: 174px; padding: 0px; background: url(images/header-bg.gif) no-repeat; }
#head tr td { margin: 0px; padding: 0px;}
#head a { color: #000; text-decoration: none;}
#head a:hover { color: #000; text-decoration: none; }

#head .menu {position: absolute; top: 140px; right: 5px; margin: 0; color: #000;}
#head .menu a {color: #000; font-size: 1.3em;}
#head .menu a:hover { color: #333333; text-decoration: underline; }

#head .top-menu {
	position: absolute;
	/*top: 2px;*/
	right: 2px;
	padding: 0;
	margin: 0;
}

#head .top-menu li {
	display: inline;
	padding: 0;
	margin: 0;
}
#head .top-menu img {
	border: 0;
	padding: 0;
	margin: 0;
}
#head .email {
	position: absolute;
	top: 72px;
	right: 2px;
}
#head .email a {
	color: #CCC;
	font-weight: bold;
}
#head .email a:hover {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
#head .green a {
	color: #3F7E10;
	font-size: 1.6em;
	font-weight: bold;
}

#head .green a:hover {
	color: #3F7E10;
	text-decoration: none;
}

#footer { padding: 0px; width: 100%; color: #999999; margin-top: 10px; }
#footer tr td { margin: 0px; padding: 0px; text-align: center; }
#footer a { color: #999999; text-decoration: none; }
#footer a:hover { color: #333333; text-decoration: none; }

/* top menu */
#menu { width: 100%; border-top: 2px solid #000000; text-align: right; padding: 5px; font-weight: bold; color: #FFFFFF; }
#menu tr td { padding: 5px; }
#menu a { color: #FFFFFF; text-decoration:none; }
#menu a:hover { color: #CCCCCC; text-decoration:underline; }
#menu2 { width: 100%; height: 6px; background-color: #FFFFFF; background-image: url(images/menu_bottom.gif); background-repeat: repeat-x; background-position: left top; }

/* main section of site */
#main { width: 100%; padding: 0px; height: 400px; margin-top: 10px; color: ccc; }
#left { width: 190px; padding-left: 10px; vertical-align: top; }
#left a {color: #CCC;}
#right { width: 190px; padding-right: 10px; vertical-align: top; }
#content { vertical-align: top; margin: 0px; padding: 10px 5px 5px; }

#main img { border: 1px solid #333333; }
/*#main a img, #main a:hover img { border: 1px solid #333333; }*/
#content img { margin-right: 10px; }
#content h3 { clear: left; }
#splash-img a img { border: 0; margin-left: 20px; }

/* errors (used throughout to return an error message) */
.error { font-size: 12px; font-weight: bold; color: #FF0000; }

/* product list and product pages (products.php, viewproduct.php */

#productList { margin: 0px; padding: 0px; width: 100% }
#productList tr td{ margin: 0px; padding: 2px; vertical-align: top; }
#productList img { }
#product { margin: 0px; padding: 0px; width: 100%; }
#product tr td { margin: 0px; padding: 2px; vertical-align: top; }
#product img { float: left; }
#product .qty { width: 25px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: right; }
#product .buttons { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color: #6666FF; color: #FFFFFF; font-weight: bold; }
#product .price { font-size: 12px; font-weight: bold; color: #FF0000; height: 30px; }
#product input, #product select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

/* basket (shopping_basket.inc.php) */
	
table#basket { padding: 2px; margin: 0px; }
#basket tr td { padding-top: 2px; padding-right: 5px; padding-bottom: 2px; padding-left: 5px; }
#basket tr.head td { font-weight: bold; border-bottom: 1px solid #CCCCCC; }
#basket tr.total { font-weight: bold; }
#basket .fields { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color: #EEEEEE; text-align: right; }
#basket .buttons { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color: #6666FF; color: #FFFFFF; font-weight: bold; }
.minOrder { color: #FF0000; }
#basket a { color: #FF0000; text-decoration: none; }
#basket a:hover { color: #333333; text-decoration: none; }
#basket .minOrder a { color: #FF0000; text-decoration: none; }
#basket .minOrder a:hover { color: #333333; text-decoration: none; }


/* forgot password (register.php page) */		
form#forgotten table { margin: 0px; padding: 0px; }
#forgotten table tr td { padding: 5px; }
#forgotten .fields { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; width: 150px; }
#forgotten .button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color: #333333; color: #FFFFFF; font-weight: bold; }


/* register (register1.php page)*/
form#register table { margin-right: 20px; margin-left: 20px; }
#register table tr td { padding: 2px; }
#register .section { color: #333333; font-weight: bold; border-bottom: 1px solid #CCCCCC; }	
#register .buttons { background-color: #6666FF; color: #FFFFFF; font-weight: bold; }
#register input, #register select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }

/* brochure (register1.php page)*/
form#brochure table { margin-right: 20px; margin-left: 20px; }
#brochure table tr td { padding: 2px; }
#brochure .section { color: #333333; font-weight: bold; border-bottom: 1px solid #CCCCCC; }	
#brochure .buttons { background-color: #6666FF; color: #FFFFFF; font-weight: bold; }
#brochure input, #brochure select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }

/* featured products styling */
#featured { margin: 0px; padding: 0px; width: 100%; }
#featured .head { font-weight: bold; border-bottom: 1px solid #6666FF; padding-top: 3px; }
#featured a { color: #CCC; text-decoration: none; }
#featured a:hover { color: #CCC; text-decoration: underline; }
#featured .head a { color: #333333; text-decoration: none; }
#featured .head a:hover { color: #6666FF; text-decoration: none; }

/* featured retailers styling */
#featuredRetailers { margin: 0px; padding: 0px; width: 100%; }
#featuredRetailers .head { font-weight: bold; border-bottom: 1px solid #6666FF; padding-top: 3px; }
#featuredRetailers a { color: #CCC; text-decoration: none; }
#featuredRetailers a:hover { color: #CCC; text-decoration: underline; }
#featuredRetailers .head a { color: #CCC; text-decoration: none; }
#featuredRetailers .head a:hover { color: #6666FF; text-decoration: none; }
#featuredRetailers img { border: 0 none; }

/* categories list styling */
#catList { margin: 0px; padding: 0px; width: 100%; }
#catList .head { font-weight: bold; border-bottom: 1px solid #6666FF; padding-top: 8px; }
#catList a { color: #CCC; text-decoration: none; }
#catList a:hover { color: #CCC; text-decoration: underline; }
#catList .head a { color: #F0210E; text-decoration: none; }
#catList .head a:hover { color: #6666FF; text-decoration: none; }
#catList img { border: 0 none; }

/* latestnews styling */
#latestNews { margin: 0px; padding: 0px; width: 100%; }
#latestNews .head { font-weight: bold; border-bottom: 1px solid #6666FF; padding-top: 3px; }
#latestNews a { color: #333333; text-decoration: none; }
#latestNews a:hover { color: #6666FF; text-decoration: none; }
#latestNews .head a { color: #333333; text-decoration: none; }
#latestNews .head a:hover { color: #6666FF; text-decoration: none; }

/* trade login styling */
#tradeLogin { margin: 0px; padding: 0px; width: 100%; }
#tradeLogin .head { font-weight: bold; border-bottom: 1px solid #6666FF; padding-top: 3px; }
#tradeLogin a { color: #CCC; text-decoration: none; }
#tradeLogin a:hover { color: #CCC; text-decoration: underline; }
#tradeLogin .head a { color: #CCC; text-decoration: none; }
#tradeLogin .head a:hover { color: #6666FF; text-decoration: none; }
#tradeLogin input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CCC;width: 100px; border: 1px solid #806426; background-color: #000000; }
#tradeLogin .button { background-color: #6666FF; color: #000; font-weight: bold; border: none; }

#contact p { margin: 0px 0px 6px 10px; padding: 0px; }
