﻿/* Global Reset @ */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, form {
margin: 0;
padding: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	color:#666;
	background: #e2e2e2 url(/images/bg-pattern.gif) top repeat;
}

/* Layout */

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #ccc;
	position: relative;
	background: #fff;

}

#header 
{
	height: 125px;
	background: #e8e8e7 url(/images/bg-header.gif) bottom repeat-x;
}

#logo {
	border: none;
	margin: 55px 0 0 15px
	
}


#leftContent 
{

	width: 270px;
	margin: 40px 0 0 25px;
	float: left
}


#rightContent 
{
	float: right;
	width: 590px;
	margin: 40px 20px 20px 0;
	height: 500px
}

#wideContent 
{
	float: left;
	width: 860px;
	margin: 40px 20px 20px 20px;

}

#galleryContent{
	width: 910px;
	margin: 40px 0 0 25px;
	float: left
}

#galleryContent img {
	padding: 10px 5px 0 10px;
	border: 0; 
}
#galleryContent p {
	margin: 0 0 10px 0;
}


#footer 
{
	clear: both;
	background-color: #e6e6e5;
	height: 60px;
	color: #666;
	font-size: 95%;
}

#footer  p{
	padding: 30px 0 0 20px;
}

#menu
{
	margin: -40px 0 0 470px;

}

ul#navigation2 
{
	font-size: 110%;
	display: inline;

}

#navigation2 li
{
    display: inline;
	float: left;
	list-style: none;
	height: 27px;
	width: 90px;
	background: #f5f5f5;
	margin: 0 4px  0 0;
	border: 1px solid #e2e2e2
	

}

#navigation2 li a {
	color: #666;
	display:block;
	padding: 5px 0 6px 6px
}


#navigation2 li.current a, #navigation2 li a:hover{
	color: #fff;
	background: #b0afaf;
}


#output {
 
}

#navScroll {
 margin: 420px 0 0 0;
}

#output {
	font-size: 100%;
	font-weight: bold;
}

#prev2  {
	float: right;
	margin: 0 30px 0 0;
	padding: 0 0 2px 15px;
	color: #666;
	font-size: 110%;
	font-weight: bold;
	background:url(/images/arrow-left.gif) left no-repeat;

}

#next2 {
	float: right;
	margin: 0 30px 0 0;
	padding: 0 15px 2px 0;
	color: #666;
	font-size: 110%;
	font-weight: bold;
	background:url(/images/arrow-right.gif) right no-repeat;
}

a#prev2:hover{
	color: #09C;
	background:url(/images/arrow-left-hover.gif) left no-repeat;
}

a#next2:hover {
	color: #09C;
	background:url(/images/arrow-right-hover.gif) right no-repeat;
}


/* Gallerific Slideshow */

#gallery-adv{
	margin: 0 0 0 20px
}

#thumbs-adv {
	margin: 0 0 20px 20px
}
ul.thumbs li{
	list-style: none;
	float:left;
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	margin: 20px 11px 0 0
}

ul.thumbs li img{
	height: 40px;
	width: 40px;
	border: 1px solid #ccc;

}

ul.thumbs li a img, #slideshow-adv img {
	border: none;
}

#controls-adv {
	height: 30px;
	margin: 0 0 5px 0;
}

#controls-adv a.pause {
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 3px 0 0;
	font-weight: normal;
	background: url(../../../images/Knob-Pause.gif) no-repeat;
}
#controls-adv a.play {
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 3px 0 0;
	font-weight: normal;
	background: url(../../../images/Knob-Play.gif) no-repeat;
}

#controls-adv a.next {
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 3px 0 0;
	/* margin: 0 0 0 20px; */
	font-weight: normal;
	background: url(../../../images/Knob-Fast-Forward.gif) no-repeat;
}


#controls-adv a.prev {
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 3px 0 0;
	/* margin: 0 0 0 260px; */
	font-weight: normal;
	background: url(../../../images/Knob-Fast-Rewind.gif) no-repeat;
}

#loading-adv {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px

}



div.top  {
	text-align: right;
}

div.top  a {
	margin: 0 10px 0 0
}
span.current {
	padding: 2px 5px;
	border: 1px solid #ccc;
	margin: 0 10px 0 0
}

div.top {
	margin: 0 30px 0 0
}

div.bottom  {
	display: none;
}

.caption {
	padding: 7px 0 0 0;
}

/* Styles */


h1 { 

	font-size: 130%;
	color: #999;
	font-weight: normal;
}

h2 { 
	font-size: 130%;
	color: #999;
	font-weight: normal;
}

a {
	text-decoration: none;
	outline: none;
	color: #787676
}

a:hover {

	color: #09C
}

#imgRotate img {
	border: 1px solid #ccc;
}

p {
	margin: 10px 0 10px 0;
}




