.container {
	width: 790px;
}

body {
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	background-color: #333;
	background-image: url('../images/background-big.gif');
}

a {
	color: #008fcb;
	text-decoration: none;
}

a:hover {
	color: #008fcb;
	text-decoration: underline;
}

#header {
	text-align: left;
}

#nav {
	background-image: url('../images/Nav-Background.gif');
	background-repeat: no-repeat;
	text-align: left;
}

#nav a:hover {
	text-decoration: none;
}

#nav ul {
	list-style: none;
	margin-left: 0;
	text-align: left;
}

#nav li {
	display: inline;
}

#main-content {
	margin-top: -10px;
	background-image: url('../images/Content-Background.gif');
	background-repeat: no-repeat;
	height: 488px;
	text-align: left;
}

#left-content {
	margin: 5px 0 0 5px;
	text-align: left;
}

#right-content {
	margin: 5px 0 0 8px;
	overflow: auto;
	height: 475px;
	max-height: 475px;
	text-align: left;
}

.post {
	margin-right: 5px;
	text-align: left;
}

.post h2 {
	margin-bottom:0;
}

.post p {
	margin-top:5px;
	margin-left:20px;
}

#featured-product {
	height: 250px;
	text-align: left;
}

#featured-product .app-link{
	font-weight: bold;
	font-size: 16px;
}

#featured-product h4{
	margin-bottom: 0;
	font-weight: bold;
}

#footer {
	color: #FFF;
	text-align: right;
	font-weight: bold;
}

#footer a {
	color: #FFF;
}

.app-details {
	margin-top:15px;
	width:214px;
	overflow:auto;
}

.app-direct-download {
	margin-left:65px;
}

.app-long-description {
	margin-bottom:15px;
}
.hidden {
	display:none;
}
#contact_form ol {
	list-style: none;
}
textarea {width:350px;height:150px;padding:5px;}
input.error{padding:0;margin-bottom:0;border:2px solid #F00;}
/* @group Globals - Forms
===================================== */

form { margin-bottom: 2em; }

form ul,
form ol,
.content form ul,
.content form ol { margin: 0; }

fieldset ol { padding-top: 15px; }

form li {
	clear: both;
	width: 100%;
	margin-bottom: 1em;
	list-style: none !important;
	}

form li#svCaptcha {
	width: auto;
	margin-left: 27%;
	padding-left: 7px;
	}

form li#svCaptcha img {
	width: auto !important;
	padding: 0 !important;
	border: 0 !important;
	}
	
form #subSettings label {
		float: none;
		font-weight: normal;
		}
		
fieldset {
	clear: both;
	margin: 0 0 2em;
	padding: 0 15px .5em;
	}

legend {
	margin-left: -10px;
	padding: 0 10px;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: normal;
	}

label,
p.fieldLabel {
	float: left;
	width: 25%;
	margin-right: 2%;
	padding-right: 7px;
	font-weight: bold;
	line-height: 1.4;
	text-align: right;
	}

.multiInputs {
	float: left;
	width: 65%;
	}

.inputNote {
	font-size: .9em;
	color: #777;
	}

form li span { font-weight: normal; }

fieldset input.text { width: 70%; }

fieldset textarea {
	width: 70%;
	height: 10em;
	}

form .buttons { text-align: right; }

button, .buttons input { cursor: pointer; }
input[type=submit] { cursor: pointer; }

.sidebar form {
	float: left;
	width: 100%;
	margin-bottom: 2em;
	}

.sidebar form li {
	float: none;
	width: auto;
	margin: 0 0 .5em;
	display: block;
	text-align: left;
	}

.sidebar label {
	float: none;
	width: auto;
	margin: 0 0 .25em;
	text-align: left;
	}

.sidebar input.text {
	width: 95%;
	margin: 0;
	}

.required {
	margin: 0 0 .5em .25em;
	font-weight: normal;
	color: #b00;
	}

p.required {
	float: left;
	clear: left;
	margin: 0;
	padding-left: 7px;
	background: url(../images/icon_star.png) no-repeat;
	}

p#loginMsg.required {
	margin-bottom: 2em;
	}

input.first { margin-left: 0; }

.flow label { float: none; width: auto; }

/* @group Globals - Forms - Required Fields
===================================== */

form li.req {} /* could add background color */

.req label { background: url(../images/icon_star.png) no-repeat 100% 0; } /* could add color */

.req ins {
	position: absolute;
	left: -9999px;
	}

li span.req {
	padding-right: 7px;
	background: url(../images/icon_star.png) no-repeat 100% 0;
	}

.req input {} /* could do { border: 1px solid darkred; color: darkred; } */

/* twitter feed styles */
#twitter-feed {
	background-image: url('../images/Twitter-Header-Background.gif');
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	width: 210px;
	margin-left: 3px;
}
.tweet-list {
	height: 165px;
	width: 210px;
	margin-left: 0;
	margin-top: 7px;
	list-style: none;
}
.tweet {
	color: #000;
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	padding: 5px 5px 0 5px;
	text-align: left;
	background-image: url('../images/Tweet-Background.png');
	background-repeat: no-repeat;
	height: 50px;
}