/* @group General formatting */

/* YUI Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

a {
	color: #76DF4A;
}

h1 {
	color: #76DF4A;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 1em;
}

h2 {
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
	color: #76DF4A;
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

li {
	margin-left: 18px;
	line-height: 1.5em;
}

img {
	border: none;
}

/* @end */

/* @group Page layout */

html, body {
	height: 100%;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 75%;
	background-color: #000;
	color: #333;
}

#container {
	width: 700px;
	background-color: #FFF;
	margin: 10px auto;
}

#contentarea {
	margin: 36px;
}

#leftcolumn {
	float: left;
	width: 422px;
}

#rightcolumn {
	float: right;
	width: 150px;
	background-color: #E0F8D6;
	text-align: center;
	padding: 18px;
	margin-bottom: 36px;
}

/* @end */

/* @group Header */

#header {
	background-image: url(../graphics/general/header_background.png);
	background-repeat: repeat;
	height: 200px;
	color: #333;
}

#header h1 {
	font-size: 25px;
	margin: 0;
	padding-top: 110px;
	position: relative;
	left: -20px;
}

#header h2 {
	font-size: 15px;
	color: #333;
	position: relative;
	left: -20px;
}

#header img {
	float: left;
}

/* @end */

/* @group Menu */

#menuwrapper {
	height: 27px;
	font-size: 15px;
	line-height: 1;
	background-color: #76DF4A;
}

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

#menuwrapper li {
	float: left;
	position: relative;
	margin: 0;
	line-height: 1;
	padding: 6px 18px 0 36px;
}

#menuwrapper a {
	text-decoration: none;
	color: #FFF;
}

#menuwrapper a:hover {
	color: #333;
}

/* @end */

/* @group Reset Floats */

.clearall {
	clear: both;
}

/* @end */

/* @group Image Gallery */

#preview_pane {
	float: left;
	width: 422px;
	text-align: center;
	vertical-align: middle;
	height: 520px;
}

#preview_pane img{
	border: none;
	max-width: 386px;
	vertical-align: middle;
}

#gallery_container {
	float: left;
	width: 150px;
	background-color: #E0F8D6;
	text-align: center;
	padding: 0 18px;
	margin-bottom: 36px;
}

#the_images {
	position: relative;
	overflow: hidden;
	height: 450px;
}

#arrow_up {
	height: 35px;
}

#arrow_down {
	height: 35px;
}

#the_images div{	
		position:relative;	
		height:1500px;
}

#the_images img{
	border:0;
	padding: 0;
	margin: 0;
	filter:alpha(opacity=50);	 /*Transparency - IE*/ 
	opacity:0.5;  /*Transparency - Firefox*/ 
	height: 150px;
}


#gallery ul{
	list-style: none;
}

#gallery li{
	background-color: #e0f8d6;
	float: left;
	width: 132px;
	height: 132px;
	text-align: center;
	margin: 9px;
	line-height: 132px;
}

#gallery img{
	vertical-align: middle;
	border: none;
}

/* @end */