*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
strong { font-weight: bold }
em { font-style: italic }
a img { border:none; position: relative;}
a:active, a:focus { outline: none;}

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: url(images/bg.png) no-repeat fixed center top;
}

div.details p a {
	color: #666;
}

span.amp {
	font: italic 16px Baskerville, Georgia, "Times New Roman", Times, serif;
	display: inline-block;
}

div.thumb {
	height: 170px;
	width: 280px;
	padding: 5px;
	position: relative;
}

div.details {
	padding: 25px 5px 5px 10px;
}

#header h1 a{
	height: 152px;
	background: url(images/logo.png) no-repeat 0 35px;
	float: left;
	text-indent: -9999px;
	padding-top: 25px;
	padding-bottom: 60px;
	width: 200px;
}

#header ul {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #444;
	width: 800px;
	margin-top: 20px;

}

#header ul li {
	padding: 18px 14px 13px;
	float: right;
	display: inline-block;
	color: #888;
}

#header ul li a {
	padding: 5px;
	text-decoration: none;
	color: #666;

}

span.separator {
	color: #ddd;
}

#header ul li a:hover {
	color: #333;
}

#header ul li.description {
	float: left;
	color: #666;
	padding-top: 14px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	letter-spacing: 0;
	padding-left: 25px;
	border-left: 1px solid #ddd;
}

div.details p {
	color: #888;
	clear: both;
	font: 11px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



div.details h2 {
	padding-bottom: 12px;
	color: #fff;
	line-height:140%;
	font-size: 13px;
	float: left;
	width: 280px;
	padding-top: 5px;
	}

.caption
{
	background-color:#000;
}


div.shadow {
	position: absolute;
	top: -16px;
	left: -18px;
	bottom: -20;
	right: -20px;
	height: 215px;
	z-index: -5;
	background: url(images/shadow.png) no-repeat;
}

div.item {
	width: 290px;
	height: 100%;
	position: relative;
	float: left;
	display: inline-block;
	margin-right: 60px;
	margin-bottom: 40px;
}


ul#footer {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	margin-top: 0px;
	text-shadow: #fff 1px 1px 1px;
	float: left;
	width: 1000px;
}

ul#footer li.links {
	float: right;
}

ul#footer li.links a{
	text-decoration: none;
	color: #666;
	padding: 5px;
}

ul#footer li.links a:hover {
	color: #333;
}

ul#footer li {
	float: left;
	padding: 15px 14px 13px;
	color: #bbb;
}


div#tt.item {
	margin-right: 0;
}


div#portfolio {
	float: left;
	clear: both;
	width: 1000px;
}


div#header {
	height: 215px;
}

div#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


