/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #111 repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0px;
	padding: 0px;
}
hr {
	height: 1px;
}

.logo {
	padding:5px;
}
.logo h2{
	font-size:10px;
	font-weight:normal;
}

p          {
	font-size: 1.2em;
	list-style-type: square;
	line-height: 1.6em;
	padding-bottom: 1em;
}
ul {
	font-size: 1.2em;
	list-style-type: square;
	line-height: 1.6em;
}

ol {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	line-height: 1.6em;
	margin-left: 2.0em;
}



blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}
ul  {margin-left: 2em;}

h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana, sans-serif;
	padding-bottom: 10px;
	color: #FFFFFF;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(images/stripe.gif);
	height: 6px;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* header */
.header {
	background: #000 url(images/header-bckgrnd.jpg) no-repeat right top;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 108px;
}
.header a {
	color: #CCCCCC;
	display: block;
	text-decoration: none;
	width: 100%;
	font-size: 0.5em;
}
.header span {padding-left: 32px;}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {
}
.rightTable  {
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
		background: #2A2A2A;
}


/*Homepage class*/
.HP{
	
}

.HP{

}
/* content elements */
.horz_line {
	background: url(images/bgh1.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.vert_line {
	background: url(images/bgv1.gif) repeat-y right top;
	padding: 0px 15px 0px 0;
	margin-right: 15px;
}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 0px 30px;
}
.content  ul ul {
	font-size: 1em;
	list-style-type: square;
}
.content li {
	line-height: 1.7em;
}
.content img {
	border: 1px solid #CCCCCC;
	margin-right: 15px;
	margin-top: 4px;
}


.content h1 {
	background: url(images/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.content h1.NoSep{
	background:none;
}

.content h3{
	font-size:1.5em;
}
.content a {
	color: orange;
	text-decoration: underline;
}
.content a:hover {color:#CC3300 ;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {
	background: #222222 url(images/nav.gif);
}
.nav ul {
	margin: 0px;
	padding: 0px;
}

.nav  li {
	background: #191919 url(images/nav.gif) center top;
	border-right: 1px solid #161616;
	float: left;
	list-style-type: none;
	height: 50px;
}
.nav  li a:hover {
	background: #393939 url(images/nav_hover.gif) repeat-x center top;
}
.nav a {
	color: #CCC;
	font: bold 0.8em/14px Verdana, sans-serif;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
	display: block;
	padding-top: 18px;
}
/* sub-navigation */
.subnav {
	padding: 0px 50px 18px 18px;
}
.subnav h1 {
	padding-top: 8px;
	padding-bottom: 15px;
}
.subnav ul {margin: 0;}
.subnav li {
	background: url(images/li.gif) no-repeat left 7px;
	list-style: none;
	margin: 0;
	padding-left: 22px;
	padding-bottom: 15px;
}
.subnav li a {
	color: #777;
	line-height: 1.4em;
	text-decoration: none;
}
.subnav li a:hover {
	color: #BBB;
}

/* sub-Menu */
.submenu {
	padding: 20px 50px 18px 18px;
}
.submenu h1 {
	padding-top: 8px;
	padding-bottom: 15px;
}
.submenu ul {margin: 0;}
ul.submenu {margin: 0; padding:0px;}

.submenu li {
	background: url(images/li.gif) no-repeat 5px 10px;
	list-style: none;
	padding-left: 27px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 5px;
	display: block;
}
.submenu li a {
	color: #CCCCCC;
	line-height: 1.4em;
	text-decoration: none;
	display: block;
}
.submenu  li:hover  {
	color: #BBB;
	background-color: #333333;
}
.submenu .ListHeading{
	background:none;
}

.subnav li:hover.ListHeading {
	background-color: #333;
}
/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #191919;
	padding: 30px 30px 0px;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
	padding-top: 20px;
	padding-bottom: 10px;
}
.bottom a {color: #888;}
.flashcontent {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	background-color: #303030;
}
.team {
	margin-bottom: 10px;
	clear: both;
}
.downloadHeader {
	padding-left: 40px;
	background-image: url(images/download.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
}
.inthenews {

}

.joinHeader {
	padding-left: 55px;
	background-image: url(images/join.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
}
/* form elements */
form {
	margin:10px 5px;
	padding: 0 0 0 10px;
	border: 1px solid #f2f2f2;
	background-color: #2A2A2A;
}
label {
	display:block;
	font-weight:bold;
	margin:10px 0 5px;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em "Lucida Sans Unicode",sans-serif;
	background: #FFF url(images/gradientbg.jpg) repeat-x;
	padding: 2px 3px;
	color: #2A2A2A;
	border: 1px solid #DADADA;
}
.astrix {
	color: #CC3300;
}
.HP .linkright {
	padding: 20px 50px 0px 18px;
}

.linkright {
	padding: 20px 50px 18px 18px;
}
.linkright a  {
	color: #CC3300;
	text-decoration: underline;
}
.linkright   a:hover {
	color: #CCC;
}
.linkright .PreOrderHP{
	color:red;
	font-weight:bold;
	left:160px;
	width:120px;
	position:relative;
	top:-8px;
	display:block;
}

ul.submenu li{
	background-color: #333333;
	background-image: url(images/li_hover.gif);
	}

/*in the news list*/
#InTheNews li{
	padding-top:10px;
}

/*rounded corners*/

.Round{
	border:10px solid #191919;
  	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.Round big{
	background-color:#111;
	padding-top:2px;
	/*padding-bottom:5px;*/
	 -moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-radius-bottomright:0px;
	-webkit-border-radius-bottomleft:0px;
	display:block;

}

.Round .BoxContent{
	font-weight:bold;
	color:#bbb;
	font-family:Helvetica;
	font-size:12px;
	padding:10px 5px 10px 65px;
	background-color:black;
}

.Round .BoxContent a{
	font-weight:bold;
	color:#bbb;
}

.Round .BoxContent a:hover{
	color:#CC3300;
}
/*End round*/

/*Prod sidebat*/
#BoxIphone{
	height:100px;
}
#BoxIphoneImage{
	margin:2px 5px 4px -50px
}

#BoxPS3Image{
	margin:5px 5px 4px -50px;
}

#BoxDlinkImage{
	margin:5px 5px 4px -65px;
}
#BoxTVImage{
	margin:3px 5px 3px -58px;
}
#BoxPSP3{
	height:105px;
}
#BoxTV{
	height:105px;
}
#BoxDlink{
	height:105px;
}
.LastLi{
	margin-left:205px;
}

/*products page*/
#ProdPage{

}
#PrdctOverview{
	margin:0px;
}

#ProdPage li, #PrdctOverview li{
	float:left;
	list-style:none;
	width:256px;
	display:block;
	margin:15px;
	padding:5px;
}

#PrdctOverview li{
	width:180px;
	margin:10px 34px 10px 0;
	padding:0px;
}

#PrdctOverview li.Last{
	margin-right:0px;
}

#ProdPage h2{

}

#ProdPage big, #PrdctOverview h3{
	display:block;
	font-size:16px;
}

#ProdPage a, #PrdctOverview a{
	text-decoration:none;
}

#ProdPage div a, #PrdctOverview div a{
	color:#999;
}
#ProdPage div a:hover, #PrdctOverview div a:hover{
	color:white;
}
