/* Layout Elements ------------------ */

#online {
	width: 340px;
	background-color: #f93;
	overflow: hidden;
	margin: 0 auto 12px auto;
	text-align: center;
	background-image: url(images/mainpage/header-orange-bg.gif);
	background-repeat: repeat-x;
}

#startonline {
	width: 150px;
	margin: 0 auto 20px auto;
	background-color: #d70;
	text-align: center;
	overflow: hidden;
}

#startonlinecontent {
	margin: 10px 0 12px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
}

.joinonline {
	width: 105px;
	background-color: #d70;
	overflow: hidden;
	padding: 10px 10px 12px 10px;
	margin: 0 auto 12px auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
}

#premium {
	width: 340px;
	background-color: #aad;
	overflow: hidden;
	margin: 0 auto 12px auto;
	text-align: center;
	background-image: url(images/mainpage/header-blue-bg.gif);
	background-repeat: repeat-x;
}

#startpremium {
	width: 150px;
	margin: 0 auto 20px auto;
	background-color: #669;
	text-align: center;
	overflow: hidden;
}

#startpremiumcontent {
	margin: 10px 0 12px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
}

.joinpremium {
	width: 105px;
	background-color: #669;
	overflow: hidden;
	padding: 10px 10px 12px 10px;
	margin: 0 auto 12px auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
}

#outlineouter {
	width: 300px;
	min-height: 100px;
	height: auto;
	background-color: #ccc;
	overflow: hidden;
	padding: 2px;
	text-align: center;
}

#outlineinner {
	width: auto;
	height: auto;
	background-color: #fff;
	overflow: hidden;
	padding: 15px;
	text-align: center;
}

.feature {
	margin: 0 15px 0 5px;
	padding: 10px 0px 10px 70px;
	font-size: 12px;
	text-transform: none;
	border-bottom: 1px dashed #ccc;
}


/* Font Elements ------------------ */

#intro {
	font-size: 12px;
	margin: 0 4px;
	text-transform: none;
	padding-bottom: 15px;
}


#terms {
	width: 680px;
	font-size: 11px;
	text-transform: none;
	margin: 17px auto 5px auto;
	text-align: justify;
}

#terms h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

#online h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
	margin: 20px 0 5px 0;
}

#online h2 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
}

#online h3 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
}

#onlinecontent h1 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 8px;
	text-transform: none;
}

#premium h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
	margin: 20px 0 5px 0;
}

#premium h2 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
}

#premium h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
}

#premiumcontent h1 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 8px;
	text-transform: none;
}

.feature h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	margin: 0;
}

.joininfo {
	padding: 5px 5px 15px 5px;
	font-size: 14px;
	text-transform: none;
	text-align: center;
	font-weight: bold;
}

.arrows-large {
	font-size: 22px;
	color: #ee3;
}

.arrows-medium {
	font-size: 18px;
	color: #ee3;	
}

.arrows-small {
	font-weight: bold;
	font-size: 15px;
}

#startonline a {
	color: #fff;
	text-decoration: none;
}

#startonline a:hover {
	text-decoration: underline;
}

#startpremium a {	
	color: #fff;
	text-decoration: none;
}


#startpremium a:hover {
	text-decoration: underline;
}

#renew a {
	font-size: 12px;	
	text-decoration: none;
}


#renew a:hover {
	text-decoration: underline;
}

.joinonline a {	
	color: #fff;
	text-decoration: none;
}


.joinonline a:hover {
	text-decoration: underline;
}

.joinpremium a {	
	color: #fff;
	text-decoration: none;
}


.joinpremium a:hover {
	text-decoration: underline;
}

#otherprograms h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 12px;
}

#otherprograms h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}







