/* CSS Document */


/* GENERAL */

body
{
	margin: 0px;
	padding: 0px;
	width: 700px;
	background-color: #111111;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

body, td, th, select, input, textarea, label, li
{
font-family: "Lucida Grande", verdana, arial, sans-serif;
color: #cccccc;
}

label
{
font-size: 11px; display:block;
}

p, h1, h2, h3, h4, h5, address
{
font-weight: normal;
margin-top: 0px;
margin-bottom: 10px;
color:#CCCCCC;

}

h1
{
margin-top:40px;
font-size: 20px;
text-transform:uppercase;
}

h2
{
font-size: 18px;
margin-bottom:5px;
text-transform:uppercase;

}

h2.frontpage
{
font-size: 18px;
display: inline;
text-transform:uppercase;
}

h3
{
font-size: 12px;
}


h4
{
font-size: 12px;
}

p, li {
font-size: 12px;
}

.spacer
{
clear:both;
height: 20px;
}


address
{
	font-style: normal;
	font-size: 12px;
	clear:both;
	background-image:url(images/bg_adress.png);
	height:25px;
	width:650px;
	background-repeat: no-repeat;
	padding: 5px;
}


/* MENUS */


/* LINKS */

A:link, A:active, A:visited, A:hover
{
text-decoration:none;
color: #ffffff;
}

A:link {}
A:active {}
A:visited {}
A:hover
{
color: #ffffff; text-decoration:underline;
}


A.mail:link, A.mail:active, A.mail:visited, A.mail:hover
{
	color: #eeeeee;
	background: url(images/icon_mail.gif) no-repeat left top;
	padding-left: 15px;
}
A.mail:link {}
A.mail:active {}
A.mail:visited {}
A.mail:hover {
text-decoration:none;
}


/* LAYOUT */

#container {
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
    left: 50%; 
    width: 760px;
    margin-left: -350px; /* half of the width */
}

.content {padding:25px;}

a.learnmore {
width: 0px;
height: 20px;
overflow: hidden;
background-repeat: no-repeat;
float:left;
margin-top: 10px;
}

a.archive, a.download
 {
padding-left: 100px;
width: 0px;
height: 20px;
overflow: hidden;
background-repeat: no-repeat;
float:left;
margin-top: 10px;
}

.thumb {float:left; margin-right:10px;}

#offers, #simulate {
display: none;}

.left, .right {float:left}

.left {width: 410px; margin-right: 35px;}

.right {width: 200px;}


.right p.level0, p.level1, p.level2, p.level3 {
	width: 184px;
	margin: 0px;
	padding: 8px;
	margin-bottom:1px;
	background-repeat: no-repeat;
}

p.level0 {
background-image:url(images/bg_list_top.png);
}

p.level1 {
background-image:url(images/bg_list_over.png);
}

p.level2 {
background-color:#111111;
}

p.level3 {
background-image:url(images/bg_list_bottom.png);
}

