/*
	Sussex Internet
	
	Screen Styles for Windmill Kitchens
	
	Created by Neil Kelsey
	on: 23.09.2006

*/

/* Start of tag styles */

body
	{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	word-spacing:0.15em;
	letter-spacing:0.01em;
	color:#000000;
	padding:0;
	margin:0;
	background-image:url(images/structure/body_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
	
* html>body .clearfix 
	{
	display: inline-block; 
	width: 100%;
	margin: 0; 
	padding: 0;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
body > #overlay{
position: fixed;
top: 0;
left: 0;
} 
	
h1
	{
	font-size:1.6em;
	color:#4A4A4A;
	}
	
h2
	{
	font-size:1.3em;
	color:#4A4A4A;
	}
	
/* End of Tag Styles */

/* Start of universal Styles */

.clear
	{
	clear:both;
	}

.blue
	{
	color:#3580B7;
	text-decoration:none;
	}
	
.bold
	{
	font-weight:bold;
	}
	
.blue:hover
	{
	color:#3580B7;
	text-decoration:underline;
	}
	
.new-blue
	{
	color:#3580B7;
	text-decoration:none;
	}
	
.tab
	{
	font-weight:bold;
	color:#4A4A4A;
	font-size:1.2em;
	}
	
.buttons
	{
	color:#4A4A4A;
	text-decoration:none;
	}
	
.buttons:hover
	{
	color:#4A4A4A;
	text-decoration:underline;
	}
	
.margin_left
	{
	padding-left:20px;
	}
	
.list_style_blue
	{
	color:#3580B7;
	list-style:none;
	margin-left:20px;
	}
	
.padding-left
	{
	padding-left:15px;
	}
	
.center
	{
	margin-left:auto;
	margin-right:auto;
	width:550px;
	}
	
.centered
	{
	text-align:center;
	}
	
.padding
	{
	padding-top:20px;
	padding-bottom:20px;
	}

/* End of universal Styles */

/* START OF LIGHT BOX STYLES */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay 
	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	moz-opacity: 0.6;
	opacity: 0.6;
	}	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

/* END OF LIGHT BOX STYLES */

/* Start of Site Structure */

#container
	{
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
	
#logo_bar
	{
	float:left;
	width:900px;
	height:123px;
	}
	
/* Start of Div's inside of #logo_bar */
	
#logo
	{
	float:left;
	width:200px;
	margin-left:350px;
	height:123px;
	background-image:url(images/structure/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
	
#address
	{
	float:left;
	height:93px;
	padding-left:20px;
	padding-top:30px;
	font-weight:bold;
	}
	
/* End of Div's inside of #logo_bar */

#tabs
	{
	float:left;
	width:900px;
	height:40px;
	background-image:url(images/structure/tab_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
	
/* Start of SELECTED tab */

.selected_left
	{
	float:left;
	width:31px;
	height:40px;
	background-image:url(images/structure/tab_selected_left-side.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
	
.selected_center
	{
	float:left;
	height:20px;
	width:auto;
	padding-top:20px;
	padding-left:7px;
	padding-right:7px;
	background-image:url(images/structure/tab_selected_center.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
	
.selected_right
	{
	float:left;
	height:40px;
	width:31px;
	background-image:url(images/structure/tab_selected_right-side.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
	
.selected_left_two
	{
	float:left;
	width:21px;
	height:40px;
	background-image:url(images/structure/tab_selected_left-side-2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
	
.selected_center_two
	{
	float:left;
	width:auto;
	height:20px;
	padding-top:20px;
	padding-left:7px;
	padding-right:7px;
	background-image:url(images/structure/tab_selected_center-2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
	
.selected_right_two
	{
	float:left;
	width:21px;
	height:40px;
	background-image:url(images/structure/tab_selected_right-side2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}

/* End of SELECTED tab */

/* Start of UN-SELECTED tab(s) */

.unselected_left
	{
	float:left;
	width:21px;
	height:40px;
	background-image:url(images/structure/tab_un-selected_left-side.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
	
.unselected_center
	{
	float:left;
	width:auto;
	height:20px;
	padding-top:20px;
	padding-left:7px;
	padding-right:7px;
	background-image:url(images/structure/tab_un-selected_center.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
	
.unselected_right
	{
	float:left;
	width:21px;
	height:40px;
	background-image:url(images/structure/tab_un-selected_right-side.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
	
.unselected_left_two
	{
	float:left;
	width:31px;
	height:40px;
	background-image:url(images/structure/tab_unselected_left-side-2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
	
.unselected_center_two
	{
	float:left;
	height:20px;
	width:auto;
	padding-top:20px;
	padding-left:7px;
	padding-right:7px;
	background-image:url(images/structure/tab_unselected_center-2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
	
.unselected_right_two
	{
	float:left;
	height:40px;
	width:31px;
	background-image:url(images/structure/tab_unselected_right-side-2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}

/* End of UN-SELECTED tab(s) */

#tab_end
	{
	float:right;
	width:25px;
	height:40px;
	background-image:url(images/structure/tab-end.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
	
#flash_main
	{
	float:left;
	width:900px;
	height:158px;
	z-index: 0;
	}
	
#main
	{
	float:left;
	width:900px;
	height:auto;
	margin-top:20px;
	}
	
/* Start of div's inside of #main */
	
.main-column
	{
	float:left;
	width:286px;
	}
	
.image
	{
	float:right;
	width:300px;
	height:280px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	}
	
.list
	{
	float:left;
	width:160px;
	}
	
/* End of div's inside of #main */

#footer-out
	{
	position:relative;
	width:900px;
	padding-top:40px;
	margin-left:auto;
	margin-right:auto;
	}

#footer
	{
	float:right;
	width:auto;
	text-align:right;
	}
	
/* Start of form elements */

.form_error {
  color:#FF0000;
  font-weight:bold;
  vertical-align:top;
  display:inline;
  padding-left:10px
}
.form_field {
  font-size:10px
}
.form_element {
  margin-bottom:20px;
}
textarea {
  width:250px;
  height:100px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px
}
input {
  width:250px;
  font-size:12px
}

/* End of form elements

/* End of Site Structure */

/* End of Document */
	
