/* page elements */
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	background-color: white;
}

img {
	border: 0;
}

.fade {
	background-image: url('../img/fade.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	height: 28px;
}

#flags {
	position: absolute;
	left: 40%;
	width: 289px;
	text-align: right;
	top: 0;
}

.flag {
	float: right;
	margin-right: 15px;
	margin-top: 6px;
}

#header_firstrow {
	height: 60px;
}

#header_firstrow *{
	display: none;
}

#header_secondrow {
	background-color: #ff6000;
	height: 28px;
}

#header_thirdrow {
	background-color: black;
	height: 28px;
}

.left_column {
	width: 40%;
}

.left_two_columns {
	width: 40%;
	padding-right: 289px;
}

.right_column {
	position: absolute;
	left: 40%;
	width: 60%;
}

#main_text {
	position: absolute;
	right: 60%;
	width: 290px;
	top: 34px;
	height: 28px;
}

#login_fields {
	top: 0;
	right: 60%;
	width: 290px;
	position: absolute;
	margin-top: 5px;
	overflow: hidden;
	height: 22px;
}

#login_message {
	margin-top: 1px;
	width: auto;
	overflow: hidden;
}

#header_form {
	position: absolute;
	left: 40%;
	top: 0;
	height: 28px;
	padding: 6px 0 0 15px;
	z-index: 5;
	margin-left: 296px;
}

#header_form_second_row {
	position: absolute;
	left: 40%;
	top: 28px;
	height: 28px;
	padding: 4px 0 0 15px;
	z-index: 5;
	margin-left: 281px;
}

#header_form_third_row {
	position: absolute;
	left: 40%;
	top: 56px;
	height: 28px;
	padding: 6px 0 0 15px;
	z-index: 5;
	margin-left: 330px;
	text-align: right;
	width: 200px;
}

#cms_link {
	position: absolute;
	left: 40%;
	top: 84px;
	height: 28px;
	padding: 6px 0 0 15px;
	z-index: 5;
	margin-left: 330px;
	text-align: right;
	width: 200px;
}

#left_column_text {
	position: absolute;
	right: 60%;
	top: 110px;
	width: 255px;
	height: 100%;
	margin-right: 35px;
}

#logo{
	position: fixed;
	right: 60%;
	bottom: 0;
	width: 293px;
	height: 72px;
}

#powerdby{
	font-size: 80%;
	text-align: right;
	/*height: 72px;*/
}

#left_column_menu {
	position: absolute;
	left: 40%;
	top: 64px;
	margin-left: -299px;
}

.left_column_menu_nonactive {
	float: left;
	clear: none;
	width: auto;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

.left_column_menu_active {
	float: left;
	clear: none;
	width: auto;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.left_column_menu_active_left {
	float: left;
	clear: none;
	width: 3px;
	height: 20px;
	background-image: url('../img/menu_bg_left.png');
}

.left_column_menu_active_middle {
	float: left;
	clear: none;
	width: auto;
	height: 18px;
	padding-top: 2px;
	background-image: url('../img/menu_bg.gif');
	color: white;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.left_column_menu_active_right {
	float: left;
	clear: none;
	width: 3px;
	height: 20px;
	background-image: url('../img/menu_bg_right.png');
}

#right_column_full {
	position: absolute;
	left: 40%;
	top: 110px;
	height: auto;
	width: 540px;
}

#right_column_2 {
	position: absolute;
	left: 40%;
	top: 110px;
	width: 261px;
	height: 100%;
}

#right_column_3 {
	position: absolute;
	left: 40%;
	top: 110px;
	height: auto;
	width: 261px;
	margin-left: 289px;
}

#paginate_buttons {
	margin-bottom: 5px;
	float:left;
	clear:both;
}

.box {
	float: left;
	clear: none;
	width: 255px;
	height: auto;
	background-image: url('../img/box_bg.gif');
	background-repeat: repeat-y;
	margin-bottom: 15px;
	margin-right: 15px;
}

.box_top, .box_bottom {
	float: left;
	clear: both;
	height: 5px;
	width: 255px;
	background-repeat: no-repeat;
}

.box_top {
	background-image: url('../img/box_top.gif');
}
	
.box_bottom {
	background-image: url('../img/box_bottom.gif');
}

.box_middle {
	float: left;
	clear: both;
	height: auto;
	width: 245px;
	margin-left: 5px;
	margin-right: 5px;
}

.box_middle_left {
	float: left;
	clear: none;
	width: 100px;
	height: 133px;
	margin: 2px 5px 2px 2px;
	background-position: center center;
	background-repeat: no-repeat; 
}

.box_middle_right {
	float: left;
	clear: none;
	width: 136px;
	height: 116px;
	margin-top: 2px;
	overflow: hidden;
}

.box_middle_bottom_right {
	float: left;
	clear: none;
	width: 136px;
	height: 16px;
	margin-top: 2px;
	text-align: right;
	vertical-align: bottom;
}

.fullbox {
	float: left;
	clear: none;
	width: 541px;
	height: auto;
	background-image: url('../img/fullbox_bg.gif');
	background-repeat: repeat-y;
	margin-bottom: 15px;
	margin-right: 15px;
 
}


.fullbox_top, .fullbox_bottom {
	float: left;
	clear: both;
	height: 5px;
	width: 541px;
	background-repeat: no-repeat;
}

.fullbox_top {
	background-image: url('../img/fullbox_top.gif');
}
	
.fullbox_bottom {
	background-image: url('../img/fullbox_bottom.gif');
}

.fullbox_middle {
	float: left;
	clear: both;
	height: auto;
	width: 531px;
	margin-left: 5px;
	margin-right: 5px;
}

.fullbox_middle_left {
	float: left;
	clear: none;
	width: 103px;
	min-height: 300px;
	margin: 2px 7px 2px 2px;
	background-position: center center;
	background-repeat: no-repeat; 
}

.fullbox_middle_right {
	float: left;
	clear: none;
	width: 417px;
	min-height: 300px;
	margin-top: 2px;
	padding-bottom: 10px;
}

.object_props {
	width: 50%;
	vertical-align: bottom;
}

.object_values {
	width: 50%;
	vertical-align: bottom;
}

.object_table {
	width: 100%;
}

.thumb, .on {
	float:left; 
	clear: none;
	margin: 3px 3px 3px 0;
}

.on {
	border: 2px solid #ff6000;
}

#full_img {
	float:left; 
	clear: both;
	margin: 10px 5px 10px 0;
}

#pics_right {
	width: 400px;
	min-height: 440px;
}

#pics_left {
	width: 105px;
	height: 288px;
	overflow: hidden;
}

.slideshowbutton {
	margin-left: 30px;
}

/* text classes */
h1 {
	font-size: 1.5em;
	color: #4d4d4d;
}

h2 {
	font-size: 1.2em;
	color: #4d4d4d;
}

h3 {
	font-size: 1.1em;
	color: #4d4d4d;
}

/*
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
}
*/
.header_bw, a.header_bw, a.header_bw:active, a.header_bw:visited, .header_wb, a.header_wb, a.header_wb:active, a.header_wb:visited, .header_bg, a.header_bg, a.header_bg:active, a.header_bg:visited {
	text-transform:uppercase;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}

a.header_bw:hover {
	color: white;
	text-decoration: none;
}

.header_bw, a.header_bw, a.header_bw:active, a.header_bw:visited, .header_bg, a.header_bg, a.header_bg:active, a.header_bg:visited {
	color: black;
}

.header_wb, a.header_wb, a.header_wb:active, a.header_wb:visited {
	color: white;
}

a.header_wb:hover {
	color: black;
	text-decoration: none;
}

a.header_bg:hover {
	color: #4d4d4d;
}

a.mouseover_grey:hover {
	color: #9c9c9c;
}

a.left_column_menu, a.left_column_menu:active, a.left_column_menu:visited {
	color: white;
	text-decoration: none;
}

a.left_column_menu:hover {
	color: #9c9c9c;
}

a.more_info, a.more_info:active, a.more_info:visited {
	font-size: 0.9em;
	color: #ff6000;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

a.more_info:hover {
	color: #ff6000;
	text-decoration: underline;
}

.object_name {
	font-weight: bold;
}

.object_details_header {
	color: #ff6000;
	font-weight: bold;
	font-size: 1.6em;
}


a.object_sub, a.object_sub:active, a.object_sub:visited {
	display: block;
	background-color: #ff6000;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	margin-bottom: 5px;
}

a.object_sub:hover {
	text-decoration: underline;
	color: white;
}

a.full_catalog_link, a.full_catalog_link:visited, a.full_catalog_link:active {
	background-color: #ff6000;
	width: 251px;
	display: block;
	color: white;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
	margin-bottom: 15px;
}

a.full_catalog_link:hover {
	color: black;
}

.orange, .error, .message {
	color: #ff6000;
}


/* form elements */
select {
	border: 1px solid #ff6000;
	background-color: white;
	font-size: 0.8em;
	height: 18px; 
}

.select_box {
	float:left;
	clear:none;
	width: 109px;
	height: 18px;
	background-color: white;
	font-size: 0.95em;
	overflow: hidden;
}

.select_box_left {
	float:left;
	clear:left;
	width: 87px;
	height: 17px;
	color: black;
	margin: 0 0 0 4px;
	text-decoration: none;
	padding-top: 1px;
	text-transform: lowercase;
}

a.select_box_left:hover {
	color: black;
}

.select_box_arrow {
	float:left;
	clear:right;
	width: 18px;
	height: 18px;
	background-image: url('../img/arrow_down.gif');
}

.select_box_option {
	background-color: white;
	float:left;
	clear:both;
	width: 101px;
	height: 17px;
	color: black;
	text-decoration: none;
	padding: 1px 4px 0 4px;
	text-transform: lowercase;
}

a.select_box_option:hover {
	background-color: #ffdfcc;
	color: black;
}

.superscript {
	vertical-align: super;
	font-size: 0.6em;
}

/* general classes */
.align_right {
	text-align: right;
}

.white {
	background-color: white;
}

.top {
	top: 0;
}

.second_row {
	top: 28px;
}

.standardmargin {
	margin-left: 15px;
}

input, textarea {
	background-color: white;
	color: black;
	border: 1px solid #ff6000;
	font-size: 1em;
}

a, a:visited, a:active {
	color: #4d4d4d;
}

a:hover {
	color: #ff6000;
}
.hidden_object_print {
	display: none;
}

