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

/* Reset */

* {
	border: 0;
	margin: 0;
	outline: 0;
  	padding: 0;
}


/* Basic Elements */

html {
}

body {
	background: #FFFFFF;
	color: #AEAEAE;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
}

a, a:link, a:visited, a:active {
	color: #AEAEAE;
	text-decoration: none;
}

a:hover {
	color: #888888;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

div.clear {
	clear: both;
	visibility: hidden;
}

hr {
	height: 1px;
	width: 840px;
}


/* Layout */

div#wrap {
	margin: 0 auto;
	width: 900px;	
}

div#header {
	background: url(../images/logo.png) no-repeat right;
	border-bottom: #EEEEEE solid 1px;
	height: 100px;
	width: 100%;
}

div#container {
	min-height: 300px;
	padding: 40px 20px;
	width: 860px;
}

div#logo-large {
	background: url(../images/logo_large.png) no-repeat;
	height: 285px;
	margin: 5px auto 10px;
	width: 360px;
}

div#footer {
	border-top: #EEEEEE solid 1px;
	font-size: 11px;
	font-weight: normal;
	height: 100px;
	width: 100%;
}

div#copyright {
	padding: 5px 0 0 20px;
}


/* Portfolio */

div#portfolio {
	
}

div#portfolio div.thumbnail {
	background: no-repeat top;
	float: left;
	height: 180px;
	margin: 20px 0 10px 20px;
	width: 260px;
}

div#portfolio div.thumbnail:hover {
	background-position: bottom;
	cursor: pointer;
}

div#portfolio div.thumbnail a {
	display: block;
	height: 100%;
	width: 100%;
}

div#portfolio div#thumbnail-1350 {
	background-image: url(../images/thumbnails/tn_1350.jpg);
}

div#portfolio div#thumbnail-odessa {
	background-image: url(../images/thumbnails/tn_odessa.jpg);
}

div#portfolio div#thumbnail-tgc {
	background-image: url(../images/thumbnails/tn_tgc.jpg);
}

div#portfolio div.portfolio-link {
	float: left;
	margin: 0 0 20px 20px;
	text-align: center;
}

div#portfolio div.portfolio-link a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 260px;
}


/* Contact */

table#contact_table {
}

table#contact_table th {
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0px 30px 0px 10px;
	text-align: left;
	width: 50px;
}

table#contact_table td {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px 0 30px;
	text-align: right;
	width: 300px;
}


/* Nav */

ul#nav {
	list-style-type: none;
	line-height: 20px;
	padding: 20px 0 0 20px;
}
