@import url("reset.css");



/* ---------- General styles ---------- */

body {background:#000}

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear floated columns */





.wrapper {width:980px; height:auto; margin:auto; padding-top:35px; font-family:Arial; color:#fff}



.left {width:136px; height:auto; float:left; margin-right:21px}

.left .kscope {border-top:solid 2px #fff;border-bottom:solid 2px #fff; padding:18px 0 18px 32px; width:66px; margin-top:390px}

.left .kscope p { font-size:11px; padding-top:10px}



.middle {width:434px; height:auto; float:left; margin-right:21px; position:relative}

.middle img {padding-bottom:20px}

.middle .sun {background:url(../images/newstore.png) no-repeat; width:112px; height:112px; position:absolute; top:70px; left:360px}



.right {width:285px; height:auto; float:left;}

.right h1 {font-size:24px; font-weight:normal}

.right p {font-size:14px; padding-bottom:18px}

.right p span {color:#ed1c24}

.right .menu {border-bottom:solid 2px #fff;border-top:solid 2px #fff; padding:10px 0 15px 0; margin-top:152px; margin-bottom:18px}

.right .menu a {text-decoration:none; color:#fff; font-size:13px;}

.right .menu a:hover {color:#ed1c24}

.right .menu .active {color:#ed1c24}

.right .menu li {line-height:16px}

a:link {
	color: #ed1c24;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ed1c24;
}
a:hover {
	text-decoration: underline;
	color: #ed1c24;
}
a:active {
	text-decoration: none;
	color: #ed1c24;
}


