/* -------------------------------------------------------------------------------- */
/* Common Sections                                                                  */
/* -------------------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #CCCCCC;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-align: center; /* horizontal centering for IE Win quirks */
}

/* -------------------------------------------------------------------------------- */
/* Contents  Contents  Contents  Contents  Contents  Contents  Contents  Contents   */
/* -------------------------------------------------------------------------------- */

#contents {
	background-color: #FFFFFF;
	background-image: url(../images/contents_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #666666;
	clear: both;
	float: left;
	height: auto;        /* template height set to 678px */
	overflow: visible;
	position: relative;
	text-align: left;
	width: 1000px;
}

/* -------------------------------------------------------------------------------- */
/* Footer  Footer  Footer  Footer  Footer  Footer  Footer  Footer  Footer  Footer   */
/* -------------------------------------------------------------------------------- */

#footer {
	background-color: #666666;
	background-image: url(../images/footer_bg.jpg);
	border: 1px solid #666666;
	clear: both;
	float: left;
	height: 51px;
	position: relative;
	width: 1000px;
}

/* -------------------------------------------------------------------------------- */
/* Logos  Logos  Logos  Logos  Logos  Logos  Logos  Logos  Logos  Logos  Logos      */
/* -------------------------------------------------------------------------------- */

#company_logo {
	background-image: url(../images/company_logo.jpg);
	background-repeat: no-repeat;
	border: 0px;
	clear: left;
	float: left;
	height: 86px;
	margin-left: 60px;
	position: relative;
	top: 0px;
	width: 316px;
}

#product_logo {
	background-image: url(../images/product_logo.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border: 0px;
	clear: right;
	float: right;
	height: 86px;
	margin-right: 60px;
	position: relative;
	width: 161px;
}

/* -------------------------------------------------------------------------------- */
/* Navigation Menu  Navigation Menu  Navigation Menu  Navigation Menu               */
/* -------------------------------------------------------------------------------- */

#nav_menu_container {
	background-image: url(../images/menubar.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	height: 54px;
	margin-left: 60px;
	position: relative;
	width: 881px;
}

#nav_menu {
	height: 100%;
	width: 100%;
}

#nav_menu ul {
	padding: 0px; 
	margin: 0px; 
	list-style-type: none;
	float: left;
	position: relative; 
	left: 50%;
}

#nav_menu li {
	float: left;
	position: relative; 
	right: 50%;
}

#nav_menu a {
	background-image: url(../images/menu_splitter.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #666666;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 35px;
	padding-right: 35px;
	display: block;
	line-height: 54px;
	text-decoration: none;
	font-size: 14px;
}

#nav_menu li.first a {
}

#nav_menu li.last a {
	background-image: none;
}

#nav_menu a:hover{
	 color: #666666;
	 text-decoration: underline;
}

/* -------------------------------------------------------------------------------- */
/* Header Section  Header Section  Header Section  Header Section  Header Section   */
/* -------------------------------------------------------------------------------- */

#header_intro {
	background-image: url(../images/header_intro.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border: 0px;
	clear: left;
	float: left;
	margin-left: 60px;
	height: 308px;
	position: relative;
	width: 881px;
}

#header_intro h1 span{
	display: none;
}

/* -------------------------------------------------------------------------------- */
/* Details Section  Details Section  Details Section  Details Section               */
/* -------------------------------------------------------------------------------- */

#details_intro {
	background-image: url(../images/details_intro.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: auto;
	clear: left;
	float: left;
	margin-left: 60px;
	min-height: 100px;
	position: relative;
	width: 881px;
}

#notices {
	clear: none;
	color: #003366;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 3px;
	width: 291px;  /* 309 - both side paddings */
}

#notices h1,
#login h1{
	color: #003366;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
	padding-bottom: 15px;
	padding-top: 15px;
}

#notices ul {
	list-style-type: none;
	list-style-image: url(../images/notices_items.gif);
	margin-left: 0px;
	padding-left: 0px;
}


#notices li {
	background-repeat: no-repeat;
	line-height: 24px;
	margin-left: 30px;
}

#login {
	background-image: url(../images/login.gif);
	background-repeat: no-repeat;
	clear: none;
	color: #003366;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 143px;
	margin-top: 10px;
	overflow: hidden;
	padding-left: 8px;
	width: 234px;		/* 242 - side paddings */
}

/* -------------------------------------------------------------------------------- */
/* Footer  Footer  Footer  Footer  Footer  Footer  Footer  Footer  Footer  Footer   */
/* -------------------------------------------------------------------------------- */
#design_label {
	clear: both;
	color: #FFFFFF;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-right: 60px;
	padding-top: 5px;
	text-align: right;
}

#copyright {
	clear: both;
	color: #FFFFFF;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-right: 60px;
	padding-top: 3px;
	text-align: right;
}

#design_label a {
	color: #666666;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#design_label a:hover{
	 color: #FFFFFF;
	 text-decoration: underline;
}

/* -------------------------------------------------------------------------------- */
/* Forms  Forms  Forms  Forms  Forms  Forms  Forms  Forms  Forms  Forms  Forms      */
/* -------------------------------------------------------------------------------- */

#login form {
	margin-top: -0.5em;
	background-color: transparent;
}

#login fieldset {	
	border: 0px;
	padding: 0px;
}

#login label {
	clear: left;
	display: block;
	float: left;
	margin-bottom: 0.75em;
	width: 96%;

}

#login span.labelText {
	clear: none;
	float: left;
	left: 0.5em;
	position: relative;
	width: 7em;
}

#login input.text {
	background-color: #FFFFFF;
	border: solid 1px #003366;
	float: left;
	height: 1.5em;
	margin-left: 0.5em;
	position: relative;
	width: 10em;
}

#login input.submit {
	background: transparent url(../images/login_button.gif) no-repeat center top;
	border: 0;  
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	float: right;
	height: 23px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 15px;
	padding: 0;
	width: 78px;
}
