html {
	width: 100%;
	height: 100%;
	margin-bottom: 1px;
}

body {
	width: 100%;
	height: 100%;	
	padding: 0;
	margin: 0;
	background: #eaeaea;
}

#wrap {
	width: 100%;
	height: 100%;
	font-family: Helvetica, "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

#head {
}

#title {
	position: relative;
	background: #ccc url('/imgs/continue.jpg');
	width: 770px;
	margin: auto;
	padding: 5px 0 5px 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

img {
	border: 0;
}

form#lang {
	position: absolute;
	right: 25px;
	top: 10px;
	margin: 0;
}

#navbar {
	width: 770px;
	height: 35px;
	padding: 0;
	margin: 0 auto;
	background: #ccc url(/imgs/nav-shade.gif) repeat-x;
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #333;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#nav {
	margin: auto;
	width: 770px;
	color: #000;
	padding: 0;
}

#nav a {
	color: #000;
	text-decoration: none;
}

#nav a:hover {
	border-bottom: 1px solid #000;
}

#nav ul.menu {
	list-style-type: none;
	margin: 0.8em auto;
	padding-left: 40px;
	font-size: 12px;
	font-weight: bold;	
}

#nav ul.menu li {
	margin: 0;
	padding: 20px;
	display: inline;	
}

#nav ul.menu img {
	vertical-align: bottom;
}

#continue {
	margin: auto;
	width: 770px;
	height: 0.8em;
	background: #ccc url('/imgs/continue.jpg') repeat-y;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.blanker {
	margin: auto;
	width: 770px;
	height: 0.8em;
}


#data {
	position: relative;
	margin: auto;
	width: 770px;
	border: 1px solid #000;	
	background-color: #fff;
}

#data a {
	text-decoration: underline;
	color: #222;
}

#data a:hover {
	color: #444;
}

#compo {
	width: 770px;
	padding-bottom: 2em;
}

#section {
	width: 600px;
	font-size: 0.8em;
	padding-left: 60px;
	padding-top: 3.5em;
	padding-bottom: 5em;
}

#section div.sec_item {
	margin-bottom: 3em;
}

#section h1 {
	margin: 0;
	padding-bottom: 0.3em;
	margin-bottom: 1.2em;
	color: #b32317;	
	font-size: 1.4em;
	border-bottom: solid 1px #b32317;
}

#section p {
	text-align: justify;
	line-height: 1.5em;
}

#section p.title {
	text-align: left;
	font-weight: bold;	
}

#section p.subtitle {
	text-align: left;
	font-style: italic;
	font-size: 0.8em;
}

#section ul {
	padding: 1.2em 3.5em;
	list-style-type: square;
}

#section li {
	padding-bottom: 0.5em;
}

#section a {
	text-decoration: none;
	color: #b32317;	
}

table#products {
	width: 520px;
}

table#products tr.header {
	background: #000 ;
}

table#products td.header {
	border: 1px solid #000;
	color: #fff;
	font-size: 1em;
	padding: 0.8em 1em;
}

table#products tr.item {
	background-color: #eee;
}

table#products td.item {
	border: 1px solid #888;
	padding: 1.2em;
}

table#products td.logo {
	border: 1px solid #888;
	padding: 1em;
}

table#products td {
	border: 1em;
}

table#previous {
	width: 400px;
}

table#previous td {
	padding: 1em;
	margin: 0 2em;
}

ul#cust_brands li {
	padding: 1em 0em 1em 0em;
}

ul#cust_brands img {
	display: block;
	margin: 0;
	padding: 0;
}

#foot {
}

#footblock {
	border: 1px solid #000;
	background: #ccc;
	margin: auto;
	width: 770px;
	color: #000;
	font-size: 0.8em;
	padding: 2em 0 1em 0;
	margin: auto;
}

#footblock p {
	padding-bottom: 1em;
	margin: 0em;
	padding-left: 60px;
}

#footblock img.cedia {
	float: right;
	display: inline;
	padding-right: 60px;
}

#footblock p.plug {
	font-size: 0.8em;
	color: #000;
	padding-top: 2em;
	padding-left: 95px;
}


#footblock a {
	text-decoration: none;
	color: #222;
}

#footblock a:hover {
	color: #444;
	text-decoration: underline;
}

#plug {
	margin: auto;
	width: 770px;
	background: #fff;
	border: 1px solid #000;
}

#plug p {
	text-align: center;
	font-size: 0.6em;
}

#plug a {
	text-decoration: none;
	color: #b32317;	
}

#plug a:hover {
	color: #aaa;	
}

#contactform p {
	font-size: 0.8em;
	padding: 0;
	margin: 1em 0 0.2em 0;
}

#contactform .formtxt {
	width: 300px;
	border: inset 2px;
}

#contactform .formtxtarea {
	width: 300px;
	height: 200px;
	border: inset 2px;
}

#contactform .send {
	width: 100px;
}