body,
html {
	margin:0;
	padding:0;
	background:#6E1E1D;
	color:#B4B4B4;
	font-family:"Trebuchet MS",Arial,Helvetica,Sans-Serif;
}
body {
	min-width:1037px;
}
#colorwrapper 
{
	background-color:#818285;
}

body ul 
{
	margin:0;
	padding:0px;
	list-style:none;
}

#content {
	width: 100%;		
	text-align:left;
	background-color:#161617;		
    height:750px; 
	}

#sidebar {
	float: left;
	width: 250px;
	margin:0; padding:0;	
	background:#818285;
	height:750px; 
	}

#copyrightnotice 
{
	position:absolute;
	right:10px;
	top:750px;
}
	
#header {
		background-image: url(data/TopBorder.png);		
		height:28px;
		margin-top:0px;
	}
#main {
	margin:0 0 0 250px; 
	padding:15px;
	background-color:#161617;
	color:#B4B4B4;	
	font-family:"Trebuchet MS",Arial,Helvetica,Sans-Serif;
	font-size: 11pt;	
	}
	
#main a img
{
	border: none;
}

#main a 
{
	color:#DDD;	
	font-weight:bold;
	text-decoration: underline;	
}

#main a:hover 
{
	color:#DDD;	
	font-weight:bold;
	text-decoration: none;	
}

#footer 
{
	background-image: url(data/BottomBorder.png);
	background-repeat: repeat-x;
	height:28px;					
	clear:both;
}
#footer p {
	padding:5px;
	margin:0;
}

#nav 
{
	background-color:#161617;	
	margin-bottom:18px;		
}

#nav a 
{
	text-decoration:none;
	color:#B4B4B4;
}

#nav a.selected 
{
	color:#EEEEEE;	
	font-weight:bold;
}

#nav li{
	display:inline;
	margin:0;
	padding:15px;
}

#redlaserlogo 
{
	margin: 23px auto auto 23px;
	background-color: rgb(129, 130, 133);
}

#maincontentwrapper 
{
	margin-left:16px;
	margin-top:30px;
}

#maincontentwrapperh2 
{
	margin-bottom:25px;
	color:White;
}

.emphasize 
{
	font-weight:bold;
	color:#DDD;
}


/****** Purchase Styling **********/
#purchasesteps 
{
	margin-left:50px;	
}

#purchasesteps li 
{
	margin-bottom:50px;
}

#purchasesteps h2 
{
	
}

/*.errormessage
{
    display:block;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #f00;
    background: #fcc;
    color: #000;
}*/

.inputerror
{
    margin-left: 10px;
    color: #ff5555;
}

.description
{
	font-size:70%;
	margin-left:25px;
	vertical-align:middle;
}


/************* DevStats Styling *****************/
table#stats {
    background-color:#FFFFFF;    
    width: 500px;
    margin-top:40px;
}

table#stats td {
    padding: 5px;
    border: solid #818285 1px;
}

.toprow {
    font-weight: bold;
    text-align: center;
    background-color: #6E1E1D;
}

.leftcol {
    font-weight: bold;
    text-align: center;
    width: 150px;
    background-color: #161617;
}


