@charset "UTF-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Global styles */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body {
	height: 100%;
    margin: 0 0 1px 0;
	padding: 0;
}
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #999999;
}
img {
    border: none;
}
fieldset {
    border: none;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 8px 0;
}
h1 {
    font-size: 26px;
	line-height: 32px;
}
h2 {
    font-size: 24px;
	line-height: 30px;
}
h3 {
    font-size: 18px;
	line-height: 24px;
}
h4 {
    font-size: 36px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
h5 {
    font-size: 21px;
	line-height: 22px;
	color: #666666;
}
h6 {
    font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #4b4b4b;
}
a:link,
a:visited {
    text-decoration: none;
    font-family: Helvetica, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #ffc423;
}
a:hover,
a:active {
    text-decoration: none;
    color: #666666;
}
a:focus {
    outline: 0;
}
div#container {
    min-height: 600px;
	width: 824px;
	margin: 0 auto;
	background: transparent url(images/header.jpg) no-repeat 0 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Header */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#header {
    width: 232px;
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 5px;
}
h1 {
	position: absolute;
	left: 20px;
	top: 30px;
}
h1 a {
	display: block;
	width: 235px;
	height: 291px;
	text-indent: -9999px;
	background: transparent url(images/logo.png) no-repeat 0 0;
}
h2 {
    float: left;
	clear: both;
	width: 196px;
	height: 45px;
	margin: 70px 0 0 124px;
	text-indent: -9999px;
	background: transparent url(images/tagline.jpg) no-repeat 0 0;
}
h3 {
    float: left;
	clear: none;
	width: 368px;
	height: 17px;
	margin: 95px 0 0 201px;
	text-indent: -9999px;
	background: transparent url(images/contact-info.jpg) no-repeat 0 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Nav */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#nav {
	width: 512px;
	float: left; 
	clear: none;
	margin-left: 47px;
}
div#nav ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
}
div#nav ul li {
    list-style-type: none;
    width: 142px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
}
div#nav ul li a {
    display: block;
	height: 130px;
	text-indent: -9999px;
}
div#nav ul li.about a {
    width: 142px;
    margin: 0;
	background: transparent url(images/buttons/about-but.jpg) no-repeat 0 0;
}
div#nav ul li.portfolio a {
    width: 142px;
    margin: 0 0 0 38px;
	background: transparent url(images/buttons/portfolio-but.jpg) no-repeat 0 0;
}
div#nav ul li.contact a {
    width: 142px;
    margin: 0 0 0 74px;
	background: transparent url(images/buttons/contact-but.jpg) no-repeat 0 0;
}
div#nav ul li a:hover {
    background-position: 0 -130px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Main body */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#page {
    width: 716px;
	margin: 24px 54px 0 54px;
	float: left;
	clear: both;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Home Page */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body#home div.left {
    width: 229px;
    margin: 0;
    float: left;
    clear: none;
}
body#home div.right {
    width: 487px;
	margin: 0;
	float: right;
	clear: none;
	text-align: right;
}
body#home div.texttop {
	width: 487px;
	margin: 20px 0 40px 0;
	float: left;
	clear: none;
}
body#home div.textbottom {
	width: 487px;
	margin: 20px 0 0 0;
	float: left;
	clear: none;
}
body#home div.text img {
	padding: 0 0 10px 0;
	float: left;
	clear: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* About Page */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body#about div.left {
    width: 229px;
    margin: 0;
    float: left;
    clear: none;
    text-align: right;
}
body#about div.right {
    width: 487px;
	margin: 0;
	float: right;
	clear: none;
	text-align: right;
}
body#about div.text {
	width: 487px;
	margin: 40px 0 0 0;
	float: left;
	clear: none;
}
body#about div.text img {
	padding: 0 20px 20px 0;
	float: left;
	clear: none;
}
body#about div.expertise img {
	padding: 0 0 0 20px;
	float: right;
	clear: none;
}
body#about div.right ul li {
    list-style-type: none;
	margin: 0;
	font-size: 12px;
	color: #4b4b4b;
}
body#about div.services {
	width: 487px;
	margin: 20px 0 0 0;
	float: left;
	clear: none;
}
body#about div.service1 {
    width: 240px;
    float: left;
    clear: none;
	margin: 0;
	padding: 0;
}
body#about div.service2 {
    width: 240px;
    float: right;
    clear: none;
	margin: 0;
	padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Portfolio Page */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body#portfolio div.left {
    width: 204px;
    margin: 0;
    float: left;
    clear: none
}
body#portfolio div.right {
    width: 512px;
	margin: 0;
	float: right;
	clear: none;
	text-align: right;
}
body#portfolio div.left img {
	margin: 0;
}
body#portfolio div.right img {
	margin: 0;
}
body#portfolio div.right ul {
	margin: 0;
	padding: 0;
}
body#portfolio div.right ul li {
    list-style-type: none;
    width: 100px;
	margin: 0;
	padding: 20px 0 0 28px;
	float: left;
	clear: none;
}
body#portfolio div.web {
    width: 512px;
	margin: 0;
	float: left;
	clear: both;
}
body#portfolio div.web ul li a {
    display: block;
	height: 100px;
	text-align: left;
}
body#portfolio div.web ul li.web1 a {
    width: 100px;
    margin: 0;
	background: transparent url(../images/thumbs/web-1t.png) no-repeat 0 0;
}
body#portfolio div.web ul li.web2 a {
    width: 100px;
    margin: 0;
	background: transparent url(../images/thumbs/web-2t.png) no-repeat 0 0;
}
body#portfolio div.web ul li.web3 a {
    width: 100px;
    margin: 0;
	background: transparent url(../images/thumbs/web-3t.png) no-repeat 0 0;
}
body#portfolio div.web ul li.web4 a {
    width: 100px;
    margin: 0;
	background: transparent url(../images/thumbs/web-4t.png) no-repeat 0 0;
}
body#portfolio div.web ul li a:hover {
    background-position: 0 -100px;
}
body#portfolio div.flash {
    width: 512px;
	margin: 0;
	padding: 50px 0 0 28px;
	float: right;
	clear: none;
}
body#portfolio div.flash ul li a {
    display: block;
	height: 100px;
}
body#portfolio div.flash ul li.flash1 a {
    width: 100px;
    margin: 0;
	background: transparent url(../images/thumbs/flash-1t.png) no-repeat 0 0;
}
body#portfolio div.flash ul li.flash2 a {
    width: 100px;
    margin: 0;
	background: transparent url(../images/thumbs/flash-2t.png) no-repeat 0 0;
}
body#portfolio div.flash ul li.flash3 a {
    width: 100px;
    margin: 0;
	background: transparent url(../images/thumbs/flash-3t.png) no-repeat 0 0;
}
body#portfolio div.flash ul li.flash4 a {
    width: 100px;
    margin: 0;
	background: transparent url(../images/thumbs/flash-4t.png) no-repeat 0 0;
}
body#portfolio div.flash ul li a:hover {
    background-position: 0 -100px;
}
body#portfolio div.print {
    width: 512px;
	margin: 0;
	padding: 50px 0 0 28px;
	float: right;
	clear: none;
}
body#portfolio div.print ul li a {
    display: block;
	height: 100px;
}
body#portfolio div.print ul li.print1 a {
    width: 100px;
    margin: 0;
	background: transparent url(../images/thumbs/print-1t.png) no-repeat 0 0;
}
body#portfolio div.print ul li.print2 a {
    width: 100px;
    margin: 0;
	background: transparent url(../images/thumbs/print-2t.png) no-repeat 0 0;
}
body#portfolio div.print ul li.print3 a {
    width: 100px;
    margin: 0;
	background: transparent url(../images/thumbs/print-3t.png) no-repeat 0 0;
}
body#portfolio div.print ul li.print4 a {
    width: 100px;
    margin: 0;
	background: transparent url(../images/thumbs/print-4t.png) no-repeat 0 0;
}
body#portfolio div.print ul li a:hover {
    background-position: 0 -100px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Contact Page */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body#contact div.left {
    width: 229px;
    margin: 0;
    float: left;
    clear: none;
}
body#contact div.right {
    width: 487px;
	margin: 0;
	float: right;
	clear: none;
	text-align: right;
}
body#contact div.form {
	width: 487px;
	margin: 20px 0 0 0;
	float: left;
	clear: none;
}
body#contact div.form p {
	margin: 0 0 20px 0;
}
body#contact div.form fieldset {
	float: right;
	border: none;
	margin: 0;
	padding: 0;
}
body#contact div.form input, #contact div.form textarea {
	float: right;
	clear: none;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: right;
	color: #666666;
	display: block;
	border: 2px solid #CCCCCC;
}
body#contact div.form textarea:focus, body#contact div.form input:focus {
	border: 2px solid #ffc423;
}
body#contact div.form input.reset-button, body#contact div.form input.submit-button {
	margin: 10px 0 0 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Footer */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#footer {
	width: 716px;
	margin: 20px 54px 0 54px;
	float: left;
	clear: both;
	font-size: 12px;
	text-align: right;
	color: #333333;
}
