/* CSS Document */
html {
	height:100%;
}
body {
	background-color: #c7c7cb;
	margin: 0px;
	height:inherit;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	padding-top:2px;
	background-image:url(../images/bgPattern2_flat.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#tableless {
	background: url(../images/bgPattern2_notable.gif) repeat-y;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#tableless-left {
	float:left;
	display:inline; /* adding this clears IE float margin bug */
	width:177px;
	height:1%; /* triggers hasLayout in IE */
	padding-bottom:5px;
}
#tableless-right {
	float:right;
	display:inline; /* adding this clears IE float margin bug */
	width:766px;
	height:1%; /* triggers hasLayout in IE */
	padding-bottom:5px;
}


.centered {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	width: 945px;
}

/* used to add in lower dropshadow after content.*/
#bottom {
    display: block; 
	background:url(../images/bgPattern2_flat_bottom.gif) no-repeat center top;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
	height:20px; /* 25 - 5padding*/
}

#leftColumn {
	background: #14120c;
}

.leftColumnSpacer {
	height: 2px;
	background: url(../images/bgPattern2_flat.gif) repeat-y;
	background-position: -728px; /* based on bgPattern_flat1.gif width of 2400. */
	overflow:hidden; /* prevents IE from displaying full line height */
}
#content {
	position:relative;
	background: url(../images/bgPattern_colour5.gif) top repeat-x;
	width: 762px;
	min-height: 500px;
	height: auto !important;

	padding-bottom:4px;
}
#content #main {
	float:left;
	display:inline;
	margin: 9px 30px 20px 30px;
	width:460px;
}

#content #main h1 {
	width:100%;
	font-size:22px;
}

#content #main h2 {
	width:100%;
	border-bottom:2px solid #000;
	font-size:16px;
}

#content #main h4 {
	width:100%;
	border-bottom:1px solid #666;
	margin-bottom: 5px;
	text-transform:uppercase;
	font-size:14px;
}

.rightColumnSpacer {
	height: 2px;
	background: url(../images/bgPattern2_flat.gif) repeat-y;
	background-position: -907px; /* based on bgPattern_flat1.gif width of 2400. */
	overflow:hidden; /* prevents IE from displaying full line height */
}

#rightColumn{
	float:right;
	display:inline; /* adding this clears IE float margin bug */
	width: 177px;
	padding: 0px;
	margin: 32px 3px 0px 0px;
}

#rightColumn h2 {
	width:100%;
	/*border-bottom:2px solid #000;*/
	font-size:15px;
}

#rightColumn h4 {
	width:95%;
	border-bottom:1px solid #666;
	margin-bottom: 5px;
	/*text-transform:uppercase;*/
	font-size:14px;
}

.right-column-head {
	background: url(../images/bullet.gif) no-repeat;
	padding: 0px 0px 2px 10px;
	border-bottom: 1px solid #000000;
	margin-bottom: 2px;
}
.right-column-div {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#warrantyarea{
	float:right;
	display: inline; /* adding this clears IE float margin bug */
	width: 177px;
	height: 100px;
	background: url(../images/WarrantyBGSm.gif) no-repeat scroll left top;
}

#logoarea{
	float:right;
	display: inline; /* adding this clears IE float margin bug */
	width: 177px;
	height: 100px;
	background: url(../images/BoxBG.gif) no-repeat scroll left top;
}

.logoareaInner {
	width: 177px;
	height: 40px;
	padding: 0px;
	margin: 8px auto;
	text-align: center;
}


.warrantySingle {
	width: 177px;
	height: 40px;
	padding: 0px;
	margin: 32px auto 2px auto;
	text-align: center;
}
.warrantyLearnMore {
	width: 177px;
	height: 21px;
	padding:0;
	margin: 0px auto 0px auto;
	text-align: center;
}

.PressBox {
	float: right;
	display:inline; /* adding this clears IE float margin bug */
	width: 172px;  /*from 177*/
	background: transparent url(../images/PressAreaBTborder.gif) repeat-x scroll right top;
}
.PressBoxRounded {
	float: right;
	display:inline; /* adding this clears IE float margin bug */
	width: 172px;
	background: transparent url(../images/PressArea_roundedbox.gif) no-repeat top;
	line-height:5px;
}
.PressThumb {
	width: 34px;
	height: 34px;
	float:left;
	border:0px;
	margin: 2px 5px 1px 0px;
}
.PressInner {
	background: url(../images/PressAreaBG.jpg) repeat-x scroll left top;
	display:block;
	text-decoration:none;
	font-weight:bold;
	line-height:10px;
	color: #FFFFFF;
	margin:1px;
	padding: 3px;   /*change from 6*/
	height:38px;
}
.PressInner:hover {
	margin: 0;
	border: solid 1px #cdcdce;
}
.PressDesc {
	color: #EEEEEE;
	font-size:9px;  /*change from 10*/
	font-weight:normal;
	line-height:9px;
}

#header {
	background: url(../images/header2_bg.gif) repeat-x;
	height:36px;
	overflow:hidden;
}
#header-breadcrumb {
	color:#ffe600;
	padding: 6px;
	width: 680px;
	line-height: 18px;
}
#header-search {
	padding: 6px 8px;
}
#header-language {
	color:#FFFFFF;
	padding: 10px;
	font-size:10px;
}
.header-edge {
	float:left;
	display:inline; /* adding this clears IE float margin bug */
	background: url(../images/header2_panel_edge.gif);
	margin: 2px 0px 0px 0px;
	width:1px;
	height:34px;
}
.edge-left {
	margin-left:2px;
}
.header-panel {
	float:left;
	background: url(../images/header2_panel_fill.gif) repeat-x;
	margin: 2px 0px 0px 0px;
	height: 34px;
	width:auto;
}
.header-search-field {
	height:19px;
	border:none 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #d2d1d1;
	position:relative;
}
#header a:link, #header a:visited, #header a:active {
	color: #ffe600;
	text-decoration: none;
}
#header a:hover {
	color: #ffe600;
	text-decoration: underline;
}





/****** Logo Start ******/
#logo {
	width:177px;
	height: auto;
}
#LogoBG {
	width: 177px;
	height: 91px;
	background: transparent url(../images/LogoPattern.gif) repeat-x left center;
}
#NikonLogo {
	float: left;
	width: 171px;
	height: 85px;
	padding-top: 6px;
	margin: 0 auto;
	text-align: center;
}
#NikonLogo1 {
	float: left;
	width: 171px;
	height: 76px;
	padding-top: 15px;
	margin: 0 auto;
	text-align: center;
}
/****** Logo Start ******/
#nav {
	width:177px;
}
.nav-image-button:link, .nav-image-button:visited, .nav-image-button:active, .nav-text-button:link, .nav-text-button:visited, .nav-text-button:active {
	width:171px;
	display:block;
	padding: 1px;
	background:url(../nav/nav2_image_border.gif) repeat-x;
}
.nav-image-button:hover, .nav-text-button:hover {
	display:block;
	padding: 0px;
	border: solid 1px #ffffff;
}
.nav-image-button {
	margin: 3px 0px 0px 2px;
}
.nav-text-button {
	margin: 2px 0px 0px 2px;
}
.nav-space {
	margin-top: 7px;
}



.bottomlegal {
	clear:both;
	margin-left: 5px;
	padding: 3px;
}



#footer {
	background: url(../images/header_bg.gif) repeat-x;
	height:30px;
	overflow:hidden;
}
.footer-edge {
	float:left;
	display:inline; /* adding this clears IE float margin bug */
	background: url(../images/header_panel_edge.gif);
	margin: 2px 0px 0px 0px;
	width:1px;
	height:28px;
}
.footer-left {
	margin-left: 2px;
}
.footer-panel {
	float:left;
	background: url(../images/header_panel_fill.gif) repeat-x;
	margin: 2px 0px 0px 0px;
	height: 28px;
	width:927px;
	color:#FFFFFF;
	padding: 4px;
	/*text-align:right;*/
}
.footer-links {
	padding-left: 172px;
	font-size:1.1em;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
}
#footer a:hover {
	color: #ffe600;
}

.copyright {
	float:right;
	color:#757575;
}
.smallcaps {
	text-transform:uppercase;
	font-size:9px;
}

.messagebox 
{
	background-color:Yellow;
	font-weight:bold;
	padding:10px;
	color:Black;
}

.HighlightYellow {color:Yellow;font-size:1.2em;line-height:1.2em;}
.HighlightRed {color:Red;font-size:1.2em;line-height:1.2em;font-weight:bold;}
.HighlightRedonYellow {color:Red;background-color:Yellow;font-size:1.2em;line-height:1.2em;font-weight:bold;}
.label_space_250 {width:250px;float:left;display:inline;line-height:1.5em;}  
.label_space_350 {width:350px;float:left;display:inline;line-height:1.5em;}  
.label_div{width:100%;float:left;display:inline;margin:5px 5px 5px 5px;}
.label_div_inner{border:0.1em dotted #666;padding:5px;background-color:LightYellow;}
.label_div_box{width:100%;float:left;display:inline;margin:2px;padding:3px;border:0.1em dotted #000;}
.label_div_box_nb{width:100%;float:left;display:inline;margin:2px;padding:3px;}
.labelTxt {font-size:1.5em;font-weight:bold;}
.green_div {background-color:Green;height:35px;}
.red_div {background-color:Red;height:35px;}
.white_div {background-color:White;height:35px;}


/* reg form*/
.label_div_rf{width:100%;float:left;display:inline;}
.label_space_rf {width:120px;float:left;display:inline;line-height:1.5em;}  
.label_space_rf2 {width:200px;float:left;display:inline;line-height:1.5em;}  
.label_space_rf3 {width:550px;float:left;display:inline;line-height:1.5em;}  
.div_box_left { width:50%;float:left;display:inline;}
.div_box_right { width:50%;float:left;display:inline;}
.verify_text {word-spacing:0.5em;font-weight:bolder;background-color:lightyellow;border:0.1em grag solid;border-width:thin;}