/*
	Main styles
*/

* { padding: 0; margin: 0 }

body {
	margin: 0;
	padding: 0;
	font: 10px/14px Tahoma;
	color: #000;
	background: #fcfcfc;
}
.img {}

p, table {
	font: 11px/16px Tahoma;
}

a { color: #000; text-decoration: underline; }
a:hover { text-decoration: none; }

a.library {color: #0E3970}

p { margin: 1em 0 0 0; }

ul { margin: 0 0 0 5px; }

/*
	Divs
*/

.content {
	margin: 0 auto;
	background: #f5f2e9;
}

.header {
	height: 82px;
	background: url("../images/header-background.gif") top repeat-x;
}

.top, .bottom , .top2{
	font: 10px/14px Tahoma;
	color: #666666;
	padding: 0 20px;
}

.top {
	background: url("../images/top.jpg") top repeat-x;
}

.top2 {
	background-color: #FFFFFF;
}


.text {
	font: 10px/14px Tahoma;
	color: #666666;
	background: url("../images/top.jpg") top repeat-x;
}

.top p, .bottom p, .top2 {
	margin: 10px 0;
}

.separator {
	width: 16px;
	background: url("../images/separator.gif") top repeat-y;
}

.middle {
	padding: 0;
	margin: 0 auto;
}

.middle .one, .middle .two, .middle .three, .middle .four {
	width: 230px;
	height: 172px;
	color: #fff;
	font: 11px/16px Tahoma;
}

.middle .one {
	background: #5bc6ed url("../images/middle/one.jpg") top no-repeat;
}

.middle .two {
	background: #5bc6ed url("../images/middle/two.jpg") top no-repeat;
}

.middle .three {
	background: #5bc6ed url("../images/middle/three.jpg") top no-repeat;
}

.middle .four {
	background: #5bc6ed url("../images/middle/four.jpg") top no-repeat;
}

.middle .one p, .middle .two p, .middle .three p, .middle .four p {
	margin: 10px;
	width: 120px;
}

.footer {
	color: #666;
	border-top: 5px solid #666;
	background: #fcfcfc;
}

.footer a {
	color: #666;
}

.footer .copyright {
	margin: 10px 20px;
}

/*
	Menu
*/

.menu {
	height: 41px;
	background: url("../images/menu-background.gif") top repeat-x;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.menu ul li{
	float: left;
	height: 41px;
}

.menu ul li a {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	height: 41px;
}

.menu ul li a span { display: none; }


.menu ul li#home a {
	width: 58px;
	background: url("../images/buttons/home.jpg") no-repeat;
}

.menu ul li#home a:hover {
	background: url("../images/buttons/home.jpg") no-repeat;
	background-position: 0 -41px;
}

.menu ul li#company a {
	width: 68px;
	background: url("../images/buttons/company.jpg") no-repeat;
}

.menu ul li#company a:hover {
	background: url("../images/buttons/company.jpg") no-repeat;
	background-position: 0 -41px;
}

.menu ul li#products a {
	width: 73px;
	background: url("../images/buttons/products.jpg") no-repeat;
}

.menu ul li#products a:hover {
	background: url("../images/buttons/products.jpg") no-repeat;
	background-position: 0 -41px;
}

.menu ul li#library a {
	width: 59px;
	background: url("../images/buttons/library.jpg") no-repeat;
}

.menu ul li#library a:hover {
	background: url("../images/buttons/library.jpg") no-repeat;
	background-position: 0 -41px;
}

.menu ul li#training a {
	width: 66px;
	background: url("../images/buttons/training.jpg") no-repeat;
}

.menu ul li#training a:hover {
	background: url("../images/buttons/training.jpg") no-repeat;
	background-position: 0 -41px;
}

.menu ul li#media a {
	width: 88px;
	background: url("../images/buttons/media.jpg") no-repeat;
}

.menu ul li#media a:hover {
	background: url("../images/buttons/media.jpg") no-repeat;
	background-position: 0 -41px;
}

.menu ul li#distributor a {
	width: 157px;
	background: url("../images/buttons/distributor.jpg") no-repeat;
}

.menu ul li#distributor a:hover {
	background: url("../images/buttons/distributor.jpg") no-repeat;
	background-position: 0 -41px;
}

.menu ul li#contuctus a {
	width: 77px;
	background: url("../images/buttons/contuctus.jpg") no-repeat;
}

.menu ul li#contuctus a:hover {
	background: url("../images/buttons/contuctus.jpg") no-repeat;
	background-position: 0 -41px;
}

/*
	Forms
*/

.form {
	padding-right: 20px;
}

.form form {
	display: inline;
}

.form .field {
	height: 20px;
	width: 150px;
	background: #e6e6e6;
	border: 1px solid #7a7a7a;
	font: 11px/20px Tahoma, Verdana, Arial;
	padding: 0 2px;
	color: #7a7a7a;
}

.testing .field {
	width: 100%;
	height: 20px;
	border: 1px solid #909090;
	font: 11px/20px Tahoma, Verdana, Arial;
	padding: 0 2px;
}

.form .button {
	height: 20px;
	width: 52px;
	background: #888 url("../images/search.jpg") no-repeat;
	border: 0;
}

.select {
	width: 100%;
	height: 20px;
	border: 1px solid #909090;
	font: 11px/20px Tahoma, Verdana, Arial;
	padding: 0 2px;
}

.textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #909090;
	font: 11px/16px Tahoma, Verdana, Arial;
	padding: 0 2px;
}

.req {
	text-align: left;
	margin-right: 110px;
	border-left: 2px solid #cb0000;
	padding: 3px;
	font: 11px/16px Tahoma, Verdana, Arial;
}

.z {
	border-left: 2px solid #cb0000;
}

.adr {
	border-top: 1px solid #bcbab5;
	margin: 20px 0;
}

/*
	Other styles
*/

.testing {
	color: #535353;
	font: bold 12px Trebuchet MS;
}

.rightlink {
	text-align: left;
}

.rightlink a {
	color: #133966;
	font: bold 14px Trebuchet MS;
}

a.pdf {
	color: #133966;
	background: url("../images/pdf.gif") no-repeat left;
	padding: 0 0 0 20px;
	font: 13px/26px Trebuchet MS;
}



.tabs {
	height: 42px;
	color: #8daa3c;
}

.tabs .title {
	background: url("../images/tab-td-back.gif") repeat-x;
	padding: 0 10px;
	font: bold 17px Trebuchet MS;
}

.tabs .empty {
	background: url("../images/tab-empty-back.gif") repeat-x;
}

.uptab {
	border: 1px solid #cdcdcd;
	border-top: 0px;
	background: #fff;
	padding: 0 10px;
}

.bottomtab {
	border: 1px solid #cdcdcd;
	border-top: 0px;
	border-bottom: 0px;
	background: #fff;
	padding: 0 10px;
}

.tab {
	border: 1px solid #cdcdcd;
	background: #fff;
	padding: 0 10px;
}

.error {color: Red}
.info {color: Green}
