/*
Design by YU Zhou yz.webdev[at]yahoo.com
*/


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12.5px;
	font-weight:600;
	background-image:url(images/SW3-fond.jpg);
	background-color:#A8B3B7;
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	color:#9AABB3;
	text-transform:uppercase;
	letter-spacing:2px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 2px;
	padding: 2px;
}

img {
	border:none;
}

a {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	border-bottom: none;
	color:#FFFF00;
}

p {
margin:0px;
}
/** CONTENT */

#header {
	width: 1024px;
	height: 102px;
}

#logo {
	float:left;
	width:114px;
	height: 17px;
	background-image:url(images/SW3-logo-stanker.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	margin-top: 84px;
	margin-left: 79px;
}

#title {
	float:right;
	width:819px;
	margin-top: 81px;
	height: 17px;
	font-size:17px;
	font-family:"Arial Black";
	color:#2F3C43;
	letter-spacing:2px;
}


#page {
	width: 1024px;
	height: 520px;
}

#left {
	float: left;
	width: 79px;
	height: 520px;
	margin-top:-2px;
}

#left #spacer {
	width: 79px;
	height:280px;	
}

#left .menu {
	padding-right:25px;
	padding-top:2px;
	text-align:right;
	height:40px;
}


#content {
	float: left;
	width: 830px;
	height: 520px;
	margin-top: -2px;
}

#content #little {
	width: 270px;
	height: 520px;	
	float: left;
	background-color:#FFFFFF;
}

#content #text {
	padding-left:10px;
	padding-top:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12.5px;
	font-weight:bolder;
	letter-spacing:0.4px;
	line-height:16px;
}


#content #little .little_title{
	color:#5F6F78;
	font-family:Arial Black, Helvetica, sans-serif;
	letter-spacing:0.7px;
}

#content #scroll {
	width: 40px;
	height: 520px;
	float:left;
	background-color:#FFFFFF;	
}

#content #big {
	width:520px;
	height: 520px;
	float: right;
	background-color:#FFFFFF
}

#content #stanker_detail {
	width: 310px;
	height: 520px;	
	float: left;
	background-color:#FFFFFF;
}

#right {
	float: right;
	width: 114px;
	height: 520px;
	margin-top:-5px;
}

#right #menu {
	height: 482px;
}

#right #menu div {
	padding-left:20px;
	padding-bottom:12px;
	color:#FFFFFF;
	font-size:13px;
}

#right #lang {
	height:40px;
}

#right #lang div {
	padding-left:20px;
	padding-top:6px;
	color:#FFFFFF;	
	font-size:13px;	
}

#right .collection_active {
	color:#ECE909;
}

#footer {
    clear:both;
	width: 1024px;
	height: 146px;
}
