/*
Site: Rosina Herrera
Style: Welcome page
Date: Jan. 04 2007
By: W3Lift.com
*/

body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	background-color: #000;
	color: #aadea9;
	font-family: 'lucida grande', 'lucida sans', verdana, helvetica, sans-serif;
}

#wrapper {
	margin-top: 30px;
	min-width: 900px;
	background: #000 url(../images/rh_welcome.jpg) center 5px no-repeat;
}


.bar {
	height: 60px;
	background: url(../images/barbg5.png) top left repeat-x !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/barbg5.png',sizingMethod=scale);
}

#t_bar {
	height: 2px;
	overflow: hidden;
	background-color: #001C1C;
	margin-bottom: 3px;
}

#b_bar {
	height: 2px;
	overflow: hidden;
	background-color: #001C1C;
	margin-top: 3px;
}

.bar ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 900px;
	height: 60px;
}

.bar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bar li a {
	color: #aadea9;
	font-size: 24px;
	line-height: 60px;
	text-decoration: none;
}

.bar li a:hover {
	color: #7FCE7E
}

.bar li.first {
	float: left;
	margin-left: 40px !important;
	margin-left: 20px;
	padding-left: 0;
}

.bar li.middle {
	text-align: center;
}

.bar li.last {
	float: right;
	margin-right: 40px !important;
	margin-right: 20px;
}

/* site title */
#title_wrap {
	position: absolute;
	top: 150px;
	right: 40px;
}

#title_wrap h1 {
	font-size: 2.2em;
	font-weight: normal;
	font-family: 'Trebuchet MS';
	letter-spacing: 0.08em;
	text-align: right;
	padding: 0;
	margin: 0;
}

#title_wrap h2 {
	font-size: 1.4em;
	font-weight: normal;
	text-align: right;
	padding: 0;
	margin: 0;
}

#welcome_main {
	position: relative;
	width: 900px;
	height: 380px;
	margin: 0 auto;
}
