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

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	color: #333333;
	background-image: url(../images/v3bg.jpg);
	background-repeat: repeat-x;

}
a {
	text-decoration: none;
	color: #333333;
}

A:visited {
	color: #333333; 
	text-decoration: none;
}

A:hover {
	color:#FF9900;
	text-decoration:underline;
}

img{
border:0;
}


.page{
margin-left:auto;
margin-right:auto;
width:874px;
height:730px;
/*border:#333333 1px solid;*/
}

.v3logo{
float:left;
width:236px;
height:89px;
margin-top:5px;

}

.topNav{
float:right; 
width:600px; 
text-align:right; 
color:#FFFFFF; 
margin-top:25px; 
font-weight:bold;
font-size:11px;
margin-right:0px;
}

.headerleft{
float:left;
width:7px;
height:52px;
}

.headertag1, .headertag2, .headertag3, .headertag4{
float:left;
height:52px;
background:#fff;
width:193px;
text-align:center;
}

.headertag2, .headertag3, .headertag4{
margin-left:2px;
background:#ccc;
width:203px;
height:50px;
}
.headertag3on{
background-color:#FFFFFF;
height:52px;
}
.headertag1off{
background-color:#CCCCCC;
height:50px;
}

.headerright{
float:left;
width:5px;
height:52px;
}


.contentleft{
float:left;
width:200px;
background-color:#FFFFFF;
height:460px;
}

.contentleftdiv
{
	float:left;
	width:180px;
	background-color:#FFFFFF;
	height:439px;
	margin-left:10px;
	_margin-left:5px;
	border:#999999 solid 1px;
	margin-top:8px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image:url(../images/whyclickfree.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;*/
	position:relative;
}
.leftmenutext{
float:left;
margin-left:15px;
_margin-left:5px;
width:170px;
_width:155px;
height:20px;
margin-bottom:3px;
text-align:left;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
.leftmenutextsafari{
height:32px;
}
}

.rightpart{
width:674px;
float:left;
background-color:#ffffff;
}
.maincontent{
width:662px;
background-color:#FFFFFF;
min-height:333px;
float:left;
margin-top:8px;
}
.rightbottom{
width:674px; /* same with maincontent */
background-color:#FFFFFF;
height:100px;
float:left;
margin-top:7px;
}

.a_black_orange{
color:#000000;
text-decoration:none;
}

.a_black_orange:visited{
color:#000000;
text-decoration:none;
}

.a_black_orange:hover{
color:#ff6600;
text-decoration:none;
}

.redbold{
color: #FF0000;
text-decoration:none;
font-weight:bold;
}

.redbold:visited{
color: #FF0000;
text-decoration:none;
font-weight:bold;
}

.redbold:hover{
color: #000000;
text-decoration:none;
}

.cfooter{
width:874px;
float:left;
height:25px;
text-align:center;
font-size:10px;
color:#999999;
margin-top:5px;
}

.secAstyle{ /*second style of A, orange->black->orange*/
	color: #ff6600;	
}

.secAstyle:visited{
	color: #ff6600;	
}
.secAstyle:hover{
  color:#000;
  text-decoration:none;
}


.fourAstyle{ /*fourth style of A, black->white->black*/
	color:#000;	
}

.fourAstyle:visited{
	color:#000;	
}
.fourAstyle:hover{
  color:#fff;
  text-decoration:none;
}

.white_underline{
color:#FFFFFF;
text-decoration:none;
}
.white_underline:visited{
color:#FFFFFF;
text-decoration:none;
}

.white_underline:hover{
color:#FFFFFF;
text-decoration:underline;
}


.storetag{
float:left; 
width:140px; 
margin-left:15px; 
text-align:left;
font-size:13px;
font-weight:bold;
}
.storetag a:hover{
text-decoration:underline;
}

.whyclickfree{
	width:180px;
	height:80px;
	position:absolute;
	bottom:0;
	right:0;
	/*border:#FF0000 1px solid;
	margin-bottom:23px;*/
}

.currentNav{
color: #FF6600;
font-weight:bold;
}