/* -------------------------------------------------------------------------
	Reset
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0; 
	padding:0px; 
	border:0; 
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline; 
}
table 
{
	border-collapse:separate; 
	border-spacing:0px;
}
caption, th, td 
{
	text-align:left;
	font-weight:normal;
	border-spacing:0px;
}
table, td, th 
{
	vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}
a 
{ 
	outline: none; 
}


/* -------------------------------------------------------------------------
	HTML Global
*/


body {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000;
	text-align: center;
	background-color:#FFF;
	background: transparent url(../img/bg.gif) top center repeat-x;
}


h1 {
    font-size:20px;
    font-weight:bold;
	color: #006974;
	line-height: 24px;
}

h2 
{ 
    font-size:16px;
    font-weight:bold;
	color: #006974;
	line-height: 24px;	
}

h3 { 
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: black;
}


p {
	margin-bottom: 14px;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #006974;
	text-decoration: underline;
}

a.link{
	color: #006974;
	text-decoration: none;
}


/* -------------------------------------------------------------------------
	Containers
*/


.container {
	width: 960px;
	margin: 0 auto; 
	text-align: left;
}

.hd {
	width: 960px;
	margin: 0 auto; 
	text-align: left;
}

.content-left
{
	width: 340px;
	float: left;
	padding: 10px 10px 10px 10px;
}

.content-right
{
	width: 580px;
	float: left;
	padding: 10px 10px 10px 10px;
}

.adres
{
	width: 170px;
	float: left;
	padding: 10px 0px 10px 0px;
}


.product
{
	float: left;
	padding: 10px 10px 10px 0px;
}


 
/* -------------------------------------------------------------------------
	Helpers
*/

.clear 	
{ 
	clear: both; 
}

.left 	
{ 
	float: left; 
}
.right 	
{ 
	float: right; 
}

.space
{
	height: 10px;
	clear: both;
}


