/* Css Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
em { font-style:italic }
a { outline:none; }
strong { font-weight:bold; }

h1, h2, h3, h4, p, ul {padding-bottom:15px;}
h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

/* General Styles */
label{ cursor:pointer; }
a,a:visited{ color:#01274e; text-decoration:none; }
a:focus,a:hover{ text-decoration:underline; }
.left{ float: left;	}
.right { float: right; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: block; }
.center{ text-align: center; }


body{
	background: #213358 url(../images/body-bg.png) repeat-x top;
	font: 12px Arial, Helvetica;
}

#wrapper{
	width: 980px;
	margin: 0 auto;
}



/*--- Header --*/
/*-------------*/
#header-wrap{
	width: 100%;
	height: 161px;
	background: url(../images/bg-header.png) no-repeat top center;
}

#header{
	width: 980px;
	margin: 0 auto;
}

#header img,
#banner img{
	display: block;	
}

#header #logo{
	float: left;
	margin: 5px 0 0 20px;
	padding: 0;
	display: inline;
}

#header span.right{
	margin: 30px 100px 0 0;
	display: inline;
	font-size: 18px;
	color: #1b3550;
	font-family: Arial;
	text-align: center;
	line-height: 30px;
}

#header #logo a{
	float: left;	
}

#header #logo span{
	float: left;
	margin: 25px 0 0 25px;
	color: #1b3550;
	font-size: 36px;
	font-family: Arial;
}



/*--- Nav --*/
/*-------------*/
#nav{
	width: 100%;
	height: 42px;
	margin: 10px 0 0 0;
	float: left;
}

.nav1{
	width: 100%;
	height: 42px;
	margin: 0px 0 0 0;
	float: left;
}

#nav ul li{
	float: left;
	display: inline;
}

#nav ul li a{
	display: block;
	font-size: 0px;
	text-indent: -9999px;
	line-height: 42px;
	height: 42px;
	float: left;
}

#nav ul li.menu01 a{
	width: 155px;
	background: url(../images/nav.png) no-repeat 0 0;
}

#nav ul li.menu01 a:hover,
#nav ul li.menu01 a.active{
	width: 155px;
	background: url(../images/nav.png) no-repeat 0 -42px;
}

#nav ul li.menu02 a{
	width: 162px;
	background: url(../images/nav.png) no-repeat -155px 0;
}

#nav ul li.menu02 a:hover,
#nav ul li.menu02 a.active{
	width: 162px;
	background: url(../images/nav.png) no-repeat -155px -42px;
}

#nav ul li.menu03 a{
	width: 153px;
	background: url(../images/nav.png) no-repeat -317px 0;
}

#nav ul li.menu03 a:hover,
#nav ul li.menu03 a.active{
	width: 153px;
	background: url(../images/nav.png) no-repeat -317px -42px;
}

#nav ul li.menu04 a{
	width: 197px;
	background: url(../images/nav.png) no-repeat -470px 0;
}

#nav ul li.menu04 a:hover,
#nav ul li.menu04 a.active{
	width: 197px;
	background: url(../images/nav.png) no-repeat -470px -42px;
}

#nav ul li.menu05 a{
	width: 176px;
	background: url(../images/nav.png) no-repeat -667px 0;
}

#nav ul li.menu05 a:hover,
#nav ul li.menu05 a.active{
	width: 176px;
	background: url(../images/nav.png) no-repeat -667px -42px;
}

#nav ul li.menu06 a{
	width: 137px;
	background: url(../images/nav.png) no-repeat -843px 0;
}

#nav ul li.menu06 a:hover,
#nav ul li.menu06 a.active{
	width: 137px;
	background: url(../images/nav.png) no-repeat -843px -42px;
}

/*--- banner --*/
/*-------------*/
#banner{
	padding: 10px 0 0 0;
	width: 997px;
	margin: 0 0 0 -17px;
	position: relative;

}

#banner img{
	position: relative;
	z-index: 1;
}

#banner h2{
	font: bold 27px Arial, Helvetica;
	color: #fafaa1;
	line-height: 45px;
	position: absolute;
	top: 75px;
	right: 30px;
	text-align: center;
	text-shadow: #000 0px 3px 5px;
	z-index: 10;
	filter: Shadow(Color=#000000, 	
			Direction=180, 
			Strength=5);

}



/*--- Content --*/
/*-------------*/
#content{
	width: 960px;
	padding: 10px;
	border-top: #eee899 1px solid;
	background: #fff2b2 url(../images/content-bg.png) repeat-x bottom;
	display: block;
	position: relative;
}

#main-content{
	width: 610px;
	padding: 20px 10px;
	float: left;
	display: inline;
}

#main-content h2{
	color: #003366;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	display: block;
	border-bottom: #003366 3px solid;
}

#main-content p{
	color: #000;
	font-size: 16px;
	line-height: 27px;
}

#main-content p.center{
	color: #01274e;
	font-size: 18px;
}


/*--- Testimonials --*/
/*-------------*/
#testimonial{
	display: block;
	width: 100%;
	position: relative;
}

.testi-wrap{
	margin: 0 0 20px 0;	
}

.testi-wrap img{
	display: block;	
}

.testi-body{
	width: 910px;
	height: auto!important;
	height: 90px;
	min-height: 90px;
	padding: 20px;
	margin: 0 5px;
	background: url(../images/box/testi-bg.png) repeat-x bottom;
	color: #f9f4dc;
}

.testi-body p{
	line-height: 27px;
	font-size: 16px;
}

.testi-left{
	background: url(../images/box/testi-left.png) no-repeat left bottom;
}

.testi-right{
	background: url(../images/box/testi-right.png) no-repeat right bottom;
}


/*--- Services --*/
/*-------------*/
#services-bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#services{
	position: relative;
	z-index: 10;
}

#services .services-top{
	width: 675px;
	float: right;
	padding: 20px 10px 30px 0;
}

#services .services-top h2{
	color: #003366;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: #003366 3px solid;
	margin-bottom: 10px;
}

#services .services-top p{
	color: #072541;
	line-height: 27px;
	font-size: 16px;
}


#services .popular{
	width: 560px;
	float: right;
	color: #162253;
	font-size: 16px;
	line-height: 27px;
}

#services .popular ul li{
	line-height: 27px;	
}

#services .popular ul{
	margin: 0 0 20px 0;	
}

#services .popular h2{
	color: #082747;
	font-size: 20px;
	font-weight: bold;
}

#services .green-box{
	width: 347px;
	float: left;
	margin-top:314px;
	margin-left: -9px;
	margin-bottom: 10px;
}


#services .green-box .green-body{
	display: block;
	background: url(../images/box/green-bg.png) repeat-y;
	padding: 10px 20px 10px 20px;
	line-height: 27px;
	color: #f9f4dc;
	font-size: 14px;
}

#services .testi-body h3{
	color: #d7d223;
	font-size: 18px;
	font-weight: bold;
}


#services .testi-body p{
	font-size: 14px;
	color: #efe6ad;
}



/*--- Sidebar --*/
/*-------------*/
#sidebar{
	width: 310px;
	float: right;
	margin-right: 8px;
	display: inline;
	padding: 20px 0;
}

#sidebar .services{
	width: 277px;
	padding: 10px 10px 10px 20px;
	display: block;
	background: url(../images/box/services-bg.png) repeat-y;
	position: relative;
	z-index: 10;
}

#sidebar .services .ser-grad{
	width: 276px;
	margin: -10px 0 0 -14px;
	padding: 10px;
	background: url(../images/box/services-grad.png) no-repeat;
}

#sidebar img{
	display: block;	
}

#sidebar .services h3{
	color: #fff2b2;
	font-size: 18px;
}

#sidebar .services p{
	color: #fff2b2;
	font-size: 14px;
	line-height: 27px;
	padding: 0;
}

/*--- Home Boxes --*/
/*-------------*/
#boxes{
	float: left;
	padding: 0 0 10px 0;	
}

.box{
	margin-right: 13px;
	float: left;
	display: inline;
	position: relative;
}

.nikon{
	width: 308px;
	height: 174px;
	background: url(../images/box/nikon-home.jpg) no-repeat;
}

.bullet{
	width: 308px;
	height: 174px;
	background: url(../images/box/bulleted-home.jpg) no-repeat;
}

.spot{
	width: 308px;
	height: 174px;
	float: right;
	margin-right: 10px;
	background: url(../images/box/spot-home.jpg) no-repeat;
	
}

.nikon ul,
.spot ul{
	width: 160px;
	margin: 15px 0 0 10px;
}

.nikon ul li,
.spot ul li,
.bullet ul li{
	display: block;
	line-height: 25px;
	color: #ffde01;
	text-align: center;
	font-size: 18px;
	font-family: Arial, Helvetica;
	text-shadow: #000 0px 3px 5px;
	filter: Shadow(Color=#000000, 	
			Direction=180, 
			Strength=3);
}

.bullet ul{
	width: 100%;
	margin: 15px 0 0 0px;
	text-align: center;
}

.bullet ul li{
	padding-left: 15px;
	background: url(../images/bullet.png) no-repeat 0 8px;
	color: #fafaa1;
	display: inline;
	line-height: 25px;
}


.more a{
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size:23px;
	font-family: Arial, Helvetica;
	color: #e8de9c;
}




/*--- Products --*/
/*-------------*/
#products #sidebar{
	float:left;
	margin:0;
	padding:0;
	width:270px;
}

#products .nikon{
	width: 269px;
	margin-bottom:10px;
	height: 153px;
	background: url(../images/box/nikon-products.jpg) no-repeat;
}

#products .bullet{
	width: 269px;
	margin-bottom:10px;
	height: 153px;
	background: url(../images/box/bulleted-products.jpg) no-repeat;
}

#products .spot{
	width: 269px;
	margin-right:0;
	margin-bottom:10px;
	height: 153px;
	background: url(../images/box/spot-products.jpg) no-repeat;
	
}

#products .nikon ul li,
#products .spot ul li,
#products .bullet ul li{
	font-size: 16px;
}

#products .more a{
	color:#e8de9c;
	bottom: 17px;
	font-size:20px;
}

#products #services-wrap{
	width:269px;
	overflow:hidden;
}

#products #sidebar .services{
	width:269px;
	padding:0 3px;
	background: url(../images/box/services-products-bg.png) repeat-y;
}

#products #sidebar .services h3{
	color:#d7d223;
	font-size: 16px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}

#products #sidebar .services p{
	line-height:26px;
	font-size: 12px;
}

#products #sidebar .services .ser-grad{
	width: 239px;
	margin: 0;
	padding: 10px;
}

#products #inner-content{
	float:right;
	width:675px;
}

#products{
	display: block;
	width: 100%;
	position: relative;
}

.product-wrap{
	margin: 0 0 15px 0;	
	border-bottom:3px;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-color:#c5cbda;
}

.product-wrap img{
	display: block;	
}

.product-body{
	width: 635px;
	height: auto!important;
	height: 90px;
	min-height: 90px;
	padding: 10px 20px;
	background:url(../images/box/product-bg.png) repeat-y;
	color: #111153;
}

.product-body1{
	width: 675px;
	height: auto!important;
	height: 90px;
	min-height: 90px;
	padding: 10px 0px;
	background:url(../images/productbgodd.jpg) repeat-y;
	color: #111153;
}

.product-body2{
	width: 675px;
	height: auto!important;
	height: 90px;
	min-height: 90px;
	padding: 10px 0px;
	background:url(../images/productbgeven.jpg) repeat-y;
	color: #111153;
}

.product-thumb{
	float:left;
	margin-left:20px;
	margin-top:20px;
}

.product-info{
	float:right;
	width:500px;
	margin-right:20px;
}

.product-info h2{
	font-size:18px;
	margin:0 0 7 0;
	padding:0 0 20;
}

.product-body1 p{
	line-height: 17px;
	font-size: 12px;
	margin:10;
	padding:0;
}

.product-body2 p{
	line-height: 17px;
	font-size: 12px;
	margin:10;
	padding:0;
}

.product-body span.price{
	display:inline-block;
	margin-left:20px;
}


/*--- Contact --*/
/*-------------*/
#contact{
	font-size:14px;
}

#contact a{
	color:#0d094f;
}

#contact .contact-top{
	background:url(../images/contact-top.png) no-repeat;
	height:11px;
	width:960px;
}

#contact .contact-mid{
	background:url(../images/contact-bg.png) repeat-y;
	width:960px;
}

#contact .contact-bottom{
	background:url(../images/contact-bottom.png) no-repeat;
	height:11px;
	width:960px;
}

#contact #sidebar{
	float:right;
	margin:0 26px 0 0;
	padding:0;
	text-align:center;
	width:320px;
}

#contact #sidebar h2{
	font-size:20px;
	font-weight:bold;
	margin:15px 0 25px 0;
	padding:0;
}

#contact form p{
	margin:0 0 5px 0;
	padding:0;
}

#contact form label{
	display:block;
	font-size:14px;
	margin:0 0 0 10px;
	text-align:left;
}

#contact form input.text-box{
	border:1px solid #d7be74;
	padding:3px 5px;
	width:300px;
}

#contact form .textarea{
	border:1px solid #d7be74;
	height:180px;
	padding:3px 5px;
	width:300px;
}

#contact form .button{
	background:url(../images/contact-button.png) no-repeat;
	border:none;
	color:#f3dd82;
	cursor:pointer;
	font:normal 22px Arial, Helvetica, sans-serif;
	height:55px;
	margin:20px 0 15px 0;
	padding:10px 0 20px 0;
	text-align:center;
	width:124px;
}

#contact form .error{
	margin:0 0 15px 10px;
	text-align:left;
}

#contact #inner-content{
	float:left;
	margin-left:20px;
	width:550px;
}

#contact #inner-content h2{
	font-size:21px;
	font-weight:bold;
	margin:20px 0 5px 0;
	padding:0;
}

#contact #inner-content ul.staff li{
	clear:both;
	display:block;
}

#contact #inner-content ul.staff li span{
	display:inline-block;
	float:left;
}

#contact #inner-content ul.staff li span.right{
	float:right;
	text-align:right;
}

#contact #map{
	background:url(../images/map-bg.png) no-repeat;
	height:271px;
	padding:5px;
	width:296px;
}

#contact #map a.view-map{
	border-top:1px solid #000;
	display:block;
	font-size:10px;
	text-align:center;
	text-decoration:underline;
}


/*--- #footer --*/
/*-------------*/
#footer{
	width: 980px;
	height: 71px;
	display: block;
	background: url(../images/footer-bg.png) no-repeat;
	color: #e9e293;
}

#footer p{
	line-height: 19px;
	padding: 0;
	display: inline;
}

#footer p.left{
	margin: 18px 0 0 30px;
}

#footer p.right{
	margin: 8px 20px 0 0;
}

.footerlink a,a:visited{ color:#e9e293; text-decoration:none; }
.footerlink a:focus,a:hover{ text-decoration:underline; }