body	{
	text-align: center;
}


/* BEGIN PAGE LAYOUT DIVS */

.pageheader {
	height: 50px;
	width: 770px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.pagebody {
	position: relative;	
	width: 770px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.pagefooter {
	height: 50px;
	width: 770px;
	margin: -8px auto 0px auto;
	clear: both;
}


.cola	{
	width: 230px;
	float: left;
	overflow: hidden;
}

.colb	{
	width: 430px;
	overflow: hidden;
	float: left;
}

.colc	{
	float:right;
	width: 110px;
	
}

.clearfloats {
	position: relative;
	width: 100%;
	height: 3px;
	font-size: 1px;
	margin-top: -3px;
	display: hidden;
	clear: both;
}

/* END PAGE LAYOUT DIVS */

/* BEGIN BACKGROUND GFX LAYOUT DIVS */

.logo	{
	position: absolute;
	width: 230px;
	height: 253px;
	background-image: url(http://www.tdsfurniture.co.uk/tds_gfx/logo.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.topedge	{
	width: 100%;
	height: 50px;
	background-image: url(http://www.tdsfurniture.co.uk/tds_gfx/bg_edge_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.bottomedge	{
	width: 100%;
	height: 50px;
	background-image: url(http://www.tdsfurniture.co.uk/tds_gfx/bg_edge_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.lvl_1	{
	width: 100%;
	background-image: url(http://www.tdsfurniture.co.uk/tds_gfx/bg.jpg);
	width: 770px;
	margin: 0px auto 0px auto;
}

.lvl_2	{
	width: 100%;
	background-image: url(http://www.tdsfurniture.co.uk/tds_gfx/cola_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.lvl_3	{
	width: 100%;
	background-image: url(http://www.tdsfurniture.co.uk/tds_gfx/bg_edge_right.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}


/* END BACKGROUND GFX LAYOUT DIVS */

/* BEGIN COLUMN CONTENT DIVS */

.cola_content {
	padding: 220px 24px 8px 32px;
}

.colb_content {
	padding: 8px 8px 64px 8px;
}

.colc_content {
	padding: 8px 28px 8px 0px;
	
}

/* END COLUMN CONTENT DIVS */

/* BEGIN NAV CONTENT DIVS */

.mainnav a {
	display: block;
	padding: 5px;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.mainnav a:hover {
	display: block;
	color: #ff0;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

/* END NAV CONTENT DIVS */

/* BEGIN MARKUP */

p {
	color: #000;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: .9em;
}		
	
h1	 {
	font-size: 1.5em;
	font-family: arial, sans-serif;
	color: #030;
}
	
h2 {
	font-size: 1em;
	font-family: arial, sans-serif;
	color: #030;
	border-bottom: 2px dotted #fff;
	margin: 1em 0px 0px 0px;
}

h3 {
	font-size: .9em;
	font-family: arial, sans-serif;
	color: #000000;
	margin: 1em 0px 0px 0px;
}

h4, h5, h6 {
	font-size: .8em;
	font-family: arial, sans-serif;
	color: #000000;
	margin: 1em 0px 0px 0px;
}
	
	
li	{
	color: #000;
	font-family: arial, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

img	{
	border: 4px double #030;
}

a {
	color: #030;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #cfc;
	font-weight: bold;
	text-decoration: none;
}


.copyright {
	font-size: 10px;
	font-family: arial, sans-serif;
	}
	
.faqq	{
	color: #060;
	font-size: .8em;
	font-family: arial, sans-serif;
	font-weight: italic;
}

.faqa	{
	font-size: .8em;
	color: #000;
	font-family: arial, sans-serif;
	font-weight: normal;
}

.faqtable {
	width: 100%;
	font-size: .8em;
	font-family: arial, sans-serif;
	
}

.faqtableq {
	width: 100px;
	font-weight: bold;
	padding: 5px;
}

.faqtablea {
	padding: 5px;
}

.row1 {
	background-color: #efe;
}

.row2 {
	background-color: #cfc;
}

/* forms   */

select.selector {
	border:1px groove #fff;
	width: 300px;
	height:24px;
}

input.button {
	border:2px groove #fff;
	height:24px;
	background-color: #edc;
	background-image: url('/tds_gfx/button_grad.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	text-decoration: none;
}

