/*
//
// primary styles
// Author: DataSetGo
// Date: 2010/03/07
//
/////////////////////////////////////// */



/* Global Styles
/////////////////////////////////////// */
body {
	/* font-family: Helvetica, Arial, sans-serif;*/
	/* font-family: "Times New Roman", arial, sans-serif ;*/
	/* font-family: "Courier New", Courier, monospace;*/
	/* font-family: "Times New Roman", Times, serif; */
	/* font-family: "Trebuchet MS", Helvetica, sans-serif; */
	/* font-family: "Century Gothic", "Trebuchet MS", Helvetica, sans-serif; */
	/* font-family: Verdana, Geneva, sans-serif; */
	/* font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif */
	font: 12px/16px "Trebuchet ms", verdana, sans-serif;
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #963232;
	text-decoration: none;
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	color: #333;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	color: #333;
}

h3 {
	font-size: 12px;
	line-height: 12px;
	color: #ec4c17;
}

div#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
}

div#content {
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
}

div#header {
	height: 70px;
	position: relative;
	margin-top: 10px;
}

a#logoLink {
	width: 156px;
	height: 28px;
	display: block;
	position: absolute;
	top: 5px;
	background: transparent url('../images/logo_black.png') no-repeat;
}


div#nav {
	position: relative;
	top:45px;
	margin: 0;
	padding: 0;
	}

div#nav ul {margin: 0; padding: 0;}
div#nav li {margin: 0; padding: 0 0 0 10px; list-style: none; position: relative; float: right;}
div#nav a {height: 12px; display: block;}
a.on {color:#963232;}

div#footer {
	height: 40px;
} 

br.clear {
	clear: both;
}


/* page-specific styles
////////////////////////////////////// */

/* Portfolio slideshow */

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:600px; margin:0 auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:600px; height:600px; padding:0px; background:#fff}
#information {position:absolute; bottom:0; width:600px; height:0; background:#ccc; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70);}
#information h3 {padding:4px 8px 3px; font-size:12px; text-transform: uppercase;}
#information p {padding:0 8px 8px}
#image {width:600px}
#image img {position:absolute; z-index:25; width:auto}
/*.imgnav {position:absolute; width:25%; height:406px; cursor:pointer; z-index:150}*/
.imgnav {display: none;}

#imgprev {left:0; background:url(../images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../images/right.gif) right center no-repeat}

#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/link.gif) center center no-repeat}

#thumbnails {margin-top:15px;}

#slideleft {float:left; margin-left:-25px;width:20px; height:64px; background:url(../images/scroll-left.gif) center center no-repeat; background-color:transparent;}
#slideleft:hover {background-color:transparent;}
#slideright {float:right;margin-right:-25px; width:20px; height:64px; background:transparent url(../images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:transparent}
#slidearea {float:left; position:relative;width:600px; margin:0; height:150px; overflow:hidden;}
#slider {position:absolute; left:0; height:150px}
#slider img {cursor:pointer;}



/* contact */
div#contact {
	text-align: center;
	margin-top: 80px;
	width: 400px;
	height: 175px;
	border: 1px solid #333;
	margin: 80px auto 0 auto;
	font-size: 30px;
	line-height: 34px;
	padding: 10px;
}

div#contact span {
	font-size: 24px;
	line-height: 28px;
}

