@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:40px;
}

h1 {
	color:#fff;
	padding-bottom:10px;
}


h2 {
	line-height:12px;
	padding:0px;
	margin:0px;
}

p {
	line-height:12px;
	padding:0px;
	margin:0px;
}
a {
	border:0px;
	color:#CCC;
	font-size:22px;
	text-decoration:none;

}

a:hover
{
	color:#FFF;
}
form {
	padding-top:10px;
}

img {
	border:0px;
}
#main {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:1000px;
	margin-left: auto ;
    margin-right: auto ;
}

#container {
	width:995px;
	height:798px;
    margin-left: auto ;
    margin-right: auto ;
	padding-top:20px;

	
}

#header {
	background-image:url(../images/containerbottom.png);
	height:236px;
	background-repeat:no-repeat;
}

#header a {
	border:0px;
}

#header img {
	border:none;
}

#content {
	width:995px;
	height:379px;
	background-image:url(../images/containertop.png);
	background-repeat:no-repeat;

}

#rightcol {
	float:right;
	padding-right:60px;
}

#rightcol a {
	color:#000;
	text-decoration:none;
	font-size:25px;
	line-height:30px;
	text-align:left;
}

#rightcol a:hover, .active a {
	color:#333;
}

#things {
	
}
#things ul {
	list-style:none;
}


#news {
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	color:#CCC;
	padding-top:40px;
	margin-left:105px;
	
}

#contact
{
padding-top:20px;	
}

#buying{
	float:right;
	padding-top:93px;
	padding-right:4px;
	}
#logo{
	float:left;
	width:400px;
	padding-left:65px;
	padding-top:70px;
	
}




#products {
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	color:#CCC;
	padding-top:40px;
	margin-left:105px;
	
}
#buycontent {
	width:995px;
	height:379px;
	background-image:url(../images/containerbuy.png);
	background-repeat:no-repeat;

}


#physical{
	width:250px;
	float:left;
}

#digital {
	width:300px;
	float:right;
}

#digitallist {
			 list-style:none;
			 line-height:30px;
			 padding-left:0px;
			 
}

#st {
	text-align:center;
}