/* CSS Document */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of reset */



#header {
	width:497px;
	height:297px;
	position:absolute;
	background-image:url('images/bg1.png');
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:20;
}

#container {

	width:960px;
	min-height:250px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	
}

#logo {
	
	position:fixed;
	display:block;
	text-align:left;
	width:960px;
	height:200px;
	background-image:url('images/fader.png');
	background-repeat:no-repeat;
	overflow:visible;
	
	
}

#nav {
	position:fixed;
	right:75px;
	top:20px;
	z-index:9;	

}

#nav li {
	display:block;
	float:right;
}

#nav li a {
	background-image:url('images/nav.png');
	background-repeat:no-repeat;
	display:block;
	height:136px;
	text-indent: -9999px; 	
	margin: 0;
	padding: 0;
}

#nav a.nav1 {
	background-position: 0px 0px;
	height:136px;	
	width:140px;	
}

#nav a.nav1:hover{
	
	background-position: 0px -136px;	

}

#nav a.nav2 {
	background-position: -140px -136px;
	height:136px;	
	width:150px;	
}

#nav a.nav2:hover{
	
	background-position: -140px 0px;	

}

#nav a.nav3 {
	background-position: -290px 0px;
	height:136px;	
	width:145px;	
}

#nav a.nav3:hover{
	
	background-position: -290px -136px;	

}

#nav a.nav4 {
	background-position: -437px 0px;
	height:136px;	
	width:150px;	
}

#nav a.nav4:hover{
	
	background-position: -437px -136px;	

}

#content {
	text-align:left;
	height:2000px;
	margin:187px 0px 20px 0px;
	width:960px;
	font-family:'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#315357;
	background:#ffffff url('images/transition.jpg') no-repeat bottom left;
}

#content p {
	width:700px;
}

 a {
	font-family:'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#315357;
	text-decoration:underline;
	
}

 a:hover {
	font-family:'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#c1d72f;
	text-decoration:none;
}

h1{
	text-align:left;
	font-family:'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#c1d72f;
	 
	
}

.section {
	display:block;
	clear:both;
	text-align:left;
	width:960px;
	height:1000px;
	font-family:'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#315357;
	overflow:hidden;
	padding-top:160px;
	background:#ffffff url('images/transition.jpg') no-repeat bottom left;
	
}

#about {
	display:block;
	clear:both;
	text-align:left;
	width:960px;
	height:800px;
	font-family:'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#315357;
	overflow:hidden;
	padding-top:160px;
	
}


#footwrap {
	position:fixed;
	bottom:0px;
	height:150px;
	width:100%;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	clear:both;
}

#footer {
	width:960px;
	text-align:center;
	margin:0 auto;
	margin-top:70px;
	padding:20px;
	
}
#footer p {
	
	text-align:center;
	font-family: 'Yanone Kaffeesatz', Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#315357;
	text-decoration:none;	
}

#footer a {
	
	text-align:center;
	font-family: 'Yanone Kaffeesatz', Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#315357;
	text-decoration:none;
	
}

#footer a:hover{
	
	color:#c1d72f;
	

	
}	

#footimg {
	position:fixed;
	right:0;
	bottom:0;
	background:url('images/footer.png') no-repeat;
	background-attachment:scroll;
	display:block;
	width:375px;
	height:275px;
	overflow:hidden;
	
}

/*-------------------------------------------------------------portfolio slideshow---------------------------*/
.item{
	float:right;
	width:400px;
	clear:both;
	margin:20px 0 20px 20px;
	
}
.thumb_wrapper{
	width:390px;
	height:220px;
	position:relative;
	margin:0;
}
.thumb_wrapper a.prev,
.thumb_wrapper a.next{
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	margin-top:-15px;
	outline:none;
	cursor:pointer;
}
.thumb_wrapper a.prev{
	left:0px;
	background:transparent url(images/fancy_nav_left.png) no-repeat top left;
}
.thumb_wrapper a.next{
	right:0px;
	background:transparent url(images/fancy_nav_right.png) no-repeat top left;
}
.thumb_wrapper span{
	display:block;
	text-align:center;
	font-size:14px;
	margin-top:3px;
}
.thumb{
	margin-left:40px;
	width:310px;
	height:210px;
	overflow:hidden;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	box-shadow:1px 1px 3px #555;
}
.thumb ul{
	list-style:none;
	width:800px;
	height:200px;
}
.thumb ul li{
	float:left;
}
.thumb ul li a img{
	border:5px solid #fff;
}




