html {
  height:100%;
  min-height:100%;
}
html>body, html>body #wrapper {
	height:auto;
}
body {
  position:relative;
  margin:0;
	padding:0;
  font-size:1em;
  font:76% Arial, Tahoma, Helvetica, sans-serif;
  min-width:995px;
  height:100%;
  min-height:100%;
}
#wrapper {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  min-height:100%;
  text-align:center;
  background:url('../images/background.jpg') 50% 0 no-repeat #D4DAD9;
}
#body {
  position:relative;
  width:100%;
  padding-bottom:130px;
}
.wrapper {
  width:995px;
  margin:0 auto;
  position:relative;
}
#body .wrapper {
  padding-top:350px;
}
#container {
  width:975px;
  margin:0 auto;
  position:relative;
  text-align:left;
}

/* ***************************************************************** */

h1, h2, h3, h4, h5, h6, form, fieldset, dl, ul {margin:0;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
small {display:block;}
fieldset,img {border:0;}

.clear {
  width:100%;
  clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a.back {
	color:#FFF;
	background:#6B7F8F;
	padding:3px 6px;
	text-decoration:none;
	font-style:italic;
}

/* ***************************************************************** */

#logo {
	display:block;
	width:280px;
	height:79px;
	background:url('../images/logo.gif') no-repeat 50% 50%;
	position:absolute;
	top:25px;
	left:10px;
}
#logo span {
	display:none;
}

#title {
	display:block;
	width:473px;
	height:85px;
	position:absolute;
	top:150px;
	left:10px;
	text-align:left;
	text-transform:uppercase;
}
#title p.super {
	font-size:25px;
	font-weight:normal;
	line-height:27px;
}
#title p {
	font-weight:bold;
	font-size:16px;
	color:#646464;
}
#title p span {
	background:#E90000;
	padding:3px 5px;
	color:#FFF;
}

/* ***************************************************************** */

#menu {
	position:absolute;
	top:274px;
	left:0;
	text-align:left;
	list-style:none;
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	font-weight:bold;
}
#menu li {
	float:left;
}
#menu li a {
	padding:3px 14px;
	color:#484848;
	text-decoration:none;
	text-transform:uppercase;
	border-left:1px solid #AAAAAA;
}
#menu li a.active {
	background:#ED1B23;
	color:#FFF;
}

/* ***************************************************************** */

#nav {
	position:absolute;
	top:10px;
	right:240px;
	list-style:none;
	padding:0;
	margin:0;
}
#nav li {
	float:left;
	padding:0 20px 0 0;
	margin:0;
}
#nav li a {
	display:block;
	width:11px;
	height:10px;
}
#nav li a span {
	display:none;
}
#nav li a.envelope {
	background:url('../images/envelope.gif') 50% 50% no-repeat;
}
#nav li a.sitemap {
	background:url('../images/sitemap.gif') 50% 50% no-repeat;
}
#nav li a.home {
	background:url('../images/home.gif') 50% 50% no-repeat;
}

/* ***************************************************************** */

#langs {
	position:absolute;
	top:7px;
	right:70px;
	list-style:none;
	padding:0;
	margin:0;
}
#langs li {
	float:left;
	padding:0 10px 0 0;
	margin:0;
}
#langs a {
	font-size:9px;
	font-style:italic;
	text-decoration:none;
	color:#6B7F8F;
}
#langs a.active {
	padding:1px 3px;
	background:#6B7F8F;
	color:#FFF;
}

/* ***************************************************************** */

#footer {
	font-size:11px;
  clear:both;
  left:0;
	bottom:0;
  width:100%;
  height:130px;
  position:static;
  text-align:left;
  background:#FFF;
	color:#999999;
}
#footer a {
	color:#999999;
}
#footer p {
	margin:0;
	padding:20px 10px;
}
#footer div.logos {
	/*background:url('../images/logos.gif') 100% 50% no-repeat;*/
	border-bottom:1px solid #E0E0E0;
	padding:20px 10px;
}
#footer div.logos span {
	display:block;
	font-size:14px;
	color:#666;
}

* html #footer {position:absolute;}
head:first-child+body #footer {position:absolute;}

/* ***************************************************************** */

h1 {
	padding:0;
	margin:0 0 20px 0;
	font-size:20px;
	font-weight:bold;
	color:#144A72;
}
h1 span {
	color:#8A8A8A;
}
h2 {
	padding:0;
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
p {
	color:#373737;
	padding:0;
	margin:0 0 10px 0;
	line-height:150%;
}
p.super {
	font-size:16px;
}
p.super strong {
	color:#ED1C24;
}
a {
	color:#126BC9;
}

.shrink {
	width:700px;
}
.w33 {
	width:33%;
}
.padd {
	padding:0 20px 0 0;
}

/* ***************************************************************** */

dl.news {
	padding:0;
	margin:0;
	clear:both;
}
dl.news dt {
	padding:0;
	margin:0;
	float:left;
	width:100px;
	margin-right:20px;
}
dl.news dd {
	padding:0;
	margin:0 0 20px 0;
	float:left;
	width:700px;
}
dl.news.mini dd {
	padding:0;
	margin:0 0 20px 0;
	float:left;
	width:180px;
}

dl.news h2 {
	font-size:12px;
	margin:0;
	padding:0;
}
dl.news h2 a {
	color:#000;
	text-decoration:none;
}
dl.news h2 a:hover {
	color:#000;
	text-decoration:underline;
}
dl.news h3 {
	padding:0;
	margin:0 0 5px 0;
	font-size:11px;
	color:#7D7E7E;
	font-weight:normal;
}

/* ***************************************************************** */

ul.pager {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
ul.pager li {
	float:left;
	padding:0;
	margin:0;
}
ul.pager li a {
	display:block;
	width:20px;
	padding:3px 0;
	margin:0;
	text-align:center;
	text-decoration:none;
	color:#000;
}
ul.pager li a.active {
	margin-right:3px;
	background:#CCC;
}
ul.pager li a:hover {
	text-decoration:underline;
}

/* ***************************************************************** */

table.products {
	border-collapse:collapse;
	width:700px;
	border:none;
	padding:0;
	margin:0;
}
table.products th,
table.products td {
	padding:3px 0;
	border-bottom:1px solid #AAA;
}
table.products th {
	text-align:center;
}

table.products td.thumb {
	padding-left:10px;
	width:65px;
}
table.products td.code {
	width:60px;
	text-align:center;
}
table.products td.title div.desc {
	padding-left:40px;
}
table.products tr.zebra td {
	background:#D3D7D7;
}


table.products div.desc {
	padding:5px 10px;
	border-left:1px solid #AAA;
}

/* ***************************************************************** */

dl.gallery {
	padding:4px 4px 1px 4px;
	margin:0;
	width:135px;
	background:#CAD0D0;
	float:left;
	margin:0 20px 20px 0;
}
dl.gallery dt {
	padding:0;
	margin:0;
}
dl.gallery dd {
	padding:3px;
	line-height:130%;
	margin:0;
	font-size:14px;
	text-align:center;
}

/* ***************************************************************** */

#feedback {
	width:660px;
	background:#C9D0D0;
	padding:20px;
}

table.feedback input,
table.feedback select,
table.feedback textarea {
	padding:0;
	margin:0;
  font:76% Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	border-top:1px solid #BFBFBF;
	border-left:1px solid #BFBFBF;
	border-bottom:1px solid #C9D0D0;
	border-right:1px solid #C9D0D0;
}
table.feedback input.fld {
	width:225px;
	padding:5px 10px;
	color:#757575;
}
table.feedback select {
	width:247px;
	padding:5px 5px 5px 2px;
	color:#757575;
}
table.feedback textarea {
	width:465px;
	height:65px;
	padding:5px;
}
table.feedback input.btn {
	background:#ED1C24;
	border:none;
	padding:10px 0;
	width:120px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

table.feedback {
	padding:0;
	margin:0;
	border-collapse:collapse;
}
table.feedback td {
	padding:3px 0;
	vertical-align:top;
}
table.feedback label {
	display:block;
	width:165px;
	padding:4px 0;
}

/* ***************************************************************** */

table.checks {
	border-collapse:collapse;
	padding:0;
	margin:0;
}
table.checks td.check {
	padding-right:5px;
}
table.checks td.title {
	width:100px;
}

/* ***************************************************************** */

ul.error {
	border:5px solid #ED1C24;
	color:#ED1C24;
	background:#FFF;
	padding:10px;
	list-style:none;
	margin-bottom:20px;
}


label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
