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

body {
	background-color: #000;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #a8c8f9;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 5px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a8c8f9;
	letter-spacing: 1px;
	margin: 50px 0px 5px 20px;
}

p {
	margin: 0;
	padding: 0;
}

.blue, a {
	color: #a8c8f9;
	text-decoration: none;
}

a:hover {
	color: #a8c8f9;
	text-decoration: underline;
}

.current {
	font-size: 10px;
	text-align: center;
	font-style: italic;
}

.clear {
	clear: both;
}

#container {
	float: left;
	width: 600px;
	margin: 10px auto;
}

#info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: left-justify;
	line-height: 21px;
	width: 500px;
	margin-left: 50px;
}

#info ul {
	margin: 0px 0px 0px 20px;
	padding: 0;
}

#info li {
	margin: 0px 0px 5px 20px;
	list-style: url(../img/check.png);
}

.price {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

#logo_showcase {
	width: 800px;
	float: left;
	margin-bottom: 100px;
}

.hoverbox
{
	width: 800px;
	margin: 0 auto;
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	border: 0;
	color: inherit;
	padding: 5px;
	vertical-align: top;
	width: 150px;
	height: 150px;
}

.hoverbox li
{
	border: 0;
	background: url(../img/thumb_bg.jpg) no-repeat;
	color: inherit;
	display: inline;
	float: left;
	margin: 5px;
	position: relative;
}

.hoverbox .preview
{
	border: 0;
	background: url(../img/img_bg.jpg) no-repeat;
	width: 300px;
	height: 300px;
}