/*------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------*/

/*general*/

body {
	background:url(/images/background.jpg) 0 0 repeat-x #ccc;
	font-family:arial, "lucida console", sans, sans-serif;
	font-size:13px;
	line-height:1.5em;
	color:#333;
}

div.frame {
	width:988px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}

/*text elements*/

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 {
	font-size:26px;
	color:#446eb6;
}

h2 {
	font-size:1.5em;
	color:#446eb6;
	margin:0 0 0.5em 0;
}

h2.logo {
	width:274px;
	height:60px;
	background:url(/images/logo.jpg) 0 0 no-repeat;
	position:absolute;
	top:44px;
	left:0;
	cursor:pointer;
}

h2.logo span {
	display:none;
}

h3 {
	font-weight:bold;
}

p {
	text-align:justify;
}

a,
ul.menu li.active a {
	text-decoration:none;
	font-weight:bold;
	color:#446eb6;
}

ul.menu li a {
	color:#999;
}

ul.menu li.active {
	color:#446eb6;
}

a:hover {
	color:#b64444;
}

ul.menu li a:hover {
	color:#b64444;
}

ul.breadCrumbs li {
	display:inline;
}

/*icons*/

a.icon {
	padding-left:20px;
	background-position:left center;
	background-repeat:no-repeat;
}

a.info {
	background-image:url(/images/icons/info.gif);
}

/*header*/

div#header {
	position:relative;
	height:126px;
}

ul#siteMenu li,
ul#productMenu li,
ul#countryMenu li,
ul#languageMenu li,
div#footer ul li {
	display:inline;
}

ul#siteMenu {
	display:block;
	width:994px;
	height:28px;
	background:url(/images/sitemenu.jpg) 0 0 no-repeat;
	position:relative;
	top:0;
	left:-3px;
}

ul#siteMenu li a {
	display:block;
	float:left;
	height:23px;
	line-height:1.75em;
	text-align:center;
	background:url(/images/border_vert.gif) right top repeat-y;
	padding:0 50px;
}

ul#siteMenu li.last a {
	background:none;
}

ul#languageMenu,
ul#productMenu {
	position:absolute;
	bottom:0;
}

ul#productMenu {
	right:-3px;
}

ul#languageMenu {
	right: 450px;
}

ul#languageMenu li a {
	display: block;
	float: left;
	margin: 0 3px 6px 0;
}

ul#productMenu li a {
	display:block;
	float:left;
	height:36px;
	width:186px;
	text-align:center;
	background:url(/images/menutab.jpg) 0 0 no-repeat;
	font-size:1.2em;
	line-height:2.6em;
	overflow:hidden;
}

ul#productMenu li.active a {
	background-image:url(/images/menutab_active.jpg);
}

ul#countryMenu {
	position:relative;
	top:15px;
	right:10px;
	display:block;
	float:right;
	font-size:0.8em;
	color:#446eb6;
}


/*content*/

div#contentWrapper {
	background:#fff;
	padding:2em 0 2em 0;
}

div#contentWrapper strong {
	font-weight:bold;
}

div#contentWrapper hr {
	border: 0px #fff;
	background:url(/images/border_hor.gif) left bottom repeat-x;
}

/*general*/

div.intro {
	margin:0 0 1em 0;
}

/*news*/

ul#news li span.date {
	display:block;
}

/*items*/

div.item {
	margin:0 0 1em 0;
	padding:1em 0 0 0;
	border-top:1px solid #eee;
}

div.item h2 {
	margin:0;
}

div.item span.date {
	font-weight:bold;
	margin:0 0 1em 0;
}

/*contentHeader*/

div#contentHeader {
	width:100%;
	float:left;
	padding:0 0 2em 0;
	margin:0 0 2em 0;
	background:url(/images/border_hor.gif) left bottom repeat-x;
}

/*contentSubHeader*/

div#contentSubHeader {
	padding:0 0 2em 0;
	margin:0 0 2em 0;
	background:url(/images/border_hor.gif) left bottom repeat-x;
}

/*contentLeft*/

div#contentLeft {
	width:237px;
	float:left;
}

body#indexPage div#contentLeft {
	width:707px;
}

div.threeColumn div#contentLeft {
	width:312px;
}

div.twoColumnEven div#contentLeft {
	width:479px;
}

div#brands {
	padding-top:25px;
	width:400px;
}

div#brands img {
	padding:0px;
}

div.products div.product {
	width:347px;
	float:left;
	margin:0 0 2em 0;
}

div.products div.odd {
	margin-right:13px;
}

div.product h3 {
	padding-top:4px;
}

div.product img {
	float:left;
	padding:6px;
	border:1px solid #bbb;
	margin:0 1em 0 0;
	height:76px;
	width:116px;
}

div.productDetail img {
	float:right;
	margin:0 0 0 1em;
}

div.productDetail table {
	margin-top:1.2em;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
}

div.productDetail table tbody td {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding:0.1em;
}

div.productDetail p {
	margin-bottom:1.2em;
}

div.product a.info {
	display:block;
	float:left;
	margin-top:0.5em;
}

/*contentMiddle*/

div#contentMiddle {
	width:312px;
	float:left;
	margin-left:26px;
}

/*contentRight*/

div#contentRight {
	width:707px;
	float:right;
}

body#indexPage div#contentRight {
	width:237px;
	float:right;
}

div.threeColumn div#contentRight {
	width:312px;
}

div.twoColumnEven div#contentRight {
	width:479px;
}

/*preFooter*/

div#contentPreFooter {
	padding:1em 0 0 0;
	margin:1em 0 0 0;
}

div#contentPreFooter img {
	margin:0 0 0 0.6em;
}

/*footer*/

div#footer {
	padding:2em 0;
	font-size:0.8em;
	color:#666;
}

div#footer ul li, 
div#footer span.meta a {
	background:url(/images/border_vert_fixed.gif) left 3px no-repeat;
	padding:0 11px 0 13px;
}

div#footer ul li.first {
	background:none;
	padding-left:0;
}

div#footer span.meta {
	float:right;
	margin-top:-2em;
}

div#footer span.meta a {
	padding-right:0;
	margin-left:8px;
}

/*clearing bugfix------------------------------------------------------------*/

div.wrapper:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

div.wrapper {display: inline-block;}

/* Hides from IE-mac \*/
* html div.wrapper {height: 1%;}
div.wrapper {display: block;}
/* End hide from IE-mac */