/* Colors
grey		#666666
orange		#e95e26
*/

/* Main ------------------------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
}

img {
	border: none !important;
}


/* Container ------------------------------------------------------------------------------ */

#container {
	margin: 0 auto;
	position: relative;
	width: 796px;
}


/* Header ------------------------------------------------------------------------------ */

#header.logo-large {
	width: 745px;
	padding: 110px 0 10px 0;
}

		#header.logo-large a,
		#header.logo-large a:link,
		#header.logo-large a:visited,
		#header.logo-large a:hover,
		#header.logo-large a:active {
			display: block;
			width: 280px;
			height: 27px;
			background: url("../images/logo_large.gif") left top no-repeat;
			text-decoration: none;
		}
	
#header.logo-small {
	width: 698px;
	padding: 50px 0 25px 100px;
}
		
		#header.logo-small a,
		#header.logo-small a:link,
		#header.logo-small a:visited,
		#header.logo-small a:hover,
		#header.logo-small a:active {
			display: block;
			width: 253px;
			height: 21px;
			background: url("../images/logo_small.gif") left top no-repeat;
			text-decoration: none;
		}


/* Splash ------------------------------------------------------------------------------ */

#splash {
	width: 696px;
	padding-left: 58px;
}

		#splash ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#splash li {
			display: inline;
			float: left;
			margin: 0;
			padding: 0;
		}
		
		#splash li a,
		#splash li a:link,
		#splash li a:visited,
		#splash li a:hover,
		#splash li a:active {
			display: inline-block;
			padding: 0;
			width: 222px;
			height: 275px;
			margin-right: 10px;
			text-decoration: none;
		}
		
		/*
		#splash a.people { background: #666 url("../images/splash/people.jpg") left top no-repeat; }
		#splash a.interior { background: #666 url("../images/splash/interior.jpg") left top no-repeat; }
		#splash a.travel { background: #666 url("../images/splash/travel.jpg") left top no-repeat;	}
		*/


/* Main Menu ------------------------------------------------------------------------------ */

#menu {
	width: 100px;
	float: left;
}

		#menu ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#menu li {
			padding-right: 20px;
			text-align: left;
			font: 10px Verdana, Arial, Helvetica, sans-serif;
			color: #e95e26;
			margin-bottom: 4px;
		}
		
		#menu li.group-top {
			color: #000;
			margin-top: 10px;
		}
		
		#menu li.group-bottom {
			margin-bottom: 10px;
		}
		
		#menu li a.categories,
		#menu li a.categories:link,
		#menu li a.categories:visited {
			display: block;
			width: 80px;
			font: 10px Verdana, Arial, Helvetica, sans-serif;
			color: #666;
			text-decoration: none;
		}
		
		#menu li a.categories:hover,
		#menu li a.categories:active {
			color: #e95e26;
			text-decoration: none;
		}

		#menu li a.content,
		#menu li a.content:link,
		#menu li a.content:visited {
			display: block;
			width: 80px;
			font: 10px Verdana, Arial, Helvetica, sans-serif;
			color: #b9b9b9;
			text-decoration: none;
		}
		
		#menu li a.content:hover,
		#menu li a.content:active {
			color: #e95e26;
			text-decoration: none;
		}

/* Content ------------------------------------------------------------------------------ */

#content {
	margin-left: 100px;
	padding: 0;
	width: 696px;
}

		#content p {
			margin: 0;
			padding: 0;
		}
				
		#content img.content {
			float: left;
			margin-right: 20px;
		}
		
		#content img.content+div {
			float: left;
		}
		
		#content .contact {
			color: #fff;
			width: 652px;
			height: 440px;
			background: url("../images/splash/contact.jpg") left top no-repeat;
			padding: 20px;
		}
		
		#content .contact a,
		#content .contact a:link,
		#content .contact a:visited {
			color: #fff;
			text-decoration: none;
		}
		
		#content .contact a:hover,
		#content .contact a:active {
			text-decoration: underline;
		}
		
		#content .legal {
			color: #666;
			width: 652px;
			height: 440px;
			background: url("../images/splash/legal.jpg") left top no-repeat;
			padding: 20px;
		}
		
		#content .legal a,
		#content .legal a:link,
		#content .legal a:visited {
			color: #666;
			text-decoration: none;
		}
		
		#content .legal a:hover,
		#content .legal a:active {
			text-decoration: underline;
		}
		
		#content a,
		#content a:link,
		#content a:visited {
			color: #666;
			text-decoration: none;
		}
		
		#content a:hover,
		#content a:active {
			text-decoration: underline;
		}
		

/* Gallery Navigation ------------------------------------------------------------------------------ */

#arrows {
	position: absolute;
	width: 50px;
	top: 445px;
	left: 34px;
}
	
		#arrows div {
			display: block;
			width: 25px;
			height: 25px;
			margin: 5px 0;
		}
	
		#arrows div.previous {
			float: left;
		}
	
		#arrows div.next {
			float: right;
		}
		
		#arrows a {
			display: block;
			width: 25px;
			height: 25px;
			margin: 5px 0;
		}
		
		#arrows a.previous,
		#arrows a.previous:link,
		#arrows a.previous:visited {
			float: left;
			background: url("../images/arrows.gif") 0 0 no-repeat;
		}
			
		#arrows a.next,
		#arrows a.next:link,
		#arrows a.next:visited {
			float: right;
			background: url("../images/arrows.gif") 0 -25px no-repeat;
		}
		
		
	
/* Caption ------------------------------------------------------------------------------ */

#caption {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 10px 0 0 100px;
	width: 696px;
	height: 25px;
}

		*+html #caption {
			margin: 8px 0 0 100px;
		}


/* Gallery ------------------------------------------------------------------------------ */

#gallery {
	padding-left: 100px;
	width: 696px;
}

		#gallery .thumb {
			float: left;
			margin: 0 4px 4px 0;
			padding: 0;
			background: #f3f3f3;
		}
		
		*+html #gallery .thumb {
			margin: 0 4px 2px 0;
		}


/* Footer ------------------------------------------------------------------------------ */

#footer {
	margin: 0 auto;
	padding: 15px 0 0 100px;
	width: 696px;
	text-align: left;
}

		#footer p {
			font-size: 10px;
			color: #999;
			text-align: left;
		}
		
		#footer a,
		#footer a:link,
		#footer a:visited {
			color: #999;
			text-decoration: none;
		}
		#footer a:hover,
		#footer a:active {
			text-decoration: underline;
		}


/* Tooltip ------------------------------------------------------------------------------ */

#qTip {
	border: 1px solid #000;
	padding: 2px;
	display: none;
	background: #fff;
	-moz-opacity: 0.85;
	opacity: .85;
	filter: alpha(opacity=85);
	color: #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
}


/* Misc ------------------------------------------------------------------------------ */

.clearfloat { 
	clear: both;
    height: 0px !important;
    font-size: 1px;
    line-height: 0px !important;
}

.noborder {
	border: none !important;
}

.hidden {
	display: none;
}

.nomargin {
	margin: 0 !important;
}


/* Scroll panel ------------------------------------------------------------------------------ */

.wrapper {
	position: relative;
	width: 696px;
	height: 350px;
}

.scroll-pane {
	position: relative;
	width: 696px;
	height: 350px;
	overflow: auto;
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: -50px;
	width: 100%;
	background: #b9b9b9;
	border-top: 12px solid #fff;
	border-bottom: 12px solid #fff;
}

.jScrollIntervalTrack { 
	position: absolute;
}

.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -50px;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	background: url('../images/arrows.gif') right top no-repeat;
	height: 25px;
	width: 150px;
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -50px;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	background: url('../images/arrows.gif') 0 -25px no-repeat;
	height: 25px;
	width: 150px;
}

.item { 
	background: #f3f3f3;
	border-right: 1px solid #fff;
	float: left;
}

.circle_preloader { 
	background: #fff url('../images/loading.gif') no-repeat 50% 50%;
	display: block; 
	filter: alpha(opacity=30);
	opacity: 0.3;
	z-index: 9999;
}


