/* Resets */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, 
font, img, strong, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html
{
    height: 100%;
}

body
{
    color: #333333;
    background: #FFFFFF;
    font: 14px/21px Arial, Helvetica, sans-serif;
    height: 100%;

  
}

ol, ul {
	list-style: none;
}

p 
{
  padding-bottom: 15px;
}

p.leftpad
{
    padding-left: 15px;
    text-align: justify;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	border-collapse:  collapse;
    border-spacing: 0;
    background-color: #fff;
}

table .noborder
{
    border-style: none;
}

table .noborder td
{
    border-style: none;
}

table .right
{
    line-height:10px;
    text-align: right;
    padding-right: 10px;
}

table .right-merge
{
    text-align: right;
    vertical-align: top;
    padding-right: 15px;
    padding-top: 5px;   
}

.gradiant
{
    background-image: url('../images/corner_gradient.png');
    background-position: 269px 0px;
    background-repeat: no-repeat;
}

.paragraph
{
    padding: 10px 10px 10px 10px;
}

.right-paragraph
{
    padding: 20px;
}

.footer
{
    width: 100%;
    height: 30px;
}

.footer p
{
    color: #000000;
    font-size: .9em;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

strong
{
    font-weight: bold;
    color: #800000;
    font-size: 90%;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Link Styles */
a:link, 
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: Helvetica, Arial;
  line-height: 1.1em;
  font-weight: bold;
  padding-bottom: 5px;
}
h1 {
  font-size: 40px;
  letter-spacing: -1px;
}
  h1 a:link,
  h1 a:visited {
    color: #000;
    text-decoration: none;
  }
  h1 a:hover {
    background: #eee;
    text-decoration: none;
  }
h2
{
    font-size: 22px;
    color: #808080;
    padding-top: 15px;
    padding-bottom: 15px;
}

  #page h2 {
    font-size: 36px;
    padding-bottom: 20px;
  } 
    #page h2 span {
      font-size: 30px;
      color: #5f5f5f;
    }
h3 {
  font-size: 30px;
  letter-spacing: -0.02em;
  color: #373737;
}
  
h4 {
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 10px;
}

h5
{
    border: 1px solid #000000;
    padding: 5px 0px 5px 10px;
    color: #FFE21A;
    font-weight: normal;
    display: block;
    height: 15px;
    margin-bottom: 10px;
    background-color: #000000;
}
h6 {
}

/* Wraps */
#body_wrap
{
      width:960px; /*960*/
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 10px auto 10px auto;
}

#header_wrap, #content_wrap, #footer_wrap
{
    /*margin: 0 auto;*/
    width: 958px; /*958*/
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 10px auto 10px auto;
}

#content_wrap
{
    border: 1px solid #AEAEAE;
    background-color: #fff;
}

/* Content Widths */ 
#header,
#sub_header,
#content,
#footer {
  width: 958px;   /*958*/
}

.push
{
    height: 30px;
}

.box
{
    border: 1px solid #ddd;
    width: 240px;
    
    padding: 15px 10px 15px 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box ul
{
    margin-left:20px;
}


.fullbox
{
    width: 250px;
    height: 700px;
    padding: 20px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
}

.box;fullbox h5
{
    border: 1px solid #352A23;
    color: #333333;
    font-weight: normal;
    display: block;
    height: 15px;
    background-color: #f2f2f2;
}

#navigation
{
    position: absolute;
    top: 58px;
    height: 40px;
    padding-left: 521px;
    width: 439px;
}

.nav
{
    position: relative;
    height: 40px;
    background-image: url('../images/navi_bg.png');
}

.nav li 
{
        display: block;
        float: left;
        position: relative;
}

.nav li.first a
{
    background-image: url('../images/navi_bg_divider.png');
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    line-height: 40px;
    font-size: 14px;
    width: 85px;
    text-align: center;
}

.nav li.last a
{
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    line-height: 40px;
    float: left;
    font-size: 14px;
}

.nav li a:link, .nav li a:visited
{
    color: #E3C6C6;
    text-decoration: none;
}
.nav li a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}     
      
            
/* Header */
#header {
  height: 70px;
  margin: 0 auto;
  position: relative;
  background: url(images/global/header_gradient.jpg) no-repeat 110px 60px;
  z-index: 99;
}

    /* Logo */
.logo
{
    
    top: 15px;
    left: 0px;
    background-image: url('../images/nikon-logo.jpg');
    width: 121px;
    height: 82px;
    background-repeat: no-repeat;
}

.entry
{
    padding: 0px 0px 30px 0px;
    text-align: justify;
}  

.input
{
    padding: 4px;
    border: 1px solid #ddd;
    width: 300px;
    height: 16px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.input_upper
{
    padding: 4px;
    border: 1px solid #ddd;
    width: 300px;
    height: 16px;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.button
{
    border: none;
    background: #B9B9B9;
    color: #000000;
    width: 150px;
    height: 25px;
    background-image: url('../images/button.png');
}

.grid-button
{
    border: none;
    color: #000000;
    width: 150px;
    height: 25px;
    background-image: url('../images/button.png');
    background-repeat: no-repeat;
}

.btn
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('../images/buttonround.gif') no-repeat;
    outline: none;
    width: 150px;
    height: 30px;
    color: #666666;
}
.btn:hover
{
    background: transparent url('../images/buttonhover.gif') no-repeat;
    border: none;
    outline: none;
    width: 150px;
    height: 30px;
    color: #333333;
}

.mGrid
{
    background-color: #fff;
    margin: 10px 0 10px 0;
    border: 1px solid #c1c1c1;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.mGrid td
{
    padding: 1px 2px 1px 2px;
    border: solid 1px #ddd;
    color: #000000;
    font-size: 0.9em;
}
.mGrid th
{
    padding: 4px 2px;
    border-left: solid 1px #c1c1c1;
    height: 20px;
    background-color: #D2D2D2;
    border-left-color: #c1c1c1;
    font-weight: bold;
    color: #333333;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-color: #c1c1c1;
    font-size: 0.9em;
}

.mGrid .alt
{
   /* background: #fcfcfc url('../images/grd_alt.png') repeat-x top;*/
}
.mGrid .pgr
{
    background: #E4E4E4 top;
}
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #000000;
    line-height: 12px;
}   
.mGrid .pgr a
{
    color: #808080;
    text-decoration: none;
    font-weight: normal;
}

.mGrid .pgr a:hover { color: #000; text-decoration: none; }

.userinfo
{
    position: absolute;
    top: 31px;
    left: 770px;
    color: #FFCC99;
    font-size: 85%;
    text-transform: uppercase;
    width: 500px;
    float: left;
    text-align: right;
}

.autocomplete_completionListElement
{
    margin : 0px!important ;
    background-color : inherit ;
    color : windowtext ;
    border : buttonshadow ;
    border-width : 1px ;
    border-style : solid ;
    cursor : 'default' ;
    overflow : auto ;
    height : 200px ;
    font-family : Tahoma ;
    font-size : small ;
    text-align : left ;
    list-style-type : none ;
    }
    
.banner
{
    position: relative;
    background-image: url('../images/training.jpg');
    background-repeat: no-repeat;
    width: 600px;
    height: 322px;
    top: -40px;
}

.imagepad
{
    margin-top: 10px;
}

.red
{
    color: #CC0000;
}

.register
{
    position: relative;
    left: 350px;
    width: 120px;
    height: 114px;
    float:none;
    top: -340px;    
    z-index: 10;
}

.link
{
    list-style-type: none;
    line-height: 1.7;
}

.link li
{
    padding-left: 11px;
    background: url('../images/bullet.png') 0 0.5em no-repeat;
}

.link li a
{
    text-decoration: none;
}

.link li a:hover
{
    text-decoration: none;
    color: #FF0000;
}

img.bordered
{
    border: 1px solid #808080;
}


#global-nav {
	margin: 20px 0 0;
	background: transparent url(../images/global_nav_bg_01.png) left top no-repeat;
	z-index:3 !important;
	position: relative;
}

/* Level 1 */
#global-nav ul.topnav {
	list-style: none;
	margin: 0;
	padding: 6px 0;
	background: transparent url(../images/global_nav_bg_02.png) left bottom no-repeat;
	font-size: 90%;
}

#global-nav ul:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

#global-nav ul.topnav li {
	float: left;
	position:relative;
}

#global-nav ul.topnav li a
{
    display: block;
    text-decoration: none;
}

#global-nav ul.topnav li a {
	display: block;
}

#global-nav ul.topnav li a
{
    padding: 4px 5px 4px 5px;
}

#global-nav ul.topnav li a:hover
{
    color: #000000;
    text-decoration: none;
    background-color: #FFE220;
}
#global-nav ul.topnav li a:hover span {
	background: transparent url(../images/global_nav_bg_09.png) right top no-repeat;
}
#global-nav ul.topnav li a:hover span span {
	background: transparent url(../images/global_nav_bg_10.png) left bottom no-repeat;
}
#global-nav ul.topnav li a:hover span span span {
	background: transparent url(../images/global_nav_bg_11.png) right bottom no-repeat;
}

#global-nav ul.topnav li em a {
	background: #666 url(../images/global_nav_bg_04.png) left top no-repeat;
	color: #fff;
	font-style: normal;
}
#global-nav ul.topnav li em a span {
	background: transparent url(../images/global_nav_bg_05.png) right top no-repeat;
}
#global-nav ul.topnav li em a span span {
	background: transparent url(../images/global_nav_bg_06.png) left bottom no-repeat;
}
#global-nav ul.topnav li em a span span span {
	background: transparent url(../images/global_nav_bg_07.png) right bottom no-repeat;
}

.divider {
	background: transparent url(../images/global_nav_bg_03.png) right center no-repeat;
	padding: 0 7px 2px 5px;
}

#header-gs
{
    float: right;
    display: block;
    text-align: right;
    padding-top: 45px;
    padding-right: 5px;
}

#header-nikon {
float: left;
width: 250px;
margin: 0;
padding: 0;
}

.heading
{
    border: 1px solid #E4E4E2;
    background-color: #EDEDEB;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 10px;
    color: #000000;
}

.Accordion_heading
{
    border: 1px solid #E4E4E2;
    background-color: #EDEDEB;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 10px;
    color: #000000;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
}

.gs_warning
{
position:fixed; bottom:15px; left:0%;
}

