/*
Theme Name: Pixle Temporary
Author: Pixle Team
Version: 1.0
*/

html * {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "lucida grande","lucida sans unicode",helvetica,"helvetica neue",verdana,sans-serif;
	font-size: 75%;
	background-color: #f8f8f8;
	color: #fff;
  }

#banner
{
	position: absolute;
	left: 50%;
	width: 464px;
	height: 94px;
	margin-left: -232px;
}

#box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 480px;
	margin-left: -480px;
	margin-top: -240px;
	background: url(images/pixleBg.jpg) no-repeat;
}
 
#mouth {
	position:relative;
	top:260px;
	left:233px;
	width:134px;
	height:60px;
	background: url(images/panelBg.png) no-repeat;
}

#panel {
	width:120px;
	height:36px;
	position:absolute;
	top:12px;
	left:8px;
	overflow:hidden;
}

#panel .descriptions {
	height: 216px;
	position: absolute;
	top: 0;
}

#desc {
	position: absolute;
	right: 0;
	top: 30px;
}

#desc ul li {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

#desc ul li a {
	width: 58px;
	height: 48px;
	display: block;
}

#desc ul li.descThumb01 a {
	background: url(images/thumb01.gif) no-repeat;
}

#desc ul li.descThumb02 a {
	background: url(images/thumb02.gif) no-repeat;
}

#desc ul li.descThumb03 a {
	background: url(images/thumb03.gif) no-repeat;
}

#desc ul li.descThumb04 a {
	background: url(images/thumb04.gif) no-repeat;
}

#desc ul li.descThumb05 a {
	background: url(images/thumb05.gif) no-repeat;
}

#desc ul li a:hover {
    background-position: 0 bottom;
}

#company {
	position: absolute;
	right: 0;
	top: 88px;
	width: 280px;
	height: 115px;
	margin-right: 10px;
}

h2.about {
	color: #000;
	font-size: 15px;
}

#news {
	position: absolute;
	width: 290px;
	height: 270px;
	margin-right: 10px;
}

h2.news {
	color: #000;
	font-size: 15px;
	padding-top: 20px;
}

.newsItem {
	color: #000000;
	padding: 10px;
	margin-bottom: 6px;
	background-color: #f06ea6;
}

.newsItemLatest {
	margin-bottom: 0;
}

.newsItem a {
	color: #ffffff;
}

.newsItem a:hover {
	text-decoration: none;
}

.newsItem img {
	margin-top: 10px;
	border: 1px solid #000;
}