html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {font-size: 62.5%;}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #444444;
}

/* container */

#container{
	width: 826px;
	margin: 0 auto;
}

/* header */
#header{
	height: 89px;
}

#logo{
	position: relative;
	top: 20px;
	height: 50px;
	width: 208px;
	float:left;
}

#top-nav{
	font-size: 1.2em;
	height: 89px;
	width: 300px;
	text-align: right;
	float: right;
	position: relative;
}

#top-nav #e-maerket{
	position: absolute;
	top: 20px;
	right: 0px;
}

#top-nav #main-link{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

/* content */
#content{
	font-size: 1.2em;
	width: 641px;
	float: left;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

.border-lines{
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}

.bluebar{
	margin-top: 30px;
	background-color: #d7edf8;
}

.box-product{
	font-size: 11px;
	width: 178px;
	height: 250px;
	position: relative;
}

.buy-now {
	height: 65px;
	vertical-align: bottom;
	position:absolute;
	bottom:0;
	right:0;
	text-align: right;
}
.buy-now img {
	position:absolute;
	bottom:0;
	right:0;
}

/* sidebar */
#sidebar{
	width: 180px;
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: repeat-x;
	float: right;
	font-size: 1.1em;
	text-align: left;
}
#sidebar-bg{
	background-image: url(images/sidebar-bg-border.gif);
	background-repeat: repeat-y;
}

/* links */
#top-nav a{
	color: #444444;
	text-decoration: none;
}
#top-nav a:hover{
	text-decoration: underline;
}

/* global */
.padding-25{
	padding: 25px;
}
.padding-30{
	padding: 30px;

}
.padding-13{
	padding: 13px;
}
.padding-10{
	padding: 10px;
}

.padding-top-10{
	padding-top: 10px;
}

.padding-top-5{
	padding-top: 5px;
}

.list-circle{

}

.margin-left-20{
	margin-left: 20px;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 1.2em;
}

.thin {
	font-weight: normal;
}

.blue{
	color: #00679a;
}

.blue-2{
	color:#3a80a4;
}

.clear {
	clear: both;
	height: 1px;
}

.small{
	font-size: .8em;
}

.gray {
	color: #bbb;
}

.float-left{
	float:left;
}

.black-link{
	text-decoration: underline;
	color: #444;
}

.purple {
	color: #884983;
}

.purple-2 {
color: #cb34cf;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 1.1em;
}

.bigger {
	font-size: 1.5em;
}

.biggest {
	font-size: 1.9em;
}

.no-background{
	background-image: none;
}
table.data-table{
padding: 0;
margin: 0;
}
table.data-table tr td {
vertical-align: top;
padding-right: 10px;
}

table.data-contact tr td{
padding: 10px;
margin: 0;
}

ul.blue-check li{
margin-left: 25px;
*margin-left: 20px;
padding: 5px;
*padding-top: 0;
list-style: square outside url(images/check.gif);
}

.line-height-medium {
line-height: 14px;
}

.divider {
border-bottom: 2px solid #ddd;
}

.black-link{
	text-decoration: underline;
	color: #444;
}

a.blue-link, a.blue-link:visited{
	text-decoration: underline;
	color: #0000FF;
}

a.normal-link, a.normal-link:visited {
	text-decoration: none;
	color: #444;
}






