/* CSS Document */

body{
	background-color:#ffffff;
	margin:0;
	padding:0;
}

#site{width: 980px;}

img{border:0;}
/*--------------header--------------*/
#header {
	width:980px;
	height:129px;
}
#slogan {
	font:23px Arial, Helvetica, sans-serif;
	color:#0e3f75;
	width:796px;
	/*height:50px;*/
	margin:0;
	padding:44px 0 0 20px;
	/*float:left;*/
}
#logo {
	width:238px;
	height:100px;
	margin:0;
	padding-right:4px;
	padding-top: 10px;
	float:right;
}
/*--------------menu--------------*/
#menu {
	background:url('../images/menu.jpg') repeat-x;
	width:980px;
	height:20px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
#menu a {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding:0 18px;
	text-decoration:none;
	border-right:1px solid #999999;
}
#menu a:hover {
	color:#68af2d;
}
#menu a.active {
	color:#68af2d;
}
/*--------------green_line--------------*/
#green_line {
	background-color:#68af2d;
	width:980px;
	height:17px;
}
/*--------------wrapper--------------*/
#wrapper {
	float:left;
	width:100%;
}
/*--------------content--------------*/
#content {
	margin:0 152px 0 180px;
	min-height:650px;
}
*html #content {
	height:650px;
}
/*--------------welcome--------------*/
#welcome {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	width:298px;
	padding:20px 0 0 0;
	float:left;
}
/*--------------index_news--------------*/
#index_news {
	width:310px;
	padding:20px 20px 0 20px;
	float:left
}
#index_news h1{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#68af2d;
}
#index_news img {
	border:1px solid #999999;
}
table.index_news {
	border-collapse:collapse
}
table.index_news td {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	vertical-align:top;
	padding:8px 0 10px 0;
	border-bottom:1px solid #666666;
}
table.index_news td.text {
	padding:8px 0 8px 12px;
}
.news_date {
	color:#666666;
	font-weight:bold;
}
.news_title {
	color:#669933;
	font-weight:bold;
}
.news_text {
	font-size:11px;
	color:#666666;
	font-weight:normal;
}
.news_more a {
	font-size:10px;
	color:#669933;
	font-weight:bold;
	text-decoration:none;
}
/*--------------products--------------*/
#products {
	width:628px;
	padding:20px 0 0 0;
	float:left
}
#products h1{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#003366;
	margin-top:0;
}
#products img {
	border:1px solid #999999;
}
table.products {
	width:628px;
	border-collapse:collapse
}
table.products td {
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	vertical-align:top;
	padding:8px 0 10px 0;
	border-bottom:1px solid #666666;
}
table.products td.image {
	width:132px;
	padding:8px 0 8px 0;
}
table.products td.text {
	padding:8px 0 8px 12px;
}
table.products td.downloads {
	width:160px;
	padding:8px 0 8px 12px;
}
.products_title {
	color:#669933;
	font-weight:bold;
}
.products_text {
	font-size:11px;
	color:#666666;
	font-weight:normal;
}
.products_more a {
	font-size:10px;
	color:#669933;
	font-weight:bold;
	text-decoration:none;
}
.download a {
	background:url('../images/pdf.jpg') center left no-repeat;
	font-size:10px;
	color:#666666;
	margin:0 0 8px 0;
	padding:2px 20px;
	text-decoration:none;
	display:block;
}
/*--------------paging--------------*/
#paging {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	width:628px;
	margin:10px 0;
	padding:0;
	text-align:right;
	float:left;
}
#paging span {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#cd2036;
	margin:0;
	padding:0 1px;
	text-decoration:none;
}
#paging a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	margin:0;
	padding:0 1px;
	text-decoration:none;
}
#paging a:hover {
	color:#cd2036;
}
/*--------------product--------------*/
#product {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	width:628px;
	padding:20px 0 0 0;
	float:left
}
#product h1{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#003366;
	margin-top:0;
}
#product h2{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#68af2d;
}
#product h3{
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
}
#product img {
	margin:0 10px 10px 0;
	border:1px solid #999999;
	float:left;
}
#product div.add_to_cart {
	float: left;
	width: 262px;
	height: 29px;
	clear: both;
}
#product div.add_to_cart a {
	display: block;
	color: #68af2d;
	padding: 8px 1px 8px 30px;
	text-decoration: none;
	background: #f7f7f7 url('../images/cart.jpg') 2px 5px no-repeat;
	text-intendt: 32px;
}
#product div.add_to_cart a:hover {
	text-decoration: underline;
}
/*--------------left--------------*/
#left {
	background: #ffffff;
	width:160px;
	margin-left:-980px;
	padding-left:20px;
	float:left;
}
#left_menu {
	width:140;
	padding:10px 20px 10px 0;
	text-decoration:none;
}
#left_menu a {
	background:url('../images/dot.jpg') bottom center repeat-x;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding:7px 0;
	text-decoration:none;
	display:block
}
#left_menu a:hover {
	color:#68af2d;
}
#left_menu a.active {
	color:#68af2d;
}
/*--------------newsletter--------------*/
#newsletter {
	background-color:#f8f8f8;
	width:122px;
	margin:10px 0;
	padding:10px;
	border:1px solid #e0e0e0;
	float:left;
}
#newsletter p{
	font:12px Tahoma, sans-serif;
	color:#666666;
	margin:0;
	padding-bottom:10px;
}
#newsletter p span{
	font-weight:bold;
	color:#000000;
	margin:0;
	padding:0;
}
input.name_newsletter {
	width:102px;
	margin:0px;
}
input.mail {
	width:102px;
	margin: 2px 0px 0px;
}
/*--------------right--------------*/
#right {
	width:152px;
	margin-left:-152px;
	float:left;
}
/*--------------login--------------*/
#login {
	background:#CBEEAE url('../images/login.jpg') top center no-repeat;
	width:153;
	margin:12px 0 0 0;
	/*padding: 15px 10px 8px 37px;*/
	padding: 15px 0 8px 0;
	float:left;
	clear: both;
}
#login p {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#0e3f75;
	margin:0px;
	padding:5px 0;
}
#login a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #0e3f75;
	margin: 0px;
	padding-left: 8px;
	text-decoration: none;
}
#login input { margin-left: 37px; }
#login form {  padding-bottom: 5px; }
#login a:hover {
	text-decoration: underline;
}
input.name_login {
	width:80px;
	margin:0px;
}
input.password {
	width:80px;
	margin: 2px 0 0 0;
}
input.image {
	margin: 2px 0 0 0;
}
#login_form .submit {
	border: 0 none;
	background: transparent;
}
/*--------------flash_box--------------*/
.flash_box {
	background-color:#f7f7f7;
	width:152px;
	height:114px;
	margin:5px 0;
	padding:0;
	float:left;
}
/*--------------footer------------*/
#footer {
	width:980px;
	height:29px;
	margin-top:20px;
	padding-bottom:10px;
	border-top:1px solid #999999;
	clear:both;
}
#right_footer {
	float:right;
}
#right_footer p {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	padding:12px 0 0 0;
	margin:0;
	float:left;
}
#right_footer img {
	margin:0px 10px 0 0;
	border:none;
	float:left;
}
ul{
	list-style-position:inside;
}
.textpage_content {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
}
.textpage_content a {
	color:#003366;
	text-decoration: none;
}
.textpage_content a:hover {
	color:#669933;
}
h1.textpage  {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#003366;
}
form {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
}
form em {
	color:#ff0000;
}
.forma table td {
	padding:10px;
}
table.distributors {
	border-collapse:collapse;
}
table.distributors td {
	border:1px solid #666666;
}
table.distributors td a {
	font:12px Arial, Helvetica, sans-serif;
	color:#68af2d;
	text-decoration:none;
}
table.distributors td a:hover {
	text-decoration:underline;
}
#banners {
	position: relative;
	display: table;
	width: 152px;
	height: 100%;
}
#banners div {
	display: block;
	width: 152px;
	height: 114px;
}

#banners .banner {
	display: block;
	position: relative;
	margin: 5px 0;
	clear: both;
}
#banners .banner .flash_box {
	margin: 0;
}
#register_form {
	display: block;
	padding: 5px;
}
#register_form span {
	clear: both;
	display: block;
	padding: 1px 0;
	height: 40px;
}
#register_form label {
	display: block;
	padding-right: 3px;
}
#register_form #special {
	background: #f7f7f7;
	border: 1px solid #cccccc;
	display: block;
	padding: 5px;
}
#register_form #special .no_margin {
	margin: 0;
}
#register_form #special .tab {
	border-left: 5px solid #1e3c6c;
	padding-left: 5px;
}
#register_form a {
	color: #1e3c6c;
	text-decoration: none;
}
#register_form a:hover {
	text-decoration: underline;
}
#register_form span input {
	float: left;
}
#register_form span .err {
	float: left;
	margin-left: 4px;
	border-left: 2px solid #ff0000;
	padding-left: 4px;
	font: 12px Arial, Helvetica, sans-serif, sans;
	padding-top: 2px;
	padding-bottom: 2px;
}
.login_fix {
	width: 123px;
	padding-left: 28px;
	display: block;

}
table#cart {
	border-collapse: collapse;
	width: 99%;
}

table#cart tr.header {
	background: #68af2d;
	color: #ffffff;
}

table#cart tr td {
	border: 1px solid #68af2d;
}
table#cart tr td.noborder {
	border: 0 none;
}

table#cart tr td .amount {
	width: 22px;
	text-align: center;
}

table#cart tr.footer td {
	border: 0;
}

table#cart tr.footer .border {
	border: 1px solid #68af2d;
}

table#cart tr.row td {
	height: 30px;
	vertical-align: middle;
}

.desc_cont {
	border: 1px solid #e7e7e7;
	background: #f7f7f7;
	padding: 5px;
	width: 625px;
	margin: 0 auto;
}
