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

* {
	padding:0;
	margin:0;
}

html {
	min-width:800px;
}

body {
	background:url(../images/gray_blackbar.jpg) 100% 3px #000000 repeat-x;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold;
	font-size:24px;
	line-height:-25em;
	clear:both;
	padding-top:2px;
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold;
	font-size:16px;
	line-height:-25em;
	clear:both;
	padding:4px;
}

h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-weight:bold;
	font-size:12px;
	line-height:-25em;
	text-align:left;
	clear:both;
	padding:4px;
}

h2.portfolio {
	margin-left:12px;
}

/** H2 LINKAGE **/

h2 a {
	color:#FF0000;
	text-decoration:none;
}

h2 a:visited {
	color:#666666;
	text-decoration:none;
}

h2 a:hover {
	color:#000;
	background-color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

p, iframe {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:2px;
	font-size:12px;
	color:#999999;
	line-height:1.5em;
	border:none;
}

p body {
	text-indent:8px;
	width:585px;
}

iframe {
	margin-left:-6px;
	overflow-x:hidden;
	overflow-y:scroll;
}


#nikontop {
	background:url(../images/nikonpng.png) top left no-repeat;
	margin:0 auto;
	width:850px;
	height:33px;
	padding-top:231px;
}

#nikonbttm {
	background:url(../images/nikonbttm.jpg) top left no-repeat;
	margin:0 auto;
	width:850px;
	height:356px;
}

#navbar {
	height:44px;
	margin-left:250px;
	margin-bottom:3px;
	clear:right;
}

#nikon img {
	margin-left:138px;
}

#lcd {
	width:678px;
	margin-left:116px;
}

#body {
	padding:33px 8px 6px 8px;
	width:100%;
	min-height:300px;
}

#ttbw {
	width:158px;
	height:218px;
	position:absolute;
	margin:-175px 0 0 -34px;
	background:url(../images/tt_bw.png)
}

#holder {
	width:513px;
	height:238px;
	margin-left:-28px;
	margin-bottom:-75px;
}

#navbar ul li {
	position:relative;
}

#navbar ul ul {
	position:absolute;
	top:44px;
	left:2px;
	width:100%;
}

#navbar li ul {
	position:absolute;
}

ul li {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:36px;
	list-style-type:none;
	float:left;
}

ul {
	display:block;
	list-style-type:none;
	text-align:center;
	padding:0;
	margin:0 auto;
}

li {
	color:#c6e0a3;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	float:left;
	text-align:left;
	clear:both;
}

li a {
	color:#c6e0a3;
	text-decoration:underline;
}

li a:hover {
	text-decoration:none;
	background-color:#ffffff;
	color:#0055a4;
}

ul.dropdown {
	display:none;
}

li.dropdown:hover ul {
	font-size:12px;
	display:block;
	margin-top:-6px;
	position:absolute;
	background:url(../images/graybar_grad.gif) top left;
	color:#333;
	border:1px solid #666;
}

li.dropdown:hover li {
	color:#666;
	background:url(../images/graybar_grad.gif) top left;
	font-size:12px;
	float:none;
	display:block;
	color:#333;
	padding:6px;
}

li {
	display:block;
	padding:2px 36px 2px 2px;
	clear:right;
}

li a {
	color:#fff;
	text-decoration:none;
}

li a:visited {
	color:#999999;
}

ul li a:hover {
	text-decoration:none;
	color:#000;
}

li.testamonials {
	font-size:21px;
	margin-bottom:12px;
	display:block;
}

ul.nav {
	list-style-type:none;
}

ul.nav li {
	width:100%;
	height:16px;
	font-size:12px;
	background:url(../images/gear_li.gif) 2px 100% no-repeat;
	padding:10px 0px 0px 33px;
	list-style-type:none;
}

ul.check {
	list-style-type:none;
}

ul.check li {
	width:100%;
	height:16px;
	font-size:12px;
	background:url(../images/check.gif) 2px 100% no-repeat;
	padding:10px 0px 0px 33px;
	list-style-type:none;
}

.no_nikon {
	background-image:none;
	padding:10px 0px 0px 33px;
}	

input, textarea {
	padding:2px 0px 2px 0px;
	background-color:#333333;
	border:none;
}

/**SLIDE LI**/

#slidelist {
	margin-left:-115px;
	position:absolute;
}

ul.slide {
	font-size:12px;
	font-weight:normal;
	height:33px;
	width:88px;
	color:#999;
	list-style-type:none;
}

ul.slide li {
	font-size:11px;
	font-weight:bold;
	height:69px;
	width:88px;
	color:#666666;
	list-style-type:none;
	padding:48px 0 0 21px;
	background:url(../images/slide.png) top left no-repeat;
	margin:-50px 0 0 0;
}

ul.slide li a:visited {
	color:#666;
	text-decoration:none;
}

ul.slide li a:hover {
	background-color:#333;
	color:#999;
}

.letterspace {
	letter-spacing:3px;
}

/** CONTACT FORM **/

form {
	margin-left:6px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

form p {
	margin-bottom:6px;
}

form input.required, textarea.required {
	background:#333333 url(../images/required_field.gif) 95% 100% no-repeat;
	width:267px;
}

form input.required:focus, textarea.required:focus {
	background-image:none;
	background-color:#333333;
}

p.indent {
	margin-left:14px;
}

input.button {
	height:33px;
	width:133px;
	padding-top:6px;
	background:url(../images/button.gif) 100% 100% no-repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:-6px;
}

input.button:hover {
	height:33px;
	width:133px;
	padding-top:6px;
	background:url(../images/buttonhov.gif) 100% 100% no-repeat;
	cursor:hand;
	cursor:pointer;
}

#footer {
	text-align:right;
	padding:131px 0px 0px 0px;
	height:32px;
	width:100%;
	margin:-27px auto 0px auto;
	background:url(../images/footer.jpg) -16px 100% no-repeat;
}

#footer p {
	font-size:10px;
	color:#999;
	padding-right:75px;
}

.scroll {
	background:url(../images/lcd_back.png) 100% -10% repeat-x;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
	width:539px;
	height:250px;
	display:none;
	border-bottom:3px solid #262626;
	border-top:3px solid #262626;
}

embed.music {
	width:50px;
	height:21px;
	padding-left:14px;
	background:url(../images/note.png) top left no-repeat;
}

iframe {
	border-bottom:3px solid #262626;
	border-top:3px solid #262626;
	background:url(../images/lcd_back.png) 100% -10% repeat-x;
	width:100%;
	height:600px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-right:25px;
}
