/* Begin CSS Reset */
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;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* End CSS Reset */

/* Begin global document styles */

html {
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	background-color:#000000;
	color:#ffffff;
	font-family:Helvetica,Arial,Verdana;
	font-size:11px;
	width:100%;
	height:100%;
	overflow:hidden;
}
a {
	text-decoration:underline;
	color:#ffffff;
}
a:hover {
	text-decoration:underline;
	color:#aaaaaa;
}
p {
	margin-bottom:10px;
}
strong {
	font-weight:bold;
}
#background {
	position:absolute;
	z-index:1;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
#backgroundhome {
	position:absolute;
	z-index:1;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:auto;
	z-index:2;
}
#content {
	z-index:3;
	text-align:center;
	padding-top:25px;
}
#sitecontainer {
	position:relative;
	width:955px;
	text-align:left;
	margin:auto;
	z-index:4;
}
#header {
	position:relative;
	width:955px;
	height:50px;
	float:left;
}
#mainmenu {
	position:relative;
	height:15px;
	border-style:solid;
	border-color:#dddddd;
	border-width: 0 0 1px 0;
	margin-top:5px;
	padding-left:5px;
}
#submenu {
	position:relative;
	height:15px;
	margin-top:2px;
	padding-left:5px;
}
#contentcontainer {
	position:relative;
	width:955px;
	float:left;
	margin-top:20px;
	border-style:solid;
	border-color:#dddddd;
	border-width: 0 0 1px 0;
	padding-bottom:50px;
}
#contentleft {
	width:477px;
	float:left;
	border-style:none;
	border-width:1px;
	border-color:white;
	
}
#contentright {
	width:478px;
	float:left;
}
#gallerylabel {
	position:relative;
	float:left;
	margin-top:5px;
	text-transform:uppercase;
}

.contentinner {
	padding-right:10px;
}

.textcolumncontainer {
	width:470px;
	min-height:300px;
	float:left;
	border-style:none;
	border-width:1px;
	border-color:white;
}
.textcolumn {
	width:220px;
	min-height:300px;
	float:left;
	padding-right:10px;
	border-style:none;
	border-width:1px;
	border-color:white;
}
.input_field {
	background-color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	color:#ffffff;
	font-family:Helvetica,Arial,Verdana;
	font-size:11px;
	width:220px;
	height:20px;
	margin-bottom:10px;
}
.input_textarea {
	background-color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	color:#ffffff;
	font-family:Helvetica,Arial,Verdana;
	font-size:11px;
	width:220px;
	height:50px;
	margin-bottom:10px;
}
.input_select {
	background-color:#c7c8ca;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	color:#000000;
	font-family:Helvetica,Arial,Verdana;
	font-size:10px;
	font-weight:bold;
	width:220px;
	height:20px;
	margin-bottom:10px;
}
.input_button {
	background-color:#c7c8ca;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	color:#000000;
	font-family:Helvetica,Arial,Verdana;
	font-size:11px;
	font-weight:bold;
}
/* End global document styles */

/* Begin menu styles */

a.menuitem {
	text-decoration:none;
	margin-right:10px;
	color:#ffffff;
}
a.menuitem:hover {
	text-decoration:none;
	margin-right:10px;
	color:#aaaaaa;
}
a.menuitemselected {
	text-decoration:none;
	margin-right:10px;
	color:#aaaaaa;
}
a.menuitemselected:hover {
	text-decoration:none;
	margin-right:10px;
	color:#aaaaaa;
}
/*
a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}
*/
/* Begin Carousel Styles */

.mainimagecontainer {
	position:relative;
	width:470px;
	height:468px;
	margin-bottom:4px;
	float:right;
}
.mainimageprevbar {
	position:absolute;
	width:16px;
	height:468px;
	left:0px;
	top:0px;
	background-image:url(/interface/button_left_off.gif);
	z-index:100;
	opacity:0.3;
	filter:alpha(opacity=30);
	outline: none;
}
.mainimageprevbar:hover {
	background-image:url(/interface/button_left_on.gif);
}
.mainimagenextbar {
	position:absolute;
	width:16px;
	height:468px;
	left:454px;
	top:0px;
	background-image:url(/interface/button_right_off.gif);
	z-index:100;
	opacity:0.3;
	filter:alpha(opacity=30);
	outline: none;
}
.mainimagenextbar:hover {
	background-image:url(/interface/button_right_on.gif);
}
.mainimagenext {
	outline: none;
}
.mainimageprev {
	outline: none;
}

/* End Carousel Styles */