/* --- Content --- */
.content {
	width: 750px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}

/*a:visited {
	color: #990066;
}*/

/* ---Tab Nav --- */
.tab_nav 
{
	float: left;
	width: 750px;
	height: 22px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	clear: left;
}


.tab_nav li
{
	float: left;
	height: 22px;
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	white-space: normal;
}

.tab_nav a{
	float: left;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
}
.tab_nav .select a {
	background-image: url(../i/Tabs/TabLeftOver.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #2E2E2E;
}
.tab_nav .select {
	background-image: url(../i/Tabs/TabRightOver.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.tab_nav .select a:hover {
	color: #B7D2FA;
}

.tab_nav .normal a:hover {
	color: #B7D2FA;
}

.tab_nav .normal a 
{
	background-image: url(../i/Tabs/TabLeftNormal.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
}

.tab_nav .normal 
{
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../i/Tabs/TabRightNormal.gif);
}

.tab_nav_line {
	height: 22px;
	width: 297px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	display: block;
}

/* --- Title & Subtitle --- */
h1{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2{
	font-size: 16px;
	color: #3E4142;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3{
	font-size: 14px;
	color: #3E4142;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.title {
	float: left;
	clear: left;
	font-family: Arial;
	width: 746px;
	height: 25px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 3px;
	padding-left: 3px;
	background-image: url(../i/Grey_grad.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}

.sub_title {
	clear: left;
	float: left;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 750px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* --- Stone Offers --- */

.stn_title {
	background-image: url(../i/Offers/Box_title_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3E4142;
	font-weight: bold;
}
.stn_video {
	background-image: url(../i/Offers/Box_title_button.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.stn_video a:hover{
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
}
.stn_video a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.stn_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.stn_table{
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

.stn_table_last{
	margin-top: 10px;
}

.stn_list{
	margin-top: 10px;
	margin-left: 10px;
}
.stn_list div{
	background-image: url(../i/List-link/Dot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	
}


.bottom_menu{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 750px;
	text-align: center;
	border-bottom-color: #CCCCCC;
	display: block;
	margin-top: 10px;
	vertical-align: top;
}

#copyright {
	font-size: 10px;
	background-position: center;
	text-align: center;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	clear: left;
	vertical-align: top;
}

#copyright a:hover{
	text-decoration: underline;
}

#copyright a{
	text-decoration: none;
	color: #990000;
}
