body {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #296eb3;
	background-repeat: repeat-x;
	background-image: url(http://easycomputing.com/background/dots.png);
	padding: 0;
	margin: 0;
	color: #333;
}
#header {
	border: 0px solid #0C0; 
	background-image: url(images/header.jpg); 
	background-color: #06C;
	height: 135px;
	background-repeat: no-repeat; 
	padding: 10px 110px 10px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 17px;
}

img {
	border: none;
}

#nav{
	width: 98px;
	height: 15px;
	background-color: #f1f1f1;
	border: 1px solid #cecece;
	font-size: 11px;
	color: #06C;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	}

a.nav, .nav a{
	color: #06C;
	text-decoration: none;
	}
	
a.nav:hover, .nav a:hover{
	color: #06c;
	text-decoration: underline;
	}

h1 {
	font-size: 20px; 
	color: #F30; 
	font-weight: bold;}

h1.product {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	background-color: #f1f1f1;
	text-transform: uppercase;
	padding: 2px;
	}

h2 {
	color: #F60;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	}

h3 {
	color: #FFF;
	background-color: #F30;
	font-size: 14px;
	width: 230px;
	padding: 5px;
	}

h4 {
	background-color: #f2f2f2;
	border-bottom: 1px solid #06C;
	color: #06C;
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
	clear: both;
	margin-bottom: 2px;
	margin-top: 15px;
	}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	}

.products {
	color: #06C;
	}

.packshot {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 4px;
	}

.more {
	width: 150px;
	margin-left: 400px;
	}

.bestel_home {
	background-color: #f1f1f1;
	border: 1px dotted #CCC;
	width: 100px;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	float: right;
	}	

.bestel {
	background-color: #f1f1f1;
	border: 1px dotted #CCC;
	width: 150px;
	padding: 8px;
	margin: 6px;
	font-weight: bold;
	float: right;
	}	

#left{
	float: left;
	width: 570px;
	border: 0px solid #906;
	}

#right{
	float: right;
	width: 240px;
	border: 0px solid #9F6;
	background-color: #efefef;
	padding: 0px;
	}

a {
	color: #06C;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

#copyright {
	color: #FFF;
	font-size: 10px;
	margin-top: 10px;
	}

a#copyright,
#copyright a{
	text-decoration: underline;
	color: #FFF;
	}

a#copyright:hover,
#copyright a:hover{
	text-decoration: none;
	color: #FFF;
	}


.screenshots {
    background-color: #f1f1f1;
	border: 1px dotted #CCC;
	padding: 4px;
	clear: both
	}

.screenshot_title {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	font-size: 14px;
	}

.alert {
	font-size: 10px;
	background-color:#Fcc;
	color: #C00;
	width: 557px;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #C00;
	}

/*screenshots*/
.black_hoverlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	background-color: #fff;
	z-index: 800;
	/*-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);*/
	overflow: hidden;
}

.white_content {
	display: none;
	position: absolute;
	width: 100%;
	padding: 16px;
	background-color: #fff;
	z-index: 900;
	overflow: auto;
}

#lightContent {
	width: 600px;
}
