@charset "utf-8";
body {
	font: 14px/27px Arial, Verdana, Helvetica, sans-serif;
	background: #1b0400;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}
#container {
	width: 100%;
	min-width: 1060px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
#mainContent {
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}
#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 960px;
}
#bg img {
	width: 100%;
}
.logo {
	padding-bottom: 19px;
}
#bar {
	width: 960px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	height: 2px;
}
#copy {
	margin-bottom: 32px;
}
#copy2 {
	margin-top: 15px;
}
#sampleContainer {
	width: 960px;
	height: 400px;
	overflow: hidden;
}
#samples {
	width: 858px;
	height: 400px;
	float: left;
}
#sampleItem {
	width: 858px;
	background-image:url(../images/samples_bg.png);
	background-repeat:repeat;
}

.arrow {
	border: none;
	padding-right: 0px;
	padding-left: 125px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	background-image:url(../images/arrow_bg.png);
	background-repeat:repeat;
}

#screenshots {
	float: left;
	height: 380px;
	width: 549px;
	padding: 20px 0px 0px 0px;
}
#details {
	float: left;
	height: 360px;
	padding-top: 35px;
	padding-left: 35px;
	width: 231px;
}
#detailItem {
	padding-bottom: 18px;
	font-size: 12px;
	line-height: 19px;
}
#detailItem img {
	padding-bottom: 4px;
}
#detailItemDescription img {
	padding-bottom: 4px;
}
#detailItemDescription {
	padding-bottom: 8px;
	font-size: 12px;
	line-height: 19px;
}
#copy a, #copy2 a, #details a {
	color: #ffffff;
	background-color: #690301;
	text-decoration: none;
	padding: 2px 3px 2px 2px;
	margin: 0px;
	font-size: 12px;
}
#copy a:hover, #copy2 a:hover, #details a:hover {
	color: #999999;
}
a:hover img {

	border: none;
	background-image:url(../images/arrow_bg2.png);
	background-repeat:repeat;
	padding-right: 0px;
	padding-left: 125px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

a:link, a:visited {
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
}
a:hover, a:active {
background-color: #690301;
font-size: 10px;
color: #ffffff;
text-decoration: none;
}

#clear {
	clear:both;
}
