/***************************************************
               Suvenirnica
		 made by www.krojac.com
***************************************************/

html, body{
	padding:0;
	margin: 0;
	background-image: url(../pic/bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat;
}

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

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

p{display: block;margin: 0px;padding-top: 1px;padding-bottom: 1px;}

a, a.link-big{
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.link-big{
	color: #FF9900;
	font-size: 15px;
}

a:hover, a.link-big:hover{color: #393028;}



#head{
	width: 920px;
	float: left;
	height: 95px;
	position: relative;
	background-image: url(../pic/head-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#head-logo-holder{
	position: absolute;
	left: 0px;
	top: 20px;
	z-index: 101;
}

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

#container{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	position: relative;
}

#container-color{
	width: 920px;
	background-color: #F9F9F3;
	position: relative;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}

#holder{
	width:920px;
	position: relative;
	float: left;
	z-index: 1;
	padding-bottom: 20px;
	padding-top: 20px;
}

#holder-left, .holder-left{
	width:660px;
	float: left;
	position: relative;
}

.holder-left{
	width:500px;
	padding: 0px 10px;
}

#holder-right, .holder-right{
	width:230px;
	float: right;
	position: relative;
}

.holder-right{
	width:310px;
	padding: 0px 20px;
}
/***************************************************
				   HOLDERS
***************************************************/	

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

.holder-content-left-line{
	background-image: url(../pic/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.holder-content-color{
	width:900px;
	position: relative;
	background-color: #D5ECF3;
	padding: 10px;
	margin-top: 15px;
}

.holder-content-color-background{
	width:880px;
	position: relative;
	padding: 10px;
	background-image: url(../pic/background-blue-home.png);
	background-position: center center;
	height: 200px;
	background-color: #BDE1EC;
	background-repeat: no-repeat;
}

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

.photo-background{
	float: right;
	position: relative;
	background-image: url(../images/background-products.jpg);
	background-repeat: no-repeat;
	width: 226px;
	height: 229px;
	margin-right: 5px;
}

.photo-small{
	width:174px;
	height: 154px;
	position: absolute;
	top: 24px;
	left: 28px;
}	


.photo-small-text{
	width:174px;
	position: absolute;
	top: 190px;
	left: 29px;
}	

.thumbs{
	float: left;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 15px;
	padding: 5px;
}

.thumbs2{
	float: left;
	position: relative;
	margin-top: 10px;
	background-image: url(../pic/background-products-small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 79px;
	width: 77px;
	margin-left: 15px;
	padding-left: 11px;
	padding-top: 9px;
}

.icons{
	position: absolute;
	top: 152px;
	left: 178px;
}

.price{
	position: absolute;
	top: 122px;
	left: 438px;
	background-image: url(../pic/icon-price.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}

.price2{
	position: absolute;
	background-image: url(../pic/icon-price.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	bottom: 0px;
	right: 0px;
}
	

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

h1, h2, h3, h4, h5, h6, .text, .text-small, .text-big{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787878;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1{
	font-size: 17px;
	color: #666666;
	margin-bottom: 25px;
}

h2{
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}

h3 {
	font-size: 26px;
	color: #FFFFFF;
	display: block;
	padding-bottom: 5px;
}

h4 {
	font-size: 17px;
	color: #999900;
	padding-bottom: 3px;
}

h5 {
	color: #666666;
	font-size: 11px;
	padding-bottom: 4px;
}

h6{
	font-size: 14px;
	padding-top: 25px;
	background-image: url(../pic/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

.text-small{ font-size:10px; color: #333333;}
.text{
	color: #666666;
	font-size: 12px;
}
.text-big{font-size: 12px;
	color: #333333;}

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

form{
	margin: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

label{
	color:#FFFFFF;
	font-size:11px;
	width:85px;
	display:block;
	float:left;
	line-height: 32px;
	padding-left: 5px;

}

.textbox, textarea, .textbox1, .select{
	border:3px solid #999999;
	font-size:11px;
	width:190px;
	line-height:20px;
	background-color: #FFFFFF;
	height: 20px;
	color: #666666;
	margin-top: 3px;
	float: left;
	font-weight: bold;
	margin-left: 4px;
}

.textbox1{
	width:130px;
	border-top: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 3px solid #FF9900;
}

.select{
	width:55px;
	color: #999999;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
	margin-right: 3px;
}

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

.holder-form{height: 32px;}

.sub-button{
	color: #FFFFFF;
	height: 30px;
	width: 65px;
	font-size: 12px;
	border: 3px solid #CCCCCC;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	font-weight: bold;
}

.button-small{
	position: absolute;
	right: 10px;
	bottom: 12px;
}

#sub-holder{
	position: relative;
	width: 150px;
	z-index: 101;
	left: 95px;
	padding-top: 20px;
	float: left;
	padding-bottom: 18px;
}

.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FC1529;
	height: auto;
	width: auto;
	position: relative;
	top: 8px;
	left: 10px;
}

.date-img{
	position: absolute;
	top: 5px;
	left: 260px;
}


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

#footer {
	width:960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	color: #999999;
	float: left;
	padding-top: 10px;
}

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

#FooterTwo{
	position: relative;
	width: 160px;
	float: right;
	text-align: right;
	padding-top: 10px;
}	

#FooterTree{
	position: absolute;
	left: 929px;
	top: -80px;
}			
				
a.krojac {
	color: #FF8635;
	text-decoration: none;
	font-size: 10px;
}
a.krojac:hover {text-decoration: underline;}											

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


#language{
	position: absolute;
	top: 15px;
	z-index: 101;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	right: -48px;
}

#language ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#language ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	background-color: #F9F9F3;
	height: 25px;
	margin-bottom: 3px;
	display: block;
	line-height: 25px;
	z-index: 202;
	width: 25px;
	padding-left: 3px;
}

#language ul li a:hover{background-color: #F2F2F2;}

#nav-menu{
	position: relative;
	top: 49px;
	_top: 75px;
	z-index: 401;
	float: right;
}

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

#nav-menu ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-image: url(../pic/menu-line.png);
	background-repeat: no-repeat;
	background-position: right center;
}

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

body#home a#home_link, body#about a#about_link, body#order a#order_link, body#contact a#contact_link, 
body#products a#products_link, body#references a#references_link, body#kontakt a#kontakt_link{
	color: #5BB6D0;
}

#content-menu{
	width: 275px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#content-menu2{
	width: 275px;
	position: relative;
	left: 0px;
	padding-top: 10px;
}

#content-menu ul, #content-menu2 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#content-menu li, #content-menu2 li{
	float: left;
	width:200px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#content-menu li a, #content-menu2 li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5BB6D0;
	display: block;
	padding-bottom: 3px;
}

#content-menu li a:hover, #content-menu2 li a:hover{
	color: #CCCCCC;
}

