body {
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url(gradient.png);
	background-color: #c9c9c9;
}

label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}

img {
	border: none;
	behavior: url(iepngfix.htc);
}

h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

h4 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

h5 {
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a {
	border-width: 0px;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

#logo {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
	height: 61px;
	width: 336px;
	background-repeat: no-repeat;
	background-image: url(logo-trans.png);
}

#tabBar {
	border-bottom-color: #858585;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #565656;
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 50px;
	height: 25px;
	width: 760px;
}

ul#navigationList 
{  
    text-align: center;  
    list-style: none;
    padding:0;
    margin:0;
}  
  
ul#navigationList li 
{
	color:  auto#71;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	height: 25px;
	width: 190px;
	background-repeat: no-repeat;
	background-image: url(tab.png);
	float: left;
	padding: 0;
}

.navLink {
	padding-top: 8px;
}

#contentHolder {
	width: 100%;
}

#content {
	background-color: #cecece;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-top: 5px;
	color: #565656;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top-width: 0px;
	border-color: #858585;
	border-style: solid;
	background-repeat: repeat-x;
	background-image: url(gradient-text.png);
	margin: auto;
	width: 696px;
	float: none;
}

#container {
	height: 100%;
	width: 100%;
	padding: 0px;
}

#submitArea {
	font-size: 15px;
	width: 525px;
	text-align: right;
	
}

.button {
	font-family: Helvetica;
	padding: 2px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #565656;
	background-color: #bdbdbd;
	border-color: #7d7d7d;
	border-style: solid;
	border-width: 1px;
}


.side {
	margin-left: 30px;
	margin-bottom: 30px;
	float: right;
	width: 244px;
}

.imageHolder {
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 0px;
	float: right;
	padding: 0px;
}

.screens {
	clear: both;
	margin-top: 10px;
	background-color: #858585;
	border-color: #858585;
	border-style: solid;
	border-width: 3px;
	height: 244px;
	width: 244px;
}

.thumb {
	padding: 0px;
	margin: 0px;
}

.download {
	min-height: 50px;
	background-color: #c4c4c4;
	padding: 10px;
	background-image: url(gradient-text.png);
	background-repeat: repeat-x;
	border-color: #858585;
	border-style: solid;
	border-width: 3px;
	width: 224px;
}

.featureDescription {
}

.loadingIndicator {
	margin-top: 25px;
	width: 100%;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

