/*main difference between IE stylesheet and this one are
z-index values - troubleshooting dropdown menu appearing
below page elements in IE
*/
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 20px auto;
	padding: 0px;
	font: 12px Tahoma, Arial, sans-serif;
	width: 980px;
	/*height:775px;*/
	position: relative;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}
/*10.08*/
.logo {
	float: left;
	height: 89px;
	width: 281px;
	margin-top:-5px;
	margin-bottom:5px;
	margin-left: -10px;
}
/**/
.banner {
	background-color: #FFFF00;
	float: right;
	height: 50px;
	width: 50px;
	margin-left: 10px;
}
/**/
.login {
	float: right;
	width: 139px;
	height: 30px;
	margin: 5px -2px 0 0;
	background: url(../images/customer_login_btn.png) top left no-repeat;
}

	.login:hover {
		background: url(../images/customer_login_btn_hover.png) top left no-repeat;
	}
	
	.login:active {
		background: url(../images/customer_login_btn_clicked.png) top left no-repeat;
	}

		span.none { display: none; }

/**/
.login .inp {
	clear: none;
	float: left;
	width: 110px;
	border: 1px solid #999999;
	margin-bottom: 7px;
	color: #666666;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 14px;
	padding-left: 4px;
}
.login .lbl {
	clear: left;
	float: left;
	width: 75px;
	margin-top: 2px;
	color: #666666;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
}
/**/
.login a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #9A9A9A;
	text-decoration: underline;
	clear: left;
	float: left;
	white-space: nowrap;
	margin-top: 8px;
	margin-left: 75px;
}
/**/
.login a:hover {
	text-decoration: none;
}
/*10.08*/
.login .subm {
	float: right;
	height: 87px;
	width: 66px;
	margin-top:-5px;
	border-style: none;
}
/**/
.subscribe {
	float: right;
	margin-top: 68px;
	margin-right: 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #9A9A9A;
	text-decoration: underline;
	white-space: nowrap;
}
.subscribe:hover {
	text-decoration: none;
}

.top_nav {
	margin: 0px 0px 12px;
	padding: 0px;
	height: 35px;
	list-style: none;
	clear: both;
}
.top_nav li {
	float: left;
	height: 35px;
	position: relative;
}
.top_nav a {
	height: 35px;
	display: block;
	text-indent: -2000px;
	overflow:hidden
}
.top_nav a:hover {
	background-position: 0px 35px;
}
.top_nav .home {
	background-image: url(../images/top_nav_home.gif);
	width: 94px;
}
.top_nav .om {
	background-image: url(../images/top_nav_om.gif);
	width: 157px;
}
.top_nav .os {
	background-image: url(../images/top_nav_os.gif);
	width: 119px;
}
.top_nav .ott {
	background-image: url(../images/top_nav_ott.gif);
	width: 186px;
}
.top_nav .ogp {
	background-image: url(../images/top_nav_ogp.gif);
	width: 194px;
}
.top_nav .au {
	background-image: url(../images/top_nav_au.gif);
	width: 101px;
}
.top_nav .cu {
	background-image: url(../images/top_nav_cu.gif);
	width: 129px;
}
.top_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 0px;
	top: 35px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	z-index: 500;
	display: none;
}
.top_nav ul li {
	background-color: #B1B7CF;
	margin: 0px;
	list-style: none;
	float: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 8px;
	position: static;
	height: 13px;
	z-index:400;
}
.top_nav ul li a {
	text-indent: 0px;
	display: inline;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	white-space: nowrap;
	z-index:400;
}
.top_nav #sub_om {
	width: /*was 203*/175px;
}
.top_nav #sub_os {
	width: 212px;
}
.top_nav #sub_ott, .top_nav #sub_ott li {
	width: /*was 224*/235px;
}

.top_nav #sub_ogp {
	width: 225px;
}
.top_nav #sub_au {
	width: 213px;
}
.top_nav #sub_cu {
	width: 125px;
}

/*Most portions relating to changes deleted. See common.css for original. 10.08 ~cn */
#indexMainContainer{
	width:980px;	
	height:480px;
	z-index:0;
	}
.indexLeftCol, .indexMidCol, .indexRightCol, #indexMainContainer, .indexLeftCol img, .indexMidCol img, .indexRightCol img{
	margin:0;
	padding:0;
	}
.indexLeftCol, .indexMidCol, .indexRightCol{
	height: 480px;
	z-index:0;
	}
.indexLeftCol img, .indexMidCol img, .indexRightCol img{
	display:block;
	}
.indexLeftCol img a, .indexMidCol img a, .indexRightCol img a{
	cursor:pointer;
	}
.indexLeftCol{
	width: 255px;
	position: relative;
	top: 0;
	left: -4px;
	}
.indexMidCol{
	width: 500px;
	position: relative;
	top:-480px;
	left: 250px;
	}
.indexRightCol{
	width:234px;
	position:relative;
	top:-965px;
	left:749px;
	}
.indexRightCol p{
	margin-left:18px;
	margin-top:10px;
	padding:0;
	line-height:160%;
	font-size:11px !important;
	color:#000;
	font-weight:440;
	}

/*end 10.08*/

.bot_nav {
	background-image: url(../images/bot_nav.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 22px;
	padding: 0px 0px 0px 45px;
	height: 39px;
	list-style: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}
.bot_nav li {
	line-height: 38px;
	float: left;
	height: 39px;
	margin-right: 39px;
}
.bot_nav a {
	color: #666666;
	white-space: nowrap;
	font-weight: bold;
}
.footer, .footer a {
	text-align: left/*was center*/;
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #B4B4B4;
}
/**/
.footer strong, .footer strong a {
	color: #013E59;
	font-size: 11px;
	font-weight: bold;
}
/**/
