@charset "utf-8";
/* developed by Colin Bradshaw */

/* Default styles */
body, html {
	text-align: center;
	margin: 0; padding: 0;
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	height:100%;
	color: #404040;
}
div, img {
	margin:0; padding:0; border: none
}

h1 { font-size: 24px; }
h2 { font-size: 21px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
p {
	font-size: 12px;
	margin: 10px auto;
}
td { text-align: left; font-size: 12px; }
th { text-align: center; font-size: 14px; }
li { font-size: 12px; }
label {
	width: 115px;
	float: left;
	display: block;
	margin-right: 5px;
}
a { text-decoration: underline; outline: none; color: #404040}
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }


/* Divs IDs */

#bodybox {
	width: 1024px;
	margin: 10px auto;
	text-align: left;
	border: none;
	position: relative;
}
#mast {
	height: 131px;
}
#menu {
	height: 30px; background: url(../img/menubg.png) repeat-x;
	padding: 0px 140px 0px 150px;
	margin: auto 0;
}
#content {
	text-align:left;
	margin: 10px 0;
	padding-bottom: 60px;
	height:100%;
}
#leftcol { float: left; width: 180px; margin: 0; }
#midcol { float: left; margin: 0 0 0 30px; width: 615px;}
#rightcol { float: right; width: 180px; margin: 0;}

#footer {
	text-align:left;
	margin-top: 100px; padding:0;
	position: absolute; bottom:0; width: 100%;
	height: 80px; background: url(../img/foot.png);
}
#footer p{
	position:absolute;
	bottom: 32px;
	margin-bottom:0;
	margin-left: 80px;
	color: #666;
	font-size: 11px;
}
#footer a{ margin-left:10px;color:#666}

/* Custom Tags */
.right { text-align: right; }
.red { color: #f00; }
.center { text-align: center; }
.green { color: #00AA4F; text-decoration:none}
a.green:hover { text-decoration: underline }
.boldpad { font-weight: bold; margin-right: 50px; }
.privacy p { font-size: 9px }
ul.productlist {
	background-color: #E6E6E6;
	color: #404040;
	padding: 0; margin: 0;
	list-style-type:none;
	border: 1px solid #B3B3B3;
	height:100%;
}
.productlist li {
	border-top: 1px white solid;
	font-weight: bold;
	margin:0; padding: 0;
}
.productlist li a {
	padding: 6px 10px;
	margin:0;
	display: block;
	text-decoration:none;
	height:100%
}
.productlist li a:hover  {
	background-color: #ccc;
	color: #000
}
ul.customerlist {
	background-color: #E6E6E6;
	color: #404040;
	padding: 0!important; margin: 0;
	list-style-type:none;
	border: 1px solid #B3B3B3;
	height:100%
}
.customerlist li {
	border-top: 1px white solid;
}
.customerlist li a {
	padding: 6px 10px;
	display:block;
	text-decoration:none;
	height:100%
}
.customerlist li a:hover  {
	background-color: #ccc;
	color: #000
}
.greentag {
	background: url(../img/greentagline.png) no-repeat;
	color: #fff;
	height: 70px; width: 180px;
	padding-top: 60px;
	margin-top: 10px;
}
.greentag p {
	margin:0;padding:0px;
	padding-left: 12px;
	font-size: 11px;
}
.greendelivery {
	background: url(../img/delivery_tag.png) no-repeat;
	width: 180px;
	height: 130px;
	margin-top: 10px;
}
.greendelivery p, .best p {
	padding-top: 100px;
	padding-left: 14px;
	margin-top:0;
}
.greendelivery a, .best a {
	color: #fff;
}
.best {
	background: url(../img/best_tag.png) no-repeat;
	width: 180px;
	height: 130px;
	margin-top: 10px;
}
.products { padding-top: 20px}
.products img { border: #B3B3B3 1px solid; margin-right: 10px; margin-bottom: 2px;}
.products div { background: #E6E6E6; border: #B3B3B3 1px solid; width: 169px; padding:0px 10px; float: left; margin-right: 10px; margin-bottom: 14px;}
.footed { text-align:center;clear:left; padding-top: 20px;padding-bottom: 50px; font-size:11px; color: #666 }
.contactform input[type="text"] {
	width: 300px;
}
/* Menu CSS */

#menu a {
	display: block;
	float: left;
 	text-decoration: none;
	height: 30px;
	border-right: 1px solid white;
}
#menu img {
	display: block;
	float: left;
	border-left: 1px white solid;
}

#menu a.home { border-left: 1px solid white;background: url(../img/menu/home.png); width:41px}
#menu a.about {background: url(../img/menu/about.png) no-repeat; width:56px}
#menu a.promo {background: url(../img/menu/promo.png) no-repeat; width:146px}
#menu a.design {background: url(../img/menu/design.png) no-repeat; width:128px}
#menu a.print {background: url(../img/menu/print.png) no-repeat; width:108px}
#menu a.display {background: url(../img/menu/display.png) no-repeat; width:123px}
#menu a.charity {background: url(../img/menu/charity.png) no-repeat; width:110px}


#menu a:hover { background-position: 0 -30px; }
