/***************************************************
                 BWC - VacuumPack
			  made by www.krojac.com
***************************************************/


html, body{
	font:12px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin:0 0 1px 0;
	height:100%;
	padding: 0;
	color: #000;
	background-image:url(../pic/bg-body.png);
	background-position:center top;
	background-repeat:repeat-y;
}

#logo {
	position: absolute;
	display:block;
	top: 80px;
	left:50px;
	height: 44px;
	width:277px;
	z-index: 101;
	}

.clearing{
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow:hidden;
}

.hidden{
	overflow: hidden;
	visibility: hidden;
}

p{
	color: #666;
	font-size:12px;
	line-height:16px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

a, a:hover {
	font-weight: normal;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-decoration: none;
	color:#FF6600;
	font-size: 15px;
}

a:hover {
	text-decoration:underline;
	}

a.big,a.big:hover {font-size:40px;color:#048c79}
a.big:hover {text-decoration:none;color:#999999}

ol li span {
	font-size:12px;
	text-transform:uppercase;
	color:#666;
	}
	
ol li, ol li ul li {color:#666;padding:0}
ol li ul li {
position:relative;
padding-left:15px;
list-style:none;background-image:url(../pic/bg-list.gif);
background-repeat:no-repeat;
background-position:0 2px;
}
a img {border:none}
/***************************************************
			    Main containers
***************************************************/

#container {
	position: relative;
	width: 980px;
	margin:8px auto 0;
	padding:0;
	background-color:#fff;
	overflow: hidden;
}

#container-left, #container-right {
	position: relative;
	float: left;
	display:inline;
	}

#container-left{
	width:300px;
	margin-right:30px;
	padding:20px 0 0 30px;
	}
	
#container-right{
	width:485px;
	padding:50px 30px;
	margin-bottom:20px;
	}

#header{
	position: relative;
	width:100%;
	height:250px;
	margin:0;
	padding:0;
}

#bottom-content	{
	position:relative;
	width:937px;
	margin:0 8px;
	height:88px;
	background-color:#1c1b1c;
	background-image:url(../pic/bg-bottom-content.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	}

/***************************************************
				   HOLDERS
***************************************************/	

#holder{
	position: relative;
	width: 880px;
	overflow:hidden;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 50px;
}

#flash-holder {
	position:relative;
	padding:3px;
	margin:0;
	width:948px;
	}

.holder-content, .holder-content-separator, .holder-content-line, .holder-content-left {
	position: relative;
	float: left;
	width: 100%;
}

.holder-content-line {
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

.holder-content-left {
	width:350px;
	height:80px;
	background-image:url(pic/bottom-content-separator.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding:3px;
	}

.holder-content-separator{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.holder-image {
	position:relative;
	float:left;
	padding:10px;
	background-color:#333;
	margin:0 30px 10px 0;
	}

#language {
	position:absolute;
	right:2px;
	top: 225px;
	}

#language a {
	font-size:13px;
	color:#FFFFFF;
	margin-right:10px;
	text-transform:uppercase;
	}
	
#language a.active, #language a:hover {
	text-decoration:none;
	color:#ff9900;
	}
	
/***************************************************
			HEADING TEXT ELEMENTS
***************************************************/

h1, h2, h3, h4, h5, h6, .date, .comment{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: normal;
	position:relative;
}

h1{
	font-size: 27px;
	letter-spacing:-1px;
	color: #333;
	margin: 0px;
}

h2{
	font-size: 18px;
	text-transform:uppercase;
	font-weight: bold;
	line-height:1;
	padding-bottom:3px;
	color: #999;
	border-bottom:1px solid #ccc;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

h3{
	font-size: 13px;
	color: #333;
	text-transform:uppercase;
	font-weight:bold;
}

h4{
	font-size: 12px;
	line-height:1.5;
	margin:1.5em 0;
	color: #333;
	text-transform:uppercase;
	font-weight:bold;
}

.date{
	font-size: 11px;
	line-height:1.6;
	color: #666;
	padding:0 0 5px;
	display: block;
}

.text{
	padding: 0 0 15px 0;
	font-size: 11px;
	color: #515151;
}


/***************************************************
			   PAGE NAVIGATION
***************************************************/

#page-nav-holder{
	float: left;
	position: relative;
	width: 940px;
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 10px;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 10px;
}

.page-nav-right, .page-nav-left{
	float: right;
	position: relative;
	width: 450px;
}

.page-nav-left{
	float: left;
	padding-top: 5px;
	width: 400px;
}

a.page-nav-link{
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 25px;
}

a.page-nav-link:hover{color: #CCCCCC;}

.page-nav-link-active{
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
}

/***************************************************
			        GALLERY
***************************************************/

a.photo-hover, a.photo-hover:hover{
	float:left;
	border:1px solid #eaeaea;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	padding:3px;
	margin:0 15px 10px 0;
}

a.photo-hover:hover, a.photo-hover-avatar:hover{	
	z-index:500;	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/***************************************************
				      FORMS
***************************************************/

form{
	position:relative;
	float:left;
	width:490px;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", Arial;

}

label {
	color:#666;
	font-size:11px;
	width:100%;
	display:block;
	float:left;
	line-height: 22px;
}

.textbox, textarea, .box-error, textarea-error, select{
	font-size:11px;
	width:200px;
	line-height:1.6;
	background-color: #333;
	height: 20px;
	color: #fff;
	padding: 2px;
	margin-bottom: 2px 4px;
	float: left;
	border:none;
	overflow:hidden;
	border:1px solid #444;
}

textarea{
	width:500px;
	height: 100px;
	margin: 0px;
	padding: 5px;
	background-color: #333;
}

.textarea-error, .box-error{
	background-color:#444;
	border: 1px solid #666;
}

.text-error {
	float: left;
	padding:10px 0 0 20px;
	color:#FF3300;
}

.text-info-error {
	position:relative;
	float:left;
	margin:5px 0 0 125px;
	color:#FF3300;
	}

.holder-form-height, .holder-form{
	width:100%;
	position: relative;
	float: left;
	margin-bottom: 10px;		
}

.holder-form{height: 28px; margin-bottom: 0}

.button {
	position:absolute;
	display:block;
	width: 104px;
	height: 36px;
	left:410px;
	background-image:url(../pic/submit.out.png);
	background-repeat:no-repeat;
	background-color: transparent;
	color: #fff;
	font-size: 15px;
	letter-spacing:0.05em;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	outline:none;
	border:none;
}

/***************************************************
			        FOOTER
***************************************************/

#footer{
	clear:both;
	position: relative;
	width:100%;
	overflow:hidden;
	margin:30px auto 0;
	padding:10px 0 0;
	border-top:1px solid #ccc;
}

#FooterOne {
	position: relative;
	float: left;
	width: 500px;
	padding:0;
	}

#FooterOne a, #FooterOne a:hover {
	color:#666;
	font-size:13px;
	}
	
#FooterOne p, #FooterTwo p {
	margin:0;
	padding:0;
	font-size:11px;
	line-height:1.3;
	color:#666;
	}

#FooterTwo {
	position: relative;
	float:right;
	color:#666;
	margin:0;
	padding:0;
}

a.krojac, a.krojac:hover{
	color: #ff6600;
	font-size: 12px;
	text-decoration: none;
}

a.krojac:hover{
	text-decoration: underline;
}

/***************************************************
				       MENU
***************************************************/

#nav-menu{
	position: absolute;
	top:190px;
	left:50px;
	width:auto;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
}

#nav-menu ul{
	list-style: none;
	margin: 0;
	padding:0;
	float:left;
}

#nav-menu li{
	position:relative;
	float: left;
	height:51px;
	padding:0;
}

#nav-menu a, #nav-menu a:hover {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	display:block;
	text-decoration: none;
	margin-right:10px;
	width:111px;
	height:24px;
	text-align:center;
	line-height: 24px;
}

#nav-menu a:hover, body#home a#home_link, body#about a#about_link, body#technology a#technology_link, body#products a#products_link, body#contact a#contact_link, body#references a#references_link, body#contact a#contact_link  {color:#000;background-color:transparent;background-image:url(../pic/active.png);background-repeat:no-repeat;background-position:0 1px}

body#home #container {
	background-image:url(../images/home.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

body#about #container {
	background-image:url(../images/about-us.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

body#technology #container {
	background-image:url(../images/technology.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

body#products #container {
	background-image:url(../images/products.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

body#references #container {
	background-image:url(../images/reference.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

body#contact #container {
	background-image:url(../images/contact.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

