/***************************************************
                     Everest
			  made by www.krojac.com
***************************************************/
* {
	margin:0;
	padding:0;
	border:0;
	}

html, body{
	font-size:12px/normal  Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin:0 0 1px 0;
	height:100%;
	padding: 0;
	background-image: url(../pic/bg-body.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#logo {
	position: absolute;
	top: 30px;
	left:3px;
	height: 47px;
	width:250px;
	}

.clearing{
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow:hidden;
}

.hidden{
	overflow: hidden;
	visibility: hidden;
}

p{
	color: #666;
	font-size:11px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin:0;
	padding:0 0 5px;
}

a, a:hover {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color:#006666;
	font-size: 11px;
}

a:hover {
	text-decoration:underline;
	}
	
a.home-link, a.home-link:hover {
	color:#000000;
	text-decoration:none;
	}	
a.home-link:hover {color:#666666}

ul{
	list-style-position:inside;
	list-style-type:circle;
	margin:0 0 15px;
	padding:0;
	position:relative;
}

ul li{
	position:relative;
	margin:0;
	padding:0;
	color:#444;
	font-size:12px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

/***************************************************
			    Main containers
***************************************************/
#container-message{
	width:661px;
	position: absolute;
	top: 50%;
	margin-top: 150px;
	margin-right: -300px;
	right:50%;
}

#container{
	position: relative;
	width: 980px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#container-left, #container-right {
	position: relative;
	float: left;
	}

#container-left{
	width:300px;
	margin:0 0 0 15px;
	padding:20px 0;
	}
	
#container-right{
	float:right;
	width:530px;
	padding:20px 0 0;
	margin:0;
	}

#header	{
	position: relative;
	width:100%;
	height:435px;
	margin:0 0 20px;
	padding:0;
	border:
}

#search{
	position: absolute;
	width:200px;
	height:35px;
	top: 1px;
	right: 2px;
}

.textbox-search{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
	color: #999;
	position:relative;
	float: left;
	height: 22px;
	width:175px;
	background-color: #3dc2ef;
	border:none;
	background-image:url(../pic/search-field.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	margin:8px 0 0;
	padding:0 5px;
}

.button-search{
	width: 33px;
	height: 22px;
	cursor: pointer;
	background-image: url(../pic/search-button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 9px;
	left:160px;
	background-color: #3dc2ef;
}

#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;
	}
	
#content-menu-category {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	}
	
#content-menu-category ul {
	position:relative;
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#content-menu-category ul li {
	position:relative;
	padding:5px 0 0;
	margin:0;
	}

#content-menu-category ul li a {
	background-color:#fff;
	color:#fff;
	display:block;
	width:202px;
	height:29px;
	background-image:url(../pic/bg-menu-category.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-transform:uppercase;
	font-weight:bold;
	padding:0;
	margin:0;
	line-height:30px;
	}

#content-menu-category ul li a:hover {
	background-image:url(../pic/bg-menu-category-on.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-decoration:none;
	}
/***************************************************
				   HOLDERS
***************************************************/	

#holder{
	position: relative;
	width: 953px;
	height:auto;
	padding:0;
	margin:0;
	overflow:hidden;
	background-color:#1d1d1d;
}

#flash-holder {
	position:relative;
	top:98px;
	padding:15px 0 0 17px; 
	margin:0;
	width:975px;
	height:332px;
	background-image:url(../pic/bg-flash.png);
	background-repeat:no-repeat;
	background-position:0 0;
	}

.holder-content, .holder-content-separator, .holder-content-line, .holder-content-left {
	position: relative;
	float: left;
	width: 100%;
}

.holder-content {
	margin:0;
	background-color:#efefef;
	}

.holder-content-line {
	padding-bottom:3px;
	margin-bottom:10px;
	background-image:url(../pic/dotted-line.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	}

.holder-content-separator {
	margin-bottom: 25;
	padding-bottom: 5;
	}

.holder-image {
	position:relative;
	float:left;
	background-color:#efefef;
	padding:7px;
	margin:0 15px 10px 0;
	}

.new {
	position:absolute;
	top:-5px;
	left:-5px;
	width:73px;
	height:73px;
	display:block;
	margin:0;
	padding:0;
	background-color:transparent;
	}

.price {
	font-size:12px;
	color:#333333;
	font-weight:bold;
	}
/***************************************************
			HEADING TEXT ELEMENTS
***************************************************/

h1, h2, h3, h4, h5, h6, .date, .comment{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: normal;
	position:relative;
	margin:0;
	padding:0;
}

h1{
	font-size: 22px;
	color: #333;
	text-transform:uppercase;
	padding-bottom:10px;
}

h2{
	font-size: 17px;
	margin:0 0 10px;
	padding:0;
	color: #aa1a1e;
}

h3{
	font-size: 15px;
	margin:10px 0;
	color: #333;
	text-transform:uppercase;
}

h4{
	font-size: 15px;
	margin:10px 0;
	color: #333;
	text-transform:none;
	font-style:italic;
}

.date{
	font-size: 10px;
	color: #999;
	padding:0;
	display: block;
}

.text{
	padding: 0 0 15px 0;
	font-size: 11px;
	color: #515151;
}

p strong {color:#333;text-transform:uppercase}

/***************************************************
			   PAGE NAVIGATION
***************************************************/

#page-nav-holder{
	float: left;
	position: relative;
	width: 100%;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	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{
	position:relative;
	float:left;
	border:1px solid #ccc;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 01;
	padding:3px;
	margin:0 20px 5px 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:515px;
	margin: 0;
	padding:20px 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

label {
	color:#666;
	font-size:11px;
	width:120px;
	display:block;
	position:relative;
	float:left;
	line-height: 22px;
}

.textbox, textarea, .box-error, textarea-error, select{
	font-size:11px;
	float:left;
	width:230px;
	background-color: #efefef;
	height: 20px;
	color: #333;
	padding: 2px;
	margin-bottom:10px;
	float: left;
	overflow:hidden;
	border:1px solid #e3e0e0;
}

textarea{
	width:499px;
	height: 120px;
	margin: 0px;
	padding: 5px;
	}

.textarea-error, .box-error{
	background-color:#e9e8e8;
	border: 1px solid #ccc;
}

.text-error {
	position:absolute;
	top:33px;
	left:200px;
	color:#cc0000;
	font-size:13px;
}

.text-info-error {
	position:absolute;
	top:10px;
	left:200px;
	color:#cc0000;
	font-size:13px;
}

.holder-form-height, .holder-form{
	width:100%;
	position: relative;
	float: left;
	padding-bottom: 10px;
}

.holder-form-height {height: 160px; margin-bottom: 0}

.button {
	position:absolute;
	display:block;
	width: 110px;
	height: 33px;
	right:0;
	background-image:url(../pic/bg-send-button.png);
	background-repeat:no-repeat;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	letter-spacing:0.05em;
	cursor: pointer;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	outline:none;
	border:none;
}

/***************************************************
			        FOOTER
***************************************************/

#footer{
	position: relative;
	float:left;
	width: 100%;
	color: #666;
	margin:30px 0 15px;
	padding-top: 5px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	border-top:1px solid #efefef;
	}

#FooterOne {
	position: relative;
	float: left;
	}
	
#FooterOne a {
	font-weight:bold;
	color:#666666;
	}
	
#FooterOne p, #FooterTwo p {
	font-size:12px;
	color:#999;
	}

#FooterTwo {
	float:right;
	color:#666;
	font-size: 10px;
}

a.krojac, a.krojac:hover{
	color: #ff6600;
	font-size: 12px;
	text-decoration: none;
}

a.krojac:hover{
	text-decoration: underline;
}

/***************************************************
				       MENU
***************************************************/

#top-menu{
	position: absolute;
	top: 60px;
	right: 7px;
	z-index: 100;
}

#top-menu li{
	float: left;
	margin-left:15px;
}

#top-menu li a{
	font-size:12px;
	color: #666;
	margin:0;
	padding:0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

#top-menu li a:hover{
	color: #000;
	text-decoration:none;
}

#nav-menu{
	position: absolute;
	margin:0;
	padding:0;
	right:0;
	top:45px;
	width:auto;
	height:45px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	}

#nav-menu ul{
	list-style: none;
	margin:0;
	padding:0;
	float:left;
}

#nav-menu ul li{
	position:relative;
	float: left;
	margin:0;
	padding:0;
}

#nav-menu ul li a, #nav-menu ul li a:hover {
	font-size: 14px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #fff;
	margin-left:15px;
	padding:7px 0 0;
	display:block;
	text-decoration: none;
	text-transform:uppercase;
	text-align:center;
}

#nav-menu ul li a:hover {
	color:#999;
	}
	
body#home a#home_link, body#about a#about_link, body#products a#products_link, body#showrooms a#showrooms_link, body#news a#news_link, body#contact a#contact_link  {
	width:100px;
	height:33px;
	background-image:url(../pic/bg-nav.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
}


/***************************************************
				       SPECIFIC
***************************************************/

.gray, .black {color:#999999;font-size:11px;font-style:italic;margin:0;padding:0}
.black {color:#333}
	
