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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	}

#bar {
	background-image: url(../images/barbg.png);
	margin-top: -200px;
	top: 100%;
	position:absolute;
	width: 100%;
	height: 200px;
	left: 1px;
	}
#barinside {
	color: #333;
	text-shadow: #999 1px 1px 1px;
	text-align: center;
	font-size: 14px;
	position: relative;
	background-image: url(../images/ohyeah.png);
	width: 757px;
	height: 200px;
	margin: 0px auto;
	}
#content{
	font-size: 12px;
	top: 50%;
	left: 50%;
	margin-left: -383px;
	margin-top: -250px;
	position: absolute;
	height: 367px;
	width: 767px;
	}
.textfield {
	padding-left: 5px;
	padding-top: 5px;
	background-image: url(../images/textfieldbg.png);
	width: 243px;
	height: 30px;
	}
a.contact {
	text-shadow: #000 1px 1px 2px;
	color: #FFF;
	position: absolute;
	width:100px;
	height: 20px;
	left: 323px;
	top: 171px;
	}
a.contact:hover {
	text-shadow: #000 0px 0px 1px;
	color: #000;
	}
a.web {
	color: #333;
	position: absolute;
	top: 98px;
	left: 35px;
	width: 112px;
	}
a.web:hover {
	color: #666;
	text-shadow: #CCC 1px 1px 1px;
	}
a.blog {
	color: #333;
	position: absolute;
	top: 98px;
	left: 154px;
	width: 112px;
	}
a.blog:hover {
	color: #666;
	text-shadow: #CCC 1px 1px 1px;
	}
a.about {
	color: #333;
	position: absolute;
	top: 98px;
	left: 490px;
	width: 112px;
	}
a.about:hover {
	color: #666;
	text-shadow: #CCC 1px 1px 1px;
	}
a.photography {
	color: #333;
	position: absolute;
	top: 98px;
	left: 618px;
	width: 112px;
	}
a.photography:hover {
	color: #666;
	text-shadow: #CCC 1px 1px 1px;
	}
h1, h2 {
	display: none;
	}
a.icons {
	float: left;
	height: 80px;
	display: block;
	background-position: top;
	}
a.icons:hover {
	background-position: bottom;
	}
p {
	margin-top: 0px;
	}
a.thumbnail {
	margin-bottom: 13px;
	float: left;
	border: 1px solid #FFF;
	display: block;
	width: 246px;
	height: 133px;
	}
a.thumbnail:hover {
	border: 1px solid #00cccc;
	}
a {
	text-decoration: none;
	color: #00cccc;
	}
a:hover{
	color: #C00;
	}

input {
	width: 238px;
	border:0px;
	}
.stepcarousel{
	position: relative;
	overflow: scroll; 
	width: 100%; 
	height: 367px; 
}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px 0px; /*margin around each panel*/
	width: 767px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

img {
	border: 0px;
	}
fb {border: 0px;}