/** Global Element Styles */

body {
	font: normal normal normal 11px/18px Arial, Helvetica, sans-serif;
	color: #353535;
	background: url(/images/top.gif) repeat-x;
	font-size:14px;
}
.justify {
	text-align:justify;
}

#ribbon {
	width: 940px;
	border-top: 1px solid #dcdcdc;
	height: 23px;
	position: relative;
	background: #333;
	padding:10px ;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;	
}

#ribbon h1 {	
	width:510px;
	font-size: 30px;
	color: #fff;
	/*padding-left: 11px;*/	
	position:relative;
	float:left;
}

#login {
	/*width:370px;*/
	/*width:410px;*/
	/*float:right;*/
	text-align:right;
	color:#6bc3cd;
	margin-top:-4px;
}

#login a {
	color:#6bc3cd;
}

/* button form*/
input.button {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-box-sizing:content-box;
	background:#E4EBEB url(/images/desilver.png) repeat-x scroll left top;
	/*border:1px solid #000;*/
	color:#464646;
	cursor:pointer;
	padding:1px 8px !important;
	text-shadow:0 1px 0 #FFFFFF;
	font-weight:normal !important;
	text-decoration:none;
}
input.button, label, input {
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:12px;
}
input.button:active {
	background:#EEEEEE url(/images/desilver.png) repeat-x scroll left bottom;
}
input, textarea {
	background:transparent url(/images/desilver.png) repeat-x scroll 0 0;
	border:1px solid #fff;
}

h2 {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}
#sidebar h3,
h3.title
h3 {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

h3.title {
	font-weight: bold;
}

#content p {
	margin-bottom: 18px;
}

#sidebar {
	position: relative;
	width: 360px;
	margin-left: 580px;
	margin-top: 20px;
}

#slider {
	margin:10px auto;
	height:420px;
	background: url(/images/brands-bg.gif) no-repeat center center;
	text-align:center;
	padding: 20px 20px 5px;
	float: left;
	width: 520px;
	position: relative;	
	border: 2px solid #fff;
}

#slider:hover {
	border-bottom: 2px solid #b3d5da;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;	
}
#slider img {
	margin-top:22px;
	margin-left:30px;
}
/* @group navigation */

#navigation {
	float: right;
	margin: 18px 0 0 0;
	font: bold 13px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	text-shadow: #fff 0 1px 1px;
}

#navigation li {
	float: left;
	padding-right: 2px; 
	background: url(/images/nav-li.png) no-repeat right 0;
}

#navigation li a {
	float: left;
	padding: 1px 20px 5px; 
	background: url(/images/nav-a.png) repeat-x 0 0;
	color: #666;
}

#navigation li.selected a,
#navigation li.selected a:hover {
	color: #1c7c8a;
	cursor: default;
	text-decoration: none;
}

#navigation li.selected a:focus {
	color: #069;
}

#navigation li a:hover,
#navigation li a:focus {
	color: #333;
	text-decoration: none;
}

#navigation li a:active {
	padding-top: 2px;
	padding-bottom: 4px;
}

#navigation li.first a { 
	background: url(/images/nav-a-first.png) no-repeat 0 0;
	padding-left: 22px;
}

#navigation li.last {
	background: none;
	padding: 0;
}

#navigation li.last a { 
	background: url(/images/nav-a-last.png) no-repeat right 0;
	padding-right: 22px;
}

/* @end */


a.signup {
	-x-system-font:none;
	background:transparent url(/images/bg_button_a.gif) no-repeat scroll right top;
	color:#444444;
	display:block;
	float:left;
	font-family:arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:24px;
	line-height:normal;
	margin-right:6px;
	/*padding-right:18px;*/
	text-decoration:none;
}
a.signup span {
	background:transparent url(/images/bg_button_span.gif) no-repeat scroll 0 0;
	display:block;
	line-height:14px;
	padding:5px 0 5px 5px;
}
a.signup:active {
	background-position:right bottom;
	color:#000000;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
a.signup:active span {
	background-position:left bottom;
	padding:6px 0 4px 18px;
}

h1 {
	font-size: 32px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
}

.hide {
	position: relative;
	left: -9999em;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 20px 24px 0;
}

#logo a {
	display: block;
	width: 375px;
	height: 40px;
}

#logo a:hover,
#logo a:focus,
#logo a:active {
	text-decoration: none;
}

/** Header */
#header {
	height: 81px;
}

#logo {
	float: left;
	width: 375px;
	height: 40px;
	margin-top: 17px;
	background: url(/images/rcms.png) no-repeat;
}
a{
	text-decoration:none;
}

#sidebar h4 {
	width: 100%;
}
#sidebar p {
	margin-bottom: 12px;
}
