* {
	margin: 0;
	padding: 0;
}

body {
	background:  url(../images/backgrounds/body.jpg) #F6FAE3 repeat-x top left;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0 auto;
	text-align: center;
}

body#splash {
	background:  url(../images/backgrounds/splash-body.jpg) #E7F3FF repeat-x top left;
}

br.cleardiv { /*used to clear floated elements*/ 
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #424B5C;
}

a.external {
	background-image: url(../images/backgrounds/external-link.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 16px 0 0;
}

a:hover {
	color:  #3A79BE;
	text-decoration: underline;
}

/*---------------

PAGE STRUCTURE

---------------*/

#wrapper {
	background:  url(../images/backgrounds/wrapper.gif) #F6FAE3 repeat-x top left;
	height: 500px;
	position: relative;
	left: 50%;
	width: 50%;
}

#splash #wrapper {
	background:  url(../images/backgrounds/splash-wrapper.gif) transparent repeat-x top left;
}

#container {
	background:  url(../images/backgrounds/content.gif) transparent repeat-y 25px 142px;
	margin: -500px auto 0 auto;
	position: relative;
	text-align: center;
	width: 770px;
}

#home #container {
	background:  url(../images/backgrounds/home-content.jpg) transparent repeat-y 25px 142px;
	height: 603px;
}

#splash #container {
	background:  url(../images/backgrounds/splash-content.jpg) transparent no-repeat 13px 71px;
	height: 413px;
}

#top {
	background:  url(../images/backgrounds/top.jpg) #F6FAE3 no-repeat top left;
	font-family: "trebuchet MS", verdana, sans-serif;
	height: 142px;
	padding: 0 25px;
	width: 720px;
}

#splash h1 {
	margin-left: 85px;
}

#splash #top {
	background:  url(../images/backgrounds/splash-top.jpg) #E7F3FF no-repeat top left;
	height: 71px;
}

#content {
	color: #545454;
	font-size: .8em;
	float: left;
	line-height: 1.5em;
	overflow: hidden;
	padding: 25px 0 42px 42px;
	text-align: justify;
	width: 686px;
}
#home #content {
	padding-right: 483px;
	width: 245px;
}

.hilight {
	background:  url(../images/backgrounds/hilight.gif) #F6FAE3 repeat-x top left;
	border: 1px solid #EFE7C2;
	margin: 0 0 25px 0;
	padding: 10px;
}


#footer-1 {
	background:  url(../images/backgrounds/footer-1.jpg) #F6FAE3 repeat-x top left;
	height: 96px;
}

#splash #footer-1 {
	background:  url(../images/backgrounds/splash-footer-1.jpg) #E7F3FF repeat-x top left;
}

#footer-2 {
	background:  url(../images/backgrounds/footer-2.jpg) #F6FAE3 repeat-x top left;
	height: 96px;
	margin-top: -96px;
	position: relative;
	left: 50%;
	width: 50%;
}

#splash #footer-2 {
	background:  url(../images/backgrounds/splash-footer-2.jpg) #E7F3FF repeat-x top left;
}

#footer-content {
	background:  url(../images/backgrounds/footer-conent.jpg) transparent no-repeat top left;
	color: #FDE5B2;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 11px;
	height: 70px;
	line-height: 15px;
	margin: -96px auto 0 auto;
	padding: 26px 25px 0 0;
	position: relative;
	text-align: right;
	width: 745px;
}

#splash #footer-content {
	background:  url(../images/backgrounds/splash-footer-conent.jpg) transparent no-repeat top left;
	padding: 24px 25px 0 0;
}

/*---------------

NAVIGATION

---------------*/

/*main navigation*/

#top ul {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 16px 0 0 0;
	text-align: left;
	width: 155px;
}

#top  li {
	float: left;
	list-style-type: none;
	width: 155px;
}

#top  li a, #top  li.current {
	color: #FAEEB3;
	float: left;
	padding: 3px 0 3px 17px;
	text-decoration: none;
	width: 138px;
}

#top  li.current {
	background-color: #B56134;
}

#top  li a:hover {
	background-color: #8F7F50;

}

/*---------------

HEADERS

---------------*/

h1, h1 a {
	background: url(../images/backgrounds/h1.gif) transparent no-repeat top left;
	float: right;
	height: 120px;
	text-indent: -6000px;
	width: 246px;
}

#splash h1 {
	background: none;
	color: #5A9FDA;
	float: none;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 38px;
	height: 28px;
	padding: 60px 0 41px 10px;
	text-indent: 0;
	width: 735px;
}	

h2 {
	color: #996633;
	font-size: 1.1em;
	padding: 0 0 5px 0;
}

#splash h2, #splash h2 a {
	float: left;
	height: 79px;
	outline: none;
	padding: 0;
	text-indent: -6000px;
	width: 325px;
}

h2#products a {background: url(../images/backgrounds/h2-products.gif) transparent no-repeat top left;}
h2#redesign a {background: url(../images/backgrounds/h2-redesign.gif) transparent no-repeat top left;}

#splash h2#products a:hover, #splash #redesign a:hover {background-position: 0 -79px;}

h3 {
	color: #BF8B6B;
	font-size: 1em;
	padding: 0 0 5px 0;
}


/*---------------

TEXT

---------------*/

#content strong {
	color: #996633;
}

#content p {
	padding: 0 0 25px 0;
}

#home #content p {
	padding: 0 0 20px 0;
}

#content ul {
	list-style-type: square;
	padding: 0 25px 25px 25px;
}

#content .hilight ul {
	padding: 0 25px 0 25px;
}

#content li {
	padding: 0 0 3px 0;
}

#footer-content a {
	color: #FDE5B2;
}

/* testimonials styles */

blockquote {
	border-bottom: 1px solid #DFD8C3;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

#content blockquote p {
	padding: 0 0 10px 0;
}

blockquote b {
	color: #6F6F6F;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.6em;
	line-height: .2em;
}

blockquote .quote-giver {
	color: #6F6F6F;
	font-style: italic;
	margin-top: -5px;
	text-align: right;
}

/*---------------

IMAGES

---------------*/

.right {
	background-color: #F7F7D5;
	float: right;
	padding: 0 0 20px 20px;
	position: relative;
}

#homepage-logos img {
	float: left;
	margin: 0 15px 0 0;
	position: relative; top: 12px;
}

/*---------------

PORTFOLIO

---------------*/

.before, .after {
	border-bottom: 1px solid #D6BB90;
	margin: 0 0 20px 0;
	text-align: center;
	width: 343px;
}

.before {
	float: left;
} 

.after {
	float: right;
} 

.before img, .after img {
	border: 10px solid #FEFEEB;
	float: left;
}

.after img {
	float: right;
}

#content .before p, #content .after p {
	color: #C0A781;
	font-style: italic;
	font-weight: bold;
	padding: 0;
}





















