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

html{
	background: #090501 url(images/bkg-desk-top.jpg) no-repeat center top;
}

body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 81%;
	background:  url(images/bkg-paper-lower.jpg) no-repeat center  502px;
	}
	

h1 {
	color: #FFFFFF;
	font: normal normal 2.1em/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	text-shadow:0 1px 0 #000000;
	}

h2 {
	color: #6a816f;
	font: italic normal 1em/1.4em Georgia, "Times New Roman", Times, serif;
}

h3 {
	font: italic bold 1em/1.4em Georgia, "Times New Roman", Times, serif;
	color:#6a816f;
	padding-top: 5px;
	padding-bottom: 10px;
}

h4 {
	color: #ffffff;
	font:  normal 1.1em/1.4em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	}

p {
	font-size: 1em;
	line-height: 1.6em;
	clear: left;
	margin: 4px 0 6px;
	padding-bottom: 8px;
	padding-top: 8px;
}
	
p a {
	color: #004d99;
	text-decoration: none;
	}
	
/*
p a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ccd3b0;
	}
*/
	
#shell-hm {
	margin: 0 auto;
	overflow: hidden;
}


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

	}

#navigation {
	color: #b49a5a;
	padding: 60px 0 0 210px;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color: #92918e;
	list-style-type: none;
	letter-spacing: .2px;
	height: 92px;
	background: url(images/logo-md.png) no-repeat left;
}

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

}

#navigation a {
	color: #775335;
	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:37px;
	max-height:37px;
	}

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

#navigation a:hover {
	color: #6a816f;
	text-decoration: none;
	
	}

#navigation a.selected {
	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);
	}


#rightcolumn {
	width: 590px;
	_height: 1%;
	display: inline;
	float: right;
	color: #acacac;
	font:  normal 1.15em/1.4em "Helvetica",Arial,sans-serif;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 #000000;
}




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

}

#rightcolumn li {
	color: #322928;
	list-style: none;
	list-style-image: url(images/icn_star.gif);
	margin: 0 5px 0 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:  normal .9em/1em
}


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


	
	
.img-wrap {
	padding: 6px;
	margin: 6px;
	background: #e3e1d3;
	border: 1px solid #b0ada0;

}




	
	dl.gallery
{

	width: 180px;
	text-align: left;
	padding: 8px;
	float: left;
	overflow:hidden;
	display: inline;
}

.gallery dt {
	color: #322928;
	font: normal 1.1em/1.4em Georgia, "Times New Roman", Times, serif; 
	clear: left;
	
	}
	

	

.gallery dt img {
	padding: 6px;
	margin: 6px;
	background: #e3e1d3;
	border: 1px solid #b0ada0;

}


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





.gallery dd	 {
	margin: 0;
	padding: 0;
	overflow:hidden;
	display: block;
	font: italic .8em/1.2em Georgia, "Times New Roman", Times, serif;
}



/* Easy Slider */

#slider{
	padding-top: 42px;
	margin-left: 148px;	
	padding-bottom: 105px;
	}
		
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	
	}
#slider li{ 
	width:522px;
	height:338px;
	overflow:hidden; 
	padding-top: 10px;
	}	
	
	#slider li a{ 
	border: 0px ; 
	}	
	
#prevBtn, #nextBtn{ 
	display:block;
	width:53px;
	height:53px;
	position:absolute;
	left:110px;
	top:140px;
	}	
#nextBtn{ 
	left:660px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:53px;
	height:53px;
	background:url(images/btn_prev.png) no-repeat 0 0;		
	left: 110px;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.png) no-repeat 0 0;	
	}			

/* // Easy Slider */

/* 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 */
	

#leftcolumn {
	float: left;
	background: url(images/bkg_testimonials.png) no-repeat;
	padding: 10px;
	width: 178px;
	_height:1%;
	display: inline;
	color: #322928;
	margin-top: 5px;
	text-shadow: 0 1px 0 #000000;
	}

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

#leftcolumn li {
	font:  .95em/1.6em "Helvetica",Arial,sans-serif;
	color:#acacac;
	list-style: none;
	padding-bottom: 10px;


}

#leftcolumn p {
	font: italic bold .82em/1.8em Georgia, "Times New Roman", Times, serif;
	color:#f4e4c3;
	list-style: none;

}

#leftcolumn li a{
	color:#ffffff;
	list-style: none;
	text-decoration: none; display:block;
	border-bottom:1px dotted #f4e4c3;
    }

#leftcolumn li a:hover{
	color:#004d99;;
	list-style: none;
	text-decoration: none; display:block;
	background-color: #dbecf6;
}





#footer {
	clear: both;
	color: #484b55;
	width: 820px;
	font: .81em "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: hidden;
	_height:1%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#footer p{
padding-left: 220px;
}
	
#footer h3 {
	width:225px;
	float:right;
	
	}

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

#footer li {
	display: inline;
	font: 1.25em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#footer a {
	color: #6a816f;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ccd3b0;
	}


#footer a:visited  {
	color:#6a816f;
	}


#commentform input[type="text"], #commentform textarea {
	border: 1px solid #627B69;
	background: #333B31;
	margin-bottom: 5px;
	padding: 8px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-raidus:6px;
	background:rgba(0,0,0,.40);
}

#commentform input:focus {
	background: #e2f0b3;
}

#commentform textarea:focus {
	background: #e2f0b3;
}

.description {
	border-right:1px dotted #2C2C21;
	float:left;
	margin: 2px 0 0;
	padding-right:10px;
	width:375px;
	font:  normal 1em/1em "Helvetica", Arial,sans-serif;	
}

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

.details p {
	font:  .85em/1.5em "Helvetica", Arial,sans-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: italic .80em/1.2em Georgia, "Times New Roman", Times, serif;
	color:#5e5f56;
	list-style: none;
	
}


