/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top: 0;
	padding-top: 0;
}
	
a img, :link img, :visited img { border:none; }
ul { }


/**********************************************/
/* HEADINGS */
h1, h2, h3 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: Tahoma;
         font-weight: normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:18px; color: #15689a; font-weight: bold; }
h2 { font-size:14px; color: #CA001E; font-weight: bold; }
h3 { font-size:16px; color: #B26419; font-weight: normal; }
h4 { font: normal 16px Tahoma; color: #B26419; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
}

div{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #fff;
}

/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/
html{
	background:#000;
}

html,body{ 
	text-align: center;
	height: 100%; 
}

body{
	margin: 0;
	padding: 0;

}


/******************************************************
			SECONDARY BOXES
******************************************************/
#pages {
    padding: 0 0 15px 0;
    text-align: right;
	color:#7c7c7c;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#pages a
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	
}

.sendFriend{
	float:left;
	padding-top:30px
}
.productPhoto
{
	display:block;
	background:url(../../../graphics/bgProduct.gif);
	width:115px;
	height:115px;
	padding:3px 0px 0px 2px;
	overflow:hidden;
	float:left;
	
}

.product{
	float:left;
	margin-right:12px;
}

.photo115
{
	width:112px;
	height:112px;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
}


.newsTitle{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	padding-bottom:20px;
}

.newsContent
{
	color:#fff;
	text-align:justify;
}
.morePng
{
	width:73px;
	height:36px;
	background:url(../../../graphics/more.png) no-repeat;
	text-align:center;
	padding-top:5px;
	float:right;
}

* html .morePng
{
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='site/graphics/more.png', sizingMethod = 'image' );
}

.morePng a{
	color:#fff;

}

.morePng a:hover
{
	color:#fff;
}

#witamyShadow
{
	width:204px;
	height:22px;
	background:url( ../../../graphics/bgShadowBig.png ) right bottom no-repeat;
	float:right;
	margin-right:20px;
}

* html #witamyShadow
{
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='site/graphics/bgShadowBig.png', sizingMethod = 'image' );
}


#leftHome{
	float:left;
	width:343px;
	padding-left:21px;
	color:#fff;
	text-align:justify;
	padding-top:1px;
}


#witamyBox
{
	height:110px;
	padding-bottom:30px;
	
}

#witamyBox #text
{
	padding-top:35px;
	float:right;
	width:225px;
	text-align:justify;
}

#rightHome #textR
{
	padding-top:15px;
	text-align:justify;
	color:#fff;
	
}



#rightHome #parentPhotoFF
{
	background-color:#FFF;
	width:113px;
	height:114px;
}

#witamyBox #parentPhoto71
{
	float:left;
	background-color:#717171;
}

#witamyBox #photo84
{
	width:84px;
	height:85px;
	background-repeat:no-repeat;
	background-position:center;
}

#rightHome #photo115
{
	width:113px;
	height:114px;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
}


#rightHome
{
	float:left;
	padding-left:40px;
	width:150px;
	text-align:left;
	position:relative;
	overflow:hidden;
}

#lang{
	height:15px;
	padding-top:25px;
	padding-left:10px;
	text-align:left;
	padding-bottom:375px;
}

#banner{
	height:327px;
	position:absolute;
	top:40px;
	right:73px;
}
#divHome
{
	padding-top:56px;
	background:url(../../../graphics/bgHome.gif) no-repeat;
	min-height:300px;
	margin-top:2px;
}

* html #divHome
{
	height:300px;
	overflow:visible;	
}

#infoForm
{
	color:red;
	padding-bottom:15px;
	padding-left:45px;
	font-weight:bold;

}

#titleForm{
	color:#fff;
	font-weight:bold;
	background:url(../../../graphics/icoPhone.gif) 38px 0px no-repeat;
	padding-bottom:15px;
	padding-left:75px;
	text-align:left;
}
#phoneForm
{
	margin-top:40px;
	padding-top:30px;
	background:url(../../../graphics/line.gif) right 0px no-repeat;
	
}
#phoneForm input
{
	background:url(../../../graphics/bgInput.gif) no-repeat;
	border:none;
	width:115px;
	height:15px;
	font-size:10px;
	padding:3px 5px;
	float:right;
	margin-bottom:5px;
}

#phoneForm textarea
{
	background:url(../../../graphics/bgTextarea.gif) no-repeat;
	width:115px;
	height:58px;
	border:none;
	padding:5px 5px;
	float:right;
}

#phoneForm button
{
	background:none;
	border:none;
	float:right;
	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
	margin-top:5px;
}

#formShadow
{
	width:134px;
	height:30px;
	background:url( ../../../graphics/bgShadow.png ) right bottom no-repeat;
	float:right;
}

* html #formShadow
{
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='site/graphics/bgShadow.png', sizingMethod = 'image' );
}

#footer
{
	width:785px;
	margin:auto;
	height:107px;
	background:url( ../../../../site/graphics/bgFooter.gif ) 600px 0px no-repeat;
	padding-right:155px;
	text-align:right;
	padding-top:10px;
}

#footer a
{
	color:#7c7c7c;
	font-weight:normal;
}


.menuCategory
{
	display:block;
	color:#dadada;
	background:url(../../../graphics/bgMenu2.gif) left repeat-y;	
	text-align:left;
	font-size:12px;
	padding:5px 0px 5px 65px;
	font-weight:normal;
}

.menuCategory:hover
{
	color:#fff;
	font-weight:normal;
	outline:none;
}

#bgMenuTop{
	width:162px;
	background:url(../../../graphics/bgMenuTop.gif) left bottom no-repeat;
	padding-top:220px;
}

#bgMenuBottom{
	width:162px;
	background:url(../../../graphics/bgMenuBottom.gif) left top no-repeat;
	height:10px;
}

#left{
	width:162px;
	float:left;
	padding-left:64px;
	padding-right:28px;
	position:relative;
}

#logo{
	position:absolute;
	left:8px;
	top:12px;
}

#right{
	width:605px;
	float:left;
}
.menu
{
	display:block;
	color:#fff;
	background:url(../../../graphics/bgMenu.gif) left repeat-y;	
	text-align:left;
	font-size:12px;
	padding:5px 0px 5px 45px;
}

.menu:hover
{
	color:#fff;
	outline:none;
}

#top{
	width:940px;
	height:416px;
	position:absolute;
	background:url(../../../graphics/bg.gif) top left no-repeat;
	z-index:-1;
}
#a1{
	width:940px;
	margin:auto;
	background:url(../../../graphics/bgRepeat.gif) top center repeat-y;
	position:relative;
	z-index:10;
	}

#a2{
	background:url(../../../graphics/bgBottom.gif) center bottom no-repeat;
	width:940px;
	z-index:100;
}

	
.clearBoth{
	clear:both;
	height:0px;
	overflow:hidden;
	}

/******************************************************
			FONT
******************************************************/

.Title{
	font-weight: bold;
	font-size: 14px;
	color: #86141b;
}

.newsTitle{
	font-weight: bold;
}

.noInput{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #a9a9a9;
}

.font11{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #118f40;
}

.font11_red_bold{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
}

.font10_bold{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
}

.font11_bold{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

.font12_bold{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.font11_violet{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #5F3076;
}

.font12_violet{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #5F3076;
}

.font_menu{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

#left ul li{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #86141b;
}

#F01 ul li{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 9px;
	color: #fff;
}

/******************************************************
			LINK
******************************************************/


.link10{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #63baf2;
	text-decoration: none;
}

.link10:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #63baf2;
	text-decoration: underline;
}


.link11_orange{
	font-family: Tahoma;
	font-weight: bold;
	color: #f28545;
	text-decoration: none;
}

.link11_orange:hover{
	font-family: Tahoma;
	font-weight: bold;
	color: #f28545;
	text-decoration: underline;
}

.galleryImg a{
	font-family: Tahoma;
	font-weight: bold;
	color: #118f40;
	text-decoration: none;
}

.galleryImg a:hover{
	font-family: Tahoma;
	font-weight: bold;
	color: #118f40;
	text-decoration: none;
}

.linkNewsTitle{
	font-family: Tahoma;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.linkNewsTitle:hover{
	font-family: Tahoma;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

#footer div a{
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	color: #707070;
	text-decoration: none;
}

#footer div a:hover{
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	color: #707070;
	text-decoration: none;
}

a{
	font-family: Tahoma;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a:hover{
	font-family: Tahoma;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

#left ul li a{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #86141b;
	text-decoration: none;
}

#left ul li a:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#search ul li a{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#search ul li a:hover{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #118f40;
	text-decoration: underline;
}

.subMenu li a{
	color: #118f40 !important;
}

.subMenu li a:hover{
	color: #ff0000 !important;
}

#news ul li a{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#news ul li a:hover{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.link12_violet{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #5F3076;
}

.link12_violet:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

/******************************************************
			FORM
******************************************************/

fieldset.contact {
	border: 0 !important;
	width: 250px !important;
	padding: 0;
	text-align: left;
}

div.form {
	overflow: hidden;
	margin-bottom: 0.5em;
	clear: both;
}

.label{
	display: block;
	float: left;
	text-align: left;
	padding: 2px 4px 0 0;
	font-weight: normal;
	width: 150px;
}

label{
	display: block;
	float: left;
	text-align: right;
	padding: 2px 4px 0 0;
	font-weight: normal;
	width: 150px;
}

input.text,
textarea {
	float: left;
	border: 1px solid #000;
	background-color: #FFF;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
}

.form10{
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: none;
    color: #000;
}

.noInput{
	border: 0;
    background: none;
}

.inputSearch{
	background: url( ../../../../site/graphics/bgSearch.gif ) no-repeat;
	width: 157px;
	height: 17px;
	padding: 3px 20px 0 10px;
}

.searchInput{
	border: 1px solid #c9c9c9;
	font-family: Tahoma;
    font-weight: normal;
    font-size: 10px;
    background: none;
    color: #c9c9c9;
    width: 168px;
    padding: 4px 10px 4px 10px;
}

.searchSubmit{
	border: 0;
	background: none;
	width: 80px;
	cursor: pointer;
	margin: 2px 0 0 0;
}

form{
	margin: 0;
}
