﻿@import url('../layout.css');
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #369;
	background-image: url('../images/metal_46.jpg');
}
#header {
	text-align: center;
	padding-bottom: 10px;
	background-color: # ;
	background-position: center;
	background-repeat: no-repeat;
	height:	40px
}#masthead {
	text-align: center;
	background-color: # ;
	background-image: url("../images/basin.gif");
	background-position: center;
	background-repeat: no-repeat;
}
#container {
	background-color: # ;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-height:	100%;
	height: auto !important;
	height:	100%
}
#navigation {
	background-color: # ;
	text-align: center;
}
html>body #navigation {
	text-align: center;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#column_l {
	position: relative;
	width: 800px;
	padding: 15px;
	background-color: # ;
	top: auto;
	left: auto;
}
html>body #column_l {
	float: left;
	width: 800px;
	padding: 0 15px;
	background-color: # ;
	background-repeat: no-repeat;
	clear: both;
}
#content left {
	background-color: #fff;
}
#footer_logo {
	text-align: center;
	background-color: #;
	background-image: url('../images/AVG_reseller_logo2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	position: absolute;
	bottom: 0px !important;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 550px;
	margin: 0;
	padding: 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	font: medium Arial;
	text-decoration: none;
	color: #0000FF;
	display: block;
	padding: 5px;
	border: 1px solid #;
	background-color: #;
	left: auto;
	right: auto;
	position: relative;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #E2E2E2;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}