/*
	STYLE INFO

*/


/* Meyer's Reset */


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, img, 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;
	font-family: Georgia, Times New Roman, Times, serif;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1em;
	color: #333;
	background: #fff;
}

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: "" "";
}


/*
	Page body style
*/




/*
	Standard paragraph style
*/

p
{
	color: #000;
	font-size: 0.9em;
	padding: 10px 0 10px 0;
}


ul
{
	color: #000;
	margin-top: 20px;
}

ul.Service
{
	color: #000;
	margin-top: 20px;
	font-size: 0.8em;

}

li.Products
{
	list-style-type: disc;
	list-style-position: inside;
}

ul.Address
{
	color: #000000;
	margin-top: 20px;
	font-size: 0.9em;

}

/*
	headings
*/

h1
{
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
}

h2
{
	font-size: 0.9em;
	color: #000;
	font-weight: normal;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #ff9900;
	margin: 0 0 0 0;
}


h3
{
	font-size: 0.9em;
	color: #000;
}



/*
	Links
*/

a:link, a:active
{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-size: 1em;
	text-decoration: underline;
}


a:hover
{
	color: #ff9900;
	font-size: 1em;
	text-decoration: underline;
}

a:visited
{
	color: #000000;
	font-size: 1em;
	text-decoration: underline;
}





/*
	BASIC STRUCTURE
*/


/*
	Container for page
*/

#container
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	background-color: #fff;
}


/* Header */
#header-wrapper
{
	width: 100%;
	height: 211px;
	background-color: #333;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}

#header
{
	width: 970px;
	height: 211px;
	margin: 0 auto 0 auto;
	position: relative;
	background-image: url(../images/header_bg_internal.gif);
	background-repeat: repeat-x;
	background-position: 0 100px;
}


h1#logo
{
	position: absolute;
	top: 40px;
	left: 0;
	height: 100px;
	margin: 0;
	padding: 40px 50px 40px 0;
	font-size: 3em;
	font-weight: normal;
	background-image: url(../images/logo_leaves.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

h1#logo a
{
	color: #fff;
	text-decoration: none;
}

h1#logo a:hover
{
	color: #383838;
	text-decoration: none;
}


h2#logo-strapline
{
	position: absolute;
	top: 110px;
	left: 0;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 0.8em;
	font-weight: normal;
	color: #383838;
}




/* Promos */

#promo-wrapper
{
	width: 100%;
	background-color: #383838;
}

#promo
{
	width: 970px;
	margin: 0 auto 0 auto;
	position: relative;
}





/* Content */

#content-wrapper
{
	width: 100%;
	min-height: 200px;
}

#content
{
	width: 970px;
	min-height: 200px;
	margin: 0 auto 0 auto;
	position: relative;
	background-color: #fff;
}





/* Homepage-specific Definitions */


p#intro
{
	float: left;
	color: #FFFFFF;
	width: 330px;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 20px 20px 20px 0;
	margin: 0 0 0 0;
}

p#intro2
{
	float: left;
	color: #FFFFFF;
	width: 300px;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 2px 20px 20px 0;
	margin: 0 0 0 0;
}

div.promo-item
{
	float: left;
	width: 290px;
	padding: 20px 20px 20px 0;
	margin: 0 0 0 0;
}

div.promo-item2 p
{
	color: #FFFFFF;
	padding: 20px 20px 20px 0px;
	font-weight: normal;
}


div.promo-item p
{
	color: #FFFFFF;
	padding: 0px 0px 20px 0px;
	font-weight: normal;
}

div.promo-item img
{
	float: left;
	border-bottom: 2px solid #ff9900;
	margin: 0 10px 20px 20px;
}

div#promo a:hover
{
	color: #fff;
}



/* Columns */

div#left-column
{
	width: 660px;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
}

div#middle-column
{
	width: 310px;
	float: left;
	padding: 0 20px 0 0;
}

div#right-column
{
	width: 285px;
	float: left;
	padding: 0 0 0 0;
}

div#right-column-page2
{
	width: 310px;
	float: left;
	padding: 0 0 0 0;
}

img.column-image
{
	padding: 20px 0 0 0;
}

p.caption
{
	color: #FFFFFF;
	font-style: italic;
	background-color: #003535;
	border-bottom: 2px solid #003535;
	padding: 20px 0px 10px 5px;
	margin: 0 0 0 0;
}




/* Sub-page-specific Definitions */

div#left-column-page
{
 	width: 620px;
 	float: left;
 	padding: 0 20px 0 0;
	margin: 0 0 0 0;
}


div#promo h1
{
	font-size: 2em;
	padding: 30px 0 30px 0;
}

p.first-p
{
	font-weight: bold;
	border-bottom: 1px solid #ff9900;
	padding-top: 20px;
}

p.first-2
{
	font-weight: bold;
	padding-top: 20px;
}




/* Footer */

#footer-wrapper
{
	width: 100%;
	height: 60px;
	border-top: 1px solid #000;
	margin: 40px 0 0 0;
	color: #000;
}


#footer
{
	width: 970px;
	height: 30px;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	text-align: left;
	color: #dd127b;
}


#footer p
{
	text-align: left;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	color: #000;
}

#footer-wrapper a 
{
/*	display: block;*/
	color: #000;
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0;
}

#footer-wrapper a:hover
{
	color: #ff9900;
} 



/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}


/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * {
	color:#000;
}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { float:left; margin:0; width:100px; padding:5px 0; font:normal 12px Georgia, Times New Roman, Times, serif; color:#222; text-transform:capitalize;}
#contactform label span { font:normal 10px Georgia, Times New Roman, Times, serif;}
#contactform input.text { width:480px; border:1px solid #e8e8e8; margin:5px 0; padding:5px 2px; height:15px; background:#f8f8f8;}
#contactform textarea { width:480px; border:1px solid #e8e8e8; margin:10px 0; padding:2px; background:#f8f8f8; height:150px;}
#contactform li.buttons input { padding:3px 0; margin:0 0 0 400px; border:0; color:#FFF;}
