﻿html, body, div, span, 
h1, h2, h3, h4, p,
a, img, ol, ul, li,
form, label, 
table, tbody, tfoot, thead, tr, th, td , blockquote
{
    margin: 0;
    padding: 0;
}

body{
	
	color: #ffffff;
	background-color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    margin-left: 20px;
}

p{  
    line-height: 14px;
    margin-bottom: 12px;
}

p.largeCopy{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 12px;
}


h1
{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 12px;
    font-weight: normal;
}

h2{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
}

a, a:visited{
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

a:hover, a:visited:hover{
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    color: #99c1da;
}


a img{
    border: 0px;
}

table{
    margin-bottom: 12px;
}
#container{
    width: 940px;
    height: 700px;
}

#header{
    height: 140px;
    margin-bottom: 4px;
    border-bottom: solid 2px #ffffff;
}

#topNav{
    height: 22px;
    border-bottom: solid 1px #ffffff;
}

#topNav ul{
    font-size: 14px;
}

#topNav ul li{
    display: inline;    
}

#topNav .selected{
    color: #a8a9ac;
    font-weight: bold;
}

#topRight{
    font-size: 11px;
    margin-top: 3px;
    float: right;    
}

#mainContent{
    width: 940px;  
    margin-top: 20px;
}

#mainContent img{
    margin-bottom: 12px;
}

#thumbStrip{
    width: 100px;
    float: right;
}

#thumbStrip img{
    border: solid 1px #ffffff;
    margin-bottom: 10px;
    vertical-align: bottom;
}

#leftPic{
    width: 385px;
    float: left;
}

#leftPic-large{
    width: 645px;
    float: left;
}

.mainCopy{
    width: 420px;
    float: left;
}

.mainCopy-small{
    width: 250px;
    float: left;
}

.smallText{
    font-size: 10px;
    }
   
   
.paddingLeft{
  padding-left: 20px;
}

.trophy{
    height: 493px;
    background-image: url('../images/trophy.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
}


#rotator{
    position:relative;
    height: 493px;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
    height: 493px;
}

.buynow {
    width: 220px;
    padding: 14px;
    border: solid 1px;
    margin-bottom: 14px;
    font-size:18px;
    line-height:25px;
    margin-bottom:12px;
}

a.bigLink{
    font-size:18px;
}
