@charset "utf-8";
/* CSS Document */

#header {
	height: 0px;
	overflow: hidden;
	border-left: 1px solid #fff;
}		

#header h1 {
	text-indent: -5000px;	
}

/* Roll Over effect */
#rollover {
	width: 610px;
	height: 240px;
	position: relative;
	margin-bottom: 10px;
	border: 2px solid #E4E1DC;
}

#rollover a {
	text-decoration: none;	
}

#rollover a:hover {
	text-decoration: underline;	
}


.ro-main {
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 240px;
	overflow: hidden;
}

.ro-main-active {
	z-index: 5;
}

.ro-tab {
	margin-left: 60px;
	margin-top: 10px;
	padding: 10px;
    color: #6a5e44;
	text-align: center;
	font-size: 14px;
	line-height: 1.2em;
}

.ro-tab-active {
	font-size: 18px;
	color: #333;
    margin-left: 30px;
}	

.ro-title {
	position: absolute;
	left: 367px;
	width: 245px;
	height: 80px;
	overflow: hidden;
	background: transparent url(tab-bg2.gif) no-repeat 0 0;
	z-index: 0;
}

.ro-title-active {
	z-index: 10;	
}

#ro-title-1 {
	top: 0px;
}

#ro-title-2 {
	top: 80px;
}

#ro-title-3 {
	top: 160px;
}

.ro-cap {
	z-index: 0;
	position: absolute;
	left: 50px;
	width: 175px;
	height: 240px;
    border-right: 1px solid #666;
    border-left: 1px solid #666;
	background: #e3decf;
	filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
}


.ro-cap-active {
	z-index: 10;
}	

.ro-cap-wrap {
	height: 210px;
	padding: 15px 10px;
	border-left: 1px solid #999;	
	border-right: 1px solid #999;
}

.ro-cap-title {
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
}

.ro-cap-body {
	font-size: 12px;
	color: #6a5e44;
}




.v3features {
	border: 1px solid #921100;	
	background: #FEF4E7;
	margin: 15px 0;
}

.v3feature {
	width: 300px;
	float: left;
}

.v3wrapper {
	background: transparent url(v3border2.gif) repeat-y 100% 0;	
	margin: 10px 0;
	padding: 0px 10px;
}

.v3wrapperlast {
	background: transparent;	
}

.v3title {
	text-align: center;
	color: #666046;
	font-size: larger;
	font-weight: bold;
}

.v3body img {
	float: left;
	margin: 5px 10px 10px 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

