/* Layout Style Sheet :: admor.co.uk */
/* Author :: Alex Stanhope for Design Distillery */
/* Copyright :: The Author, All rights reserved */

/* Set height for the benefit of FireFox etc. */

html {
	height: 100%;
}


/* Body Styles */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	font-size: 62.5%;
}


/* Container Styles */

#container {
	position: relative;
	width: 785px;
	height: auto;
	margin: 0px auto;
}

/* Header Styles */

#header {
	position: relative;
	width: 100%;
	height: 85px;
	margin: 0px;
}

#navbar {
	position: relative;
	width: 100%;
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-color: #008299;
}

#button_1 {
	float: left;
	z-index: 1;
	height: 15px;
}

#button_2 {
	float: left;
	height: 15px;
}


#button_3 {
	float: left;
	height: 15px;
}


#button_4 {
	float: left;
	height: 15px;
}

#button_5 {
	float: right;
	height: 15px;
}

/* Content Styles */

#content {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #b6dce2;
}

#content_left {
	float: left;
	width: 260px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 20px;
	background: #b6dce2 url(images/function/bg_a.gif) top left no-repeat;
	text-align: left;
}

#content_right {
	float: left;
	width: 460px;
	margin: 0px;
	padding: 0px;
	/*height: 230px;
	margin: 0px 0px 0px 25px;
	padding: 20px 0px 0px 0px;*/
	text-align: left;
	/*background: #b6dce2 url(images/function/new_products.gif) bottom left no-repeat;*/
	
}

#browse_left {
	float: left;
	margin: 0px;

}

#arrow_text {
	float: left;
	padding-left: 10px;
	margin: -7px 0px 0px 0px;
}

#directory_left {
	float: left;
	width: 360px;
	height: 185px;
	margin: 5px 0px 20px 20px;
	padding: 0px;
	background: #b6dce2 url(images/function/bg_resources.gif) top left no-repeat;
	text-align: left;
}

#directory_right {
	float: left;
	width: 360px;
	height: 185px;
	margin: 5px 0px 20px 25px;
	padding: 0px;
	background: #b6dce2 url(images/function/bg_interiors.gif) top left no-repeat;
	text-align: left;
}

#directory_1 {
	float: left;
	width: 240px;
	height: 200px;
	margin: 5px 0px 20px 20px;
	padding: 0px;
	background: #b6dce2 url(images/function/bg_resources_240x200.gif) top left no-repeat;
	text-align: left;
}

#directory_2 {
	float: left;
	width: 240px;
	/*height: 185px;*/
	height: 200px;
	margin: 5px 0px 20px 12.5px;
	padding: 0px;
	background: #b6dce2 url(images/function/bg_interiors_240x200.gif) top left no-repeat;
	text-align: left;
}

#directory_3 {
	float: left;
	width: 240px;
	height: 200px;
	margin: 5px 0px 20px 12.5px;
	padding: 0px;
	/*background: #b6dce2 url(images/function/bg_consultancy_2.gif) top left no-repeat;*/
	background: #b6dce2 url(images/function/bg_office_products_240x200.gif) top left no-repeat;
	text-align: left;
}

/* Footer Styles */

#footer {
	clear: both;
	bottom: 0px;
	left: 0px;
	width: 785px;
	height: 20px;
	margin: 0px auto;
}

#footer_content {
	position: relative;
	width: 785px;
	margin: 0px;
	background: #fff url(images/function/foot_back.gif) top left no-repeat;
}

/* Text Styles */

h1 {
	font-size: 1.6em;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #008299;
}

p {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #008299;
	margin-right: 10px;
}

p.arrow {
	margin: 0px 0px 0px 0px;
	/*
	background: #b6dce2 url(images/function/bullet_arrow.gif) top left no-repeat;
	padding: 4px 0px 0px 25px;
	margin: -2px 0px 0px 0px;
	*/
}

p.directory_text {
	margin: 40px 0px 0px 12px;
	font-weight: bold;
}

p.directory_text_3c {
	margin: 40px 0px 0px 12px;
	font-weight: bold;
	font-size: 1.1em;
	width: 140px;
}

p.directory_text_small {
	margin: 40px 0px 0px 12px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
}

p.directory_text_small_3c {
	margin: 35px 0px 0px 12px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
}

p.button {
	margin: 0px 0px 0px 12px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
}

p.base {
	margin: 5px 0px 0px 12px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
}

p.select {
	margin: 5px 0px -25px 12px;
}

.bold {
	font-weight: bold;
}

.arrow_text {
	margin-top: -20px;
}

/* Link Styles */

#content a:link, #content a:visited {
	color: #000;
	text-decoration: none;
}

#content a:hover {
	color: #000;
	text-decoration: underline;
}


#directory_left a:link, #directory_right a:link, #directory_1 a:link, #directory_2 a:link, #directory_3 a:link, #directory_left a:visited, #directory_right a:visited, #directory_1 a:visited, #directory_2 a:visited, #directory_3 a:visited {
	color: #008299;
	text-decoration: none;
}

#directory_left a:hover, #directory_right a:hover, #directory_1 a:hover, #directory_2 a:hover, #directory_3 a:hover {
	color: #008299;
	text-decoration: underline;
}

/* Formatting Styles */

img {
	border: 0px;
}

img.negative_pad {
	margin-top: -5px;
}

br.clear {
	clear: both;
}

/* Table Styles */

#header_table {
	width: 100%;
	height: 85px;
	margin: -6px 0px 0px 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

#login {
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 160px;
	padding: 0px;
}

table.directory {
	width: 100%;
}

table.directory_3c {
	width: 220px;
}

.td_166 {
	width: 166px;
	margin: 0px;
	padding: 0px;
}

.td_450 {
	width: 455px;
}

td.directory_left {
	width: 65%;
	vertical-align: top;
}

td.directory_left_3c {
	width: 155px;
	vertical-align: top;
}


td.footer {
	width: 10px;
	height: 42px;
}

td.footer_menu {
	vertical-align: middle;
	text-align: left;
}

td.telephone {
	vertical-align: middle;
	text-align: right;
	padding: 0px 15px 0px 0px;
}

td.login_pad {
	padding-top: 10px;
}


td.login_top {
	background: #b6dce2 url(../images/function/fastrack_top.gif) top left no-repeat;
	width: 138px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

td.login_right {
	width: 22px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	background-color: #b6dce2;
	vertical-align: top;
}

td.login_bottom {
	width: 160px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.top {
	vertical-align: top;
}

/* Form Styles */

#login_home {
	margin: 0px;
	padding: 0px;
}

.login {
	margin: 25px 0px 0px 4px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #008299;
	background-color: #ebebeb;
	width: 210px;
	border: 1px outset #ccc;
	margin: 0px;
}

