/***************************************************
                     SAGA
			  made by www.krojac.com
***************************************************/
*{
	margin: 0;
	padding: 0;
	border: none;
}

html, body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #5B1300;
}

/***************************************************
			      Global design
***************************************************/	

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

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

p{
	display: block;
	font-size: 11px;
	color: #800000;
}

a{
	font-weight: normal;
	text-decoration: none;
	color: #FF9900;
}

a:hover{color: #333;}


/***************************************************
			    Main containers
***************************************************/

#container{
	position: relative;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
	padding: 22px;
}

#content{
	position: relative;
	float: left;
	width: 500px;
	left: 27px;
	padding-top: 10px;
}

#container-left, #container-right{
	position: relative;
	float: left;
	padding-top: 8px;
}

#container-left{
	width: 233px;
}

#container-right{
	float: right;
	width: 154px;
}


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

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

.holder-content-line{
	margin-bottom: 10px;
	background: url(../pic/line.png) left bottom repeat-x;
	/*background-position: center bottom;
	background-repeat: no-repeat;*/
	/*border-bottom: 1px solid #800000;*/
}

#head{
	position: relative;
	float: left;
	width: 100%;
	height: 140px;
	z-index: 1000;
}


#holder-flash{
	position: relative;
	float: left;
	width: 920px;
	margin: 18px 0 0 0;
	left: 20px;
	z-index: 10;
}

#logo{
	position: absolute;
	top: 19px;
	left: 0px;
	z-index: 1000;
}


/***************************************************
			HEADING TEXT ELEMENTS
***************************************************/

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1{
	padding: 0 0 10px 0;
	font-size: 17px;
	font-weight: normal;
	color: #666;
}

h2{
	padding: 10px 0 20px 0;
	font-size: 18px;
	text-align: center;
	color: #5B1300;
}

h3{
	padding: 15px 0;
	font-size: 13px;
	color: #800000;
	font-weight: bold;
	text-transform: uppercase;
}

h4{
	font-size: 11px;
	color: #800000;
	font-weight: bold;
	padding-bottom: 5px;
}

h5{
	font-size: 12px;
	color: #4FB9EC;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
}

h6{
	font-size: 12px;
	color: #4FB9EC;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.title{
	position: relative;
	float: left;
	display: block;
	width: 670px;
	height: 36px;
	font: 16px "Trebuchet MS";
	line-height: 36px;
	background: #ECDED3 url(../pic/title-bg.png) top left no-repeat;
	color: #F4842D;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 270px;
}

.title span{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	text-align: center;
	color: #5B1300;
	letter-spacing: -1px;
}

.title2{
	position: relative;
	float: left;
	display: block;
	width: 880px;
	height: 36px;
	line-height: 36px;
	font-size: 10px;
	background: url(../pic/title2-bg.png) top left no-repeat;
	color: #FFF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

ul{
	padding: 0 0 15px 30px;
	list-style: square;
	color: #800000;
}

.text{
	padding: 0 0 15px 0;
	font-size: 11px;
	text-align: justify;
}

.text2{
	padding: 8px 0 0 60px;
}

.text3{
	color: #666666;
}

.link{
	font-size: 14px;
	font-weight: bold;
	color: #5B1300;
}

.link:hover{
	color: #F4842D;
}

.link span{
	color: #F3C200;
}

.separator{
	display: block;
	border-bottom: 1px solid #80000;
}

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

#page-nav-holder{
	float: right;
	position: relative;
	width: 880px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin-top: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}

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

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

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-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
}

/***************************************************
			        GALERY
***************************************************/


a.photo-hover{
	padding: 4px;
	float: left;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #E8E8E8;
}

a.photo-hover:hover{	
	z-index:500;	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.holder-image{
	position: relative;
	float: left;
	padding-bottom: 7px;
}

.img{
	border: 1px solid #000;
}

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

form{
	margin: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial;
}

label{
	color:#666666;
	font-size:11px;
	width:80px;
	display:block;
	float:left;
	line-height: 26px;
	padding-right: 4px;

}

.textbox, textarea, .textbox2{
	border:1px solid #E1E1E1;
	font-size:11px;
	width:115px;
	line-height:18px;
	background-color: #FFFFFF;
	height: 18px;
	color: #666666;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 5px;
	margin-top: 4px;
	margin-bottom: 2px;
	float: left;
	margin-right: 5px;
}

textarea{
	width:300px;
	line-height:16px;
	height: 120px;
}

.textarea, .textbox2{border-left:2px solid #FF9900;}
.textbox2{width: 114px;}

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

.holder-form{height: 28px;}


#sub-holder{
	position: relative;
	width: 400px;
	z-index: 101;
	left: 100px;
	float: left;
}

.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FC1529;
	top: 6px;
	line-height: 28px;
}


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

#footer{
	position: relative;
	float: right;
	width: 680px;
	margin: 15px 0 15px 260px;
	background: #ECDED3 url(../pic/footer-bg.png) bottom left no-repeat;
	color: #800000;
	text-transform: uppercase;
}

#FooterOne{
	position: relative;
	width: 500px;/* Opera */
	height: 36px;
	left: 100px;
	line-height: 36px;
}

#FooterOne span{
	display: block;
	font-size: 10px;
}

#FooterTwo{
	position: absolute;
	bottom: 15px;
	right: 20px;
	text-align: right;
	font-size: 10px;
}

a.krojac{
	color: #FF8635;
	font-size: 11px;
}

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

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

.product-image{
	position: relative;
	float: left;
	text-align: center;
	width: 110px;
}

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

#nav-menu{
	position: absolute;
	top: 102px;
	z-index: 1000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 83px;
	width: 857px;
	list-style: none;
	background: url(../pic/nav-menu-bg.png) top left no-repeat;
}

#nav-menu li{
	float: left;
	height: 35px;
	margin: 0 0 0 0;
	line-height: 35px;
}

#nav-menu li a{
	padding: 0 3px;
	*padding: 7px 3px 6px 3px;/* IE6 */
	height: 35px;
	font-size: 16px;
	font-stretch: condensed;
	text-transform: uppercase;
	color: #ECDED3;
	font-family: "gill Sans MT Condens", Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
}

#nav-menu li a:hover, body#home a#home_link, body#news a#news_link, body#products a#products_link, body#about a#about_link{
	color: #FB9140;
}

#nav-menu li ul{
	display: none;
}

#nav-menu li:hover{
	background-color: #94070A;
}

#nav-menu li:hover ul{
	display: block;
	position: absolute;
	top: 34px;
	width: 250px;
	_left: -30px;/* IE6 fix */
	*left: 155px;/* IE7 fix */
	padding: 0;
	margin: 0;
	background: #94070A;
	list-style: none;
}

#nav-menu li:hover ul a{
	display: block;
	float: left;
	width: 240px;
	height: 25px;
	padding: 0 0 0 10px;
	text-transform: none;
	font-size: 13px;
}

#nav-menu li:hover ul a:hover{
	color: #FB9140;
}

#top-menu{
	position: absolute;
	top: 66px;
	right: 10px;
	list-style: square;
	color: #800000;
}

#top-menu li{
	float: left;
	margin-left: 30px;
}

#top-menu a{
	text-transform: uppercase;
	color: #;
}

#sec-menu{
	position: relative;
	float: left;
	width: 100%;
	color: #F7941D;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
}

#sec-menu li{
	float: left;
	padding-right: 6px;
	text-align: center;
	list-style-image: none;
	background-image: url(../pic/list.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	list-style-type: none;
	padding-left: 14px;
}

#sec-menu li a{
	font-size: 12px;
	font-weight: bold;
	color: #5B1300;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#sec-menu li a:hover{color: #F7941D;}

