/*

default stylesheet for McLaw Green Roofs : main.css.

author: Gary Hartney  @ Morecambe.NET LTD.

Styles follow, as closely as possible, the source order of the related html documents.

Date: 07/11/06

all elements concerning the design such as the images, color, layout, 
and any other areas of the design are copyright of McLaw Living Roofs and/or Morecambe.NET LTD. and may not be 
reproduced. 

*/

* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
}

body {
	background: #fff url(images/bodybg.gif) center repeat-y;
	font: 75%/1.3 Verdana, Arial, Helvetica, sans-serif;
	color: #446719;
	text-align: center;
}

a img {
	border: 0;
	text-decoration: none;
}

div#wrapper {
	width: 950px;
	text-align: left;
	min-height: 100%;
	margin: 0 auto 33px auto;
}

/*\*//*/
div#wrapper {
height: 100%;
}
/* */

div#header {
	height: 110px;
	background: transparent url(images/headerbg.jpg) no-repeat;
	position: relative;
}

div#header a img {
	border: none;
	position: absolute;
	top: 36px;
	left: 30px;
}

div#header p#contact {
	width: 190px;
	height: 45px;
	position: absolute;
	top: 44px;
	left: 290px;
	background: transparent url(images/contact-options.gif) no-repeat;
}

div#header p#sedum-suply-link {
	width: 273px;
	height: 72px;
	position: absolute;
	top: 32px;
	left: 640px;
	background: transparent url(images/sedumSupplyLogo.jpg) no-repeat;
}

div#header p#sedum-suply-link a {
	Display: block;
	width: 273px;
	height: 72px;
	text-indent: -999em;
}


div#header p.skip {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

h1, div#sub-heading h2, div#sidebar h3, div#main-content h3, p#contact {
	text-indent: -999em;
	overflow: hidden;
}

div#sub-heading {
	position: relative;
	height: 28px;
	background: #6C9D31 url(images/makeadiff.gif) 50px 6px no-repeat;
	border-bottom: 2px dotted #80C52F;
}

ul#subnav {
	position: absolute;
	top: 5px;
	left: 351px;
	width: 570px;
}

ul#subnav li {
	display: inline;
	
}

ul#subnav li a {
	color: white;
	text-decoration: none;
	padding-left: 15px;
	border-left: 2px solid #A2C478;
	background: transparent url(images/arrow.gif) top left no-repeat;
}

ul#subnav li a:hover {
	text-decoration: underline;
}

div#sidebar {
	width: 175px;
	float: left;
}

div#sidebar h3 {
	width: 175px;
	height: 99px;
	margin: 6px 0 -20px 0;
	background: transparent url(images/sidebarbg.jpg) top left no-repeat;
}

div#sidebar ul {
	list-style: none;
}

div#sidebar ul li a{
	display: block;
	color: white;
	text-decoration: none;
	height: 27px;
	width: 155px;
	padding: 6px 0 0 20px;
	background: transparent url(images/nav-buttons.gif) top left;
}

div#sidebar ul li a:hover {
	background: transparent url(images/nav-buttons.gif) bottom left;
}

div#sidebar ul li a#last {
	height: 33px;
	padding: 0 0 0 20px;
}

div#sidebar p#help {
	padding: 20px 0 0 0;
	background: transparent url(images/helpBG.gif) top left repeat-x;
}

div#sidebar p#help a#need-a-quote {
	display: block;
	height: 156px;
	width: 161px;
	margin-left: 7px;
}

div#register p a#sign-up {
	padding: 6px;
	display: block;
	text-indent: 10px;
	color: #326B0F;
	text-decoration: none;
	cursor: pointer;
	background: transparent url(images/sign-up-button.gif) center;
}

div#sidebar fieldset {
	border: none;
	width: 155px;
	margin: 0 auto;
	padding: 3px;
}

input {
	/*display: block;*/
	background: #eee;
	margin: 5px 0;
	border: 1px solid #ddd;
	padding: 2px;
}

div#sidebar fieldset p {
	font-size: 0.8em;
	color: red;
}

div#sidebar address {
	padding: 1em;
	text-align: right;
	line-height: 1.4em;
}

div#sidebar .sidelink {
	padding: 1em;
	text-align: right;
}

div#slideshow {
	background: transparent url(images/sidebarbottom.jpg) bottom left no-repeat;
	height: 182px;
	width: 171px;
}

div#main-content {
	width: 773px;
	margin-bottom: 12px;
	float: left;
	border-left: 2px dotted #80C52F;
}

div#main-content img#banner {
	display: block;
}

div#main-content h3 {
	height: 64px;
	background: transparent url(images/home-contentbg.jpg) top left no-repeat;
}

div#main-content h4 {
	padding-left: 1em;
}

div#main-content h5, h6, p {
	padding: 1em;
}

div#main-content ul {
	padding: 1em;
	margin-left: 1.6em;
}

.help-alert {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	border: 1px solid #eee;
	margin: 10px;
}

.help-alert span {
	display: block;
	font-style: normal;
	font-size: 1.9em;
	color: #821300;
	font-family: Arial, Helvetica, san-serif;
}

div#main-content blockquote {
	margin: 1.2em;
	color: #666;
	text-align: center;
	background-color: #eee;
}

div#main-content cite {
	display: block;
	color: #FF8C00;
	text-align: center;
	font-weight: 700;
}

div#main-content dl {
	padding: 0.8em;
}

div#main-content dl dt {
	color: white;
	font-weight: 700;
	background-color: #FF8C00;
	margin-top: 1em;
}

div#main-content dl dd {
	padding: 0.6em 0.6em 0.6em 1.8em;
	border: 1px solid 	#FF8C00;
}

/* >>>>>>> Cart Styles <<<<<<< */

div#basket {
padding: 14px;
}

div#basket input {
	
}

input.quantity {
width: 1em;
height: 18px;
float: left;
margin-right: 5px;
}

input.submitbutton {
   color:#050;
   background-color:#ccc;
   border-top: 1px solid #eee;
   border-right: 1px solid #666;
   border-bottom: 1px solid #666;
   border-left: 1px solid #ddd;
}

/* >>>>>>> End Cart Styles <<<<<<< */

div#footer {
	clear: both;
	width: 950px;
	height: 33px;
	margin: -33px auto 0 auto;
	background: transparent url(images/footerbg.gif);
	text-align: left;
	color: white;
}

div#footer p {
	padding: 5px 2px 0 5px;
}

div#footer p span {
	color: #FFBB18;
	font-weight: bold;
}
div#sidebar ul li a#red {
	display: block;
	color: white;
	text-decoration: none;
	height: 33px;
	width: 155px;
	background-color: transparent;
	background-image: url(images/nav-buttons-red.gif);
	background-position: left top;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0px;
	padding-left: 20px;
}
div#sidebar ul li a:hover#red {
	background-color: transparent;
	background-image: url(images/nav-buttons-red.gif);
	background-position: left bottom;
}

/* Contact form */

form#contact-us {
	width: 400px;
	margin: 20px auto 0 auto;
	border: 1px solid #eee;
}

form#contact-us fieldset{
	padding: 10px 15px 15px 15px;
	border: 1px solid #eee;
}

form#contact-us fieldset label {
	margin: 15px 0 6px 0;
}

form#contact-us fieldset input {
	display: block;
}

form#contact-us fieldset input.info {
	width: 70%;
}



p.notice, p.error, p.success 

{

color: #000000;

margin-top: 20px;

margin-bottom: 20px;

margin-left: 0pt;

padding-top: 5px;

padding-right: 5px;

padding-bottom: 5px;

padding-left: 30px;

margin-right: 15px;

background-color: #ebecd2;

background-image: url(i/bg_notice.gif);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: 5px center;

border-top-width: 2px;

border-right-width-value: 2px;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: 2px;

border-left-width-value: 2px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: solid;

border-right-style-value: solid;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: solid;

border-left-style-value: solid;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: #333333;

border-right-color-value: #333333;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: #333333;

border-left-color-value: #333333;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

}

p.error 

{

background-color: #ebecd2;

background-image: url(i/bg_error.gif);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: 5px center;

}