@CHARSET "UTF-8";
/* Global */
html {
	height: 100%;
}
body {
	background: #4f86a8 no-repeat scroll 0 0;
	background-position: top center;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
form {
	display: inline;
}
label {
	cursor: pointer;
}
a {
	color: #ffd65c;
}
a:visited {
	color: #ffd65c;
}
a:hover, a:visited:hover {
	text-decoration: underline;
}
a, a:visited {
	text-decoration: none;
}
button {
	cursor: pointer;
}
.center{
	height: auto;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 0;
}

/* Header */
#header {
	height: 75px;
	z-index: 200;
	left: 0px;
	top: 0px;
	float: none;
}
#logo {
	background-image: url(images/logo.png);
	width: 230px;
	height: 75px;
	float: left;
	cursor: pointer;
}
#header_right {
	float: left;
	padding-top: 25px;
	padding-left: 60px;
}
#subheader {
	height: 275px;
	z-index: 200;
	left: 0px;
	top: 0px;
	float: none;
}
#subheader_content {
	background-image: url(images/subheader.png);
	height: 275px;
	width: 960px;
}

/* Title */
#title {
	height: 60px;
	z-index: 200;
	left: 0px;
	top: 0px;
	float: none;
}
#title_content {
	background-image: url(images/title_content.png);
	height: 60px;
	width: 960px;
}
#title_left {
	padding-left: 30px;
	padding-top: 38px;
	padding-bottom: 0px;
	padding-right: 10px;
	width: 610px;
	display: inline;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #9fe729;
}
#title_right {
	padding-left: 10px;
	padding-top: 38px;
	padding-bottom: 0px;
	padding-right: 10px;
	width: 290px;
	display: inline;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #9fe729;
}

/* Content */
#content {
	position: relative;
	text-align: left;
}
#content_content {
	width: 960px;
}

/* Content left */
#content_left {
	background-image: url(images/carbon_left.png);
    background-repeat: repeat-y;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 620px;
	display: inline;
	float: left;
	font-size: 14px;
}

/* Content right */
#content_right {
	background-image: url(images/carbon_right.png);
    background-repeat: repeat-y;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	width: 300px;
	display: inline;
	float: left;
	font-size: 14px;
}
#facebook {
	height: 240px;
	padding: 0px;
	margin: 0px;
}

/* Content end */
#content_end {
	height: 37px;
	z-index: 200;
	left: 0px;
	top: 0px;
	float: none;
}
#content_end_content {
	background-image: url(images/content_end_content.png);
	height: 37px;
	width: 960px;
}

/* Footer top */
#footer_top {
	height: 37px;
	z-index: 200;
	left: 0px;
	top: 0px;
	float: none;
}
#footer_top_content {
	background-image: url(images/footer_top.png);
	height: 37px;
	width: 960px;
}

/* Footer */
#footer {
	position: relative;
	text-align: left;
}
#footer_content {
	background-image: url(images/carbon.png);
    background-repeat: repeat-y;
	width: 960px;
}
#counter {
	padding-top: 13px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	width: 80px;
	height: 15px;
}
#copyright {
	float: left;
	text-align: center;
	height: 32px;
	width: 700px;
	padding-top: 8px;
	font-weight: bold;
	font-size: 10px;
}
#copyright a, #copyright a:visited {
	color: #ffd65c;
}
#rubix_logo {
	float: right;
	text-align: center;
	width: 125px;
	height: 40px;
	padding-right: 15px;
	padding-top: 0px;
}

/* Footer end */
#footer_bottom {
	height: 37px;
	z-index: 200;
	left: 0px;
	top: 0px;
	float: none;
}
#footer_bottom_content {
	background-image: url(images/footer_bottom.png);
	height: 37px;
	width: 960px;
}


.results {
    border: solid 2px #1C3C56;
    border-collapse: collapse;
	font-size: 12px;
}
.results th {
    border: solid 2px #1C3C56;
	font-size: 12px;
	background-color: #DDDDDD;
}
.results td {
    border: solid 2px #1C3C56;
    font-size: 12px;
}
.results input {
	font-size: 12px;
}
.results select {
	font-size: 12px;
}

#button_home {
	background-image: url(images/button_home.png);
	display: inline-block;
	width: 105px;
	height: 42px;
}
#button_home:hover {
	background-image: url(images/button_home_hover.png);
	display: inline-block;
	width: 105px;
	height: 42px;
}
#button_home_active {
	background-image: url(images/button_home_active.png);
	display: inline-block;
	width: 105px;
	height: 42px;
}

#button_what {
	background-image: url(images/button_what.png);
	display: inline-block;
	width: 147px;
	height: 42px;
}
#button_what:hover {
	background-image: url(images/button_what_hover.png);
	display: inline-block;
	width: 147px;
	height: 42px;
}
#button_what_active {
	background-image: url(images/button_what_active.png);
	display: inline-block;
	width: 147px;
	height: 42px;
}

#button_who {
	background-image: url(images/button_who.png);
	display: inline-block;
	width: 133px;
	height: 42px;
}
#button_who:hover {
	background-image: url(images/button_who_hover.png);
	display: inline-block;
	width: 133px;
	height: 42px;
}
#button_who_active {
	background-image: url(images/button_who_active.png);
	display: inline-block;
	width: 133px;
	height: 42px;
}

#button_bgtop {
	background-image: url(images/button_bgtop.png);
	display: inline-block;
	width: 124px;
	height: 42px;
}
#button_bgtop:hover {
	background-image: url(images/button_bgtop_hover.png);
	display: inline-block;
	width: 124px;
	height: 42px;
}
#button_bgtop_active {
	background-image: url(images/button_bgtop_active.png);
	display: inline-block;
	width: 124px;
	height: 42px;
}

#button_contacts {
	background-image: url(images/button_contacts.png);
	display: inline-block;
	width: 120px;
	height: 42px;
}
#button_contacts:hover {
	background-image: url(images/button_contacts_hover.png);
	display: inline-block;
	width: 120px;
	height: 42px;
}
#button_contacts_active {
	background-image: url(images/button_contacts_active.png);
	display: inline-block;
	width: 120px;
	height: 42px;
}
