/* CSS Style */

body
{
	text-align: center;
	padding: 0;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff url("../assets/bg-points.gif") repeat-x 0 124px fixed;
}

img
{
	border: 0;
	behavior: url("pngbehavior.htc");
}


a
{
	color: #002d54;
	text-decoration: none; 
}

a:hover 
{
	color: #2C57D2;
	text-decoration: underline; 
}


#container
{
	position: relative;
	width: 990px;
	margin: 5px auto 0 auto;
}

#as-logo
{
	float: left;	
}


#as-header
{
	width: 984px;
	height: 120px;
	background-image: url(../assets/head.jpg);
}


#as-container
{
	clear: both;
	width: 984px;
	background: transparent url("../assets/content.jpg") repeat-y;
	/*min-height: 415px;*/
	overflow: hidden;
}


#as-left
{
	width: 149px;
	position: relative;
	top: 51px;
	left: 1px;
	text-align: center;  
	float: left;
  margin-bottom: 60px;
}


#content 
{
	text-align: left;
	width: 660px;
	position: relative;
	top: 40px;
	left: 0px;
	float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}


#as-right
{
	width: 150px;
	position: relative;
	top: 51px;
	margin-left: 835px;
	text-align: center;
}


#support 
{
	float: right;
}


#as-footer
{
	clear: both;
	background-color: #5597d1;
	color: #fff;
	width: 984px;
	height: 26px;
}

.footer-inlay   
{
 padding-top: 5px;
 padding-right: 5px;
 text-align: right;
}


.footer-inlay a
{
 color: #fff;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #005aaa;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #005aaa;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

#front-overview
{
	width: 660px;
	height: auto;
	border: 0px solid #f00;
	margin-bottom: 10px;
	margin-left: 2px;
}


div.product-of-the-month *
{
	margin: 0;
	padding: 0;
}	

div.product-of-the-month
{
	margin-left: 0px;
	margin-bottom: 19px;
	position: relative;
	top: 21px;
}

div.product-of-the-month-headline
{
	background-color: #3777b8; /*#c4d5e9;*/
	margin: 0;
	padding: 5px 0;
	vertical-align: middle;
	text-align: center;
	color: #fff;	
}

div.product-of-the-month-headline a
{
	color: #002d54;	
}

div.product-of-the-month-content 
{
	text-align: center;
	background-color: #fff;
	width: 148px;
	border-bottom: 7px solid #3777b8;
	color: #000;
}

div.product-of-the-month-content ul
{
	list-style-type: none;
	margin: 0;
}

div.product-of-the-month-content ul li,
div.product-of-the-month-content p
{
	text-align: left;
	padding: 3px;
}

div.product-of-the-month-content a:hover
{
	color: #2C57D2;
	text-decoration: none; 
}

div.product-of-the-month-content b
{
	color: #f00;
}

div.product-of-the-month-content img
{
	padding: 2px;
  margin: 15px 0px 10px 0;
}

div.product-of-the-month-content ul li.odd 
{
	background-color: #eee;
}

div.product-of-the-month-content ul li.even 
{
	background-color: #fff; 
}
