/*****************************************************************************
* Name: customfurniture.css
* Author: Neil Forshaw
******************************************************************************/

* {
	font-family: verdana, "bitstream vera sans", arial;
}

body {
	color : #333333;
	width: 790px;
	margin: auto;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
}

h1 {
	text-align: center;
	font-size: 28px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	color : #000000;
	font-weight: normal;
}

div {
	padding: 0px;
	margin: 0px;

}

p {
}

a {
	color: #3f3be0;
	text-decoration : none;
}

a:link {
}

a:visited {
	color: #666666;
}

a:hover {
	color: #7b77b1;
}

img {
}

table {
}

tr {
}

td {
}


a img {
    border-width: 0px;
}

#TopBanner  {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 630px;
	height: 130px;
	padding: 10px;
	background: #ffffff url(images/subtle_background-top.gif) repeat-x scroll bottom;
}

#FeblandLogoLink {
	float: left;
	width: 170px;
	height: 125px;
	position: relative;
	top: 10px;
	left: 10px;
}

#Title {
	float: right;
	width: 430px;
	height: 125px;
}

#MainContent {
	text-align: center;
	height: 450px;
	width: 100%;
	/*To make #SelectedColours position absolute to MainContent instead of browser window*/
	position: relative;
}

#NavigationMenu {
	margin-top: 60px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 10px;
	float: left;
	width: 110px;
	height: 50px;
	background: #ffffff url(images/subtle_background-left.gif) repeat-y scroll right;
	text-align: left;
	/*Vertical alignment*/
	position: relative;
}

	/*Vertical alignment*/
#NavigationMenu div {
	position:absolute; top:50%; height:1em; margin-top:-0.6em;
}

#NavigationMenu div a {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}


#SelectedColours {
	position:absolute; 
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #ffffff url(images/subtle_background-right.gif) repeat-y scroll left;
	top: 60px;
	right: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

#ColourOne,#ColourTwo {
	display:none;
}

#Chair {
	margin-right: 20%;
	margin-top: 20px;
}

#Tabs
	{
		width: 100%;
		height: 60px;
	}

#TabPick
	{
		height: 55px;
		margin: 0;
		padding-left: 10px;
		background: url(images/tab_bottom.gif) repeat-x bottom;
	}

#TabPick li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
		text-align: center;
  	}
	
#TabPick span
	{
		font-size: 24px;
		width: 166px;
		float: left;
		background: #dedede;
		padding: 12px 10px 12px 10px;
		margin-right: 5px;
		border: 1px solid #000;
		text-decoration: none;
		color: #333;
	}

#TabPick span#SelectedTab
	{
		border-bottom: 1px solid #fff;
		background: #fff url(images/subtle_background-bottom.gif) repeat-x scroll top;
		color: #000;
	}

#ColourPalettes {
	margin-top: 0px;
	width: 770px;
	height: 350px;
	padding: 0 20px 10px 20px;
}

#ColourPalettes p {
	width: 750px;
}

#ColourPalettes table{
	text-align: center;
	border-spacing: 0px;
	padding: 0px;
}

#ColourPalettes > img{
	float: right;
	margin-right: 40px;
}

#Footer {
	text-align: center;
	margin-bottom: 10px;
}

.Hidden {
	display: none;
}

