body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

body{
	color:#000000;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	color:white;
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

h2{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
}

.clear{
	clear:both;
}

#main{
	width:690px;
	margin:0 auto;
}

.container,.titles{
background-color:#000000;
	background-image:url(img/bg_dark1.png);
	width:690px;
	height:200px;
	overflow:hidden;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.container2,.titles{
	background-image:url(img/bg_dark2a.png);
	width:690px;
	height:200px;
	overflow:hidden;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.container3,.titles{
	background-image:url(img/bg_dark3.png);
	width:690px;
	height:200px;
	overflow:hidden;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.container4,.titles{
	background-image:url(img/bg_dark4.png);
	width:690px;
	height:200px;
	overflow:hidden;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.titles{
	width:100px;
	padding:10px 15px;
}

.product{
	width:120px;
	height:150px;
	padding-top:0px;
	padding-bottom;-49px;
	float:center;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}
.product2{
	width:120px;
	height:150px;
	padding-top:0px;
	padding-bottom;-49px;
	float:center;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}
.product .pic{
	width:100px;
	height:220px;
	padding:0px 0px 0px;
	margin-top:5px;
	margin-bottom:-25px;
}
.product2 .pic{
	width:100px;
	height:220px;
	padding:0px 0px 0px;
	margin-top:5px;
	margin-bottom:-25px;
}

.product .link,.product .price{
	font-size:10px;
	text-transform:uppercase;
	padding:4px 0;
}

.product .price{
	color:#CCCCCC;
}

.product .title{
	font-size:16px;
	font-weight:bold;
}
.product .title2{
	font-size:10px;
	font-weight:bold;
}
a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

.tutorial-info{
	text-align:center;
	padding:10px;
}
