@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 30px 0 0 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.askmac #container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.askmac #header {
	width: 950px;
	height: 147px;
	position: relative;
	background-image: url(../../img/header-bg.jpg);
	background-repeat: no-repeat;
}
.askmac #header h1 {
	display: none;
	margin: 0;
	padding: 0;
}
.askmac #header #logo {
	width: 190px;
	height: 92px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.askmac #header #topnav {
	position: absolute;
	top: 15px;
	right: 10px;
}
.askmac #header #topnav li
{
	display: inline;
	list-style-type: none;
	padding-left: 5px;
	font-size: 12px;
	color: #ffffff;
}
.askmac #header #topnav li a {
	color: #ffffff;
	text-decoration: none;
	padding-right: 5px;
	font-weight: bold;
}
.askmac #header #main-nav {
	position: absolute;
	top: 84px;
	right: 5px;
	padding: 0;
	margin: 0;
}
.askmac #header #main-nav li
{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.askmac #header #main-nav li a img {
	border: none;
}
.askmac #content-wrapper {
	padding: 15px 0 0 0;
	margin: 0 0 25px 0;
}
.askmac #sidebar {
	width: 400px;
	float: right;
}
.askmac #content-wrapper #mainContent {
	margin: 0 410px 0 0;
	padding: 0 25px 0 25px;
	background: #FFFFFF;
	font-size: 12px;
}
.askmac #content-wrapper #mainContent h1 {
	margin: 0;
	padding: 5px 0;
	border-bottom: #999999;
}
.askmac #content-wrapper #mainContent li {
	font-size: 11px;
	color: #333333;
}
.askmac #mainContent p {
	color: #333333;
	font-size: 11px;
}
.askmac #mainContent a:link, .askmac #mainContent a:visited {
	color: #568a11;
	text-decoration: none;
}
.askmac #mainContent a:hover, .askmac #mainContent a:active {
	color: #568a11;
	text-decoration: underline;
}
.askmac #features {
	width: 950px;
	height: 200px;
	background-color: #4f751c;
	background-image: url(../../img/features-bg.jpg);
	background-repeat: repeat-x;
}
.askmac #features .feature {
	width: 189px;
	height: 200px;
	border-right: 1px dashed #ffffff;
	float: left;
}
.inner {
	padding: 1px;
	text-align: center;
}
.inner p {
	font-size: 10px;
	color: #ffffff;
	margin: 10px;
	padding: 0;
}
.inner img {
	border: none;
}
.askmac #features .feature-last {
	width: 190px;
	float: left;
}
.askmac #footer-h {
	height: 57px;
	background-image: url(../../img/footer-bg.jpg);
	background-repeat: no-repeat;
}
.askmac #footer {
	height: 57px;
	background-image: url(../../img/footer2-bg.jpg);
	background-repeat: no-repeat;
}
.askmac #footer-h p, .askmac #footer p {
	margin: 0;
	text-align: right;
	font-size: 11px;
	color: #ffffff;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 50;
}
.askmac #designed-by {
	width: 950px;
	height: 25px;
	margin: 5px auto;
	padding: 0;
}
.askmac #designed-by p {
	margin: 5px 10px 0 0;
	text-align: right;
	font-size: 10px;
	color: #999999;
}
.askmac #designed-by a:link, .askmac #designed-by a:visited {
	color: #999999;
	text-decoration: none;
}
.askmac #designed-by a:hover, .askmac #designed-by a:active {
	color: #568a11;
	text-decoration: underline;
}
.green {
	font-size: 14px;
	font-weight: bold;
	color: #568a11;
}
.clear-content {
	clear: both;
}
.contact-person {
	width: 120px;
	height: 150px;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	font-size: 11px;
	color: #000000;
}
/* tables */
table.contacts {
	width: 100%;	
	border-collapse: no-collapse;
	font-size: 11px;
}
table.contacts th {
	background-color: #568a11;
	color: #000000;
	padding: 2px;
	text-align: left;
}
table.contacts td {
	padding: 2px;
}
table.contacts tr.d0 td {
	background-color: #DEDEDE;
	color: #000000;
}	