﻿body
{
	padding: 0px;
	margin: 0px;	
	background-color: #bbbebe;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial;
	font-size: 9pt;
	color: #808080;
}

input[type=text]
{
	border-style: solid;
	border-width: 1px;
	color: #808080;	
	margin-bottom: 5px;
}

a
{
	text-decoration: none;
	color: #eef0f1;	
}

.sub_menu_button a
{
	text-decoration: none;
	color: #808080;
}

.hidden_textbox
{
	display: none;
}


.trees_image_div
{
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;	
	background-color: #808080;
	padding:8px;	
	width: 350px;
}

.map
{
	width:200px;
	height:200px;
	border: solid 1px #c40800;
	margin-top: 10px;
}

#banner
{
	margin: 0px auto 0px auto;
	width: 833px;
	height: 95px;
	background-color: #808080;
}

#polished_handrail_image, #polished_sink_image, #polished_worktop_image, #uk_map
{	
	position: absolute;
	z-index: 1;
	top: 390px;	
	margin-left: -25px;
	margin-top: -100px;
	left:10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;	
	background-image: url('images/polished_handrail.gif');
	width: 181px;
	height: 159px;
	background-repeat: no-repeat;
}

#polished_sink_image
{
	background-image: url('images/polished_sink.gif');
	height: 203px;
}

#polished_worktop_image
{
	background-image: url('images/polished_worktop.gif');
	height: 188px;
}

#uk_map
{
	background-image: url('images/uk_map.gif');
	height: 203px;
	top: 420px;
}

#content
{
	position:relative;
	border: 1px solid #808080;
	background-position: right bottom;
	margin: 0px auto 0px auto;
	width: 831px;
	height: 614px;
	background-image: url('images/content_bg.gif');
	background-color: #eef0f1;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	background-repeat: no-repeat;
}

#right_hand_menu
{
	background-color: #808080;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	width: 156px;
	height: 90px;
	margin-right: 0px;
	margin-left: auto;
	background-image: url('images/right_menu_bg.gif');
	background-position: left bottom;
	background-repeat:no-repeat;	
	text-align: center;
}

#menu
{
	display: none;
	width: 150px;
	height: 285px;
	background-color: #808080;
	vertical-align: top;
	text-align: center;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	float: left;
	background-image: url('images/menu_bg.gif');
	background-position: right bottom;
	background-repeat:no-repeat;		
}

.right_menu_button
{
	cursor: pointer;
	margin-bottom: 15px;
}

.button
{
	border: solid 1px #eef0f1;	
	height: 25px;
	width: 150px;
}

.button_normal
{
	background-color: #c40800;
	border-right-style: solid;
	border-right-color: #eef0f1;
	border-right-width: 1px;
	width:30px;
	height: 25px;
	float:left;
}

.button_hover
{
	background-color: #eef0f1;
	display: none;
	position: absolute;
	z-index: 1;	
	height: 25px;
	width: 30px;
	float: left;	
}

.button_active
{
	background-color: #bbbebe;	
	border-right-style: solid;
	border-right-color: #eef0f1;
	border-right-width: 1px;
	width:30px;
	height: 25px;
	float:left;	
}

.button_text
{
	font-family: Arial;
	font-size: 9pt;
	color: #eef0f1;
	width: auto;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: 100;
	background-position: center center;
	background-image: url('images/button_bg.png');
	background-repeat: repeat-x;
	cursor:default;
}

.menu_reveal
{
	display:none;	
}


#inner_page_content
{
	position: relative;
	width: 400px;
	margin-left: 175px;
	top: -65px;
}

#reason_expansion
{
	display: none;
	width: 400px;
	font-family: Arial;
	font-size: 9pt;
	color: #808080;
	margin-left: 175px;
	max-height: 200px;
}

.accordion
{
}

.accordion_tab
{
	margin-top: 5px;
	height: 15px;
	padding: 4px;
	cursor: pointer;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;	
	border: solid 1px #bbbebe;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;	
}

.accordion_tab_active
{
	background-color: #bbbebe;
	background-position: center center;
	background-image: url('images/accordion_active_bg.png');
	background-repeat: repeat-x;
	color: #808080;
	font-weight: bold;
}


.accordion_tab_inactive
{
	background-color: #c40800;	
	color: #eef0f1;
	background-position: center center;
	background-image: url('images/accordion_inactive_bg.png');
	background-repeat: repeat-x;
}

.accordion_tab_hover
{
	background-color: #eef0f1;	
	color: #808080;
	background-position: center center;
	background-image: url('images/accordion_hover_bg.png');
	background-repeat: repeat-x;
}

.accordion_content
{
	display: none;
	font-family: Arial;
	font-size: 10pt;
	padding: 5px;
	text-align: left;
	background-color: #eef0f1;
	color: #808080;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #bbbebe;
	border-bottom-color: #bbbebe;
	border-left-color: #bbbebe;
	margin-bottom: 5px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;	
	overflow: auto;
	max-height: 400px;
}

li
{
	list-style-type: none;
	margin-bottom: 10px;	
}

li > span
{
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	color: #808080;
}

.sub_menu_button
{
	background-image: url('images/accordion_active_bg.png');
	background-position: center center;
	background-repeat: repeat-x;
	background-color: #bbbebe;
	color: #808080;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	height: 20px;
	border: solid 1px #eef0f1;
	text-align: right;
	padding-right: 5px;	
	cursor:auto;
}

.sub_menu_button_hover
{
	background-image: url('images/button_bg.png');
	color: #eef0f1;
}

#video_player
{
	width: 312px;
	height: 281px;
	background-image: url('images/video_player_bg.gif');
	background-repeat: no-repeat;
	background-color: #808080;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	position: relative;
	top: 35px;
	left: -48px;
	z-index: 100;
	cursor: move;
}

#video
{
	position:relative;
	top: 10px;
	font-family: Arial;
	font-size: 8pt;
}

.video_control_button
{
	cursor: pointer;	
}

#video_controls
{
	margin: 15px auto auto 15px;
	text-align: left;
}

.video_state_buttons
{
	width: 30px;
	height: 10px;
	margin-left: auto;
	margin-right: 15px;
	margin-top: auto;
	cursor: pointer;
}

.dialog
{
	display: none;	
}

.mug_shot
{
	height: 60px;
	width: 60px;
	border: solid 1px black;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.mug_shot_large
{
	height: 80px;
	width: 80px;
	float: left;
	margin-right: 10px;
}

td:first-child
{
	text-align: right;
}

.form_button
{
	background-image: url('images/accordion_inactive_bg.png');
	background-position: center center;
	background-repeat: repeat-x;
	border: solid 1px #bbbebe;
	padding: 5px;
	color: #eef0f1;
}

.form_button_contact
{
}

textarea
{
	color: #808080;
	border-style: solid;
	border-width: 1px;
}

.form_validation_summary
{
	padding: 5px;
	text-align: left;
}