@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 960px;
	margin: 0 auto;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #636466;
	font-weight: 400;
}

#header {
	width: 575px;
	height: 100px;
	float: right;
	margin: 15px 0 50px 0;
}

#navigation {
	float: left;
	width: 320px;
}

#navigation ul li {
	display: block;
	float: right;
	clear: both;
	text-indent: -9999px;
}

#navigation ul li a {
	border: none; 
	outline: none;
}

a#home_button {
	display: block;
	width: 168px;
	height: 168px;
	background: url(../assets/images/home_on.gif);
}

a#home_button:hover {
	background: url(../assets/images/home_active.gif);
}

a#home_button:active {
	background: url(../assets/images/home_active.gif);
}

a#services_button {
	display: block;
	width: 145px;
	height: 145px;
	background: url(../assets/images/services_on.gif);
	margin: -15px 135px 0 0;
}

a#services_button:hover {
	background: url(../assets/images/services_active.gif);
}

a#services_button:active {
	background: url(../assets/images/services_active.gif);
}


a#portfolio_button {
	display: block;
	width: 123px;
	height: 123px;
	background: url(../assets/images/portfolio_on.gif);
	margin: 20px 190px 0 0;
}

a#portfolio_button:hover {
	background: url(../assets/images/portfolio_active.gif);
}

a#portfolio_button:active {
	background: url(../assets/images/portfolio_active.gif);
}


a#about_button {
	display: block;
	width: 97px;
	height: 97px;
	background: url(../assets/images/about_on.gif);
	margin: 10px 120px 0 0;
}

a#about_button:hover {
	background: url(../assets/images/about_active.gif);
}

a#about_button:active {
	background: url(../assets/images/about_active.gif);
}

a#contact_button {
	display: block;
	width: 75px;
	height: 75px;
	background: url(../assets/images/contact_on.gif);
	margin: -10px 40px 0 0;
}

a#contact_button:hover {
	background: url(../assets/images/contact_active.gif);
}

a#contact_button:active {
	background: url(../assets/images/contact_active.gif);
}

li.active #home_button {
	background: url(../assets/images/home_active.gif)
}

li.active #services_button {
	background: url(../assets/images/services_active.gif)
}

li.active #portfolio_button {
	background: url(../assets/images/portfolio_active.gif)
}

li.active #about_button {
	background: url(../assets/images/about_active.gif)
}

li.active #contact_button {
	background: url(../assets/images/contact_active.gif)
}

#content {
	width: 600px;
	float: right;
	clear: right;
}

#content p {
	line-height: 160%;
	margin-bottom: 30px;
	text-align: justify;
}

#content ul li {
	margin-left: 25px;
	list-style-type: disc;
	display: list-item;
	line-height: 160%;
}

#portfolio_table tr td img {
	margin: 0 auto;
	padding: 3px;
}

#footer {
	font-size: 80%;
	color: #CCC;
	clear: both;
	text-align: center;
	padding: 50px 0 25px 0;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
	line-height: 25px;
}

#footer a {
	color: #CCC;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

h1 { 
	color: #bed600;
	font-size: 150%;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

h2 { 
	color: #bed600;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 3px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.testimonials {
	font-weight: bold;
	margin-top: -15px;
}

blockquote { margin-left: 15px; 	line-height: 160%; }
a:link { color: #6CD5E1; }
a:visited { color: #333; }
a:hover { color: #BED524; }
a:active { color: #BED524; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

