@charset "utf-8";
/* Clean CSS Document */
/* Apex Technologies */

body {
	margin: 0;
	padding:: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #005487;
}

a:link {
	color: #177f4f;
}

a:hover, a:active {
	text-decoration: none;
	color: #177f4f;
}

a:visited {
	color: #177f4f;
}

img {
	border: none;
}

/* Header */
#header_wrapper {
	background: url(../images/header_bg.gif) repeat-x;
	width: 100%;
	height: 264px;
}

#header {
	background:url(../images/header_high.jpg) no-repeat;
	margin: 0 auto;
	width: 980px;
	height: 264px;
	position:relative;
}

#header span a {
	font-size: 12px; 
}

#header a {
	color: #005487;
	text-decoration: none;
}

#header a:hover, a:active {
	text-decoration: underline;
	color: #005487;
}

#header a:visited {
	color: #005487;
}

h1 {
	background:url(../images/title_bg.png) no-repeat;
	font-size: 18px;
	font-weight: normal;
	padding: 5px;
	margin: 0;
}

h2 {
	font-size: 30px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 36px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.sp {
	background: transparent url(../images/reto_sprite_v1.png) no-repeat scroll 0 0;
}

/* Logo */
#logo {
	float: left;
	display: block;
	height: 75px;
	width: 275px;
	background-position: 30px 20px;
}

.logo {
	float: left;
	display: block;
	height: 75px;
	width: 255px;
	margin-left: 20px;
	font-size:0;
}

.logo span {
	left:-5000px;
	position:absolute;
}

/* Menu */
#menu {
	float: left;
	width: 550px;
	height: 50px;
	margin-top: 42px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu .items a {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 3px;
	padding: 8px 17px;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
}

#menu .items a:hover { 
	color: #ffffff;
	text-decoration: underline;
}

#menu .current_page_item a {
	color: #ffffff;
}

/* Page */
#page {}

#register_block {
	width: 230px;
	height: 50px;
	position: absolute;
	left:110px;
    top:140px;
}

#prize_block {
	width: 450px;
	height: 50px;
	position: absolute;
    top:140px;
	right: 65px;
}    

/* Content */
#content {
	background:url(../images/content_bg.gif) repeat-x;
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}

#content .expanded {

}

#content .left {
	float: left;
	width: 449px;
}

#content .center {
	float: left;
	width: 295px;
}

#content .right {
	float: left;
	width: 236px;
}

.excerpt {
	padding: 0 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #177f4f;
}

.copy {
	padding: 10px 0 10px 10px;
	text-align: justify;
}

.info {
	padding: 10px;
}

.info ul {
	margin: 0;
	padding: 5px 0 0 10px;
	list-style: none;
	line-height: normal;
}

.info li {
	margin: 5px;
	padding-left: 20px;
	display: block;
}

/* Icons */
.bug {
	background-position: 0px -80px;
}

.dot {
	background-position: 0px -120px;
}

.checkmark {
	background-position: 0px -139px;
}

.code {
	background-position: 0px -103px;
}	

.dl {
	background-position: 0px -60px;
}

/* Footer */
#footer {
	background-color: #005487;
	width: 100%;
	height: 125px;
	margin-top: 50px;
	text-align: center;
	color: #ffffff;
	padding-top: 20px;
}

#footer a {
	color: #ffffff;
}

/* Forms */
form {
	width: 550px;
	padding: 20px;
	border: 1px solid #177f4f;
	background-color: #F1FBF7;
}

form label {
  display: block;
  float: left;
  width: 150px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

#recaptcha_widget_div {
	margin-left: 155px;
}

#button_div {
	margin: 10px 0 0 155px;
}

form .errorlist {
padding: 0;
	width: 220px;
	margin-left: 160px;
	color: #005487;
	background: transparent url(../images/reto_sprite_v1.png) no-repeat scroll 0 0;
	background-position: 5px -140px;
}

/* Utils */
.cl {clear: left;}

.cr {clear: right;}

.cb {clear: both;}

.clear {clear: both;height: 0;font-size: 0;overflow: hidden;}


