/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 130px 20px 0px 490px;
	font-size: 30px;
	color: #000000;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
}
.content {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 570px;
}
.right {
	float: right;
}
/* Menu */

#menu {
	float: left;
	margin-top: 0px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 20px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

#menu a:hover {
	background-color: #F4F4F4;
}
#recycle a:hover {
	background:url(images/recycle-ico.gif) no-repeat center top;
}
#home a:hover {
	background:url(images/wlogo-ico.gif) no-repeat center top;
}
#warranty a:hover {
	background:url(images/warranty-ico.gif) no-repeat center top;
}
#contact a:hover {
	background:url(images/contact-ico.gif) no-repeat center top;
}
#about a:hover {
	background:url(images/logo-ico.gif) no-repeat center top;
}
#products a:hover {
	background:url(images/logo-ico.gif) no-repeat center top;
}
#avg a:hover {
	background:url(images/avg-ico.gif) no-repeat center top;
}
#menu .current_page_item a {
	background-color:#F4F4F4;
}



/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 120px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#headerbg {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 200px;
	margin: 0 auto;
	margin-top: 20px;
	background-image: url(images/green-office.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Logo */

#logo {
	float: right;
	margin-top: 30px;
	width: 900px;
	height:100;
	background: url(images/logo3.jpg) no-repeat left 50%;
	text-align: right;
	font-size: 11px;
	color: #000000;
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	height: auto;
	padding-top: 10px;
	background-color: #F4F4F4;
}
#current-page {
	float: left;
	width: 860px;
	height:auto;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 12px;
	background-color: #F4F4F4;
}
#right-page {
	float: right;
	width: 200px;
	height:auto;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 12px;
	background-color: #F4F4F4;
}


