/* DEFAULT SETTING */

body {
	color: #000000;
	font-weight: normal;
	font-family: verdana;
	font-size: 12px;
	line-height: 120%;
	background: #fff;
}

#fl { 
	float: left;
}

#fr {
	float: right;
}

#clear {
	clear: both;
}

a:link, a:visited {
	color: #468CB2;
	text-decoration: underline;
}

#space10 {
	width: 10px;
	float: left;
	height: 1px;
}

#space15 {
	width: 15px;
	float: left;
	height: 1px;
}


/* LAYOUT */

#page {
	width: 950px;
	margin: 10px auto 10px auto
} 

#header {
	width: 100%;
	margin: 0px 0px 5px 0px;
}

#logo {
	width: 225px;
	height: 60px;
	float: left;
}

#mcafee {
	width: 135px;
	height: 60px;
	background: url(images/mcafee.png) no-repeat;
	float: right;
}

#gtranslate {
	/*width: 300px;*/
	height: 60px;
	float: right;
}


#body {
	padding: 15px 14px 15px 14px; 
	border: 1px solid #ccc;
	margin: 5px 0px 10px 0px;
}

#body-ie {}

#footer {
	width: 100%;
	color: #999;
	text-align: center;
	margin: 0px 0px 10px 0px;
	line-height: 140%;
}

#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* body */

#bodyB {
	width: 600px;
	float: left;
}

#bodyS {
	width: 310px;
	float: left;
}

/* BANNER */

#banner1 {
	padding-left: 200px;
	width: 750px;
	height: 270px;
	background: url(images/banner1.png) no-repeat;
}

#banner2 {
	padding-left: 200px;
	width: 750px;
	background: url(images/banner2.png) no-repeat;
}

#banner3 {
	padding-left: 200px;
	width: 750px;
	background: url(images/banner3.png) no-repeat;
}

#bannerTextBox {
	width: 530px;
	height: 255px; /*normal: 270px*/
	padding-top: 15px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#bannerTextHead {
	width: 530px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 120%;
}

#bannerTextBody {
	width: 430px;
	height: 100px;
	margin: 25px 0px 0px 0px;
	color: #fff;
	font-size: 16px;
	line-height: 120%;
}

#bannerButton1 {
	margin: 10px 0px 0px 0px;
	width: 430px;
}

#bannerButton1 a:link, #bannerButton1 a:visited {
	display:block;
	width: 236px;
	height: 54px;
	border: 0px;
	background: url(images/button1.png) no-repeat;
	float: right;
}

#bannerButton1 a:hover {
	background: url(images/button1h.png) no-repeat;
}


#bannerMbBox {
	width: 195px;
	float: left;
}

#bannerMbTextBody {
	margin: 25px 0px 0px 0px;
	color: #fff;
	font-size: 14px;
	line-height: 120%;
}

#bannerMbText {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 130%;
	margin: 5px 0px 7px 0px;
}

#bannerMbTextY {
	color: #FFD151;
	font-size: 30px;
	margin: 10px 0px;
}

#bannerMbTextBody ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/ok1.png); 
}

#bannerMbTextBody  li { 
	line-height: 130%;
	margin: 0px 10px 0px 20px;
	padding-bottom: 2px;
}



/* MENU */

#menu {
	width: 100%;
	height: 39px;
	margin: 5px 0px 5px 0px;
}

#menuL {
	width: 5px;
	height: 39px;
	float: left;
	background: url(images/menu_l.png) no-repeat;
}

#menuR {
	width: 5px;
	height: 39px;
	float: left;
	background: url(images/menu_r.png) no-repeat;
}

.menuB {
	width: 940px;
	height: 39px;
	float: left;
	background: url(images/menu_bg.png) repeat-x;
}

.menuB div {
	/*width: 120px;*/
	width: auto;
	height: 25px; 
	float: left;
	text-align: center;
	margin: 11px 0px 0px 0px;
	padding: 0px 15px;
	/*background: red;*/
}

.menuB a:link, .menuB a:visited {
	display:block;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	/*background: yellow;*/
	padding: 0px 0px 11px 0px;
	
}

.menuB a:hover {
	text-decoration: none;
	background: url(images/menu_arrow.png) no-repeat;
	background-position: bottom center;
}

.menuActive {
	background: url(images/menu_arrow.png) no-repeat;
	background-position: bottom center;
}


/* TEXT */

.bold {
	font-weight: bold;
}

#white {
	color: #ffffff;
}

#blue {
	color: #468CB2;
}

#red {
	color: #FA5701;
}


#textTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
}

#textTitleWhite {
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	color: #ffffff;
}

#textTitleBlue {
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	color: #468CB2;
}


#BigBlue{
	color: #468CB2; 
	font-size: 120%; 
	line-height: 130%;
	text-align: justify;
}

#SmallBlue{
	font-size: 14px; 
	text-align: justify; 
	color: #0000FF;
}


#BigBlack{
	color: #000; 
	font-size: 120%;
}


#SmallBlue a:link, #SmallBlue a:visited {
	color: #0000FF;
	text-decoration: underline;
}

#SmallBlue a:hover {
	text-decoration: none;
}

#BigBlue a:link, #BiglBlue a:visited {
	color: #468CB2;
	text-decoration: underline;
}

#BigBlue a:hover {
	text-decoration: none;
}


/* ul */


#test1 {
	width: 700px;
	float: left;
	text-align: justify;
	margin: 0px 10px 0px 0px;
}

#test2 {
	width: 200px;
	float: left;
	text-align:center;
}

.downloadUl ul {
	margin: 0px;
	padding: 0px;
}

.downloadUl ul,li {
	line-height: 200%;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}

.downloadUlBlank {
	list-style: none;
}

/* BOX & LIST */

#boxList3 {
	width: 900px;
	background: url(images/list_bg.png) repeat-x;
	background-position: bottom left;
	padding: 0px 10px;
}

#boxList3S {
	width: 259px;
	margin: 0px 15px 0px 0px; 
	float: left;
	border-right: 1px dotted #ccc;
}

#boxList3S a:link, #boxList3S a:visited {
	color: #666;
	text-decoration: none;
}

#boxList3S a:hover {
	text-decoration: underline;
}

#boxList3B {
	width: 350px;
	margin: 0px 0px 0px 0px; 
	float: left;
}

#boxList3S ul {
	margin: 0px;
	padding: 0px;
}

#boxList3S li { 
	list-style-image: url(images/ok.png);
	/*list-style: none;*/
	line-height: 16px;
	margin: 0px 10px 0px 20px;
}

/**/

#boxBlueBg {
	background: #EAF2F7;
	padding: 10px;
}

#boxBlueTitle {	
	color: #fff;
	font-weight: bold;
	padding: 3px 2px 3px 2px;
	background: #549ABE;
}

#boxBlueBody {
	background: #fff;
	padding: 10px;
	border: 1px solid #549ABE;
}

#boxBlueLine {
	height: 1px;
	background: #549ABE;
	margin: 5px 0px 5px 0px;
}


/* DOWNLOAD BOX */

.downloadBox {
	width: 910px;
	padding: 5px 0px;
	background-color: #FFCC91;
	border: 5px solid #FFA53D;
	color: #000;
	cursor:pointer;
	cursor:hand;
}

.downloadBox:hover {
	background-color: #FFB56E;
	border: 5px solid #FF7D00;
	cursor:pointer;
	cursor:hand;
}

#downloadBoxButton {
	float:left; 
	width: 120px; 
	text-align: center;
}

#downloadBoxText {
	float:left; 
	width: 670px; 
	text-align: center;
	color: #000;
}


/* SUUPORT FORM */

#form {
	width: 80%;
	margin: 0px 0px;
	
}

#formLabel {
	float: left;
	width: 25%;
	padding: 10px;
	color: #468CB2;
	font-weight: bold;
	text-align: right;
}

#formInput {
	float: left;
	padding: 10px;
}

#formInput input {
	border: 1px solid #ccc;
	width: 250px;
}

#formInput textarea {
	border: 1px solid #ccc;
	width: 350px;
	height: 200px;
}

#formButton input {
	color: #000;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 2px;
}

#formError {
	font-size: 90%;
	color: #FF4B1A;
}


/* HELP */

#helpMenu {
	width: 230px;
	float: left;
	line-height: 200%;
}

#helpBody {
	width: 680px;
	/*min-height: 385px;*/
	float: left;
	padding-left: 9px;
	border-left: 1px solid #ccc;
}


#helpMenu1 {
	width: 230px;
	float: left;
	line-height: 200%;
	border-right: 1px solid #ccc;
}

#helpBody1 {
	width: 680px;
	font-size: 16px;
    
	min-height: 215px;
	float: left;
	padding-left: 9px;
}


/* help menu */

#helpMenu a:link, #helpMenu a:visited, 
#helpMenu1 a:link, #helpMenu1 a:visited {
	text-decoration: none;
}

#helpMenu a:hover ,
#helpMenu1 a:hover {
	text-decoration: underline;
}

#helpMenu ul ,
#helpMenu1 ul { 
	margin: 0px; 
	padding: 0px;
	list-style-type: disc;
} 

#helpMenu ul,li , 
#helpMenu1 ul,li { 
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

/* affiliate */

table.tableAffiliate {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #ccc #ccc #ccc #ccc;
	border-collapse: collapse;
	background-color: white;
}

table.tableAffiliate td {
	border-width: 1px;
	padding: 7px;
	border-style: solid;
	border-color: #ccc;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
