﻿body 
{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 10pt;
	background-color: #82ccd1;
	color: Black;
}
h1, h2, h3
{
	color: #ed217c;
	font-weight: bold;
}
a
{
	color: #ed217c;
	text-decoration: none;
}
a:hover
{
	color: Black;
}
#main
{
	width: 845px;
	margin: 0 auto;
}
#header
{
	padding-top: 47px;
}
#header h1
{
	display: block;
	float: left;
}
#header a#buynowBtn
{
	display: block;
	float: right;
}
#header img
{
	border: none;
}
.mainMenu
{
	list-style: none;
	margin-top: 17px;	
	width: 100%;
	height: 22px;
	background: #d9f0f1 url(../images/main_menu_back.gif) repeat-x top;
}
.mainMenu li
{
	float: left;
	background: url(../images/main_menu_item_side.gif) no-repeat right center;
}
.mainMenu li a
{
	display: block;
	padding: 0px 8px;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	font-size: 12pt;
}
#content
{
	
}
#mainContent
{
	background: White url(../images/main.jpg) no-repeat top center;
	padding-top: 308px;
	padding-bottom: 20px;
	position: relative;
}
#mainContent #note
{
	width: 175px;
	height: 161px;
	position: absolute;
	top: 212px;
	left: -45px;
}
#mainContentText
{
	width: 630px;
	margin: 0 auto;
	text-align: justify;
}
#mainContentText h1
{
	display: block;
	font-size: 18pt;
	text-align: center;
	margin-bottom: 0.5em;
	font-weight: bolder;
}

ul#buttons
{
	width: 100%;
	list-style: none;
	background: #c8eaeb url(../images/main_bottom_back.gif) repeat-x top;
	height: 138px;
}
ul#buttons li
{
	float: left;
	width: 201px;
	background: url(../images/main_bottom_side.gif) no-repeat top right;
	padding: 10px 5px 0 5px;
	height: 128px;
	text-align: center;
	color: Black;
}
ul#buttons li.last
{
	background: none;
}
ul#buttons li a
{
	display: block;
}
#footer
{
	padding-top: 5px;
	font-size: 0.8em;
	color: White;
	height: 10px;
}
#footer .footerMenu
{
	list-style: none;
	float: right;
}
#footer .footerMenu li
{
	float: right;
	border-right: solid 1px #d7dfe0;
	padding: 0 5px;
	height: 10px;
	line-height: 8px;
}
#footer .footerMenu li.first
{
	border-right: none;
	padding-right: 0;
}
#footer .footerMenu li a
{
	color: White;
}
#footer .footerMenu li a:hover
{
	color: #ed217c; 
}
.sidePanel
{
	float: left;
	width: 142px;
	padding-left: 15px;
}
.articlesMenu
{
	list-style: none; 
	font-size: 0.8em;
	line-height: 2em;
}
.articlesMenu a
{
	color: Black;
}
.articlesMenu a:hover
{
	color: #ed217c;
}
