@charset "UTF-8";

/* --------------------------------------------

	COLORS
	-------------------------------------------
	bg-dark-grey:		#333333
	bg-light-grey:		#f2f2f2
	dark-grey:		#7f7f7f
	
	
	CHAPTERS
	-------------------------------------------
	1.	CSS reset
	2.	Page building
	3.	Navigation
	4.	Text
	5.	Blocks
	6.	Colors
	7.	Events
	8.	Links
	9.	Footer
	10.	Forms
	11. Flash elements
	12.	Ajax elements
	13.	Tell a Friend
	14.	Banners
	15.	Lightbox
	16.	Feedback
	*.	Helpers
	
	
	
	1. CSS RESET v1.0 | 20080212 (meyerweb.com)
-------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------------------------------------------
	2. PAGE BUILDING
-------------------------------------------- */
body {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size:62.5%;
	line-height:1.8;
	height: 100%;
	background: #F2F2F2 url(img/bg_body.gif) repeat-x;
}

#container {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #FFFFFF url(img/bg_body.gif) repeat-x;;
}
#wrapper {
	width: 900px;
	margin: 0px auto;
}
#header {
	width: 900px;
	height: 105px;
	margin-bottom: 40px;
}
#header #logo {
	height: 65px;
	float: left;
}
#header #logo img {
	margin-top: 23px;
}

#header #nav {
	height: 65px;
	float: right;
}
#header #subnav {
	height: 40px;
	float: right;
	clear: both;
}

#content {
	clear: both;
	width: 900px;
	overflow: hidden;
	padding: 0px 0px 40px 0px;
	font-size: 1.2em;
}

#footer {
	clear: both;
}
#footer_container {
	width: 900px;
	margin: 0px auto;
	padding: 25px 0px 100px 0px;
	overflow: hidden;
}

#hh_logo {
	float: left;
}

#footer_content {
	float: right;
}

/* --------------------------------------------
	3. NAVIGATION
-------------------------------------------- */

#nav ul,
#subnav ul {
	width: auto;
	clear: both;
}

#nav ul li,
#subnav ul li {
	float: left;
	margin-left: 40px;
	display: inline;
}

#nav li a {
	display: block;
	height: 65px;
	width: auto;
	color: #666666;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 65px;
	vertical-align: middle;
}
#nav li a:hover  {
	color: #CCCCCC;
}
#nav li.active a {
	color: #CCCCCC;
	background: transparent url(img/bullet_nav_active.gif) center bottom no-repeat;
}

#subnav li a {
	display: block;
	height: 40px;
	width: auto;
	color: #999999;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
	vertical-align: middle;
}
#subnav li a:hover  {
	color: #666666;
}
#subnav li.active a {
	color: #666666;
	background: transparent url(img/bullet_subnav_active.gif) center bottom no-repeat;
}


/* --------------------------------------------
	4. TEXT
-------------------------------------------- */

#footer_content .copyright {
	text-transform: uppercase;
	color: #999999;
}



/* --------------------------------------------
	5. BLOCKS
-------------------------------------------- */
.colm_3 .foto_holder {
	margin-left: -30px;
	margin-top: -30px;
	overflow: hidden;
}
.colm_2 .foto_holder {
	margin-left: -40px;
	margin-top: -40px;
	overflow: hidden;
}
.colm_3 .foto_holder .foto {
	float: left;
	width: 280px;
	height: 210px;
	overflow: hidden;
	margin: 30px 0px 0px 30px;
}
.colm_2 .foto_holder .foto {
	float: left;
	width: 430px;
	height: 224px;
	overflow: hidden;
	margin: 40px 0px 0px 40px;
}
.colm_3 .foto_holder .foto a img {
	height: 210px;
	width: 280px;
}
.colm_2 .foto_holder .foto a img {
	height: 224px;
	width: 430px;
}
.colm_3 .foto_holder .foto .overlay {
	position: relative;
	height: 35px;
	top: -35px;
	z-index: 2;
	line-height: 35px;
	vertical-align: middle;
	padding: 0 0 0 10px;
	background: #FFFFFF;
	opacity:0.75;
	filter: Alpha(opacity=75);

}
.colm_2 .foto_holder .foto .overlay {
	position: relative;
	height: 45px;
	top: -55px;
	z-index: 2;
	line-height: 18px;
	vertical-align: middle;
	padding: 10px 0 0 10px;
	background: #FFFFFF;
	opacity:0.75;
	filter: Alpha(opacity=75);

}
.foto_nav {
	float: right;
	text-align: right;
	padding: 20px 0px 0px 0px;
}
.foto_nav .back {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: transparent url(img/arrow_left_25.gif) center no-repeat;
}
.foto_nav p {
	display: block;
	float: left;
	width: autopx;
	height: 20px;
}
.foto_nav .next {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: transparent url(img/arrow_right_25.gif) center no-repeat;
}

.colm_left {
	width: 430px;
	float: left;
}

.colm_right {
	width: 430px;
	float: right;
}

/* --------------------------------------------
	SLIDER
-------------------------------------------- */

#slider {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

.colm_3 .scroll {
    height: 690px;
    width: 900px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}
.colm_2 .scroll {
    height: 752px;
    width: 900px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.colm_3 .scroll_container div.panel {
    padding: 0px;
    height: 690px;
    width: 900px;
}
.colm_2 .scroll_container div.panel {
    padding: 0px;
    height: 752px;
    width: 900px;
}

.slide_navigation {
	float: right;
	padding: 30px 0 0 0;
}

ul.navigation {
	float: right;
	padding: 30px 0 0 0;
}
ul.navigation li {
    display: inline;
    margin-left: 10px;
	float: left;
}

ul.navigation a {
    padding: 5px 10px;;
    color: #333333;
    text-decoration: none;
	background: #F2F2F2;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #CCC;
}

.scrollButtons {
    position: absolute;
    top: 120px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}
/* --------------------------------------------
	LIGHTBOX
-------------------------------------------- */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 100%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: normal; }
#lightbox-image-details-caption b,
#lightbox-image-details-caption strong {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding: 1.0em 0;
	font-style: italic;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;
	display: none;
}


/* --------------------------------------------
	HELPERS
-------------------------------------------- */
.clear {
	clear: both;
}
.hide {
    display: none;
}
