html {
     overflow: -moz-scrollbars-vertical;
}

body{
	background: url('../img/bg-image.jpg') #071425 no-repeat top center;
	margin:0px;
	padding:0px;
	font-family: arial;
	font-size: 12px;
	color:white;
}

/** Clear Fix **/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

img{
	border:0px;
}

/** Contact links **/

div.link div {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
}

/** Konami **/

#shark {
	position:absolute;
	background:transparent url('../img/shark.png') no-repeat;
	display:none;
	left:-500px;
	top:360px;
	width:400px;
	height:136px;
	opacity:0;
	z-index:10;
}

#shark #mouth {
	position:absolute;
	background: transparent url('../img/mouth.png') no-repeat;
	right:60px;
	top:90px;
	width:48px;
	height:17px;
}

#shark #mouth_open {
	position:absolute;
	background:transparent url('../img/mouth_open.png') no-repeat;
	display:none;
	right:60px;
	top:90px;
	width:52px;
	height:17px;
}

/** Classes **/

.orange, .orange a{
	color: #df5400;
	font-weight:bold;
	text-decoration:none;
}

.mtop{
	margin-top:10px;
}

.cufon{
	font-size:16px;
}

.beam {
	display:none;
	position:absolute;
	top:0;
	z-index:0;
}

#beam1 { left:10px; }
#beam1 div {
	background:url('../img/beam1.png');
	width:136px;
	height:466px;
}

#beam2 { left:313px; }
#beam2 div {
	background:url('../img/beam1.png');
	width:50px;
	height:533px;
}

#beam3 { right:304px; }
#beam3 div {
	background:url('../img/beam3.png');
	width:63px;
	height:527px;
}

#beam4 { right:68px; }
#beam4 div {
	background:url('../img/beam4.png');
	width:123px;
	height:470px;
}

#fishies {
	background:url('../img/fishies.png');
	position:absolute;
	left:306px;
	top:288px;
	width:147px;
	height:44px;
	/*opacity:0;*/
	z-index:0;
}

/** Layout **/

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:940px;
	position:relative;
}

#top{
	position:relative;
	height:112px;
	cursor:default;
	z-index:5;
}

#top #logo{
	float:left;
	background: url('../img/logo.png') no-repeat;
	width:223px;
	height:111px;
}

#top #menu{
	float:right;
	position:relative;
	margin-top:72px;
	margin-right:-10px;
	z-index:5;
}

#menu a {
	color:#b1ecfe;
	font-size:16px;
	text-decoration:none;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	letter-spacing:1px;
}

#menu ul li {
	margin:0 15px;
	font-weight:bold;
}

#header {
	cursor:default;
	position:relative;
	z-index:5;
}

#header #oneline{
	float:left;
	margin-left:30px;
	margin-top:50px;
	font-size:50px;
	color:#b1eafe;
}

#header #oneline #line1{ font-size:50px; }
#header #oneline #line2{ font-size:40px; color:#b1eafe; margin-top:12px; }
#header #oneline #line3{ font-size:20px; color:#ffffff; margin-top:28px; }

#header #showcase{
	background:url('../img/showcase.png') no-repeat;
	position:relative;
	float:right;
	width:455px;
	height:268px;
	margin-top:53px;
	z-index:5;
}

#header #showcase #portfolio{
	position:absolute;
	left:27px;
	top:27px;
	width:400px;
	height:205px;
	z-index:2;
	overflow: hidden;
}

#portfolio #images {
	position:absolute;
	width:1200px;
}

#portfolio img {
	display:block;
	float:left;
}

#header #showcase #buttonLeft{
	position:absolute;
	width:33px;
	height:33px;
	top:110px;
	left:8px;
	z-index:3;
	cursor:pointer;
	background: url('../img/button-left.png') no-repeat;
}

#header #showcase #buttonRight{
	position:absolute;
	width:33px;
	height:33px;
	top:115px;
	left:412px;
	z-index:3;
	cursor:pointer;
	background: url('../img/button-right.png') no-repeat;
}

#header #showcase #title{
	position:absolute;
	width:200px;
	bottom:15px;
	left:26px;
}

#header #showcase #pagination{
	position:absolute;
	bottom:8px;
	right:27px;
	font-weight:bold;
	text-align:center;
}

#header #showcase #pagination div{
	background:url('../img/paginate_inactive.jpg') no-repeat;
	width:20px;
	height:17px;
	margin-left:3px;
	padding-top:3px;
	float:left;
	cursor:pointer;
}

#header #showcase #pagination .active{ background:url('../img/paginate_active.jpg') no-repeat; }

#twitter{
	position:absolute;
	height:192px;
	width:362px;
	top:300px;
	left:60px;
	z-index:5;
}

#twitter #bird {
	background:transparent url('../img/bird.png') no-repeat;
	width:102px;
	height:188px;
	position:absolute;
	top:10px;
}

#twitter #tweet{
	background:transparent url('../img/twitter-msg.png') no-repeat;
	position:absolute;
	top:72px;
	left:130px;
	padding:10px 10px 10px 30px;
	color:#2194bd;
	text-align:justify;
	width:159px;
	height:44px;
	overflow:hidden;
}

#badges{
	margin-top:10px;
}

#content{
	position:relative;
	clear:both;
	top:50px;
	width:940px;
	min-height:230px;
	color:black;
}

#content a{
	 color: #df5400;
	 text-decoration:none;
}

#content #left{
	float:left;
	width:440px;
}

#content #right{
	float:right;
	width:440px;
}

#content .homecontent{
	float:left;
	width:210px;
}

#content .image{
	float:right;
	width:210px;
	margin-top:0px;
}

#content .contentInner{
	padding:6px 20px;
	background: white;
}

.contentbg {
	width:940px;
	height:14px;
	background: url('../img/content_bg.png') no-repeat;
}
.top { background-position: 0 0; }
.bottom { background-position: 0px -14px; }


#footer{
	position:relative;
	padding-bottom:10px;
	top:85px;
	color:#096789;
	width:940px;
	font-size:9pt;
	text-align:center;
}

#footer span{
	margin:20px;
}

#footer a{
	 color: #df5400;
	 text-decoration:none;
}