* { margin: 0; padding: 0; }
/* Global reset for all elements */

html{
	background: #050505 url(images/bkg-paper-lower.jpg) no-repeat fixed center 140px;
}

body {
	margin: 0;
	font-family: Jubilat; "Georgia", serif;
	font-size: 81%;
	}
	

h1 {
	color: #FFFFFF;
	Font : 100 2.6em/1em Jubilat; "Georgia", serif;
	letter-spacing: -.5px;
	text-shadow:0 -1px 0 #000000;
	}

h2 {
	color: #6a816f;
	font: 300 1em/1.4em Jubilat; "Georgia", serif;
}

h3 {
	font:  normal 1.6em/1.4em Jubilat; "Georgia", serif;
	font-weight:300;
	color:#ffffff;
	padding-top: 5px;
	padding-bottom: 10px;
	f
}

h4 {
	color: #ffffff;
	font:  100 1.3em/1.4em Jubilat; "Georgia", serif;
	padding-bottom: 10px;
    padding-top: 10px;
	}


p {
	font-size: 1.1em;
	line-height: 1.6em;
	clear: left;
	margin: 6px 0;
	padding-bottom: 8px;
	padding-top: 8px;
}
	
p a {
	color: #004d99;
	text-decoration: none;
	}
	

#shell {
	margin: 0 auto;
	position:fixed;
	width:100%;
	background: url(images/bkg-desk-top2-2.jpg) no-repeat center top;
	overflow: hidden;
	left:0;
	height: 142px;
	z-index: 90;
	box-shadow:0 2px 40px;
	}



#wrapper {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
	position: relative;

	}



#nav-box{
     overflow: hidden;
	 clear:both;
	 width:980px;
	 margin:0 auto;


}

#navigation {
	color: #b49a5a;
	padding: 14px 0 0 0px;
	font: 400 1.25em Jubilat; "Georgia", serif;
	color: #92918e;
	list-style-type: none;
	letter-spacing: .2px;
	height: 82px;
	margin-top:63px;
	margin-right:12px;
	float:right;
	z-index: 99;
	
}

#navigation li {
	display: block;
	float:left;

}

#navigation a {
	color: #ababab;
	text-decoration: none;
	display:block; /* Give the a tag a block element so we can use background images on it */
	float:left; /* float it left for IE 6. Otherwise it creates a break even though the li above is floating*/
	padding: 13px 10px 0;
	min-height:28px;
	max-height:37px;
	text-shadow: 0 1px 0 #000000;
	}

/* IE 6 Min Height hack */
* html #navigation a { height:37px}

#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 -1px  #000000;
	
	}

#navigation a.selected {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-raidus:3px;
	border-top:1px solid #201308;
	border-bottom:1px solid #a96200;
	background:rgba(0,0,0,.40);
	}



#leftcolumn {
	width: 700px;
	_height: 1%;
	display: inline;
	float: right;
	color: #acacac;
	Font : 300 1.15em/1.4em Jubilat,"Georgia",serif;
	margin-top: 180px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 #000000;
}




#leftcolumn ul {
	list-style: none;
	background: url(images/div_decor_600.gif) no-repeat;
	margin-top: 12px;
	padding-bottom: 5px;
	padding-top: 10px;

}

#leftcolumn li {
	color: #acacac;
	list-style: none;
	list-style-image: url(images/icn_star.gif);
	margin: 0 5px 0 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:  100 .9em/1em
	text-shadow: 0 1px 0 #000000;
}


#leftcolumn  a {
	color: #775335;
	text-decoration: none;
	}


	
	
.img-wrap {
	line-height:0px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-raidus:4px;
	box-shadow: 0 -1px 0 #000000, 0 1px 0 rgba(255,255,255,.1);
	border:6px solid rgba(0,0,0,.2	);
	background:rgba(0,0,0,.20);
	margin-bottom:20px;
	max-width:100%;

}


.img-wrap a:hover {
	padding: 6px;
	margin: 6px;
	background: #afa896;
	border: 1px solid #b0ada0;
}


	

/* Easy Tooltip */

#easyTooltip{
	padding:5px 10px;
	border:1px solid #195fa4;
	background:#195fa4 url(images/bg.gif) repeat-x;
	color:#fff;
	}
					

/* // Easy Tooltip */

    /* image replacement */
        .graphic, #header h1, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

/* Easy Slider */

	#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;

	list-style:none;
	}
#slider li{ 
	width:820px;
	height:400px;
	overflow:hidden;
	padding-top: 5px; 
	}	
	
	#slider li a{ 
	border: 0px ; 
	}	
	
#prevBtn, #nextBtn{ 
	display:block;
	width:60px;
	height:77px;
	position:absolute;
	left:10px;
	top:400px;
	}	
#nextBtn{ 
	left:760px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:60px;
	height:77px;
	background:url(images/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.png) no-repeat 0 0;	
	}			

/* // Easy Slider */


	

#rightcolumn  {
	float: left;
	background: url(images/bkg_testimonials.png) no-repeat;
	width: 220px;
	_height:1%;
	display: inline;
	Font : 300 1em/1.6em Jubilat, "Georgia", serif;
	color:#acacac;
	margin-top: 180px;
	margin-left:20px;
	text-shadow: 0 1px 0 #000000;
	position:fixed;
	}

#rightcolumn ul {
	list-style: none;
	margin-bottom: 10px;
	
}

#rightcolumn li {
	Font : 400 1em/1.6em Jubilat, "Georgia", serif;
	color:#acacac;
	list-style: none;
	border-bottom:1px dotted #2c2c21;
	padding-bottom:1px;



}

#rightcolumn p {
	font: bold .82em/1.8em "Helvetica", Arial,sans-serif;
	color:#7e5f3f;
	list-style: none;

}

#rightcolumn li a{
	color:#6a816f;
	list-style: none;
	text-decoration: none; display:block;
	

    }

#rightcolumn li a.selected{
	color:#fff;
	list-style: none;
	text-decoration: none; display:block;
	font-weight: 500 ;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-raidus:4px;
	border-top:1px solid #000000;
	border-bottom:1px solid #353d31;
	background:rgba(0,0,0,.40);
	padding: 6px;
}    
    

#rightcolumn li a:hover{
	color:#fff;
	list-style: none;
	text-decoration: none; display:block;
	
	background:rgba(0,0,0,.20);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-raidus:4px;
	padding-left:4px;
}

#footer {
	clear: both;
	color: #ACACAC;
	width: 980px;
	Font : 300 .85em Jubilat, "Georgia", serif;
	overflow: hidden;
	_height:1%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#footer p{
padding-left: 280px;
}
	
#footer h3 {
	width:225px;
	float:left;
	background-image:url(images/lg-md.png);
	}

#footer ul {
	list-style: none;
	margin-bottom: 5px;
	margin-top: 18px;
	padding-top: 35px;
	padding-left: 280px;
	}

#footer li {
	display: inline;
	font: 1.25em Jubilat, "Georgia", serif;
}

#footer a {
	color: #A6C8EB;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	}


#footer a:visited  {
	color: #A6C8EB;
	}
	
	
#footerPort {
	clear: both;
	color: #ACACAC;
	width: 980px;
	Font : 300 .85em Jubilat, "Georgia", serif;
	overflow: hidden;
	_height:1%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#footerPort p{
padding-left: 20px;
}
	

#footerPort ul {
	list-style: none;
	margin-bottom: 5px;
	margin-top: 18px;
	padding-top: 35px;
	padding-left: 20px;
	}

#footerPort li {
	display: inline;
	Font : 300 1.25em Jubilat, "Georgia", serif;
}

#footerPort a {
	color: #A6C8EB;
	text-decoration: none;
	}
	
#footerPort a:hover {
	color: #ffffff;
	text-decoration: none;
	}


#footerPort a:visited  {
	color: #A6C8EB;
	}	
	


#commentform input[type="text"], #commentform textarea {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-raidus:6px;
	border-top:1px solid #000000;
	border-bottom:1px solid #353d31;
	background:rgba(0,0,0,.40);
	border-left: 0px;
	border-right: 0px;
	padding: 10px;
	margin-bottom:15px;
}

#commentform input:focus {
	background: #627B69;
	background:rgba(0,0,0,.60);
	
}

#commentform textarea:focus {
	background: #627B69;
	background:rgba(0,0,0,.60);
	
}

.description {
	float:left;
	margin: 2px 0 0;
	padding-right:10px;
	width:460px;
	Font : 300 1em/1em Jubilat, "Georgia", serif;	
}

.details {
	float:right;
	margin: 2px 0 5px;
	width:220px;
	
}

.details p {
	Font : 300 .85em/1.7em Jubilat, "Georgia", serif;
	color:#acacac;
	list-style: none;
	margin-top: 0px;
	text-shadow: 0 1px 0 #000000;
	
}

#details h3 {
margin-bottom: 5px;
text-shadow:0 1px 0 #dcd8c8;
	
}


.details li {
	Font : 500 1em/1.2em Jubilat, "Georgia", serif;
	color:#5e5f56;
	list-style: none;
	
}


#gallery  {
	margin-top:180px;
	margin-left:20px;
	color: #acacac;
	Font : 300 1.15em/1.4em Jubilat,"Georgia",serif;
	text-shadow: 0 1px 0 #000000;
	}

.area-8 {
    width: 300px;
	float:left;
	margin-right:20px;
	display:block;
	}
	
	
.caption-cont {
    position:relative;
	line-height:0px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-raidus:4px;
	box-shadow: 0 -1px 0 #000000, 0 1px 0 rgba(255,255,255,.1);
	border:6px solid rgba(0,0,0,.2	);
	background:rgba(0,0,0,.20);
	margin-bottom:20px;
}


.caption-cont img {

	height: auto;
    max-width: 100%;
}	


.caption-cont:hover .caption{
    height:100%;
}


.caption {
	position:absolute;
	bottom: 0;
	width:100%;
	z-index:80;
	left:0;
	background-color: rgba(0, 0, 0, .75);
	font: 1.2em Jubilat; "Georgia", serif;
	color: #ffffff;	

}


.caption a {
	color: #ffffff;	

}

.caption a:hover {
	color: #a6c8eb;	

}

.caption a:visitd {
	color: #ffffff;	

}


.caption p {
margin:5px;
padding-left:12px;
font-size: .888em;

}




.caption .caption-description {
display:none;
}

.caption-cont:hover .caption-description {
display:block;
Font : 300 .9em Jubilat; "Georgia", serif;

}