/************
 * TYPOGRAPHY
 ************/
body { font-family: Arial, Helvetica, sans-serif; font-size:10px; }
p, li, dd, dt { color: #404040; text-align:justify; font-size:1.2em; }
h2 { font-size:1.9em; line-height:1; margin:0.4em 0; }
h3 { font-size:1.6em; line-height:1; margin:0.4em 0; }
h2, h3 { text-transform:uppercase; font-weight:normal; }
a { font-weight: bold; color: #404040; text-decoration:underline; }
a:visited { color: #262626; }
a:hover { color: #FFFFFF; background:#404040; text-decoration:none; }

/************
 * LAYOUT
 ************/
html { overflow-y: scroll; }
body {
	background: #3E3F40 url(/rone/images/layout/main_background_gradient.png) fixed;
	margin: 0;
}
.center_layout {
	margin:10px auto;
	width: 800px;
}
.layout {
	width:740px;
	background:#FFF;
	padding:6px;
	margin:10px auto;
}
.nav {
	clear:left;
	width:740px;
	float: left;
	position:relative;
}
.content_container {
	padding:0 0 5px 0;
	background: repeat-y url(/rone/images/layout/content_background.png);
	border-bottom: 10px solid #2C2D2E;
}
.wide_content {
	background: white;
}
.content {
	clear:left;
	float:left;
	width:500px;
	margin:0px;
	padding:15px 15px 5px 5px;
}
.wide_content .content {
	width:730px;
	padding:15px 5px 5px 5px;
}
.footer {
	clear: both;
	width:0;
	height:0;
}
.page_graphic {
	float: right;
	width: 150px;
	height: 150px;
	margin: 5px 0;
}
.banner, .main_image {
	width:740px;
	background-color:black;
}
.banner img, .main_image img {
	clear: both;
	float: left;
}
.sidebar {
	float: right;
	width:200px;
	margin:0;
	padding:10px;
}
#partner_logos {
	position:relative;
	width:195px;
	height:150px;
	background: #313133;
	margin-bottom: 10px;
 	border: 1px solid #AAA;
}
img {
	border: none;
}
.sidebar a img {
	display: block;
	margin-bottom:10px;
 	border: 1px solid #AAA;
}

/************
 * LOGIN BOX
 ************/
.login {
 	border: 1px solid #AAA;
	background:white;
	text-align: right;
	padding:0;
	width:200px;
}
.login form {
	margin:5px;
}
.login .input_text, .login .input_password {
	width: 120px;
	/*border:1px solid black;*/
	margin: 4px 0;
}
.login .sign_in {
	margin: 4px 0;
}
.login label, .login p {
	color: #404040;
	font-size:1.2em;
	margin: 0;
	text-align:right;
}
.login h2 {
	font-size:1.4em;
	background:black;
	color:white;
	margin:0;
	padding:4px;
	text-align:center;
	font-weight:bold;
}
.content_login {
	text-align:center;
}
.login_full {
	width: 300px;
	text-align:center;
	margin: 20px auto;
	background:#E6E4E5;
	border-color:black;
}
.login_full h2 {
	font-size:1.9em;
}
.login_full p {
	text-align:center;
}

/************
 * NAVIGATION
 ************/
.nav ul {
	margin:0;
	padding:0;
}
.nav ul li{
	float: left;
	list-style:none;
	width: 148px;
	height: 35px;
	background-image:url(/rone/images/layout/nav_buttons.png);
	text-align: center;
	color: white;
	line-height:2em;
	text-transform:uppercase;
	margin: 0 0;
}
.nav ul li.highlighted {
	color: black;
}

.nav ul li a {
	display:block;
	width: 148px;
	height: 35px;
	text-indent:-9999px;
	outline:none;
}
.home_button {
	background-position: 0px 0px;
}
.home_button a:hover, .home_button_hover {
	width: 148px;
	height: 35px;
	background: url(/rone/images/layout/nav_buttons.png) 0px 35px;
}
.home_button_active .home_button a {
	width: 148px;
	height: 35px;
	background: url(/rone/images/layout/nav_buttons.png) 0px 70px;
}
.benefits_button {
	background-position: -148px 0px;
}
.benefits_button a:hover, .benefits_button_hover {
	width: 148px;
	height: 35px;
	background: url(/rone/images/layout/nav_buttons.png) -148px 35px;
}
.benefits_button_active .benefits_button a {
	width: 148px;
	height: 35px;
	background: url(/rone/images/layout/nav_buttons.png) -148px 70px;
}
.partners_button {
	background-position: -296px 0px;
}
.partners_button a:hover, .partners_button_hover {
	width: 148px;
	height: 35px;
	background: url(/rone/images/layout/nav_buttons.png) -296px 35px;
}
.partners_button_active .partners_button a {
	width: 148px;
	height: 35px;
	background: url(/rone/images/layout/nav_buttons.png) -296px 70px;
}
.supplier_button {
	background-position: -444px 0px;
}
.supplier_button a:hover, .supplier_button_hover {
	width: 148px;
	height: 35px;
	background: url(/rone/images/layout/nav_buttons.png) -444px 35px;
}
.supplier_button_active .supplier_button a {
	width: 148px;
	height: 35px;
	background: url(/rone/images/layout/nav_buttons.png) -444px 70px;
}
.contact_button {
	background-position: -592px 0px;
}
.contact_button a:hover, .contact_button_hover {
	width: 148px;
	height: 35px;
	background: url(/rone/images/layout/nav_buttons.png) -592px 35px;
}
.contact_button_active .contact_button a {
	width: 148px;
	height: 35px;
	background: url(/rone/images/layout/nav_buttons.png) -592px 70px;
}
.input_text, .input_password  {
	height: 20px;
	width: 130px;
	padding: 0px 0px;
	margin: 0px;
}
ul {
	list-style:square;
}
ol {
	list-style-position:inside;
	margin:0;	
}