

.active {
	visibility: visible !important;
}

.remtext {
	visibility:hidden;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

ul.tabs {
	display:inline;
	list-style: none;
	margin: 0;
}

ul.tabs a {
	float: left;
	outline: none;
	/* text-indent: -9999px; */
}

ul#rem-tabs a {	
	background: url(../images/sidebar.png);
	height: 65px;
	width: 150px;
}

ul#rem-tabs a:hover {
	background-color: #990066;
}

ul#rem-tabs li.selected a {
	background-color: #550022;
}

ul#rem-tabs li#tab-home a {
	background-position: 0 0;
}

ul#rem-tabs li#tab-products a {
	background-position: 0 -65px;
}

ul#rem-tabs li#tab-contact a {
	background-position: 0 -130px;
}

/*ul#rem-tabs li#tab-about a {
	background-position: 0 -195px;
}*/

/* divider */


div.main {
	position:relative;
	height: 560px;
	width:750px;
	overflow-x:hidden;
	overflow-y:auto;
	border:none;
	scrollbar-face-color: #aaaaaa;
	scrollbar-highlight-color: #cacaca;
	scrollbar-3dlight-color: #cacaca;
	scrollbar-darkshadow-color: #555555;
	scrollbar-shadow-color: #888888;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #777777;
}

div.clear {
	clear: both;
}
 /*
div#rem-home {
	background: url(../images/home/invest.png) 0 30px no-repeat;
}

div#rem-about {
	background: url(../images/home/understand.jpg) 27px 10px no-repeat;
}

div#rem-products {
	background: url(../images/home/accounts.png) 30px 30px no-repeat;
}

div#rem-services {
	background: url(../images/home/budget.png) 40px 60px no-repeat;
}

div#rem-testimonials {
	background: url(../images/home/iphones.jpg) 70px 15px no-repeat;
}

div#rem-contact {
	background: url(../images/home/iphones.jpg) 70px 15px no-repeat;
}
*/
div#rem-content {
	height:560px;
	width: 730px;
	padding-top:30px;
}

div.rem {
	height: 500px;
	position: absolute;
	visibility: hidden;
}


div.rem p {
	padding-left: 50px;
	padding-right:20px;
	color: #000;
	font-size: 100%;
}
