body
{
	color: #ffffff;
	font-family: georgia,garamond,serif;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
}

h1
{
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

h4
{
	font-size: 1.3em;
}

img
{
	border: none;
}

br
{
	clear: both;
}

b
{
	font-weight: bold;
}


/*----------------------------------------------------------/
/                          GALLERY                          /
/----------------------------------------------------------*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
	background-color: #1b3665;
	width: 100%;
	max-height: 900px;
	border: none;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
}

#topGallery
{
	height: 71px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #1b3665 url("../images/bg-topGallery.jpg") top center no-repeat;
	border-bottom: 1px solid #ffffff;
}


#navGallery
{
	width: 45px;
	height: 45px;
	float: right;
	margin: 10px 83px 0 0;

}

span.number
{
	font-size: 12px;
	color: #FFFFFF;
   font-family: Georgia,Courier,"Times New Roman",serif;
}


#bottomGallery-bg
{
	text-align: left;
	background: #1b3665 url("../images/bg-content-top.jpg") top repeat-x;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: auto;
	z-index: 15;
	margin: 0;
	padding: 0;
}

#bottomGallery
{
	margin: 0;
	padding: 0;
	background: transparent url("../images/bg-content.jpg") top left no-repeat;
	height: 100%;
	width: 100%;
	position: relative;
}


.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
	text-align: center;
}


.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background: transparent url("../images/ajax-loader.gif") center center no-repeat;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/ajax-loader.gif");
}

.jdGallery .slideInfoZone
{	
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 71px;
	height: 60px;
	color: #990000;
	text-indent: 0;
	overflow: hidden;
}


.jdGallery .slideInfoZone div.myTrans
{
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #000000;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
   	font: bold 19px Georgia, Arial, Helvetica,serif;
	text-align:right;
	margin: 15px 10px 5px 25px;
  	color: #FFFFFF;
	letter-spacing: 1px;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-family: Georgia;
	font-size: 14px;
	text-align:right;
	margin: 2px 10px 2px 25px;
	color: #FFFFFF;
	font-style: italic;
	letter-spacing: 1px;
}


.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	width: 22px;
	height: 35px;
	cursor: pointer;
	position:absolute;
	z-index: 10;
	top: 15px;
}

.jdGallery a.left
{
	right: 40px;
    top: 26px;
	background: url("../images/go-prev.png") no-repeat center left;
}

.jdGallery a.right
{
	right: 16px;
     top: 26px;
	background: url("../images/go-next.png") no-repeat center right;
}


.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
}


/*-----------------------------------------------------/
/                    GRAL ELEMENTS                     /
/-----------------------------------------------------*/

#bottomGallery .ac-info
{	
	background: none;
	margin: 0 0 0 30px;
	padding: 0;
; border: #000066; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px
}

#bottomGallery .ac-info p
{
	width: 670px;
}

span.copyright
{
	color: #FFFFFF;
	font: 11px/18px Geneva, Arial, Helvetica, san-serif;
	float: right;
}

#bottomGallery .ul-inline
{
	float: left;
	width: 420px;
	margin-right: 25px;
}

#bottomGallery .loading
{
	background: transparent url("../images/loader.gif") 20px 20px no-repeat;
	height: 50px;
	width: 50px;
}


#bottomGallery h2
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 30px;
}

#bottomGallery h3
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
}

#bottomGallery p, #bottomGallery ul, #bottomGallery a
{
	color: #FFFFFF;
	font: 11px normal Verdana,Arial,Helvetica,sans-serif;
	line-height: 18px;
	letter-spacing: 1px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bottomGallery a
{
	text-decoration: none;
}

#bottomGallery ul
{
	padding: 0;
}

#bottomGallery ul li
{	
	margin: 0;
	padding: 0 0 0 15px;
	background: transparent url("../images/bullet-01.gif") 0 6px no-repeat;
}

#bottomGallery fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

#bottomGallery .notes
{
	font-style: italic;
	font-size: 11px;
	margin-top: 25px;
}


#product-img
{
	width:222px;
	height: 172px;
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
	padding: 0;
}

#product-img img
{
	margin: 0;
	border-top: 1px solid #0C3041;
	border-right: 1px solid #215974;
	border-bottom: 1px solid #215974;
	border-left: 1px solid #0C3041;
}

#ba-products
{
	width: 360px;
	float: left;
	padding-left: 20px;
}

#ba-products .product-toggler
{
	margin: 0 0 3px 0;
	padding-left: 22px;
	cursor: pointer;
}

.ac-active
{
	background: transparent url("../images/bullet-02.gif") 7px 5px no-repeat;
}

.
ac-deactive
{
	background: transparent url("../images/bullet-03.gif") 7px 5px no-repeat;
}

#ba-products .product-toggler p
{
	width: 320px;
	padding-bottom: 9px;
	background: transparent url("../images/dot-bos.gif") bottom repeat-x;
}

#ba-products ul.product-elem
{
	padding-left: 23px;
	margin-bottom: 2px;
}

#ba-products ul.product-elem li
{
	background-image: none;
	color:#FFF;
	padding: 2px 0 0 20px;
	cursor: pointer;
}

#ba-products ul.product-elem li.prod-current, .prod-current
{
	background: transparent url("../images/bullet-04.gif") 5px 6px no-repeat;
}


/*-----------------------------------------------------/
/                       MAIN MENU                      /
/-----------------------------------------------------*/

#logo-top
{
	position: absolute;
	height: 79px;
	width: 270px;
	z-index:99999;
	background:url(../images/logo_top.png) no-repeat;
	text-indent: -9999px;
	margin: 28px 0 4px 27px;
}

#logo
{
	height: 45px;
	width: 312px;
	background: transparent url("../images/logo.gif") top left no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 27px!important;
	margin-left: 14px;
}

#fancymenu 
{
	position: relative;
	height: 25px;
	width: 520px;
	background: none;
	padding: 1px 0;
	margin: 20px 5px 5px 0;
	overflow: hidden;
	float: right;
}

#fancymenu ul 
{
	padding: 0;
	margin: 0;
   font-family: Geneva, Arial, Helvetica, san-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   color: #FFFFFF ;

}

/* Don't apply padding here (offsetWidth will differ in IE). If you need padding add it to the child anchor */
#fancymenu ul li
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}

#fancymenu ul li a
{
	z-index: 10;
	display: block;
	float: left;
	height: 25px;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 0 0 2px;
	text-align: center;
	font-size: 13px;
}

#fancymenu ul li hover
{
	z-index: 10;
	display: block;
	float: left;
	height: 25px;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 0 0 2px;
	text-align: center;
	font-size: 13px;
}

#m_home a {
	width: 100px;

 }

#m_product a {
	width: 90px;
}

#m_factory a {
	width: 80px;
}

#m_querry a {
	width: 90px;
}

#m_contac a {
	width: 65px;
}



#fancymenu li.background 
{
	background: url("../images/bg-menu-right.jpg") no-repeat top right;
	z-index: 8;
	position: absolute;
	top: 1px;
	visibility: hidden;

}

#fancymenu .background .left
{
	background: url("../images/bg-menu.jpg") no-repeat top left;
	height: 25px;
	margin-right: 5px;
}


/*-----------------------------------------------------/
/                        FORMS                         /
/-----------------------------------------------------*/

#bottomGallery p.p-inline
{
	float: left;
	width: 190px;
	margin-right: 30px;
}

#bottomGallery p.p-inline br
{
	line-height: 30px;
}

#bottomGallery p.p-right
{	
	float: right;
	width: 300px;
	margin: 10px 150px 0 0;
	padding-bottom: 0;
}

#bottomGallery .ba-txt, #bottomGallery .ba-txtarea
{
	background-color: #9D885F;
	border: 1px solid #736446;
}

#bottomGallery .ba-txt
{
	width: 180px;
}

#bottomGallery #ba-msg
{
	width: 400px;
	height: 48px;
}

#bottomGallery #ba-send
{
	margin-left: 15px;
	background-color: #736446;
	border: none;
	cursor: pointer;
}

#bottomGallery .required
{
	color: #FFF;
	font-size: 11px;
}

#bottomGallery #ba-loads
{
	float: left;
	padding: 10px 26px;
}

#bottomGallery #ba-loads p
{
	width: 250px;
}

#bottomGallery #ba-loads p strong
{
	color: #FFF;
}

#bottomGallery #show-advice
{
	width: 600px;
	height: 600px;
}


.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{
border: 1px solid #ccc;
}


.gorta {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; text-align: justify}
