body {background: #fff url(../img/home-bg.gif) repeat-x;}
#logo-login-div {
	float: left;
	background: #fff;
	width: 184px;
	height: 288px;
	padding: 6px;
	margin: 0;
	right: 7px;
	bottom: 8px;
}
#login-shadow {
	float:left;
	clear:left;
	background-image: url(../img/shadow-login.png) !important;
	background-image: url(../img/pixel.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 196px;
	height: 300px;
	margin-left: 7px !important;
	margin-left: 4px;
}
#carousel {
	position:relative;
	float: right;
	width: 684px;
	height: 310px;
	padding: 0;
	margin: 0;
	left: 7px;
	bottom: 8px;
}
#logo-login-div h2 {
	color: #830915;
	font-size: 12px;
	font-weight: 900;
	text-align: left;
	padding-top: 15px;
	margin-left: 12px;
	margin-bottom: 5px;
}
#logo-login-div a#forgot-password {
	font-size: 9px;
	margin-right: 15px;
	margin-top: 6px;
	float: right;
}
.input-login {
	margin-left: 12px;
	margin-bottom: 5px;
	float: left;
	clear: left;
	font-family: verdana, helvetica, sans-serif;
	color: #666666;
}
#login-button {
	margin: 0 0 5px 12px;
	float: left;
	clear: left;
}
#input-login-temp-password-div {float: left; clear: left;}
#input-login-real-password-div {display: none; float: left; clear: left;}
#home-logo {
	width: 174px;
	height: 117px;
	margin: 5px;
}
#main-body {
	float: left;
	width: 580px;
	padding: 6px;
	margin: 30px 0 25px 0;
	text-align: justify;
	line-height: 21px;
	color: #333333;
	font-size: 14px;
	font-family: Arial, sans-serif;
}
#main-body p {
	margin-bottom: 17px;
}
#main-body a {
	color: #830915;
}
#main-body a:hover {
	color: #da4949;
}
#main-body h2 {
	color: #830915;
	font-size: 18px;
	padding-bottom: 7px;
	margin: 35px 0 25px 0;
	border-bottom: 1px solid #b6b6b6;
}
#main-body #main-list {
	font-weight: bold;
	margin-bottom: 25px;
	padding: 0 0 0 40px;
}
#news-div {
	float: right;
	background: #d8d1d3;
	width: 275px;
	padding: 0;
	margin: 30px 0 25px 0;
	text-align: left;
}
#news-div h2, #news-div h3, #news-div p, #news-div a#bottom {
	padding-left: 25px;
	text-align: left;
}
#news-div h2, #news-div a#bottom {
	background: #830915;
	margin: 0;
	color: #fff;
	font-size: 18px;
	padding: 5px;
	padding-left: 25px;
	margin-bottom: 20px;
}
#news-div h2 a {
	color: #fff;
}
#news-div h2 a:hover {
	text-decoration: none;
	color: #fff;
}
#news-div a#bottom {
	background: #0e375a;
	margin: 0;
	display: block;
	font-weight: bold;
}
#news-div a#bottom:hover {
	text-decoration: none;
}
#news-div #store-triangle {
	width: 12px;
	height: 15px;
	float: right;
	padding: 13px 20px 0 0;
}
#news-div h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-top: 15px;
}
#news-div p {
	font-size: 11px;
	margin: 3px 0px 5px 0px;
	line-height: 17px;
	margin-bottom: 10px;
}
#news-div a {
	color: #830915;
	text-decoration: none;
}
#news-div a:hover {
	color: #da4949;
	text-decoration: underline;
}
#news-div .view-all {
	margin-bottom: 20px;
}
#news-div ul {
	padding-left: 40px;
	margin-bottom: 20px;
}
#news-div ul li {
	font-size: 12px;
	padding: 2px;
}

/*login box and carousel rounded corners*/
.rounded, .rounded-news {position:relative;}
.rounded .corner {background-image:url(../img/corners.gif); background-repeat: no-repeat;}
.corner {position:absolute; width:17px; height:17px;}
.topLeft {top:0; left:0; background-position:0px 0px;}
.topRight {top:0; right:0; background-position:-17px 0px;}
.bottomLeft {bottom:0; left:0; background-position:-34px 0px;}
.bottomRight {bottom:0; right:0; background-position:-51px 0px;}
/*news box rounded corners*/
.rounded-news .corner-news {background-image:url(../img/corners.gif); background-repeat: no-repeat;}
.corner-news {position:absolute; width:17px; height:17px;}
.topLeft-news {top:0; left:0; background-position:-68px 0px;}
.topRight-news {top:0; right:0; background-position:-85px 0px;}
.bottomLeft-news {bottom:0; left:0; background-position:-102px 0px;}
.bottomRight-news {bottom:0; right:0; background-position:-119px 0px;}