/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-weight: 100;
	overflow: hidden;
	background: #151010;
}

img, div {
	behavior: url(iepngfix.htc)
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #728536;
}

.gallery-text {
	margin: 50px auto 50px 75px;
	color: #999999;
	font-weight: 100;
}

/* Container */

#right-container {
	position: absolute;
	top: 0;
	left: 30%;
	width: 950px;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: auto;
	background: #151010 url(images/onewhitebud.jpg) no-repeat top left;
	z-index: 0;
}

/* Logo */

#logo {
	position: absolute;
	top: 215px;
	left: 18%;
	width: 300px;
	height: 70px;
	background: url(images/swplogo.png) no-repeat;
	z-index: 50;
	overflow: hidden;
}

/* Menu */

#menu {
	position: absolute;
	top: 300px;
	left: 20%;
	width: 500px;
	margin: 0;
	z-index: 1000;
	overflow: hidden;
}

#menu ul {
	margin: 0 150px 0 50px;
	padding: 0 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: auto;
	padding: 0 5px 0 5px;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
	letter-spacing: 0px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 100;
	color: #999999;
}

#menu a:hover {
	color: #728536;
}

#menu .active a {
	color: #CCCCCC;
}

/* Gallery List */

#gallery-list {
	width: 200px;
	height: 300px;
	top: 275px;
	left: 25%;
	background: url(images/bracket.png) no-repeat right center;
	position: absolute;
	z-index: 25;
}

#gallery-list ul {
	margin: 0 0 0 50px;
	padding: 90px 0 0 165px;
	list-style: none;
}

#gallery-list a {
	display: block;
	float: left;
	width: 75px;
	padding: 5px 0 5px 0;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	letter-spacing: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #999999;
}

#gallery-list a:hover {
	color: #728536;
}

/*Slideshow*/

#flashcontent {	
	width: 350px;
	height: 98%;	
	margin: 0 35px 0 450px;
}

#horizontal_flashcontent {
	width: 100%;
	height: 87%;
	margin: 0 0 70px 0;
}	

/*Header*/

#header {
	height: 70px;
	margin: 20px auto 20px 50px;
	background: #151010 url(images/swplogo.png) no-repeat;
}

/*Scrollbox*/

#scrollBox {
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 425px;
	width: 250px;
	padding: 5px;
	position: absolute;
	top: 30px;
	right: 250px;
	overflow: auto;
	scrollbar-base-color: #151010;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-DarkShadow-Color: #151010;
	scrollbar-highlight-color: #151010;
	scrollbar-track-color: #151010;
}

#scrolltext {
	padding: 5px;
	margin: 0 25px;
}

/*Contact*/

#contact {
	margin: 150px 0 0 350px;
	width: 300px;
	text-transform: none;
	text-align: left;
	letter-spacing: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #999999;
}

/* Gallery Pages Menu*/

#nav {
	position: absolute;
	top: 20px;
	right: 150px;
	width: 350px;
	margin: 0;
	z-index: 1000;
	overflow: hidden;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline;
}

#nav a {
	display: block;
	float: left;
	width: auto;
	padding: 0 5px 0 5px;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
	letter-spacing: 0px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 200;
	color: #999999;
}

#nav a:hover {
	color: #728536;
}

#nav .active a {
	color: #CCCCCC;
}

#nav_glrylist {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 400px;
	height: 25px;
	margin: 15px 0 0 0;
	z-index: 1000;
	background: url(images/menudropdown.png) no-repeat top left;
}

#nav_glrylist ul {
	margin: 0;
	padding: 0 0 0 55px;
	list-style: none;
}

#nav_glrylist li {
	display: inline;
}

#nav_glrylist a {
	display: block;
	float: left;
	width: auto;
	padding: 3px 5px 0 5px;
	text-decoration: none;
	text-transform:lowercase;
	text-align: center;
	letter-spacing: 0px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 100;
	color: #999999;
}

#nav_glrylist a:hover {
	color: #728536;
}

#nav_glrylist .active a {
	color: #CCCCCC;
}
