@charset "utf-8";

/* global */
body {
	margin: 0;
	padding: 0;
	color: #afafaf;
	background: #000 url(../images/bg0.jpg) repeat-x;
	font: 11px/1.3 Calibri, Arial, Helvetica, sans-serif;
}

a {
	outline: none;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;	
}

h1 {
	margin: 0;
	color: #5fa1bb;
	font-size: 14px;
}

h2 {
	margin: 0;
	font-size: 18px;
}

p strong {
	font-size: 12px;
	text-transform: uppercase;
}

/* column positioning */
#wrapper {
	width: 4282px;
}

.column {
	float: left;
	height: 500px;
}

.w1 {
	position: relative;
	width: 1255px;
	background: url(../images/bg1.jpg) no-repeat;
}

.w2 {
	position: relative;
	width: 528px;
	background: url(../images/bg2.jpg) no-repeat top right;
}

.w3 {
	position: relative;
	width: 708px;
	background: url(../images/bg3.jpg) no-repeat;
}

.w4 {
	position: relative;
	width: 519px;
	background: url(../images/bg4.jpg) no-repeat top right;
}

.w5 {
	position: relative;
	width: 836px;
	background: url(../images/bg5.jpg) no-repeat;
}

.w6 {
	position: relative;
	width: 436px;
}

/* content positioning */
.c1 {
	position: absolute;
	top: 351px;
	left: 222px;
	width: 415px;
}

.c1 p {
	margin-top: 20px;
}

.c2 {
	position: absolute;
	top: 40px;
	left: 50px;
	width: 440px;
	overflow: auto;
	height: 459px;
	visibility: visible;
	scrollbar-base-color: black; 
	scrollbar-arrow-color: blue;
	scrollbar-DarkShadow-Color: dark-blue; 
}

.c2 h1 {
	margin-top: 25px;	
}

.c2 p {
	margin-top: 12px;
}

.c3 {
	position: absolute;
	top: 405px;
	left: 170px;
}

.c3 div {
	position: absolute;
	top: 123px;
	left: 241px;
}

.c4 {
	position: absolute;
	top: 40px;
	left: 50px;
	width: 435px;
}

.c4 p {
	margin-top: 28px;	
}

.c5 {
	position: absolute;
	top: 384px;
	left: 460px;
}

.c5 div {
	float: left;
}

.c5 .video {
	margin-right: 42px;
}

.c5 .star {
	margin-top: 20px;
}

.c6 {
	position: absolute;
	top: 40px;
	left: 50px;
	width: 350px;
}

.c6 h1 {
	margin-top: 25px;	
}

.c6 p {
	margin: 12px 0 0 0;
}

.c6 div {
	height: 16px;
	margin-top: 5px;
	padding-left: 20px;
	background: url(../images/mail.jpg) no-repeat;
}

/* content accessories */
.s1 {
	display: inline;
	padding: 0 10px;
	color: #646464;
	font-weight: bold;
	font-size: 15px;
}

.a1 {
	color: #d2d2d2;
}

.a2 {
	color: #5fa1bb;
}

a:hover .a2 {
	color: #c25de9;
}

.a3 {
	color: #ff007f;
}

a:hover.a3 {
	color: #d6d0d7;	
}

.a4 {
	color: #ff007f;
	font-size: 11px;
	line-height: 1.2;
	font-weight: normal;
}

a:hover.a4 {
	color: #d6d0d7;	
}

.a5 {
	color: #d2d2d2;
	font-size: 10px;
	line-height: 8px;
	font-weight: normal;
}

.a6 {
	color: #ff007f;
}

a:hover .a6 {
	color: #d2d2d2;	
}

.event {
	float: left;	
	margin-top: 14px;
	margin-bottom: 30px;
	padding-bottom: 2px;
	background: url(../images/download.jpg) no-repeat bottom right;
}

.event .color {
	display: none;
}

.event img {
	width: 97px;
	height: 150px;
	padding: 3px;
	margin-bottom: 8px;
	background: url(../images/event.jpg) no-repeat;
}

.event span {
	display: block;
	text-transform: uppercase;
}

.e1 {
	margin-right: 4px;	
}

.e2 {
	margin-left: 4px;
	margin-right: 4px;
}

.e3 {
	margin-left: 4px;
}

p.copyright {
	color: #555;
	margin-top: 80px;
}

.copyright span {
	margin-left: 10px;	
}

