* {
	margin:0;
	padding:0;
}
body {
	background:#202020 url('/images/bg-main3.png') repeat ;
	
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align:center;
}
td {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
ul, 
ol {
	margin-left:20px;
}
img {
	border:0;
}
a {
	color:#248F11;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
a:visited {
	color:#248F11;
}

img {
	border:0;
}

.wrapper {
	margin:5px auto 100px auto;
	width:1000px;
	text-align:left;
}
.header {
	background-color:#616161;
	/* Fix width and height by Andy */
	width:1000px;
	height:60px;
	position:relative;
	overflow:hidden;
	
}
.header .logo-g5 {
	float:left;
	margin-left:15px;
}


.header .navholder {
	width:800px;
	height:60px;
	position:absolute;
	padding-right:15px;
	right:0;
}

.header .topnav {
	clear:both;
	/*float:right;*/
	right:0;
	list-style-type:none;
	color:#fff;
	font-size:80%;
	height:20px;
	margin-right:15px;
	position:absolute;
}
.header .topnav a {
	color:#fff;
}
.header .topnav li {
	float:left;
	margin:3px 0 0 10px;
}
#topnav_signin {
	border-right:1px solid #ccc;
}
#topnav_signin a {
	margin-right:10px;
}
#c_language {
	margin-bottom:6px;
}


.header .nav {
	clear:both;
	/*float:right;*/
	right:0;
	margin-right:15px;
	display:block;
	list-style-type:none;
	position: absolute;	
	margin-top:34px;
	width:580px;
}
.header .nav li {
	float:right;
}
.header .subnav {
	margin-top:1px;
}
.header .subnav li {
	margin:1px 0px 0px 0px;
	float:left;
	list-style-type:none;
}

.header .nav a {
	float:left;
	display:block;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.subnav li a {
	margin-top:1px;
	font-size:11px;
}
html>/**/body #subnav_home {
	width:232px;
}
#nav_home,
#subnav_home a {
	background:#4b3e2a url('/media/nav_bg_home.png') repeat-x left bottom;
	border-left:1px solid #6f614b;
	border-right:1px solid #1b170f;
	margin-top:0px;
}


html>/**/body #subnav_my {
	width:154px;

}
#subnav_my a {
	background:#0c3446 url('/media/nav_bg_my.png') repeat-x left bottom;
	border-left:1px solid #116f9f;
	border-right:1px solid #0a3143;
	margin-top:1px;
}

#nav_my {
	background:#0c3446 url('/media/nav_bg_my.png') repeat-x left bottom;
	border-left:1px solid #116f9f;
	border-right:1px solid #0a3143;
	margin-top:0px;
}

html>/**/body #subnav_support {
	width:352px;
	
}
#subnav_support a,
#nav_support {
	background:#512b18 url('/media/nav_bg_support.png') repeat-x left bottom;	
	border-left:1px solid #9d8332;
	border-right:1px solid #4f2a17; 
	margin-top:0px;		
}



/* on states of the nav */

body#home #nav_home,
body#home_products #subnav_home_products,

/* subnav */
body#home_products_mobile #subnav_home_products,
body#home_products_desktop #subnav_home_products,
body#home_products_tablet #subnav_home_products,

/* subsubnav */
body#home_products_desktop #subsubnav_home_products_desktop,
body#home_products_mobile #subsubnav_home_products_mobile,
body#home_products_tablet #subsubnav_home_products_tablet,

body#home_download #subnav_home_download,


body#my #nav_my,
body#my_messaging,
body#my_buy #subnav_my_buy
{

	background-image:none;
	background-color:#fff;
	border:1px solid #fff;
	border-bottom:none;
	border-top:none;
	color:#000;

}


body#support #nav_support,
body#support_knowledge #subnav_support_knowledgebase,
body#support_forums #subnav_support_forums
 {
	background-image:none;
	background-color:#fff;
	border:1px solid #fff;
	border-bottom:none;
	border-top:none;
	color:#000;
	
}

.subsubnav {
	list-style-type:none;
	background-color:#fff;
	float:left;
	border-right:1px solid #fff;
}
.subsubnav li {
	float:left;
	
}
.subsubnav li a {
	display:block;
	padding:5px 20px;
	background-color:#f8f8f8;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	margin-left:1px;
}

body#home_products .crumbswrapper,
body#home_products_mobile .crumbswrapper,
body#home_products_desktop .crumbswrapper,
body#home_products_tablet .crumbswrapper {
	background: #efefef none;
}

body#home_products_mobile #subsub_home_products_mobile a,
body#home_products_desktop #subsub_home_products_desktop a,
body#home_products_tablet #subsub_home_products_tablet a {
	background-color:#fff;
	color:#117C00;
}

body#home_products .crumbswrapper .right,
body#home_products_mobile .crumbswrapper .right,
body#home_products_desktop .crumbswrapper .right,
body#home_products_tablet .crumbswrapper .right {
	margin-right:149px;
}


.crumbswrapper {
	font-size:80%;
	background: #fff url('/media/bg_crumbs.png') repeat-y 0 0;
	border-top: 1px solid #fff;
	/* Fix by Andy */
	width:1000px;
	height:25px;
}
.crumbs {
	padding:5px 5px 5px 40px;
	float:left;
	color:#787878;
	font-size:12px;
	font-weight:bold;
}
.crumbs a {
	text-decoration:none;
	color:#4fad26;
	font-size:12px;
	font-weight:bold;
}
.crumbs span {
	color:#666666;
	font-size:12px;
	font-weight:bold;
}
.crumbswrapper .right {
	float:right;
}

.content {
	background-color:#fff;
	padding:25px 20px 80px 40px;
	margin-top:0;
	
}
.content .left {
	float:left;
	width:575px;
}
.content .right {
	float:right;
	width:352px;
	margin-left:10px;
}

.clear {
	clear: both;
	height: 0px;
	display:block;
	font-size:0px;
}

.footer {
	background-color:#161616;
	color:#666666;
	padding:30px 0 60px 60px;
	margin-bottom:60px;
}
.footer h2, 
.footer h3 {
	font-weight:normal;
	color:#fff;
}
.footer .left {
	float:left;
}
.footer .right {
	float:left;
	width:220px;
	margin:10px auto;
}


.footer table {
	border-collapse:collapse;
}
.footer td {
	width:180px;
	padding-right:60px;
}
.footer td div.linkblock {
	margin-bottom:30px;
}
.footer td div.linkblock a {
	font-size:80%;
	color:#fff;
	text-decoration:none;
	display:block;
}
.footer td div.linkblock a:hover {
	text-decoration:underline;
	color:#fff;
}
.footer td div.linkblock a.ftrhdr {
	color:#fff;
	font-weight:bold;
	font-size:16px;
	/*text-decoration:underline;*/
	margin-top:20px;
	margin-bottom:10px;
}
.footer .wrapper-language {
	width:145px;
}
.footer ul.language {
	list-style-type:none;
	margin:5px 0 0 0;
}
.footer ul.language li {
	margin:0;
	padding:0;		
	border:1px solid #161616;		
}
.footer ul.language li a {
	color:#fff;
	display:block;
	text-decoration:none;
	font-size:90%;
	padding:5px 20px;
}
.footer ul.language li a:hover {
	color:#fff;
}
.footer ul.language li.on a {
	color:#fff;
	border:1px solid #414141;
}

#c_language_new input,
#c_language_new select {
	font-size:10px;
	margin-left:2px;
}

.user_messaging {
	font-size:90%;
	margin-top:10px;
	padding:5px 10px;
	color:#000;
	background-color:#e5f3fe;
	border:1px solid #9bc6f0;
	display:block;
}
.success {
	border:1px solid #007500;
	background-color:#339900;
	color:#fff;
}
.error {
	border:1px solid #cc3300;
	background-color:#ffff99;
	color:#990000;
}
.error_wrapper {
			color:#cc0000;
		}
.memberSign{ right:0;margin:0px 15px 0px 5px;color:#fff;font-size:10px; width:350px; text-align:right; clear:both; position:absolute;  }
.memberSign a{ color:#fff;font-size:10px; text-decoration:underline;}
