/* begin standard tags */
body {
	background-repeat: repeat-x;
	background-color: #cacaca;
	background-image: url(../images/background.jpg);
	margin: 0;
}
a {
	color:#f66200;
	text-decoration: none;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#E05206;	
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777c7e;
	line-height:20px;
}
/* end standard tags */

/* begin home page tags */
.home-wrapper {
	margin: auto;
	width:805px;
	min-height:850px;
	height:auto !important;
	height:900px;
	background:#ffffff;
}
.flash-content {
	clear:both;
	float:left;
	width: 800px;
	height: 245px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	z-index:-1;
}
.top-gradient {
	background-image:url(../images/top_gradient.png);
	height: 19px;
}
.logo-area {
	background-image:url(../images/logo_background.png);
	height: 84px;
	padding-left: 38px;
}
.logo {
	width: 234px;
}
.sub-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #777c7e;
	cursor:pointer;
}
.sub-nav-wrapper {
	padding:10px;
	float:right;
}
.flags {
	padding-left:175px;
	/* float:right; */
}
.sub-nav-wrapper a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #E05206;
	cursor:pointer;
}
.top-nav {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.getting-started {
	width:252px;
	float:right;
	margin-top: 10px;
}
.news-home-cua {
	float:right;
	padding:10px;
	padding-right:25px;
}
.home-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777c7e;
	background-color:#ffffff;
	padding: 15px;
	padding-right:35px;
	width:62%;
	height:auto;
	float:left;
}
.news-header {
	margin-top:10px;
	margin-left:10px;
	float:left;
	width:65%;
	height:auto;
}
.news-wrapper {
	margin-top:10px;
	margin-left:10px;
	float:left;
	width:65%;
	height:auto;
}
.news-home-left {
	float:left;
	padding-left:40px;
	width:45%;
}
.news-home-right {
	float:right;
	width:45%;
}

.tagline {
	clear:both;
	background-image:url(../images/tagline-background.jpg);
	background-repeat:no-repeat;
	width:351px;
	height:15px;
	float: right;
	margin-top:35px;
	padding:5px;
}
/* begin universal tags */
.footer {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#777c7e;
	background:#ffffff;
	text-align:center;
	width:805px;
	margin:auto;
}
.footer a{
	color:#777c7e;
}
.left-spacer {
	float:left;
	height:400px;
}
.right-spacer {
	float:right;
	width:10px;
	height:100%;
}
