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

#spryWrap{
	width: 300px;
	margin: 0 auto;
}

#tabs{
	float: left;
	width: 282px;
	background: url(images/bg.gif) repeat-x bottom;
}

#subContent div{ 
	float: left; 
	width: 100%;
	border: 1px solid #765;
	border-top: none;
	background-color: #f8f6e7;
	padding: 5px 0 10px;
}

#subContent div *{ margin: 10px; }

#tabs{
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
}

#tabs li{
	float: left;
	background: url(images/norm_right.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #765;
}

#tabs span{ 
	display: block; 
	background: url(images/norm_left.gif) no-repeat left top;
	padding: 5px 15px 4px;
	width: .1em;
	white-space: nowrap;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

#tabs span{ cursor: hand; cursor: pointer; }

#spry > ul span{ width: auto; }

#tabs .current{
	background-image: url(images/norm_right_on.gif);
	border-width: 0;
}

#tabs .current span{
	background-image: url(images/norm_left_on.gif);
	padding-bottom: 5px;
}

#tabs .roll{
	background-image: url(images/norm_right_roll.gif);
}

#tabs .roll span{
	background-image: url(images/norm_left_roll.gif);
}

/*-------------------------------------*/

h1{ font-size: 1em; }
p{ font-size: 12px; }
