html, body {
	padding	: 0px;
	margin	: 0px;
	height	: 100%;
	width	: 100%;
	background-color: #494949;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
	
img { border: 0px;}

td {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	}
	
p { margin: 0px;}	

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 38px;
	margin-right: 5px;
	color: #CCCCCC;
	}

h3#conron {
	background-image: url(/img/red-square.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
	color: #D73F26;
	font-size: 10px;
	font-weight: bold;
	display: inline;
	}
	
#site-wrapper {
	width: 800px;
	height: auto;
	position: relative;
	margin: auto;
	min-height: 100%;
	background-color: #494949;
	}
	
#main-nav {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	background-color: #666666;
	height: 40px;
	}
	
#big-image {
	width: 800px;
	background-color: #868686;
	height: 453px;
	}
	
#big-image img {
	display: block; 
	margin: auto;
	}
	
#content {
	width: 800px;
	overflow: auto;
	background-color: #494949;
	min-height: 100%;
	padding-bottom: 85px; /*height of footer*/
	}
	
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 750px;
	background-color: #494949;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin-bottom: 22px;
	padding-left: 50px;
	}
	
#footer a {color: #CCCCCC;}
#footer a:hover {color: #FFFFFF;}
	
#main-nav ul, #main-nav ul li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: Verdana, Helvetica, sans-serif;
	}
	
#main-nav ul {
	position: absolute;
	top: 11px;
	left: 303px;
	}
	
#main-nav ul li a {
	color: #FFFFFF;
	font-size: 10px;
	margin-right: 25px;
	text-decoration: none;
	background-image: url(/img/red-square.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 11px;
	}
	
#main-nav ul li a:hover {color: #D73F26;}

#logo {
	float: left;
	padding: 30px 53px 0px 50px;
	width: 200px;
	}
	
#home-content {
	float: left;
	width: 490px;
	line-height: 17px;
	padding: 20px 0px;
	}
	
.caption {
	font-size: 11px;
	font-style: italic;
	color: #CCCCCC;
	}
	
#menu-wrapper {
	width: 800px;
	height: 83px;
	position: absolute;
	top: 40px;
	margin: auto;
	display:none;
	}
	
#opaque {
	background-color: #535353;
	opacity: .75;
	height: 100%;
	width: 100%;
	filter:alpha(opacity=85);
	}
	
#text-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	}
	
#select {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	width: 200px;
	padding-top: 10px;
	margin: 30px 30px 0px 73px;
	float: left;
	}
	
.project-category {
	width: 235px;
	float: left;
	margin: 30px 15px 0px 0px;
	}
	
.project-category a {
	background-image: url(/img/white-square.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 17px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 11px;
	}
	
.project-category a:hover {color: #D73F26;}

.concept-thb {
	float: left;
	width: 250px;
	height: 169px;
	margin-top: 20px;
	margin-bottom: 7px;
	}
	
.concept-thb img {margin-bottom: 4px;}

.concept-thb a img {
	opacity: .7;
	filter:alpha(opacity=70);
	}
	
.concept-thb a:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
	}
	
a.concept-thb-link, .services-text h2, .contact h2, .client-data h2{
	background-image: url(/img/red-square-10.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 17px;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	}
	
.services-text h2 {color: #FFFFFF;}
	
a:hover.concept-thb-link {color: #FFFFFF;}

.services, .contact {
	width: 750px; 
	float:left; 
	padding: 22px 0px 16px 50px;
	border-top: 1px solid #FFFFFF;
	}
	
.services-img {
	float: left;
	margin: 5px 35px 0px 0px;
	}

.services-text {
	width: 445px;
	float: left;
	color: #CCCCCC;
	line-height: 16px;
	}
	
/*projects */
	
#project-info {
	float: right;
	width: 459px;
	line-height: 16px;
	margin-top: 9px;
	height: 175px;
	overflow: auto;
	padding-right: 41px;
	}
	
#project-nav {
	float: left;
	width: 150px;
	margin: 30px 0px 0px 50px;
	}
	
#project-nav a {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 12px;
	color: #999999;
	text-decoration: none;
	margin-bottom: 12px;
	display: block;
	}
	
#thumb-nav {
	float:left; 
	width: 750px; 
	margin: 49px;
	margin: 24px 0px 0px 50px;
	height: 19px;
	}
	
#thumb-nav a {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 12px;
	color: #999999;
	text-decoration: none;
	margin-bottom: 13px;
	display: inline;
	}
	
a.left-arrow {
	background-image: url(/img/left-arrow-grey.png);
	}
a:hover.left-arrow {
	background-image: url(/img/left-arrow-white.png);
	color: #FFFFFF!important;
	}
a.right-arrow {
	background-image: url(/img/right-arrow-grey.png);
	}
a:hover.right-arrow {
	background-image: url(/img/right-arrow-white.png);
	color: #FFFFFF!important;
	}
	
#thumb-wrapper {
	margin: 0px 0px 40px 50px;
	width: 750px;
	height: 140px;
	clear: both;
	position: relative;
	}
	
.thumb-set {
	width: 729px;
	text-align: left;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	}
#thumb-set-1 { display: block; }

.thumb-set a img {
	margin-right: 3px;
	opacity: .7;
	filter:alpha(opacity=70);
	}
	
.thumb-set a:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
	}

.contact a, .client-data a {color: #FFFFFF;}
.contact a:hover, .client-data a:hover {color: #D73F26;}

.contact {line-height: 17px;}

.contact input[type="text"] {
	width: 180px;
	height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	margin-right: 10px;
	padding-left: 3px;
	}

.client-data {
	width: 750px; 
	float: left; 
	margin: 5px 0px 30px 50px;
	line-height: 17px;
	}
	
.client-data a {
	display: block;
	margin-bottom: 8px;
	color: #CCCCCC;
	}
	
.client-data a:hover {color: #FFFFFF;}

input[type="text"] { padding: 2px; }
#upload-form input[type="text"], #upload-form input[type="email"], #upload-form textarea {
	padding: 2px;
	width: 303px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#upload-form textarea { height: 100px; }
#upload-form td {
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px 10px 10px 0px;
	}
button {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent;
	}
#upload-form button span {
	color: #D73F26;
	font-size: 16px;
	}
button:hover { cursor: pointer; }
button:hover span { color: #FFFFFF; }
button::-moz-focus-inner { border: 0; padding: 0; }
.errors { color: #FF0000; }

#contact-submit span {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	}
button:hover#contact-submit span { color: #D73F26; }