@charset "utf-8";
body {
	background-image: url(bg_repeater.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #000;
	background-color: #d4e5cd;
	margin-top: 0px;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 35px;
	color: #C00;
	text-align: center;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 25px;
	text-align: center;
}

h1, h2, h3 {
	line-height: normal;
}

#mainWrapper {
	background-image: url(main_repeater.jpg);
	background-repeat: repeat-y;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#mainContentWrapper {
	padding-right: 60px;
	padding-left: 60px;
	text-align: left;
}

.module{
background-color: #333333;
font-size: 22px;
color: #FFFFFF;
font-weight:bold;
padding:10px;
}

.product
{
padding: 20px;
border-left: 3px  dashed #666666;
border-bottom:3px  dashed #666666;
border-right:3px  dashed #666666;
margin-bottom: 30px;
background-color: #eeeeee;
}

.product h2
{
	font-size: 30px;
	margin: 0px;
	line-height: normal;
}

.testimonial 
{
	font-family: "Courier New", Courier, monospace;
	padding: 20px;
	border: 1px solid #CCCCCC;
	background-color: #ffffed;
	width: 450px;
	margin: 0 auto;
}

.testimonial h1
{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	font-size: 1.2em;
}

.big
{
	font-family: "Courier New", Courier, monospace;
	padding: 20px;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	background-color: #ffffed;
}

.title
{
	background-color:#B00001;
	color:#FFFFFF;

}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
	text-decoration:none;
}
a:active {
	color: #0000FF;
}


.big span{
font-weight:bold;
background-color:#FFFF00;
font-size: 17px;
}

.mark{
background-color:#FFFF00;
}

#valuetable {
	border: 4px solid #CC0000;
	background-color: #000000; 
}
