/* CSS Document */

body {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	margin: 0px auto;
}


#outer {
position: absolute;
  width: 600px;
  height: 580px;
  overflow: visible;
  display:none;
}

#top {
	width:600px;
	height:115px;
	overflow: hidden;
}

.top_textlogo {
	float:right;
	width:107px;
}

#imagecontainer{
	width:612px;
	height:313px;
	background-color: #FFFFFF;
	background-image:url('../images/shadow.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	float:left;
}

.buttoncontainer{
	width:30px;
	height:16px;
	background-color: #FFFFFF;
	background-image:url('../images/buttonshadow.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	float:left;
	margin: 10px 6px 10px 0px;
}

#picture {
	width:600px;
	height:300px;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align:center;
	float:left;
}

#content {
	width:600px;
	height:470px;
	background-color: #FFFFFF;
	overflow: hidden;
	float:left;
	color: #969696;
}

#contentsmall {
	width:387px;
	height:135px;
	background-color: #FFFFFF;
	overflow: hidden;
	float:left;
	color: #969696;
}

#content_fullwidth {
	width:600px;
	height:135px;
	background-color: #FFFFFF;
	overflow: hidden;
	float:left;
	color: #969696;
}

#info {
	width:200px;
	height:135px;
	background-color: #FFFFFF;
	overflow: hidden;
	color: #969696;
	float:right;
	text-align:right;
}

#pick_image_bar {
	width:600px;
	height:35px;
	background-color: #FFFFFF;
	overflow: hidden;
	float:left;
}

.imgbutton {
 width:24px;
 height:12px;
 background-color: #969696;
 display: block;
 float: left;
 
}

#imgbutton_active {
	background-color: #85BB3D;
}

.activecolor {
 color: #85BB3D;
}

a {
  text-decoration: none;
  color: #969696;
}
a:active {
  color: #85BB3D;
}

div#content a {
	text-decoration: underline;
}

div#content_fullwidth a {
	text-decoration: underline;
}

div#contentsmall a {
	text-decoration: underline;
}
div#info a {
	text-decoration: underline;
}

#menu0 {
	width:106px;
}

#menu1 {
	width:106px;
}

#menu2 {
	width:175px;
}

div.menu {
	vertical-align: middle;
	height:115px;
	text-transform:uppercase;
	background-color: #FFFFFF;
	float:left;
}

