/**** REMOVES DEFAULT BROWSER STYLES - CHANGE AND DIE !! ****/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
	margin:  0;
	padding : 0;
	font-family: Arial, Helvetica, sans-serif;

}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }



/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }

*{
	padding: 		0;
	margin: 		0 0 0 0;
}	

/* MAIN PAGE STYLES START HERE */

body {
	width:900px;
	text-align : left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../graphics/bg1.gif); /* POSSIBLE CHANGE GRAPHIC FOR COLOUR */
	background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,h6, .numbertxt  {
font-weight: normal;
}

p,a {
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}


h1 {
	font-size: 30px;
	font-weight: normal;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 0px;
	margin-top: 4px;
}

.home-welcome{
	color: #0c2e5d;
}

h2 {
	padding-left: 15px;
	font-size: 22px;
	font-weight: normal;
	color: #0C2E5D;
	font-family: "Times New Roman", Times, serif;
}

/* container */

#container {
	width:900px;
}

/* header */

#header {
	width:900px;
	height: 111px;
	background-image: url(../graphics/headerbg1.jpg); /* POSSIBLE CHANGE GRAPHIC FOR COLOUR */
	text-align: center;
}


#top-navbox ul {
	color: #FFFFFF;
	height: 1%;
	float: left;
	width: 896px;
	background-image: url(../graphics/navbg.gif);
}

#top-navbox ul li {
	display:inline;
	margin:0;
	padding:0;
	height:28px;
}

#top-navbox ul li a {
	color:#FCF3E7;      /* POSSIBLE CHANGE COLOUR */
	text-decoration:none;
	float:left;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	padding-right:16px;
	padding-left:16px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 9px;
	background-image: url(../graphics/topnav-divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#top-navbox ul li a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

#navlist3{
	padding-left: 5px;
}



#numbers-head p {

}

/* column wrapper */

#col-wrapper {
	width: 900px;
	height: 1%;
	float: left;
	background-image: url(../graphics/col-bg.gif); /* POSSIBLE CHANGE GRAPHIC FOR COLOUR */
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

#home-wrapper{
	width: 734px;
	height: 241px;
	background-color: #4C7D0B;
	background-image: url(../graphics/times-bg.gif);
	background-repeat: repeat-x;
}

/* left column */

#main-col {
	width: 900px;
	height: 1%;
	float: left;
	background-color: #FFFFFF;
}

#main-col p{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 24px;
	padding-right: 24px;
}

#main-col h1{
	padding-left: 24px;
	padding-bottom: 8px;
	padding-top: 12px;
}

#left-col {
	width: 166px;
	height: 1%;
	float: left;
	background-image: url(../graphics/nav-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* side pics in left col */

#featured {
	width: 173px;
	margin-left: 10px;
}

/* right column */

#right-col {
	float: right;
	height: 1%;
	width: 734px;
}

/* picture box for under header pics */

#pics-box{
	height: 207px;
	width: 588px;
}

#flash-box{
	height: 241px;
	background-color: #FFFFFF;
	width: 507px;
	float: left;
}

#openingtimes-box{
	color: #FFFFFF;
	width: 170px;
	float: left;
	height: 1%;
	padding-left: 28px;
	padding-top: 10px;
}

#openingtimes-box h3{
	font-size: 23px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 4px;
	padding-top: 10px;
}

#openingtimes-box p{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#openingtimes-box a:link, #openingtimes-box a:visited, #openingtimes-box a:hover, #openingtimes-box a:active{
	color: #FFFFFF;
	font-size: 12px;
}



#right-col ul {
	margin-left: 30px;
	margin-right: 10px;
}

#right-col li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: disc;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 130%;
}


#headings-border{
	border: 1px solid #c3c3c3;
	margin-right: 13px;
	margin-left: 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: -1px;
}

#headings-border h1{
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}




#content-border{
	border: 1px solid #c3c3c3;
	padding-top: 12px;
	padding-bottom: 40px;
	background-color: #FFFFFF;
	margin: 8px;
}

#content-border p, #content-border h2, #content-border h3, #content-border h4{
	padding-left: 18px;
	padding-right: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content-border h1{
	padding-left: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}

#content-border table{

}

/* footer */

#footer {
	text-align: center;
	clear: both;
	background-color: #2C4D03;
	width: 900px;
	color: #FFFFFF;
	background-image: url(../graphics/footer-curve.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#footer p{
	text-align: center;
	color: #FAFAFA;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11px;
}


#copyright {
	width:900px;
	text-align: center;
	clear: both;
	float: left;
	font-size: 11px;
	background-image: url(../graphics/copyright-topg.gif); /* POSSIBLE CHANGE GRAPHIC FOR COLOUR */
	color: #2C4D03;
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
}

#copyright a {
	text-decoration: underline;
	color: #2C4D03;
	font-size: 11px;
}

A:link	{
	text-decoration:underline;
	font-weight: normal;
	color: #003399;
}
A:visited	{ text-decoration:underline; font-weight: normal; color: #003399}
A:hover	{ text-decoration:underline; font-weight: normal; color: #000000 }
A:active	{
	text-decoration:underline;
	color: #003399;

}


/* sidenav main */

#navcontainer1 #sidesub a{
	font-size: 12px;
	width: 143px;
	padding-left: 22px;
	background-image: none;
	background-color: #E0E7EC;
	color: #006666;
	line-height: 24px;
}



#navcontainer1 {
	width: 166px;
}

#navcontainer1 ul
{
	list-style-type: none;
}

#navcontainer1 a
{
	display: block;
	width: 145px;
	line-height: 26px;
	padding-left: 20px;
	background-image: url(../graphics/sidenavbg1.gif);
	background-repeat: repeat-x;
	padding-bottom: 1px;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bac5d0;
	font-size: 12px;
}

#navcontainer1 a:link, #navlist1 a:visited
{
	color: #1D314E;
	text-decoration: none;
}

#navcontainer1 a:hover
{
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}

#navcontainer1 #furn-nav{
}


/* map page */

#map{
	margin-left: 28px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
	width: 625px;
	background-color: #FFFFFF;
	padding: 4px;
}


/* contact page */

.tickboxtext{
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.checkboxpadding{
	margin-right: 2px;
	margin-left: 4px;
}


label
{
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	width: 5em;
}

.submit input
{
	margin-left: 4.5em;
	font-size: 12px;
	padding: 4px;

} 
input
{

}

.submit input{

} 

fieldset
{
	border: 1px solid #CCCCCC;
	padding-bottom: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 450px;
	padding-top: 6px;
}

fieldset p
{
	color: #000000;
	font-weight: normal;
	padding-left: 4px;

}


legend
{
	color: #000000;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;	
}

#contact-form{
	margin-left: 28px;
}


.pic-border{
	border: 4px solid #FFFFFF;
}

	
#chairs-box{
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #CCCCCC;
}	
	
/* floats images in content */

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight {
	float: right;
	padding: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 12px;
	border: 1px solid #CCCCCC;
}

img.nofloat {
padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
}

/* furniture page */

#thumbnail-box{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	margin-left: 30px;
	width: 660px;
	clear: both;
	height: 760px;
}

#thumbnail-box a{
	font-size: 11px;
}


#thumbnail-box img{
	border: 1px solid #999;
	margin-bottom: 2px;	
}


.thumbnail
{
	width: 152px;
	border: 1px solid #999;
	padding: 8px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	float: left;
	clear: none;
	background-color: #F7F7F7;
}

.clearboth {
	clear: both;
}

#product-table{
	margin-left: 14px;
	margin-top: 0px;
	margin-bottom: 12px;
}




#product-table a, product-table a:link, #product-table a:visited, #product-table a:hover, #product-table a:active{
	font-size: 11px;
	line-height: normal;
}


#product-table p{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 11px;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#product-table img{
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#product-table td{
	padding-right: 10px;
	padding-left: 10px;
}

#organic-table{
	margin-left: 14px;
	margin-top: 0px;
	margin-bottom: 12px;
}

#organic-table h3{
	font-size: 13px;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 4px;
	padding-left: 9px;
}

#organic-table p{
	padding-left: 9px;
	padding-top: 4px;
	padding-bottom: 0px;
	float: left;
	padding-right: 8px;
}

#organic-table img{
	border: 1px solid #CCCCCC;
	padding: 7px;
	margin-right: 12px;
}


#slate-sizes{
	margin-left: 25px;
}

#slate-sizes p{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 40px;
	padding-left: 0px;
	margin: 0px;
}

.slate-zoom{

}

.slate-zoom a{
	font-size: 11px;
	text-align: center;
}

.slate-zoom p{

}

.slate-zoom img{
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-top: 12px;
}

#kitchens-flash{
	float: right;
	padding: 4px;
	margin-top: 14px;
	margin-right: 30px;
	margin-bottom: 9px;
	margin-left: 9px;
	border: 1px solid #CCCCCC;
}

.helicopter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 4px;
}

.available{
	color: #870505;
	padding-left: 16px;
}

.redtxt{
	font-weight: bold;
	color: #BB0F0F;
}

#product-table a:hover img{
	border: 1px solid #333333;

}

#furniture-par{
	
}

#home-dir{
	width: 878px;
	height: 250px;
	float: left;
	padding-top: 8px;
	margin-top: 4px;
	margin-left: 22px;
	margin-bottom: 10px;
}

#home-dir h2{
	padding-left: 12px;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 4px;
	background-color: #2C4D03;
	font-size: 16px;
	margin-left: 0px;
	font-weight: bold;
}

#home-dir ul{

}

#home-dir li a{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 14px;
	display: block;
}

.dir-list{
	float: left;
	padding-bottom: 14px;
	border: 1px solid #2C4D03;
	width: 202px;
	margin-right: 12px;
	margin-bottom: 16px;
	height: 210px;
	background-image: url(../graphics/dir-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}

#container .order-button{
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#order-form{
	margin-left: 22px;
	border: 1px solid #CCCCCC;
}

#order-form p{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	margin-right: 0px;
}

.small-caption{
	font-size: 11px;
	line-height: 21px;
}

.furniture-flash{
	padding: 7px;
	border: 1px solid #CCCCCC;
	height: 140px;
	width: 314px;
}

#home-flash{
	float: right;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 12px;
	padding: 6px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}
