html {
	background-color:#010101;
}
body {
	background-color:#010101;
}
* {
	padding:0px;
	margin:0px;
	outline:none;
}
a img {
	border:0px;
}
a {
	text-decoration:none
}
p {
	font-family:Arial, Helvetica, sans-serif;
}
#header {
	width:100%;
	background:#0C0C0C url(../images/header-highlight.png) center no-repeat;
	height:158px;
}
#inner {
	width:960px;
	height:158px;
	margin-left:auto;
	margin-right:auto;
}
#inner img {
	float:left;
}
#inner p {
	margin-top:60px;
	height:50px;
	float:right;
	width:255px;
	color:#CCC;
	font-size:130%;
}
#inner p img {
	margin-right:5px;
}
#inner p span {
	color:#417DED;
}
#navcontainer {
	clear:both;
	width:100%;
	background: url(../images/nav.png);
	height:35px;
}
#navcontainer ul {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#navcontainer ul li {
	display:inline-block;
	line-height:35px;
	list-style-type: none;
}
#navcontainer ul li a {
	font-size:90%;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#999;
	border-right:1px solid #333;
	padding-left:20px;
	padding-right:20px;
}
#navlist li a:visited {
	color: #999;
}
#navlist li a:hover {
	color: #fff;
}
#navlist li a#current {
	color: #fff;
}
#banner {
	width:100%;
	height:589px;
	background:#010418 url(../images/banner-back.png) repeat-x;
	-moz-box-shadow: inset 0 -5px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 -5px 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 -5px 3px rgba rgba(0, 0, 0, 0.5);
}
#video {
	width:930px;
	height:524px;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	-webkit-box-shadow: -5px 5px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -5px 5px 3px rgba(0, 0, 0, 0.5);
	box-shadow: -5px 5px 3px rgba(0, 0, 0, 0.5);
}
#content-wrap {
	width:100%;
	border-bottom:2px solid #666;
	background:#111111 url(../images/content-wrap.gif) left repeat-y;
}
#content {
	width:960px;
	min-height:600px;
	margin-right:auto;
	margin-left:auto;
	background: url(../images/content.gif) no-repeat bottom;
}
#content2 {
	width:960px;
	min-height:750px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../images/dslr-training.jpg);
	background-repeat: no-repeat;
}
#blue {
	margin-top:50px;
	width:250px;
	height:550px;
	border:1px solid #999;
	background:url(../images/trainbox.png) repeat-x;
	margin-right:37px;
	float:left;
}
#blue h3 {
	font-size:140%;
	padding:10px;
	font-weight:bold;
	color:#fff;
}
#reg h3 {
	font-size:140%;
	padding:10px;
	font-weight:bold;
	color:#fff;
}
#blue p {
	padding-left:10px;
	padding-right:10px;
}
#blue strong {
	font-weight:bold;
	color:#fff;
}
#blue a {
	font-weight:bold;
	color:#417DED;
}
#blue a:hover {
	color:#fff;
}
#blue ul {
	list-style-type:disc;
	padding-left:25px;
	padding-right:8px;
}
#blue ul li {
	list-style:disc;
	color:#fff;
	font-weight:bold;
}
#reg {
	margin-top:50px;
	width:250px;
	height:550px;
	border:1px solid #999;
	background:url(../images/trainbox.png) repeat-x;
	margin-right:37px;
	float:left;
}
#reg p {
	font-weight:bold;
	color:#fff;
}
#reg form table tr td input {
	background: #6db3f2; /* Old browsers */
	background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* W3C */
	color:white;
	font-family:"Arial Black", Gadget, sans-serif;
	padding:3px;
	font-weight:bold;
	font-size:115%;
}
#reg form table tr td label strong {
	font-weight:bold;
}
#reg form {
	padding:10px;
}
#about {
	float:left;
	color:#ccc;
	width:405px;
	height:225px;
	margin-left:14px;
	margin-top:15px;
	background:url(../images/about.png) repeat-x;
	padding:30px;
	border-left:1px #333 solid;
	border-top:1px #333 solid;
	border-bottom:1px #333 solid;
}
#about h2 {
	color:#417DED;
	font-size:200%;
	font-weight:bold;
}
#about p a {
	color:#417DED;
	font-weight:bold;
}
#about p a:hover {
	color:#fff;
}
#action {
	float:left;
	color:#ccc;
	width:402px;
	height:225px;
	margin-top:15px;
	background:url(../images/about.png) repeat-x;
	padding:30px;
	border-left:1px #494949 solid;
	border-right:1px #333 solid;
	border-top:1px #333 solid;
	border-bottom:1px #333 solid;
	position:relative;
}
#action h2 {
	color:#417DED;
	font-size:200%;
	font-weight:bold;
}
#action strong {
	font-weight:bold;
	color:#fff;
}
#action h3 a, #action h3 a:visited {
	font-size:130%;
	font-weight:bold;
	margin-top:30px;
	float:right;
	height:20px;
	width:130px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:8px;
	color:#ccc;
	text-align:left;
	line-height:20px;
	background:url(../images/arrow-button-shadow.png) no-repeat right #4571C0;
	-moz-box-shadow: inset -2px -15px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset -2px -15px 1px rgba(0, 0, 0, 0.5);
	box-shadow: inset -2px -15px 1px rgba rgba(0, 0, 0, 0.5);
}
#action h3 a:active {
	background:url(../images/arrow-button.png) no-repeat right #3667AF;
	border-bottom:0;
	border-left:0;
}
#action h3 a:hover {
	color:#fff;
	background:url(../images/arrow-button.png) no-repeat right #3667AF;
}
#action img {
	position:absolute;
	left:0;
	bottom:0;
}
#lower {
	clear:both;
	padding-top:30px;
	padding-bottom:30px;
	width:100%;
	min-height:300px;
}
#clients {
	width:418px;
	float:left;
}
#clients h2 a {
	color:#ccc;
	font-size:120%;
	padding-left:15px;
	padding-bottom:10px;
	font-weight:bold;
}
#test {
	width:200px;
	float:right;
	width:404px;
	margin-right:16px;
	padding:30px;
	background:#417DED;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#ccc;
	-moz-box-shadow: inset -5px -15px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset -5px -15px 1px rgba(0, 0, 0, 0.5);
	box-shadow: inset -5px -15px 1px rgba rgba(0, 0, 0, 0.5);
}
#test h2 {
	font-size:200%;
	color:#fff;
	font-weight:bold;
}
#test strong {
	font-weight:bold;
	color:#fff;
}
#test span {
	color:#fff;
	font-weight:bold;
}
#test a {
	color:#fff;
	padding-left:80%;
	font-weight:bold;
}
#test p {
	color:#fff;
}
#set {
	color:#fff;
	padding:20px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	width:920px;
	background:url(../images/large-box.png) repeat-x;
	border:1px solid #333;
}
#set h2 {
	color:#fff;
	font-size:200%;
	border-bottom:1px solid #417DED;
	padding-bottom:10px;
	font-weight:bold;
}
#set h3 {
	color:#fff;
	font-size:110%;
	margin-top:20px;
	padding-bottom:30px;
}
#set p {
	margin-bottom:15px;
	color:#fff;
	padding:10px;
	background:#417DED;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset -5px -25px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset -5px -25px 1px rgba(0, 0, 0, 0.5);
	box-shadow: inset -5px -25px 1px rgba rgba(0, 0, 0, 0.5);
}
#set p strong {
	color:#fff;
	font-weight:bold;
}
#set p span {
	font-weight:bold;
	color:#fff;
}
#contact {
	float:left;
	color:#fff;
	padding:20px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:570px;
	height:420px;
	background:url(../images/large-box.png) repeat-x;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
	border-right:3px solid #111;
}
#contact p a {
	color:#fff;
}
#contact p a:hover {
	color:#417DED;
}
#map {
	float:left;
	margin-top:20px;
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	height:415px;
	width:340px;
	text-align:center;
	padding-top:45px;
	background: url(../images/map.jpg);
	-moz-border-top-right-radius: 30px;
	border-top-right-radius: 30px;
	-moz-border-bottom-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
#map iframe {
	-webkit-box-shadow: -5px 5px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -5px 5px 3px rgba(0, 0, 0, 0.5);
	box-shadow: -5px 5px 3px rgba(0, 0, 0, 0.5);
}
#contact h2 {
	font-size:200%;
	font-weight:bold;
	color:#fff;
	border-bottom:1px solid #666;
	padding-bottom:5px;
	margin-bottom:5px;
}
#contact h3 {
	color:#417DED;
	font-size:150%;
	font-weight:bold;
}
#client {
	color:#ccc;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:870px;
}
#client h2 {
	color:#fff;
	font-size:200%;
	font-weight:bold;
	border-bottom:1px solid #666;
	padding-bottom:7px;
	margin-bottom:7px;
}
#client img {
	margin:3px;
}
#team {
	color:#ccc;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:870px;
}
#team h2 {
	color:#fff;
	font-size:200%;
	font-weight:bold;
	padding-bottom:7px;
	margin-bottom:7px;
}
#team img {
	float:left;
	padding-right:5px;
}
#port {
	color:#ccc;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:870px;
}
#port h2 {
	color:#fff;
	font-size:200%;
	font-weight:bold;
	border-bottom:1px solid #666;
	padding-bottom:7px;
}
#train {
	color:#ccc;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:870px;
}
#train h2 {
	color:#fff;
	font-size:200%;
	font-weight:bold;
	padding-bottom:7px;
}
#bio1, #bio2, #bio3, #bio4, #bio5, #bio6 {
	width:265px;
	margin-right:5px;
	float:left;
	background:url(../images/large-box.png) repeat-x;
	padding:8px;
	border:1px solid #333;
	padding-bottom:10px;
	margin-bottom:10px;
}
#bio1 strong, #bio2 strong, #bio3 strong, #bio4 strong, #bio5 strong, #bio6 strong {
	font-weight:bold;
	color:#417DED;
}
#bio1 h3, #bio2 h3, #bio3 h3, #bio4 h3, #bio5 h3, #bio6 h3 {
	font-weight:bold;
	color:#fff;
}
#bio1 span {
	color:#417DED;
}
#bio1 p, #bio2 p, #bio3 p, #bio4 p, #bio5 p, #bio6 p {
	float:left;
}
#film {
	width:200px;
	height:200px;
	float:left;
	margin-right:130px;
}

#photo {
	width:200px;
	height:200px;
	float:left;
	margin-right:130px;
}
#web {
	width:200px;
	height:200px;
	float:left;
}
#filmp {
	width:200px;
	clear:both;
	float:left;
	margin-right:130px;
	text-align:center;
}
#photop {
	width:200px;
	margin-right:130px;
	text-align:center;
	float:left;
}
#webp {
	width:200px;
	text-align:center;
	float:left;
}
#filmp h3 a, #photop h3 a, #webp h3 a {
	font-weight:bold;
	font-size:120%;
	color:#ccc;
}
#filmp h3 a:hover, #photop h3 a:hover, #webp h3 a:hover {
	color:#417DED;
}
#filmp p, #photop p, #webp p {
	color:#999;
	text-align:left;
	padding-left:8px;
}
#prod {
	color:#ccc;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:870px;
}
#prod h2 {
	color:#fff;
	font-size:200%;
	font-weight:bold;
	border-bottom:1px solid #666;
	padding-bottom:7px;
}
#prod a {
	color:#fff;
	font-weight:bold;
}
#prod a:hover {
	color:#417DED;
}
span.phot {
	color:#417DED;
}
#yokto {
	width:600px;
	border:1px solid #666;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	-webkit-box-shadow: -5px 5px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -5px 5px 3px rgba(0, 0, 0, 0.5);
	box-shadow: -5px 5px 3px rgba(0, 0, 0, 0.5);
}
#gallery {
	margin-top:15px;
}
span.jav {
	color:#417DED;
	font-weight:bold;
}
#imageclient {
	text-align:center;
	margin-top:12px;
}
#footer {
	width:100%;
	background:#000000 url(../images/footer-rep.jpg) repeat-x top;
	margin-bottom:25px;
	clear:both
}
#holder {
	width:960px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	color:#DFDFDF;
}
#holder strong {
	color:#B6B6B6;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:105%;
}
#table1, #table2, #table3, #table4 {
	float:left;
	width:230px;
	margin-top:25px;
}
#holder a {
	color:#999;
	font-size:95%;
}
#holder a:hover {
	color:#ccc;
}
#add1 {
	clear:both;
	padding-top:25px;
	width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	color:#7A7A7A;
	font-size:85%;
}
#add1 p strong {
	font-weight:bold;
}
#add1 p a {
	color:#B7B7B7;
	font-weight:bold;
}
a.rollover {
	display: block;
	width: 200px;
	height: 200px;
	text-decoration: none;
	background: url(../images/film1.png);
	}

a.rollover:hover {
	background-position: -200px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
a.rollover2 {
	display: block;
	width: 200px;
	height: 200px;
	text-decoration: none;
	background: url(../images/camera1.png);
	}

a.rollover2:hover {
	background-position: -200px 0;
	}

a.rollover3 {
	display: block;
	width: 200px;
	height: 200px;
	text-decoration: none;
	background: url(../images/web1.png);
	}

a.rollover3:hover {
	background-position: -200px 0;
	}

	
