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


body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	color: #3c3c3b;
}
body {
	background-color: #4d442e;
	background-image: url(images/bg-top.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.contentbodybg a:link, .contentbodybg a:active  {
	color: #72591b;
	text-decoration: underline;
}
.contentbodybg a:visited {
	color: #787878;
}
.contentbodybg a:hover {
	color: #4d442e;
	background-color: #fff;
	text-decoration: none;
}
#wrap {
	margin: 0 auto;
	width: 960px;
}
#header {
	padding: 25px 0 25px 0;
}
.logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 356px;
	height: 64px;
	float: left;
	margin: 0 0 0 10px;
}
/* main content */

#content {
	background-color: #f1eee7;
	padding: 5px;
}
/* header links*/
#nav-menus {
	float: right;
	padding: 15px 20px 0 0;
	height: 36px;
}
menutxt {
	text-align: center;
}
#home  {
    display: block;
    width: 70px;
    height: 36px;
    background: url("images/menu-home.png") no-repeat;
	padding: 0 4px 0 4px;
}
#home:hover { 
    background: url("images/menu-home1.png") no-repeat;
	clear: both;
}
#faq  {
    display: block;
    width: 70px;
    height: 36px;
    background: url("images/menu-faq.png") no-repeat;
	padding: 0 4px 0 4px;
}
#faq:hover { 
    background: url("images/menu-faq1.png") no-repeat;
	clear: both;
}
#anti  {
    display: block;
    width: 170px;
    height: 36px;
    background: url("images/menu-anti-virus.png") no-repeat;
	padding: 0 4px 0 4px;
}
#anti:hover { 
    background: url("images/menu-anti-virus1.png") no-repeat;
	clear: both;
}



/* sidebar*/
#sidebar {
	float: left;
	width: 200px;
}
#sideonebody{
	background-color: #bcb5a3;
}
.sideonetop {
	background-image: url(images/side1-top.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 9px;
}
.sideone {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 4px 0 4px;
	font-size: 16px;
}
.sideonelow {
	background-image: url(images/side1-low.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 9px;
}
.sidespace {
	height: 5px;
}
#sidetwobody{
	background-color: #d2cab6;
}
.sidetwotop {
	background-image: url(images/side2-top.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 9px;
}
.sidetwo {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}
.sidetwo a:link, .sidetwo a:active, .sidetwo a:visited  {
	color: #7c5b1a;
	text-decoration: underline;
}
.sidetwo a:hover {
	color: #d2cab6;
	background-color: #5c523b;
	text-decoration: none;
}
.bullet {
	list-style-image: url(images/bullet.png);
	margin-left: 20px;
	line-height: 1.4;
}
.sidetwolow {
	background-image: url(images/side2-low.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 9px;
}

/* main content */

#contentbody {
	background-color: #e9e2d1;
	width: 745px;
	float: right;
}
.contentbodytop {
	background-image: url(images/body-top.png);
	background-repeat: no-repeat;
	width: 745px;
	height: 8px;
}
.contentbodybg {
	background-image: url(images/body-bg.png);
	background-repeat: repeat-y;
	padding: 0 12px 0 12px;
	text-align: justify;
}
.contentbodylow {
	background-image: url(images/body-low.png);
	background-repeat: no-repeat;
	width: 745px;
	height: 9px;
	clear:both;
}
.welcome {
	font-size: 30px;
	font-weight: bold;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

