/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #d5d5e6 url('../pics/paint.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #19194c;
}
#wrapper {
	width: 990px;
	margin: 0 auto;
	background: #333399;
}

#header {
	color: #d5d5e6;
	font-family:Rockwell, Geneva, Arial, Helvetica, sans-serif;
	height: 200px;
}
#header h1 {
	font-size: 3.5em;
	padding-top: 65px;
	margin-left: 225px;
}
#header h2 {
	float: right;
	margin-top: 20px;
	padding-right: 25px;
}

#navigation {
	width: 160px;
	float: left;
}
#navigation ul {
	list-style-type: none;
	white-space:nowrap;
	margin-top: 50px;
	text-transform:uppercase;
}
ul#navigation {
	margin: 0 0 30px;
	width: 12.5%;
}
#navigation li {
	background: #b2b2e5;
	color: #d5d5e6;
	border: .3em solid #19194c;
	font-weight: 600;
	padding: .5em;
	margin-bottom: .1em;
}
#navigation li a {
	color: #333399;
	text-decoration: none;
	display: block;
}
#navigation li a:hover {
	background: #19194c;
	color: #d5d5e6;
}

#rebate {
	background: #b2b2e5;
	border: 5px #19194c double;
	margin: 50px 10px;
	padding: 15px;
	position: absolute;
	width: 100px;
	}
	
#thumb {
		margin: 365px 5px;
	padding: 15px;
	position: absolute;
	width: 100px;

}
	
#specials #rebate, #contactP #rebate {
	display: none;
}

#index #home a, #projectP #work a, #testimonialP #testimonials a, #contactP #contact a, #specials #specials a {
	background: #19194c;
	color: #d5d5e6;
	
}

#content  {
	margin-left: 160px;
	width: 770px;
	background: #d5d5e6;
	padding: 25px;
}
#content-pics {
	float: right;
	width: 200px;
	background: #d5d5e6;
}
#text {
	float: left;
	width: 570px;
}
#content h3 {
	background: #333399;
	margin: 25px 10px 10px;
	padding: 5px;
	color: #d5d5e6;
}
p {
	margin: 15px;
}
.link {
	text-align: right;
}
a {
	color: #333399;
}

h3 a {
	color: #d5d5e6;
}


.service {
	width: 295px;
	height: 280px;
	border: 2px ridge #333399;
	float: left;
	margin: 0 25px 10px 35px;
	background: #B2B2e5;
	text-align: center;
	padding: 0 10px 5px;
}
.service h2 {
	padding: 10px;
	}
.service a {
	color: #333399;
}
.service img {
	border: ridge #333399 5px;
}
.before-after {
	clear: both;
}

#sidepics {
	float: right;
	width: 200px;
}

.gallery {
	width: 350px;
	height: 365px;
	border: 2px ridge #333399;
	float: left;
	background: #B2B2e5;
	text-align: center;
	padding: 5px;
	margin: 10px;
}
.gallery2 {
	height: 500px;
}
h4 {
	text-align: center;
	margin: 35px auto 0;
}



#gallery-nav {
	margin-top: 15px;
	font: .8em;
	text-align: center;
	}
#gallery-nav ul {
	list-style: none;
	white-space:nowrap;

	
}
#gallery-nav {

}
#gallery-nav li {
	display: inline;
	
}
.tall {
	height: 430px;
}

.short {
	height: 245px;
}

.short2 {
	height: 258px;
}

.last {
	border-right: 1px solid #333399;
}

#gallery-nav a {
	padding: 0 10px;
	line-height: 1.5em;
	text-decoration: none;
	border-left: 1px solid #333399;
}
#gallery-nav a:hover {
	text-decoration: underline;
}



#footer {
	padding: 10px;
	text-align: center;
	color: #d5d5e6;
	font-size: .9em;
	height: 100px;
}

#footer p {
	float: left;
	margin-left: 250px;
}

#footer a {
	color: #d5d5e6;
}

#paypal {
	float: left;
	margin-top: 20px;
}

#bbb {
	float: right;
	margin-top: 20px;
}

#author {
	float: right;
	color: #333399;
	font-size: 11px;
	padding: 5px 20px;
	width: 175px;
	background: #dcdaf8;
	text-align: center;
}
#author a {
	color: #333399;
}

.clear {
	clear:both;
}


