body {
    background-color: #666666;
    background-image: url('/images/background-stripe.png');
    background-repeat: repeat;
    margin: 0px;
  	padding: 0px;
    font: 13px "Century Gothic", "Lucida Grande", Verdana, Tahoma, Century, sans-serif;
    line-height: 20px;
    color: white;
    font-weight:normal;
}


div.caution {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0;
	background: url('/images/dev-caution-x-shadow.png') repeat bottom left;
	position: fixed;
	left: 0;
	right: 0;
	visibility: visible;
	z-index: 11;
	height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	line-height: 37px;
	text-shadow: #000 0px 1px 0px;
	font-weight: bold;
	opacity: 0.90;
	top: 0;
	text-align: right;
	}

div.caution#bottom {
	bottom: 0;
	text-align: left;
	border-top: 1px solid #ddd;
}

div.content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 800px;
    height: inherit;
    background-color: #333333;
    padding-top: 0px;
    z-index: 1;
}

div.header {
	background-image: url('/images/BrainstreamLogoDark.png');
	background-repeat: no-repeat;
	background-position: center;
  	width: 800px;
	height: 300px;
	float: left;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
    background-color: #333333;
    
}

div.navigation-button-container {
  	margin-right: 0px;
  	width: 800px;
	height: 40px;
	float: left;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
    background-color: #333333;
}

a.homelogo{
	margin-left: 20px;
	background-image:url('/images/tabBarHome.png');
	float:left;
	width:108px;
	height:29px;
	cursor:pointer;
}

a.homelogo:hover {
	background-position:0 58px;
}

a.homelogo-selected {
	margin-left: 20px;
	background-image:url('/images/tabBarHome.png');
	background-position:0 29px;
	float:left;
	width:108px;
	height:29px;
	cursor:pointer;
}

a.storelogo{
	background-image:url('/images/tabBarStore.png');
	float:left;
	width:108px;
	height:29px;
	cursor:pointer;
}

a.storelogo:hover {
	background-position:0 58px;
}

a.storelogo-selected {
	background-image:url(/images/tabBarStore.png);
	background-position:0 29px;
	float:left;
	width:108px;
	height:29px;
	cursor:pointer;
}


div.first-section {
    
    width: 800px;
    float: left;
    padding-top: 40px;
    padding-bottom: 35px;
    background-color: #ffffff;
	background-image: url(/images/headerShadow.png);
    background-repeat: repeat-x;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #000;
    border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
	border-bottom-width: 1px;
	z-index: 1;
}

div.even-section {
    
    width: 800px;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #eeeeee;
    border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
	border-bottom-width: 1px;
}

div.odd-section {
    
    width: 800px;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
    border:none;

}

div.only-section {
    background-image: url(/images/headerShadow.png);
    background-repeat: repeat-x;
    width: 800px;
    float: left;
    padding-top: 30px;
    padding-bottom: 25px;
    background-color: #ffffff;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #000;
}


a{
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #99CC33;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h2 {
    font-weight: normal;
    width: 700px;
    padding: 0px 2px 0px 28px;
    margin: 0px auto 10px auto;
    font-size: 25px ;
    color: #99CC33;
    letter-spacing: -1px;
}

h3 {
	font: 16px "Century Gothic", "Lucida Grande", Verdana, Tahoma, Century, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
	display:inline;
	    letter-spacing: 0px;

}

h4 {
	font: 14px "Century Gothic", "Lucida Grande", Verdana, Tahoma, Century, sans-serif;
	text-transform: none;
	clear: left;
	top: auto;
	color: #99CC33;
	display:inline;
	    letter-spacing: 0px;

}

h5 {
	font: 12px "Century Gothic", "Lucida Grande", Verdana, Tahoma, Century, sans-serif;
	clear: left;
    letter-spacing: 0px;

	top: auto;
	color: #999999;
	display:inline;
	text-align: left;
	width: 700px;
	color: #999999;
}

p {
	padding-right: 45px;
	padding-left: 65px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #999999;
}

p a {
    color: #99CC33;
}


div.spacer {
	width: 800px;
	height: 30px;
	float: left;
}

div.footer {
    padding-bottom: 20px;
    padding-top: 20px;
    width: 800px;
    float: left;
    background-color: black;
    text-align: center;
    color: #ccc;
    font-size: 11px;
}

div.footer-shadow
{
    background-color: #eeeeee;
	width: 800px;
	height: 43px;
	float: left;
	z-index: -2;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 43px;
	background-image: url(/images/footerShadow.png);
    background-repeat: repeat-x;
    border-style: none;
    background-color: none;
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #888;
}

div.footer-shadow-white
{
	background-color: #ffffff;
	width: 800px;
	height: 43px;
	float: left;
	z-index: -2;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 43px;
	background-image: url(/images/footerShadow.png);
    background-repeat: repeat-x;
    background-color: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #888;
}


a.footer-link{
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
        color: #ccc;
        padding-left: 10px;
        padding-right: 10px;


}
a.footer-link:hover{
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
        color: #ccc;

}

