body{
	background-color: #3b3b3b;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #242424;
}

h1,h2 {
	font-weight: 300;
	font-size: 2.6em;
	text-transform: uppercase;
	margin-top: 0;
}

.borderedImage{
	border: 1px solid #3b3b3b;
}

a:link{
	color: #4593e3;
	text-decoration: none;
}

a:active{
	color: #4593e3;
	text-decoration: none;	
}

a:hover{
	color: #4593e3;
	text-decoration: underline;	
}

a:visited{
	color: #4593e3;
	text-decoration: none;	
}

#content{
	width: 960px;
	margin: 0 auto;
}

#loginBar{
	height: 48px;
	background-color: #242424;
	margin-bottom: 20px;
	color: #ffffff;
}

#loginBar a:link{
	color: #ffffff;
}

#loginBar a:active{
	color: #ffffff;
}

#loginBar a:hover{
	color: #ffffff;
}

#loginBar a:visited{
	color: #ffffff;
}

#loginBarContent{
	width: 960px;
	margin: 0 auto;
	text-align: right;	
	padding-top: 12px;
}

#navigation{
	background-color: #f9f9f9;
	border: 1px solid #e0e0e1;
	float: left;
	width: 220px;
	height: 500px;
	padding: 10px;
}

#mainContent{
	background-color: #f9f9f9;
	border: 1px solid #e0e0e1;
	float: right;
	width: 680px;	
	min-height: 900px;
	padding: 10px;
}

#footer{
	margin-top: 20px;
	height: 120px;
	background-color: #242424;
}

input    {
	border: 1px solid #999;
	height: 22px;
	width: 270px;
	padding-left: 4px;
}

textarea {
	border: 1px solid #999;
	width: 260px;
	height: 180px;
}

textarea:focus, input:focus {
	border: 1px solid #09C;
}

/*input[type=submit] {
	width:100px;
	background:#09C;
	color:#fff;
	height:30px;
	border: 1p solid #999;
}

input[type=submit]:hover, input[type=submit]:hover {
	background:#fff;
	color:#09C;
}*/


.lightRow{
	background-color: #e2e2e2;
}


.darkRow{
	background-color: #cbcbcb;
}
.tdLabel{
	text-align: right;
	vertical-align: top;
	padding-right: 6px;
}

#redeemWindow{
    height: 450px;
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -235px 0 0 -410px;
    background-color: rgba(255,255,255,0.8);
    padding: 32px;
}

.codefield{
    width: 130px;
    height: 50px;
    font-size: 1.8em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin-bottom: 32px;
}

.submitbutton,.download_link {
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	background-color: #226fbe;
	border: 0;
	font-size:18px;
	text-transform: uppercase;
	font-style:normal;
	font-weight: 700;
	height:auto;
	width: auto;
	text-decoration:none;
	text-align:center;
	overflow: hidden;
	padding: 20px 48px;
}

.submitbutton:hover,.download_link:hover {
	background-color: #4593e3;
}

.submitbutton:active {
	position:relative;
	top:1px;
}

#package_content{
    background-color: #f9f9f9;
    padding: 20px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 960px;
}

#package_content h1{
	font-size: 2.0em;
}

#package_content h2{
        font-size: 1.76em;
}

.download_link_container{
	margin-top: 45px;
	text-align: center;
}

.download_link{
	font-size: 1.5em;
	color: #fff;
}

.download_link:link,.download_link:visited, .download_link:hover {
	color: #fff;
	text-decoration: none;	
}

.item_link{
	padding-right: 25px;
}

#band_content{
    background-color: #f9f9f9;
    padding: 20px;
        margin: 0 auto;
}

#band_content h1{
        font-size: 1.5em;
}

