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

body{
border-top:10px solid #4d92d3;
border-bottom:10px solid #4d92d3;
padding:0px;
margin:0px;
color:#ffffff;
background:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
}

h1, h2{
margin:0px 0px 7px 0px;
color:#4d92d3;
text-transform:uppercase;
font-weight:normal;
font-size:1.4em;
}

h3{
margin:0px 0px 7px 0px;
color:#4d92d3;
font-weight:bold;
font-size:1.3em;
}


a{color:#4d92d3;}


a.fancylink{
display:block;
padding:6px 6px 6px 26px;
background:#4d92d3 url(images/arrow.png) 8px 10px no-repeat;
color:#000000;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
font-size:1.05em;
}

img{border:0px;}
img.blockpad{
display:block;
margin-bottom:10px;
}

p{
text-align:justify;
line-height:1.6em;
margin:0px 0px 25px 0px;
}

.level0{
width:950px;
margin:0px auto;
}

.logo{
float:left;
margin-top:30px;
}

.callnow{
float:right;
width:247px;
text-indent:-1000px;
overflow:hidden;
font-size:0.1em;
height:164px;
background:url(images/callnow.png) 0px 0px no-repeat;
margin-right:1px;
}

.nav{
float:right;
background:#292929 url(images/corner.png) top right no-repeat;
width:368px;
height:164px;
}

.nav ul{
margin:0px;
padding:25px 0px 0px 30px;
float:left;
list-style:none;
}
.nav ul li{
padding:0px;
margin:0px;
}
.nav ul li a{
color:#4d92d3;
font-weight:bold;
font-size:1.4em;
text-decoration:none;
background:url(images/navbull.png) left no-repeat;
padding:0px 0px 0px 20px;
}

.nav ul li a:hover{
color:#e36913;
}


.showreel{
width:950px;
height:290px;
overflow:hidden;
clear:both;
margin:0px;
}

.mainsplit{
margin:0px;
background:url(images/split.png) right repeat-y;
margin-bottom:1px;
}

.leftcolumn{
float:left;
width:543px;
padding:30px 0px 5px 0px;
}
.leftcolumn ul{
line-height:1.6em;
margin:0px 0px 25px 5px;
padding:0px;
list-style:none;
}
.leftcolumn ul li{
padding:0px 0px 0px 25px;
background:url(images/navbull.png) 0px 6px no-repeat;
}

.rightcolumn{
float:right;
width:290px;
padding:30px 39px 5px 39px;
background:url(images/corner.png) top right no-repeat;
}
.rightcolumn p{
font-size:0.9em;
line-height:1.7em;
margin:0px;
padding-bottom:25px;
}

.footer{
padding:23px 22px;
background:#1e1e1e url(images/corner2.png) top right no-repeat;
color:#828282;
font-size:0.85em;
height:13px;
}
.footer a{
color:#828282;
text-decoration:none;
}

.quote66{
vertical-align:bottom;
margin:0px 10px 4px 0px;
}
.quote99{
vertical-align:top;
margin:4px 0px 10px 10px;
}







/*form styles*/

.gotcha{
display:none;
height:0px;
overflow:hidden;
}


#contactform label{
clear:left;
float:left;
width:90px;
display:block;
margin-bottom:4px;
}

.submit{
color:#ffffff;
padding:5px;
font-size:1.1em;
background:#4d92d3;
border:0px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

.input1{
border:1px solid #333333;
padding:4px;
color:#666666;
background:#292929;
margin-bottom:10px;
width:160px;
display:block;
float:left;
}

.textarea1{
background:#292929;
border:1px solid #333333;
padding:4px;
color:#666666;
margin-bottom:10px;
width:98%;
height:150px;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
overflow:auto;
}

#contactform p{
margin-bottom:5px;
}

.error{
background:#ff0000;
color:#FFFFFF;
font-size:1em;
font-weight:bold;
padding:6px;
margin-bottom:12px;
}

.green{
background:#90ba12;
}









.hideme{
display:none;
}
.clear{
clear:both;
}
.lclear{
clear:left;
}







/****************

JBOX CSS STYLES

****************/
#gallery{
margin-bottom:15px;
}
#gallery ul{
margin:0px;
padding:0px;
list-style:none;
}

#gallery ul li{
float:left;
margin:0px 13px 10px 0px;
}
#gallery ul li.last{
margin-right:0px;
}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #4b4b4b;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #4b4b4b;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #c4c4c4; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


.pagestd{
font-weight:bold;
margin:5px 0px 15px 0px;
}
.pagestd a{
padding:3px 6px; 
background:#4d92d3;
color:#ffffff;
text-decoration:none;
}
.pagestd a.on{
background:#000000;
border:1px solid #4d92d3;
}

.galtd{
padding:0px 10px 10px 0px;
}
