﻿
/* CSS Document */

body
{
	font:Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin:0px;
	background-color:Black;
	color:White;
}
#bg_image {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}

.TopRightHeader, .style2 {
	background-image: url(Images/TopRight.jpg);
	background-repeat: no-repeat;
	text-align:right;
	padding-right:20px;
	vertical-align:middle;
	color:#FFFFFF;
}
.Content {
	
	
	width:880px;
	margin:7px;

	
	font:Arial, Helvetica, sans-serif;
	font-size:12pt;
}

.ContentBackground {
	
	background-repeat: no-repeat;
	background-position: bottom;
	position:relative;
	height:302px;
	width:100%;
	z-index:-1;
	bottom:-50px;
}
.BottomMenu
{
	width:100%;
	text-align:center;
	background-color:#0C0F11;
	border-top:#323436;
	border-bottom: #323436;
	color:white;
	font-size:9pt;
	border-bottom-width:1px;
	border-top-width:1px;
	border-bottom-style: solid;
	border-top-style: solid;
	height:22px;
	vertical-align:middle;
	
	
}

.BottomMenu a, .TopRightHeader a
{
	
	color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	
}
.TopRightHeader a
{
font-size:10pt;
}

.Category
{
	margin: 20px;
}
h1, h2, h3, h4, h5
{
	font-family: Arial, Helvetica, sans-serif;
	color: White;
}
h2
{
	font-size:15pt;
}
    .imgCol
    {
    	width:80px;
    }
.CategoryTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #333333;
	border: 1px solid #C0C0C0;
	width: 633px;
	height: 21px;
}

.ListingDiv
{
	border: 1px solid #666666;
	width: 633px;
	
	color: White;
	background-color: #000000;
}
.ListingTitle, .ListingTitle a, .ListingTitle a:visited, .ListingTitle a:Link, .ListingTitle a:Hover

{
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 13pt;
	font-weight: bolder;
	text-decoration: none;
}
.ListingDescription
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 5px 10px 20px 0px;
}
.RotatorImage
{
    margin:0px 11px;
    cursor:hand;
    cursor: pointer;
}
.ListingMoreInfo, .ListingMoreInfo a, .ListingMoreInfo a:visited, .ListingMoreInfo a:Link, .ListingMoreInfo a:Hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 10pt;
	font-weight: bolder;
	text-decoration: none;
}


.PrintLink, .PrintLink a, .PrintLink a:visited, .PrintLink a:Link
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 10pt;
	font-weight: bolder;
	text-decoration: none;

}

.PrintLink a:Hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: Yellow;
	font-size: 10pt;
	font-weight: bolder;
	
	margin-left:720px;
}