/* ENVIROMAT MAIN */

/* INIT
------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* If you uncomment this, remember to define focus styles! */
/* :focus { outline: 0; }*/
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }
img { border-style: solid; border-color: #000; border-width: 0; }
img[border="1"] { border-width: 1px; }

body
{
	margin: 0;
	padding: 0;
	font: 100% verdana,arial,sans-serif;
	background: #fff;
	color: #000;
	text-align: center;
}

strong { font-weight: bold; }
em { font-style: italic; }

.clear { width: auto; height: 1px; overflow: hidden; clear: both; }
#container
{
	width: 760px;
	margin: 10px auto 0;
	text-align: left;
	position: relative;
	background: #fff url(../images/bg_header.jpg) no-repeat;
}

/* HEADER
------------------------------------------------*/
#header { width: 760px; height: 292px; position: relative; }
#header #logo { position: absolute; left: 504px; top: 45px; width: 232px; height: 122px; border: 0; }

/* NAV
------------------------------------------------*/
#nav
{
	position: absolute;
	left: 0;
	top: 186px;
	width: 152px;
	overflow: hidden; 
	background: url(../images/nav_top.gif) no-repeat left top;
	font-size: 70%;
}
#nav ul
{
	margin: 54px 0 0;
	overflow: hidden;
}

#nav li
{
	display: block;
	float: left;
	width: 152px;
	background: #c62437;
}

#nav li a
{
	display: block;
	width: 132px;
	padding: 7px 0 7px 10px;
	font: bold 135% 'trebuchet ms',arial,helvetica,sans-serif;
	text-transform: uppercase;
}

#nav li a:link, #nav li a:visited { color: #fff; text-decoration: none; }
#nav li a:hover, #nav li a:active { color: #ffe913; text-decoration: none; }

#navfoot
{
	clear: both;
	height: 12px;
	width: 154px;
	background: url(../images/nav_bottom.gif) no-repeat;
}

#eletter
{
	clear: both;
	margin-top: 15px;
	width: 152px;
	height: 69px;
}

#eletter img { border: 0; }


/* BREADCRUMB
------------------------------------------------*/
#content #breadcrumb { width: 480px; color: #ccc; }
#content #breadcrumb ul { list-style: none; margin: 0; padding: 0; display: inline; }
#content #breadcrumb li { display: inline; margin: 0; padding: 0; }
#content #breadcrumb a:link, #content #breadcrumb a:visited { color: #aaa; text-decoration: underline; }
#content #breadcrumb a:hover, #content #breadcrumb a:active { color: #29f; text-decoration: none; }

/* CONTENT
------------------------------------------------*/
#content { position: absolute; left: 170px; top: 220px; width: 580px; font-size: 80%; line-height: 1.5; color: #444; }
#home #content { top: 245px; }
#content h1
{
	color: #999;
	margin: 0 0 0.5em;
	line-height: normal;
	font: bold 180% geneva, tahoma, arial, sans-serif;
	width: 510px;
}
#content h1.bordered { width: auto; padding-top: 0.5em; margin-top: 0.5em; border-top: 1px solid #c62437; }
#content h2 {
	margin: 0 0 1em 0;
	color: #333;
	line-height: normal;
	font: bold 130% geneva, tahoma, arial, sans-serif;
}
#content h2.bordered { padding-top: 1em; border-top: 1px solid #c62437; }
#content h3 { color: #1b6422; font-size: 100%; font-weight: bold; line-height: normal; margin: 1em 0; }
#content p { padding: 0; margin: 0 0 1em; }

#content a:link { text-decoration: underline; color: #05a; background-color: transparent; }
#content a:visited { text-decoration: underline; color: #024; background-color: transparent; }
#content a:hover, #content a:active { text-decoration: none; color: #29f; background-color: transparent; }

#content ul { margin: 1em 0; padding: 0 0 0 2em; list-style-type: square; }
#content ol { margin: 1em 0 1em; padding: 0 0 0 2em; list-style-type: decimal; }
#content ol li { margin-bottom: 0.4em; }

#content table { margin-bottom: 1em; }
#content td, #content th { vertical-align: top; }
#content td.vline { background: url(../images/bg_vline.gif) repeat-y top center; }
#content strong { color: #42954a; }

#content blockquote { margin: 0 2em 1em 0; padding: 1em 0; border-style: dotted; border-width: 1px 0; border-color: #ccc; color: #666; }
#content blockquote em { color: #42954a; }
#content blockquote p { margin: 0; }

#content .linedlist { list-style: none; margin: 0; padding: 0; line-height: 1; }
#content .linedlist li { background: #fff; padding-left: 6px; }
#content .linedlist li.alt { background: #ddd; }
#content .linedlist a { display: block; padding: 6px 0; }
#content .linedlist a:link, #content .linedlist a:visited { text-decoration: none; }
#content .linedlist a:hover, #content .linedlist a:active { text-decoration: none; }

#content #sitemap { list-style: none; margin: 0; padding: 0; line-height: 1; }
#content #sitemap a { display: block; padding: 6px 0; }
#content #sitemap a:link, #content #sitemap a:visited { text-decoration: none; }
#content #sitemap a:hover, #content #sitemap a:active { text-decoration: none; }

#content #sitemap li { background: #fff; padding: 0 6px; }
#content #sitemap li li { background: #ddd; padding: 0 12px; }
#content #sitemap li li li { background: #ccc; padding: 0 18px; }
#content #sitemap li li li li{ background: #bbb; padding: 0 24px; }

/* CONTACT FORM
------------------------------------------------*/
#formwrapper { display: none; }
#contact { margin: 1em 0; padding: 0; font-size: 100%; }

#contact label, #contact input, #contact select, #contact textarea { display: block; float: left; margin-bottom: 0.5em; }
#contact br { clear: left; }

#contact input, #contact select, #contact textarea { width: 260px; font: 90% verdana,arial,sans-serif; padding: 2px 3px; border: 1px solid #333; background: #fff; color: #000; }
#contact select { width: 260px; }
#contact label { width: 200px; }
#contact .hwid { width: 105px; }
#contact .qwid { width: 30px; }

#contact label.inline { display: inline; float: none; padding: 0; }
#contact input.check { width: auto; border: 0; margin: 0 5px 0 0; }
#contact input.submit { margin: 0 0 0 200px; width: auto; cursor: pointer; background: #c62437; color: #fff; font-weight: bold; border-width: 2px; border-style: solid; border-color: #e3949d #530f17 #530f17 #e3949d; float: none; }
#contact input.submit:hover { background: #a41929; }
#contact .hidden { display: none; }

.emailsignup #contact label { width: 100px; }
.emailsignup #contact input.submit { margin-left: 100px; }

#response, #latest { padding: 12px 12px 12px 80px; margin: 0 0 1em; width: 470px; color: #000; border: 1px solid #1a8914; background: #90c996 url(../images/exclaim.gif) no-repeat 2% 50%; display: none; }
#response strong, #latest strong { color: #000; }
#response p, #latest p { margin-bottom: 0; }

#latest { background-image: none; display: block; }

/* FOOTER
------------------------------------------------*/
#footer { text-align: left; clear: both; border-top: 1px solid #ccc; padding: 1em 0 0; margin: 1em 0 0; font-size: 80%; line-height: 1.5; color: #555;  }
#footer a:link, #footer a:visited { color: #05a; background-color: transparent; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #29f; background-color: transparent; text-decoration: none; }
#footer .ddlink:link, #footer .ddlink:visited, #footer .ddlink:hover, #footer .ddlink:active { color: #555; text-decoration: none; }

/* ------------------------------------------------------------------------------------------------*/

/* ECOMMERCE - GENERIC FORM
------------------------------------------------*/
#content .genform { overflow: hidden; padding-bottom: 1em; }
#content .genform label { display: block; float: left; font-weight: normal; width: 150px; }
#content .genform label.inline { display: inline; float: none; width: auto; }

#content .genform label span, strong.hilite { color: #42954A; }
#content .genform input, #content .genform textarea { font: 90% verdana,arial,sans-serif; width: 300px; padding: 2px 3px; border: 1px solid #000; }
#content .genform .hwid { width: 150px; }
#content .genform .qwid { width: 75px; }
#content .genform .ewid { width: 50px; }
#content .genform .swid { width: 24px; }
#content .genform .check { display: inline; margin: 0; padding: 0; width: auto; }

#content .genform .formoption { clear: both; float: left; line-height: normal; padding: 3px 2px; width: 580px; }
#content .genform .submit { margin-top: 1em; width: auto; cursor: pointer; background: #c62437; color: #fff; font-weight: bold; border-width: 2px; border-style: solid; border-color: #e3949d #530f17 #530f17 #e3949d; }
#content .genform .submit:hover { background: #a41929; }
#content .genform .randimage { float: right; display: inline; margin-right: 150px; }
#content .genform .spaceafter { margin-bottom: 1.5em; }

#set-postcode-form { background-color: #dfede1; padding: 10px; }

#content p.error { background-color: #ff0; color: #000; width: 560px; padding: 4px; font-weight: bold; }

/* PRODUCT LIST
------------------------------------------------*/
#content .prod { clear: both; font-size: 90%; border-bottom: 1px solid #ccc; overflow: hidden; margin-bottom: 1em; padding-bottom: 1em; }

#content .prod h2 { margin-bottom: 0.2em; }
#content .prod sup { vertical-align: super; font-size: 70%; }

#content .prod-image { float: left; display: inline; width: 130px; }
#content .prod-desc { float: left; display: inline; margin-left: 10px; width: 240px; }
#content .prod-form { float: right; display: inline; width: 190px; }

#content .prod .order { width: 190px; }
#content .prod .order th, #content .prod .order td { padding: 6px 0; border-bottom: 1px solid #eee; }
#content .prod .order th { font-weight: bold; padding-top: 0; }
#content .prod .noborder td { border: 0; }

#content .prod label { font-weight: bold; display: inline; }
#content .prod input { border: 1px solid #000; padding: 2px; }
#content .prod .submit { width: auto; cursor: pointer; background: #c62437; color: #fff; font-weight: bold; border-width: 2px; border-style: solid; border-color: #e3949d #530f17 #530f17 #e3949d; }
#content .prod .submit:hover { background: #a41929; }

#content .prod .qty { width: 32px; }
#content .prod .price { width: 66px; }

/* CART / ACCOUNT
------------------------------------------------*/
#ecom { position: absolute; left: 0; top: 0; width: 760px; height: 25px; }
#conf { display: none; position: absolute; left: 5px; top: 0; width: 288px; height: 20px; padding: 5px 0 0; font-size: 70%; color: #000; background: url(../images/bg_cart_conf.gif) no-repeat; }
#conf p { text-align: center; }

#cart { font-size: 70%; color: #000; position: absolute; left: 341px; top: 0; width: 220px; height: 20px; padding: 5px 0 0 36px; background: url(../images/bg_cart.gif) no-repeat; }
#cart strong { font-weight: bold; color: #258837; }
#ecom span { color: #ccc; }

#ecom a:link, #ecom a:visited { text-decoration: underline; color: #05a; background-color: transparent; }
#ecom a:hover, #ecom a:active { text-decoration: none; color: #29f; background-color: transparent; }

#button
{
	position: absolute;
	left: 597px;
	top: 0;
	width: 158px;
	height: 25px;
	background-color: #c62437;
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
}
#button a
{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 158px;
	height: 25px;
	text-indent: -1000em;
	background-position: left top;
	background-repeat: no-repeat;
}
#button a:link, #button a:visited { background-position: left top; }
#button a:hover, #button a:active { background-position: left bottom; }

.login, .login a { background-image: url(../images/n_login.gif); }
.account, .account a { background-image: url(../images/n_account.gif); }

/* ORDER VIEW
------------------------------------------------*/
#content #order-view #order-details th { width: 200px; font-weight: bold; }
#content #order-view #order-details td { width: 380px; }
#content #order-view #order-details tr.alt th, #content #order-view #order-details tr.alt td { background-color: #F1F1F1; }

/* CART CONTENTS AND CHECKOUT
------------------------------------------------*/
#cartcontents { margin: 1em 0; padding: 0; border: 0; width: 580px; font-size: 90%; line-height: 1; }
#cartcontents th { background: #42954A; font-weight: bold; color: #fff; text-align: left; padding: 5px; border: 1px solid #fff; }
#cartcontents td { background: transparent; padding: 5px; border: 1px solid #fff; }
#cartcontents img { border: 0; }
#cartcontents input { width: 32px; }
#cartcontents .m { text-align: center; }
#cartcontents .r { text-align: right; }
#cartcontents .qty { text-align: right; }
#cartcontents .cartprices td { background: transparent; border: 0; padding: 6px 4px; }
#cartcontents .subtotal td { font-weight: bold; border-top: 1px solid #ccc; }
#cartcontents .promo td { font-weight: bold; }
#cartcontents .total td { font-weight: bold; border-top: 1px solid #42954A; border-bottom: 1px solid #42954A; }
.prod .column { float: left; width: 150px; }
.prod .right { float: right; width: 400px; text-align: right; }

/* BLOG
------------------------------------------------*/
#blog h2 { margin: 1em 0 0; padding: 1em 0 0; border-top: 1px solid #C62437; }
#blog h2:first-child { margin: 0; padding: 0; border: 0; }
#blog h2 a:link, #blog h2 a:visited, #blog h2 a:active, #blog h2 a:hover { text-decoration: none; }
#blog small { display: block; font-size: 85%; margin-bottom: 1em; color: #555; }
#blog .alignright { float: right; }
#blog .alignleft { float: left; }