@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(../../images/bgimage.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
}
a {
	color: #666666;
	text-decoration: none;
}

img, a img { 
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

a img {
	border: none;
 } /* nobody likes default border around images */

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

#wrapper {
	width: 820px;
	margin: 40px auto auto;
	background-image: url(../../images/tranbgbit.png);
	border: 1px solid #FFFFFF;
}

div#logo {
	height: 100px;
	width: 100px;
	float: left;
}

div#blurb {
	float: right;
	height: 180px;
	width: 180px;
	z-index: 1;
}

#intro {
	font-size: 50px;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: text-top;
}
#title {
	width: 300px;
	margin-top: 10px;
	margin-left: 100px;
	height: 90px;
}

#title a {
	text-decoration: none;
	color: #000000;
}

div#nav {
	height: 25px;
	width: 800px;
	padding-top: 10px;
	background-image: url(../../images/whitebitl.png);
	background-repeat: no-repeat;
	background-position: left;
}


h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
	width: 820px;
	position: relative;
}

.scroll {
	height: 120px;
	width: 820px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
	padding: 10px;
	height: 100px;
	width: 800px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0 0 9px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

ul.navigation li {
	display: inline;
	margin-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

ul.navigation a {
	padding: 10px;
	color: #000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	outline-style:none;
	outline-width:medium;
}

ul.navigation a:hover {
	color: #ff9e00;
}

ul.navigation a.selected {
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

div#gallery-placeholder {
	background-image: url(../../images/whitebitl.png);
	background-repeat: no-repeat;
	height: 410px;
	width: 810px;
	padding-top: 10px;
	padding-left: 10px;
}

div#gallery-nav {
	float: right;
	height: 410px;
	width: 170px;
}
div#bookspg {
	background-repeat: no-repeat;
	background-position: left center;
	height: 120px;
	width: 800px;
}
div#aboutyen {
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 730px;
	background-image: url(../../images/about.png);
	padding-left: 70px;
}
div#test2 {
	background-repeat: repeat;
	height: 90px;
	width: 620px;
	background-image: url(../../images/tranbgbit.png);
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div#test1 {
	background-repeat: no-repeat;
	height: 100px;
	width: 380px;
	background-image: url(../../images/testimonials.png);
	padding-left: 250px;
	padding-right: 10px;
}
div#othermedia {
	background-repeat: no-repeat;
	height: 100px;
	width: 590px;
	background-image: url(../../images/media.png);
	padding-left: 200px;
	padding-right: 10px;
}
div#promo {
	background-repeat: no-repeat;
	height: 100px;
	width: 440px;
	background-image: url(../../images/promo.png);
	padding-left: 190px;
	padding-right: 10px;
}

div#ask {
	background-repeat: no-repeat;
	height: 100px;
	width: 520px;
	background-image: url(../../images/askme.png);
	padding-left: 110px;
	padding-right: 10px;
}

.style2 {
	font-size: 11pt;
	color: #FF9900;
}

.style3 {
	font-size: 20pt;
	color: #FF9900;
}

div#footer {
	background-image: url(../../images/footer.png);
	background-repeat: no-repeat;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	font-size: 9pt;
}

div#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

div#footer a:hover {
	color: #FF9900;
	text-decoration: none;
}

div#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

div#footer a:active {
	color: #FF9900;
	text-decoration: none;
}
