@charset "utf-8";
/* pulseArt designs stylesheet june 2009 */

/*LAYOUT */

body {
	margin: 0px auto;
	background-image: url(../img/bg-body.jpg);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
}

body, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	background-image: url(../img/bg-wrapper.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	border: 0px;
	width: 760px;
}

#header {
	margin: 0 0 5px 0;
	height: 125px;
	padding: 40px 300px 0 40px;
	background-position: center top;
	background-image:url(../img/bg-header.jpg);
	background-repeat:no-repeat;
}

#headerContact {
	width: 670px;
	font-size: 1.2em;
	text-align:right;
	color: #666666;
}

#side-left {
	float: left;
	width: 325px;
	padding-left: 40px;
	padding-right: 15px;
	padding-bottom: 30px;
	background-image:url(../img/bg-tree.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#side-right { 
	margin: 0;
	float: left;
	width: 325px;
	padding-left: 15px;
	padding-right: 40px;
	padding-bottom: 30px;
	height: 1%;
}

#side-right a img.portfolio {
	border: 1px solid #EFEFEF;
}
#side-right a:hover img.portfolio {
	border: 1px solid #66CC00;
}

#footer {
	clear: both;
	background-image:url(../img/bg-footer.gif);
	background-position:top;
	background-repeat:no-repeat;
	height: 80px;
	padding-left: 40px;
}
#footer img {
	padding: 10px 34px 20px 0;
	display: block;
	float: left;
}
#footer ul {
	margin: 0 380px 0 160px;
	padding: 10px 0 0 0;
	font-size: 1.0em;
	line-height: 120%;
	height: 70px;
}
#footer #copyright {
	width: 290px;
	padding-top: 10px;
	padding-right: 75px;
	float: right;
}
#footer #copyright p {
	margin: 0 0 10px 0;
	font-size: 1em;
	color:#999999;
	line-height: 120%;
}

/* ***************************************************************** */
/* STYLES */

h1 {
	font-size: 1.8em;
	}
h2 {
	margin: 0 0 20px 0;
	font-size: 1.8em;
	color: #666666;
	font-weight: normal;
	line-height: 140%;
	}
h3 {
	margin: 20px 0 20px 0;
	font-size: 1.6em;
	color: #999999;
	font-weight: bold;
	border-top: 1px solid #66CC00;
	border-bottom: 1px solid #66CC00;
	line-height: 155%;
	}
h4 {
	margin: 20px 0 5px 0;
	font-size: 1.4em;
	color: #333333;
	font-weight: bold;
	border-top: 1px solid #66CC00;
	border-bottom: 1px solid #66CC00;
	background-image:url(../img/gradient.jpg);
	background-repeat:repeat-y;
	line-height: 140%;
	}
h5 {
	margin: 20px 0 5px 0;
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	line-height: 140%;
	}

p {
	margin: 10px 0 10px 0;
	font-size: 1.2em;
	color: #666666;
	line-height: 150%;
}

.portfolio {
	font-size: 1.0em;
	color: #999999;
}	

.green {
	color: #66CC00;
}

.grey {
	color: #666666;
}

.litegrey {
	color: #999999;
}

a {
	color: #009900;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
a:hover {
	border-bottom: 1px solid #66CC00;
	background-color:#EFEFEF;
}

blockquote p {
	margin: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	padding: 5px 10px 5px 10px;
	line-height: 120%;
	border-left: 2px solid #66CC00;
}
p.credit {
	text-align: right;
	font-size: 1.0em;
	color: #999999;
}
ul.contact {
	margin: 15px 0 15px 0;
}
ul.contact li {
	margin: 5px 0 5px 10px;
	color: #666666;
	font-size: 1.2em;
}
ul.contact li.tel {
	padding: 0 0 0 20px;
	background-image: url(../img/icon_tel.gif);
	background-repeat: no-repeat;
	height: 16px;
}
ul.contact li.email a {
	padding: 0 0 0 20px;
	background-image: url(../img/icon_email.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	height: 16px;
	border-bottom: 1px solid #CCCCCC;
}
ul.contact li.email a:hover {
	border-bottom: 2px solid #66CC00;
	background-color:#EFEFEF;
}


