/*********************************************************************SETTiNGS*/
*{
	margin:0px;
	padding:0px;
}
#layout{
	margin:auto;
	width:1200px;
	padding-top:8px;
}
body{
	background:black url(../pc/gfx/background) fixed center top repeat-x;
	color:black;
	font-family:verdana;
	font-size:12pt;
	font-weight:bold;
}
a{
	color:white;
	text-decoration:none;
}
a:hover{
	color:#3BD56E;/*#3DB5D3; #90947C*/
	text-decoration:none;
}
/************************************************************************FONTS*/
h1{
	padding-top:10px;
	padding-left:20px;
	color:white;
	font-size:17px;
	font-weight:normal;
	text-decoration:underline;
	line-height:1.18;
}
h2{
	padding-left:20px;
	color:white;
	font-size:18px;
	line-height:1.18;
}
h3{
	padding-left:20px;
	color:white;
	font-size:13px;
	line-height:1.18;
}
h4{
	padding-left:20px;
	color:#3BD56E;/*#3DB5D3; #90947C*/
	font-size:17px;
	font-style:italic;
	line-height:1.18;
}
h5{
	padding-top:30px;
	padding-right:30px;
	color:#3BD56E;/*#3DB5D3; #90947C*/
	font-size:11px;
	line-height:1.18;
}
/*************************************************************************LOGO*/
#logo{
	position:relative;
	width:1200px;
	height:170px;
	background:url(../pc/gfx/logo) left top no-repeat;
}
.logodate{
	position:absolute;
	left:2px;
	top:12px;
	color:white;
	font-size:11px;
	padding:10px;
	line-height:1.18;
}
.logotitle{
	position:absolute;
	top:5px;
	width:1200px;
	text-align:center;
	color:white;
	font-size:18px;
	line-height:1.18;
}
.logocomponentsleft{
	position:absolute;
	top:57px;
	width:300px;
	text-align:right;
	color:white;
	font-size:13px;
	line-height:1.18;
}
.logocomponentsleftprice{
	position:absolute;
	left:300px;
	top:57px;
	width:300px;
	color:#3BD56E;/*#3DB5D3; #90947C*/
	font-size:13px;
	line-height:1.18;
	padding-left:5px;
}
.logocomponentsright{
	position:absolute;
	left:600px;
	top:57px;
	width:300px;
	text-align:right;
	color:white;
	font-size:13px;
	line-height:1.18;
}
.logocomponentsrightprice{
	position:absolute;
	left:900px;
	top:57px;
	width:300px;
	color:#3BD56E;/*#3DB5D3; #90947C*/
	font-size:13px;
	line-height:1.18;
	padding-left:5px;
}
/************************************************************************STATS*/
#stats{
	position:relative;
	width:1200px;
	height:470px;
	background:url(../pc/gfx/stats) left top no-repeat;
}
.statstype{
	position:absolute;
	left:12px;
	margin-top:-7px;
	text-align:right;
	color:white;
	font-size:11px;
	padding-top:13px;
	line-height:1.28;
}
.statsitem{
	position:absolute;
	left:122px;
	margin-top:-7px;
	color:white;
	font-size:11px;
	padding-top:13px;
	padding-left:14px;
	line-height:1.28;
}
.statspic{
	position:absolute;
	right:2px;
	top:2px;
}
/*******************************************************************COMPONENTS*/
#components{
	position:relative;
	width:1200px;
}
#componentstitle{
	position:relative;
	width:1200px;
	height:72px;
	background:url(../pc/gfx/title) left top no-repeat;
}
.componentstitleleft{
	position:absolute;
	width:767px;
	height:68px;
	padding-top:14px;
	padding-left:33px;
	color:white;
	font-size:17px;
	font-weight:normal;
}
.componentstitleright{
	position:absolute;
	right:0px;
	width:362px;
	height:68px;
	padding-top:14px;
	padding-right:38px;
	text-align:right;
	color:#3BD56E;/*#3DB5D3; #90947C*/
	font-size:17px;
	font-weight:normal;
}
/*************************************************************COMPONENTS*ITEMS*/
#componentsitem{
	position:relative;
	width:1200px;
	height:224px;
	background:url(../pc/gfx/item) left top no-repeat;
}
.componentsitempicture{
	position:absolute;
	left:2px;
	top:2px;
}
.componentsiteminfoleft{
	position:absolute;
	left:219px;
	top:25px;
}
.componentsiteminforight{
	position:absolute;
	right:9px;
	top:7px;
	width:500px;
	text-align:right;
}
/**********************************************************************BUTTONS*/
.buttonmain,.buttonmultimedia,.buttonbackup,.buttonsecondary,.buttonunused,.buttonold,.button,.buttonsold,.button{
	position:absolute;
	top:18px;
	left:405px;
	color:white;
	font-size:11px;
	font-weight:normal;
}
.buttonmain:hover,.buttonmultimedia:hover,.buttonbackup:hover,.buttonsecondary:hover,.buttonunused:hover,.buttonold:hover,.buttonsold:hover{
	color:#3BD56E;/*#3DB5D3; #90947C*/
}
/*********************************************************************PiCTURES*/
#pictures{
	position:relative;
	width:1200px;
	height:146px;
	background:url(../pc/gfx/picture) left top no-repeat;
}
.picture{
	position:relative;
	left:10px;
	top:7px;
	width:192px;
	height:108px;
	margin-left:-3px;
	margin-bottom:-1px;
	padding:2px;
	background:black;
}
/******************************************************************************/