@charset "utf-8";

body {
	font: 11px Tahoma, Arial, Verdana;
	background-color: #77000E;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}

ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
form {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
h1, h2, h3, h4 {
    padding:0px;
    margin:0px;
    font-size:inherit;
    *font-size:12px;
    font-weight:normal;
    display:inline;
}

#fader {
	width:665px;
	height:220px;
	margin: 0;
	z-index: 1;
	*position:relative;
}

#fader img{
	display:none;
	position:absolute;
	margin:0px auto;
}

#holder {
	width:1000px;
	margin:0px auto;
}
#holder #top {
	width:1000px;
	height:299px;
}
#holder #top #logo {
	width:335px;
	height:299px;
	float:left;
	text-align:right;
}
#holder #top #rest {
	width:665px;
	height:299px;
	float:left;
}
#holder #top #rest #rotator {
	width:665px;
	height:220px;
	background-image:url(../img/top_bg.jpg);
	background-repeat:no-repeat;
}
#holder #top #rest #title {
	width:665px;
	height:79px;
}
#holder #conteiner {
	width:1000px;
	min-height:350px;
}
#holder #conteiner #left {
	width:278px;
	padding-left:57px;
	float:left;
}
#holder #conteiner #right {
	width:665px;
	float:left;
}
#holder #conteiner #right .product {
	width:570px;
	margin:0px auto;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #A86069;
}
#holder #conteiner #right .product .product-left {
	width:280px;
	float:left;
}
#holder #conteiner #right .product .product-right {
	width:285px;
	margin-left:5px;
	float:left;
}
#holder #conteiner #right .product .product-left .product-title {
	width:100%;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	color:#F6455A;
}
#holder #conteiner #right .product .product-left .product-desc {
	width:100%;
	font-size:12px;
	color:#FFFFFF;
	text-aling:justify;
}
#holder #conteiner #right .product .product-right .product-get {
	width:100%;
	margin-bottom:10px;
	text-align:center;
}
#holder #conteiner #right #text {
	width:560px;
	margin-left:50px;
	line-height:180%;
	padding-top:20px;
	padding-bottom:20px;
	text-align:justify;
	font-size:12px;
}
#holder #conteiner #right #contact-left {
	width:190px;
	padding-right:20px;
	float:left;
}
#holder #conteiner #right #contact-right {
	width:350px;
	float:left;
	color:#000000;
}
#holder #conteiner #right #form-left {
	margin-top:50px;
	width:180px;
	float:left;
}
#holder #conteiner #right #form-left #form-info {
	padding:10px;
	border:1px solid #90303B;
	line-height:16px;
	text-align:left;
}
#holder #conteiner #right #form-left span {
	margin-top:10px;
	color: #C7969C;
	display:block;
}
#holder #conteiner #right #form-right {
	margin-left:30px;
	margin-top:50px;
	width:350px;
	float:left;
}
#holder #conteiner #right #submit {
	margin:5px 0 20px 110px;
}
#holder #conteiner #right table {
	width:100%;
	height:260px;
}
#holder #conteiner #right table label {
	text-align:right;
	display:block;
	margin-right:10px
}
#holder #conteiner #right table input,#holder #conteiner #right table textarea,#holder #conteiner #right table select {
	/*margin-left:10px;*/
}
#holder #conteiner #right #text ul {
	margin-top:10px;
}
#holder #conteiner #right #text ul li {
		margin-bottom:4px;
		background-image:url(../img/_dot.gif);
		background-repeat:no-repeat;
		background-position:left center;
		padding-left:15px;
		font-size:14px;
}
#holder #conteiner #left ul {
	width:278px;
	min-height:352px;
	list-style:none;
	padding:0px;
	margin:0px;
	padding-top:27px;
	background-image:url(../img/menu-bg.gif);
	background-position:6px 0px;
	background-repeat:no-repeat;
}
#holder #conteiner #left ul li {
	width:175px;
	height:41px;
	list-style:none;
	float:right;
	margin-right:35px;
}

#holder #conteiner #left ul li a.m1 {
	width:175px;
	height:41px;
	display:block;
	background-image:url(../img/m1.png);
	background-repeat:no-repeat;
}
#holder #conteiner #left ul li a.m1:hover,#holder #conteiner #left ul li a.m1-selected {
	width:175px;
	height:41px;
	display:block;
	background-image:url(../img/m1-on.png);
	background-repeat:no-repeat;
}
#holder #conteiner #left ul li a.m2 {
	width:175px;
	height:41px;
	display:block;
	background-image:url(../img/m2.png);
	background-repeat:no-repeat;
}
#holder #conteiner #left ul li a.m2:hover,#holder #conteiner #left ul li a.m2-selected {
	width:175px;
	height:41px;
	display:block;
	background-image:url(../img/m2-on.png);
	background-repeat:no-repeat;
}
#holder #conteiner #left ul li a.m3 {
	width:175px;
	height:41px;
	display:block;
	background-image:url(../img/m3.png);
	background-repeat:no-repeat;
}
#holder #conteiner #left ul li a.m3:hover,#holder #conteiner #left ul li a.m3-selected {
	width:175px;
	height:41px;
	display:block;
	background-image:url(../img/m3-on.png);
	background-repeat:no-repeat;
}
#holder #conteiner #left ul li a.m4 {
	width:175px;
	height:41px;
	display:block;
	background-image:url(../img/m4.png);
	background-repeat:no-repeat;
}
#holder #conteiner #left ul li a.m4:hover,#holder #conteiner #left ul li a.m4-selected {
	width:175px;
	height:41px;
	display:block;
	background-image:url(../img/m4-on.png);
	background-repeat:no-repeat;
}
#holder #conteiner #left ul li a.m5 {
	width:175px;
	height:41px;
	display:block;
	background-image:url(../img/m5.png);
	background-repeat:no-repeat;
}
#holder #conteiner #left ul li a.m5:hover,#holder #conteiner #left ul li a.m5-selected {
	width:175px;
	height:41px;
	display:block;
	background-image:url(../img/m5-on.png);
	background-repeat:no-repeat;
}

#footer {
	width:100%;
	height:124px;
	background-image:url(../img/fbg.gif);
	background-repeat:repeat-x;
}
#footer #inside {
	width:1000px;
	height:124px;
	margin:0px auto;
	background-image:url(../img/fbr.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#footer #inside #left {
	width:40%;
	float:left;
	margin-top:5px;
	padding-left:13%;
}
#footer #inside #left #logos {
	width:100%;
	margin-bottom:5px;
}
#footer #inside #left #logos a {
	display:block
}
#footer #inside #left #logos #l1 {
	width:141px;
	height:61px;
	float:left;
	background-image:url(../img/b_01a.jpg);
	background-repeat:no-repeat;
}
#footer #inside #left #logos #l1:hover {
	background-image:url(../img/b_01b.jpg);
	background-repeat:no-repeat;
}
#footer #inside #left #logos #l2 {
	width:55px;
	height:61px;
	float:left;
	background-image:url(../img/b_02a.jpg);
	background-repeat:no-repeat;
}
#footer #inside #left #logos #l2:hover {
	background-image:url(../img/b_02b.jpg);
	background-repeat:no-repeat;
}
#footer #inside #left #logos #l3 {
	width:129px;
	height:61px;
	float:left;
	background-image:url(../img/b_03a.jpg);
	background-repeat:no-repeat;
}
#footer #inside #left #logos #l3:hover {
	background-image:url(../img/b_03b.jpg);
	background-repeat:no-repeat;
}
#footer #inside #left #euro {
	width:300px;
	padding-left:4%;
	text-align:justify;
	font-size:10px;
	color:#B2B2B2;
}
#footer #inside #right {
	width:45%;
	float:left;
	color:#676554;
	margin-top:20px;
	padding-left:2%;
}
#footer #inside #right div {
	margin-bottom:10px;
}
#footer #inside #right a {
	font-size:11px;
	color:#676554;
}
#footer #inside #right a:hover {
	text-decoration:underline;
}
span.frame {
	width:265px;
	height:173px;
	margin:10px;
	display:block;
	text-align:center;
	padding-top:13px;
	background-image:url(../img/frame.gif);
	background-repeat:no-repeat;
}

.amount{
	width: 20px;
	text-align:center;
	}

.i_first{
	margin-left:14px;
	}

.i_second{
	margin-left:2px;
	}
	
.i_third{
	margin-left:15px;
	}


.size10 {font-size:10px;}
.size12 {font-size:12px;}
.size13 {font-size:13px;}
.size14 {font-size:14px;}
.size15 {font-size:15px;}
.size16 {font-size:16px;}
.size17 {font-size:17px;}
.size18 {font-size:18px;}
.normal {font-weight:normal;}
.float_left {float:left;}
.bold {font-weight:bold;}
.text_left {text-align:left;}
.text_center {text-align:center;}
.text_justify {text-align:justify;}
.text_right {text-align:right;}
.def_clear {clear:left;}
.def_both {clear:both;}
.def_clear_right {clear:right};
.no_border {border:0px}
.ver_middle {vertical-align:middle;}
.pointer {cursor:pointer;}
.green {color:#347b09;}
.white {color:#FFFFFF;}
.green2 {color:#728C43;}
.red {color:#BC1A22;}
.ping {color:#F6455A;}
.black {color:#000000;}
.grey555 {color:#545550;}
.grey {color:#aeaeae;}
.blue {color:#016597;}
.gold {color:#a58304;}
.orange {color:#D75E33;}
.form_class {padding:0px;margin:0px;}
.line-through {text-decoration:line-through}

a:link    {text-decoration: none;		color:#303443;}
a:visited {text-decoration: none;		color:#303443;}
a:hover   {text-decoration: underline;   color:#303443;}
a:active  {text-decoration: none;		color:#303443;}

#text a:link    {text-decoration: none; font-weight:bold; color:#D5293E;}
#text a:visited {text-decoration: none; font-weight:bold; color:#D5293E;}
#text a:hover   {text-decoration: underline; font-weight:bold; color:#D5293E;}
#text a:active  {text-decoration: none; font-weight:bold; color:#D5293E;}

a.mail:link    {text-decoration: none;		color:#D5293E;}
a.mail:visited {text-decoration: none;		color:#D5293E;}
a.mail:hover   {text-decoration: underline;   color:#D5293E;}
a.mail:active  {text-decoration: none;		color:#D5293E;}

a.more:link    {text-decoration: none;color:#FFFFFF;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}
a.more:visited {text-decoration: none;color:#FFFFFF;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}
a.more:hover   {text-decoration: none;color:#FF9640;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}
a.more:active  {text-decoration: none;color:#FFFFFF;padding:3px;padding-top:1px;padding-bottom:1px;background-color:#153D6F;display:block;float:right;margin-top:10px;}

a.item_link:link    {text-decoration: none;	color: #FFFFFF;}
a.item_link:visited {text-decoration: none;	color: #FFFFFF;}
a.item_link:hover   {text-decoration: none; color: #FFFFFF;}
a.item_link:active  {text-decoration: none;	color: #FFFFFF;}

a.red_link:link    {text-decoration: none;	color: #8c080a;}
a.red_link:visited {text-decoration: none;	color: #8c080a;}
a.red_link:hover   {text-decoration: none;  color: #8c080a;}
a.red_link:active  {text-decoration: none;	color: #8c080a;}

a.grey_link:link    {text-decoration: none;	color: #aeaeae;}
a.grey_link:visited {text-decoration: none;	color: #aeaeae;}
a.grey_link:hover   {text-decoration: none; color: #aeaeae;}
a.grey_link:active  {text-decoration: none;	color: #aeaeae;}

a.black_link:link    {text-decoration: none;	color: #000000;}
a.black_link:visited {text-decoration: none;	color: #000000;}
a.black_link:hover   {text-decoration: none;    color: #000000;}
a.black_link:active  {text-decoration: none;	color: #000000;}

a.green_link:link    {text-decoration: none;		color: #38A260;}
a.green_link:visited {text-decoration: none;		color: #38A260;}
a.green_link:hover   {text-decoration: none;	color: #38A260;}
a.green_link:active  {text-decoration: none;		color: #38A260;}

a.footer_link:link    {text-decoration: underline;	  color: #595959;}
a.footer_link:visited {text-decoration: underline;	  color: #595959;}
a.footer_link:hover   {text-decoration: none;	  color: #595959;}
a.footer_link:active  {text-decoration: underline;	  color: #595959;}