@charset "utf-8";
* {
	outline: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	background-color: #256f9c;
	margin: 0;
	color: #fff;
}

#container {
	width: 950px;
	margin: 0 auto;
	background-image: url(/pics/bg-container.jpg);
	background-repeat: no-repeat;
	padding: 0 25px;
}
#top {
	width: 950px;
	height: 176px;
}
#top .left {
	width: 300px;
	float: left;
}
#top .right {
	width: 630px;
	float: left;
	margin: 10px 0 0 20px;
}
#top .fb {
	height: 80px;
}
#quicklinks {
	width: 300px;
	margin: 30px 0;
}
#quicklinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#quicklinks ul li {
	float: left;
	margin-right: 15px;
}
#quicklinks ul li a {
	color: #337096;
	background-repeat: no-repeat;
	padding-left: 13px;
	font-size: .9em;
}
#quicklinks ul li a:hover {
	color: #000;
}
#quicklinks ul li a.home {
	background-image: url(/pics/ic-home.jpg);
	background-position: 0 3px;
}
#quicklinks ul li a.sitemap {
	background-image: url(/pics/ic-sitemap.jpg);
	background-position: 0 1px;
}
#quicklinks ul li a.contact {
	background-image: url(/pics/ic-contact.jpg);
	background-position: 0 4px;
}
#logo {
	clear: both;
	width: 300px;
	margin-top: 45px;
}
#promo {
	width: 950px;
	height: 198px;
	margin: 20px 0 10px 0;
}
#bottom {
	width: 100%;
	height: 131px;
	margin: 20px auto 0 auto;
	background-image: url(/pics/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#bottom .inner {
	width: 950px;
	margin: 0 auto;
	padding-top: 40px;
}
#bottom ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 450px;
}
#bottom ul li {
	margin-right: 15px;
	float: left;
}
#bottom ul li a {
	font-size: .9em;
	color: #4b7893;
	font-weight: bold;
}
#bottom ul li a:hover {
	color: #fff;
}
#bottom #copyright {
	clear: left;
	margin-top: 20px;
	text-align: center;
	font-size: .9em;
	color: #4b7893;
}
#bottom-extender {
	width: 100%;
	background-color: #193241;
}
#content {
	width: 950px;
	clear: both;
	margin-top: 20px;
}
#content .left {
	width: 260px;
	float: left;
	margin-right: 30px;
}
#content .right {
	width: 660px;
	float: left;
}




a {
	text-decoration: none;
	color: #001927;
	font-weight: bold;
}
a:hover {
	color: #000;
}
a img {
	border: none;
}
h1 {
	margin: 10px 0;
	font-size: 22px;
	color: #fff;
}
h2 {
	margin: 10px 0;
	font-size: 18px;
	color: #fff;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form {
	margin: 0;
}
.textbox {
	background-color: #fff;
	border: 1px solid #174764;
	padding: 3px;
}
.btb {
	background-image: url(/pics/bg-btb.jpg);
	background-repeat: repeat-x;
	border: 1px solid #174764;
	height: 22px;
	color: #174764;
	font-weight: bold;
}


.clear {
	clear: both;
	font-size: 1px;
}
ul.list1 {
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 15px;
}
.bread {
	font-size: .9em;
	color: #193241;
	font-weight: bold;
}
.bread a {
	color: #C6DAE8;
}
.bread a:hover {
	color: #000;
}
.top20 {
	height: 20px;
	clear: both;
}
.caption {
	float:left;
	clear:left;
	width: 29%;
	text-align:right;
	margin-right: 1%;
	padding-top: 4px;
	margin-bottom: 5px;
}
.caption1 {
	float:left;
	clear:left;
	width: 29%;
	text-align:right;
	margin-right: 1%;
	font-weight: bold;
}
.field {
	float:left;
	width: 69%;
	margin-bottom: 5px;
}
.field img {
	vertical-align: middle;
	cursor: help;
}
.field input {
	vertical-align: middle;
}
.warn-announce {
	padding: 3px;
	background-color: #F8EAE9;
	border: 2px dotted #cc0000;
	color: #cc0000;
	margin: 5px 0;
	clear: left;
}
.warn-announce a {
	color: #C00;
}
.nice-announce {
	padding: 3px;
	background-color: #EBF3CF;
	border: 1px dotted #CBE4B8;
	color: #789425;
	font-weight: bold;
	margin: 5px 0;
}
.nice-announce a {
	color: #364211;
}
a.bul {
	background-image: url(/pics/bul1.jpg);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 15px;
}
a.bul:hover {
	background-position: 0 -13px;
}




/* MENU */
ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#menu li {
	float: left;
	width: 106px;
	padding-right: 20px;
}
ul#menu li a {
	display: block;
	width: 106px;
	height: 68px;
	background-repeat: no-repeat;
}
ul#menu li a:hover {
	background-position: 0 -69px;
}
ul#menu li a.menu1 {
	background-image: url(/pics/menu1.jpg);
}
ul#menu li a.menu2 {
	background-image: url(/pics/menu2.jpg);
}
ul#menu li a.menu3 {
	background-image: url(/pics/menu3.jpg);
}
ul#menu li a.menu4 {
	background-image: url(/pics/menu4.jpg);
}
ul#menu li a.menu5 {
	background-image: url(/pics/menu5.jpg);
}


/* BIG PROMO */
#big-promo {
	width: 950px;
	height: 436px;
	clear: left;
	margin-top: 20px;
}
#big-promo .left {
	width: 295px;
	height: 436px;
	float: left;
	background-image: url(/pics/bg-promo-left.jpg);
	background-repeat: no-repeat;
}
#big-promo .right {
	width: 655px;
	height: 436px;
	float: left;
	background-image: url(/pics/bg-promo-right.jpg);
	background-repeat: no-repeat;
}
#big-promo .left a {
	display: block;
	width: 295px;
	height: 436px;
	font-weight: bold;
	color: #c8e89c;
}
#big-promo .left span {
	display: block;
	padding: 300px 10px 0 20px;
}
#big-promo .right a {
	display: block;
	width: 655px;
	height: 436px;
	font-weight: bold;
	color: #c8e89c;
}
#big-promo .right span {
	display: block;
	padding: 140px 230px 0 40px;
}
#big-promo .right big {
	font-size: 20px;
	padding-right: 40px;
}

/* LEFT PROMO */
#content .left .promo {
	margin-top: 15px;
}
#content .left .promo a.butterfly {
	display: block;
	width: 260px;
	height: 396px;
	background-image: url(/pics/promo-butterfly.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #c8e89c;
}
#content .left .promo a.butterfly span {
	display: block;
	padding: 300px 10px 0 20px;
}



/* NEWS */
#news-home {
	width: 349px;
	margin-right: 75px;
	float: left;
}
#news-home .news-line {
	width: 323px;
	height: 83px;
	margin-bottom: 20px;
	padding: 13px;
	background-image: url(/pics/bg-news-home.jpg);
	background-repeat: no-repeat;
}
#news-home .news-line .date {
	width: 80px;
	height: 60px;
	padding-top: 20px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #0f3e59;
	float: left;
}
#news-home .news-line .date span {
	display: block;
	font-size: 40px;
	line-height: 35px;
}
#news-home .news-line .image {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	float: left;
	border: 1px solid #256f9c;
}
#news-home .news-line .title {
	width: 230px;
	height: 40px;
	float: left;
}
#news-home .news-line .title a {
	color: #92b9d2;
	font-weight: bold;
	font-size: .9em;
}
#news-home .news-line .title a:hover {
	color: #fff;
}
#news-home .news-line .brief {
	width: 230px;
	float: left;
	color: #fff;
	font-size: .9em;
}


/* Home categs */
#home-categs {
	width: 526px;
	float: left;
}
#home-categs .left {
	width: 230px;
	float: left;
	margin-right: 66px;
}
#home-categs .right {
	width: 230px;
	float: left;
}
#home-categs .left a, #home-categs .right a {
	background-image: url(/pics/bt-categ.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 30px;
	display: block;
	text-align: center;
	color: #92b9d2;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 15px;
}
#home-categs .left a:hover, #home-categs .right a:hover {
	color: #fff;
}
#home-categs .left a.double, #home-categs .right a.double {
	padding-top: 7px;
	height: 38px;
}

/* Second tpl categs */
#content .left .categs-wrapper {
	background-image: url(/pics/bg-left-cat-ext.jpg);
	background-repeat: repeat-y;
	width: 260px;
}
#content .left .categs {
	width: 240px;
	padding: 70px 10px 0 10px;
	background-image: url(/pics/bg-left-cat-top.jpg);
	background-repeat: no-repeat;
	color: #fff;
}
#content .left .categs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content .left .categs ul li {
	margin-top: 10px;
}
#content .left .categs ul a {
	font-size: 1.2em;
	font-weight: bold;
	color: #92b9d2;
	background-image: url(/pics/bul1.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 18px;
	width: 222px;
	display: block;
}
#content .left .categs ul a:hover {
	background-image: url(/pics/bul2.gif);
	color: #fff;
}
#content .left .categs-btm {
	width: 260px;
	background-image: url(/pics/bg-left-cat-btm.jpg);
	font-size: 1px;
	height: 10px;
}


/* PRODUCTS */
#product h1 {
	width: 630px;
}
#product p {
	text-align: justify;
}
#product .descr {
	width: 440px;
	float: left;
	margin-right: 20px;
}
#product .image {
	width: 200px;
	float: left;
}
#product .image .price {
	font-size: 21px;
	font-weight: bold;
	background-image: url(/pics/bg-price.jpg);
	width: 180px;
	height: 20px;
	padding: 50px 10px 10px 10px;
	color: #1A435B;
	margin-bottom: 15px;
}
#product .image .price small {
	font-size: 13px;
}
#product .image .price a {
	color: #1A435B;
}
#product .image .price a:hover {
	color: #fff;
}
#product table td {
	vertical-align: top;
	padding: 3px;
}
#product table {
	font-weight: bold;
	font-size: .9em;
}
#product table tr.on {
	background-color: #7cbde4;
	color: #154a6b;
}
#product table tr.off {
	background-color: #5899bf;
	color: #fff;
}
#product img.thumb {
	border: 2px solid #537a1c;
}
#product .image .small-gallery {
	width: 200px;
	margin-bottom: 20px;
}
#product .image .small-gallery img {
	margin: 0 10px 10px 0;
	float: left;
}
#product .product {
	width: 660px;
	clear: both;
	margin-bottom: 30px;
	border-bottom: 2px solid #1b6089;
	padding-bottom: 20px;
}
#product .product .thumb {
	width: 160px;
	float: left;
	margin-right: 20px;
}
#product .product .descr {
	width: 480px;
	float: left;
	margin-right: 0;
}
#product .product .descr h2 {
	margin: 0;
}
#product .product .thumb .price {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #7cbde4;
	margin-top: 10px;
}
#product .product .thumb .price a {
	font-size: 16px;
	color: #7cbde4;
}
#product .product .thumb .price a:hover {
	font-size: 16px;
	color: #A5D2ED;
}
#product .product .thumb .price span {
	display: block;
	font-size: 11px;
}
#product hr {
	color: #f00;
	background-color: #0e3d59;
	height: 2px;
	border: none;
}

/* PRODUCTS CATEGS */
.sm-product {
	width: 210px;
	height: 80px;
	float: left;
	margin: 15px 10px 0 0;
}
.sm-product img {
	width: 80px;
	margin-right: 10px;
	float: left;
}
.sm-product a {
	color: #C6DAE8;
	font-size: 15px;
	font-weight: bold;
}
.sm-product a:hover {
	color: #184372;
}


/* Files box */
.box-files-wrapper {
	background-image: url(/pics/bg-files-ext.jpg);
	background-repeat: repeat-y;
	width: 200px;
	clear: both;
	margin-top: 20px;
}
.box-files {
	width: 180px;
	padding: 80px 10px 0 10px;
	background-image: url(/pics/bg-files-top.jpg);
	background-repeat: no-repeat;
	color: #fff;
}
.box-files-btm {
	width: 200px;
	background-image: url(/pics/bg-files-btm.jpg);
	font-size: 1px;
	height: 10px;
}
a.file {
	background-repeat: no-repeat;
	padding-left: 30px;
	min-height: 25px;
	color: #88be3b;
	font-size: .9em;
	font-weight: bold;
	display: block;
	clear: both;
	margin-bottom: 5px;
}
a.file:hover {
	color: #b2de73;
}
/*\*/ * html a.file { height: 25px; } /**/ 
a.pdf {
	background-image: url(/pics/icon-file-pdf.gif);
}

/* Video box */
.box-video-wrapper {
	background-image: url(/pics/bg-files-ext.jpg);
	background-repeat: repeat-y;
	width: 200px;
	clear: both;
	margin-top: 20px;
}
.box-video {
	width: 180px;
	padding: 80px 10px 0 10px;
	background-image: url(/pics/bg-video-top.jpg);
	background-repeat: no-repeat;
	color: #fff;
}
.box-video-btm {
	width: 200px;
	background-image: url(/pics/bg-files-btm.jpg);
	font-size: 1px;
	height: 10px;
}
.box-video a {
	color: #88be3b;
	font-size: .9em;
	font-weight: bold;
}
.box-video a:hover {
	color: #b2de73;
}
.box-video img {
	margin-bottom: 10px;
}


/* ERRORS */
.error {
	color: #c33;
	font-weight: bold;
}
.error a {
	color: #c33;
}
.bg-error {
	padding: 3px;
	background-color: #F8EAE9;
	border: 1px dotted #990000;
	color: #990000;
	margin-bottom: 15px;
}
.bg-error a {
	color: #c00;
}
.error-close {
	width: 10%;
	float: left;
	text-align: right;
	padding-top: .5%;
}
.error-list {
	width: 90%;
	float: left;
	margin: 4px 0;
	padding: 0;
	list-style-type: none;
}
.error-list li {
	margin-bottom: 3px;
	background-image: url(/pics/bul-error.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
}

/* RESULT */
.bg-result {
	padding: 3px;
	background-color: #F0F8E9;
	border: 1px dotted #CBE4B8;
	color: #669900;
	background-image: url(/pics/bg-result.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 30px;
	margin-bottom: 15px;
	font-weight: bold;
}
.result-close {
	width: 20%;
	float: left;
	text-align: right;
	padding-top: .5%;
}
.result-list {
	width: 80%;
	float: left;
	margin: 4px 0;
}

/* NEWS */
.news-left {
	width: 420px;
	float: left;
	margin-right: 20px;
}
.news-left p {
	text-align: justify;
}
.news-left h1 {
	border: none;
	margin: 0;
}
.news-left .thumb {
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #215a83;
}
.news-right {
	width: 197px;
	float: left;
	padding-left: 20px;
	border-left: 3px solid #5f8fad;
}
.news-right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.news-right ul li {
	margin-bottom: 15px;
}
.news-right ul li small {
	color: #fff;
	display: block;
}


/* ABOUT */
#about .thumb {
	float: left;
	margin: 0 15px 15px 0;
	color: #092739;
	font-style: italic;
}
#about .thumb img {
	border: 2px solid #092739;
}
#about .pics {
	width: 270px;
	float: left;
}

/* SITEMAP */
#sitemap {
	margin: 15px 0 0 30px;
}
#sitemap ul {
	list-style-type: square;
	margin: 0;
}
#sitemap ul li.l1 {
	text-transform: uppercase;
	margin-top: 15px;
}
#sitemap ul li {
	margin-top: 3px;
	text-transform: none;
}

/* FAST PRODUCT */
#fastproduct {
	width: 250px;
	height: 40px;
	margin: 15px 0;
	padding: 40px 0 0 10px;
	background-image: url(/pics/bg-fastproduct.jpg);
	background-repeat: no-repeat;
}
#fastproduct select {
	padding: 5px;
	width: 240px;
	background-color: #256f9c;
	border: 2px solid #72a4c3;
	color: #fff;
}
