/***************************************************
                     VERTICAL MEDIA
			  made by www.krojac.com
***************************************************/
*{
	padding: 0;
	border: none;
	margin: 0;
}

html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	margin: 0 0 1px 0;
	height:100%;
	padding: 0;
}

/***************************************************
			      Global design
***************************************************/	

.clearing{
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow:hidden;
}

.hidden{
	overflow: hidden;
	visibility: hidden;
}

p{
	font-size: 13px;
	color: #9a8479;
	text-align:justify;
}

a{
	font-weight: normal;
	text-decoration: none;
	color: #4FB9EC;
	font-size:11px;
}

a:hover{
	color: #000000;
	font-size:11px;
}


/***************************************************
			    Main containers
***************************************************/

#container{
	position: relative;
	width: 650px;
	margin: 10px auto;
	padding:0;
	background-color:#FFFFFF;
	overflow: hidden;
}

#container-left, #container-right{
	position: relative;
	float:left;
	width: 345px;
	color: #666;
}

#container-right{
	float: right;
	width: 220px;
}



/***************************************************
				   HOLDERS
***************************************************/	

.holder-content, .holder-content-line {
	position: relative;
	float:left;
	width: 648px;
	color: #666666;
}

#head {
	position: relative;
	width: 100%;
	height: 165px;
	overflow: hidden;
}

#holder-flash {
	position: relative;
	width: 220px;
	height:753px;
	margin:0;
	padding:0;
	z-index: 10;
}

#logo {
	position: absolute;
	top:20px;
	right:20px;
	padding: 0;
	width:192px;
	height:121px;
}

.image-holder{
	float:left;
	margin: 0 20px 10px 0;
	padding: 3px;
	width:auto;
}
/***************************************************
			HEADING TEXT ELEMENTS
***************************************************/

h1, h2, h3, h4, h5, h6{
	font-family: "Lucida Sans Unicode", Arial;
	font-weight: normal;
}

h1{
	padding: 0 0 10px 0;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
}

h2{
	margin: 0 0 15px 0;
	padding: 0 0 6px 0;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #D5ECF9;
}

h3{
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}

h4{
	font-size: 12px;
	color: #4FB9EC;
	font-weight: normal;
	text-transform: uppercase;
	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;
}


.text{
	padding: 0 0 15px 0;
	font-size: 11px;
}


/***************************************************
			   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;
}

/***************************************************
			        GALLERY
***************************************************/


a.photo-hover{
	padding: 4px;
	float: left;
	width:auto;
	padding: 4px;
	background-color: #DAF0FB;
	margin-bottom: 5px;
}

a.photo-hover:hover{	
	z-index:500;	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/***************************************************
				      FORMS
***************************************************/

form{
	margin: 0px;
	padding-left: 0px;
	font-family: "Lucida Sans Unicode", Arial;
}

label{
	color:#666666;
	font-size:11px;
	width:80px;
	display:block;
	float:left;
	line-height: 26px;
	padding-right: 4px;

}

.textbox, textarea, .textbox-error{
	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, .textbox-error{border-left:2px solid #FF9900;}
.textbox-error{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;
}

/***************************************************
			        FOOTER
***************************************************/

#footer{
	position: relative;
	float: left;
	clear:both;
	width: 650px;
	color: #666;
	margin-top:50px;
	text-align:center;
}

#FooterOne{
	font-size: 11px;
	position:relative;
	margin-bottom:5px;
	padding-bottom:3px;
	background-image:url(../pic/bg-footer.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	color:#9a8479;
}

#FooterTwo{
	position: relative;
	font-size: 9px;
	color:#9a8479;
}

#footer a {color:#9a8479}
#footer a:hover {color:#00cccc}

a.krojac{
	color: #FF8635;
	font-size: 10px;
}

a.krojac:hover{
	text-decoration: underline;
}

/***************************************************
				       MENU
***************************************************/

#nav-menu{
	position: absolute;
	font-family: "Lucida Sans Unicode", Arial;
	color: #9a8479;
	width: 345px;
	left: 0;
	top: 100px;
}

#nav-menu li{
	float: left;
	width:auto;
	margin: 0 29px 0 0;
	}

#nav-menu li a{
	font-size: 15px;
	color: #9a8479;
	font-family:Arial, Helvetica, sans-serif;
}


#nav-menu ul{
		list-style: none;
		}

#nav-menu li a:hover, body#home a#home_link, body#design a#design_link, body#photo a#photo_link, body#video a#video_link {
	color: #00a9ac;
}


	
