/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

html{

/* In Standards Compatibility mode IE6 needs the scrollbar colours to be applied to this html tag */
	scrollbar-highlight-color: #908776;
	scrollbar-shadow-color: #eaebc3;
	scrollbar-track-color: #ededed;
	scrollbar-face-color: #908776;
	scrollbar-arrow-color: #333333;
	scrollbar-darkshadow-color: #dee0df;
	scrollbar-3dlight-color: #dee0df;
}

body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #908776;
	font-size: 0.7em;
	scrollbar-highlight-color: #908776;
	scrollbar-shadow-color: #eaebc3;
	scrollbar-track-color: #ededed;
	scrollbar-face-color: #908776;
	scrollbar-arrow-color: #333333;
	scrollbar-darkshadow-color: #dee0df;
	scrollbar-3dlight-color: #dee0df;
}

a{
	text-decoration: underline;
	outline: none;
	color: #908776;
}

a:hover{
	text-decoration: underline;
	outline: none;
	color: #999999;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	color: #908776;
	font-size: 1em;
	clear: left;
	padding-bottom: 15px;
}

#text p{
	width: 225px;
}

h1.logo { 
	font-size: 1em;
	background: url(images/h1-logo.jpg) no-repeat top left;
	text-indent: -30000px;
	float: right;
	width: 203px;
	height: 74px;
	display: block;
}

/* H2 ---------------------------------------------------------------------------------------------*/

h2.about { 
	font-size: 1em;
	background: url(images/h2-about.gif) no-repeat;
	float: left;
	text-indent: -30000px;
	width: 202px;
	height: 47px;
	display: block;
	margin: 20px 0 20px 26px;
	display: inline;
}

h2.curtains { 
	font-size: 1em;
	background: url(images/h2-curtains.gif) no-repeat;
	float: left;
	text-indent: -30000px;
	width: 202px;
	height: 47px;
	display: block;
	margin: 20px 0 20px 26px;
	display: inline;
}

h2.upholstery { 
	font-size: 1em;
	background: url(images/h2-upholstery.gif) no-repeat;
	float: left;
	text-indent: -30000px;
	width: 202px;
	height: 47px;
	display: block;
	margin: 20px 0 20px 26px;
	display: inline;
}

h2.blinds { 
	font-size: 1em;
	background: url(images/h2-blinds.gif) no-repeat;
	float: left;
	text-indent: -30000px;
	width: 202px;
	height: 47px;
	display: block;
	margin: 20px 0 20px 26px;
	display: inline;
}

h2.fabric { 
	font-size: 1em;
	background: url(images/h2-fabricwallcovering.gif) no-repeat;
	float: left;
	text-indent: -30000px;
	width: 202px;
	height: 47px;
	display: block;
	margin: 20px 0 20px 26px;
	display: inline;
}

h2.contact { 
	font-size: 1em;
	background: url(images/h2-contact.gif) no-repeat;
	float: left;
	text-indent: -30000px;
	width: 202px;
	height: 47px;
	display: block;
	margin: 20px 0 20px 26px;
	display: inline;
}

h2.profiles { 
	font-size: 1em;
	background: url(images/h2-profiles.gif) no-repeat;
	float: left;
	text-indent: -30000px;
	width: 202px;
	height: 47px;
	display: block;
	margin: 20px 0 20px 26px;
	display: inline;
}

h2.workshops { 
	font-size: 1em;
	background: url(images/h2-workshops.gif) no-repeat;
	float: left;
	text-indent: -30000px;
	width: 202px;
	height: 47px;
	display: block;
	margin: 20px 0 20px 26px;
	display: inline;
}

/* H3 ---------------------------------------------------------------------------------------------*/

h3{
	font-size: 1em;
	background: #000000;
	float: left;
	text-indent: -30000px;
	width: 25px;
	display: block;
	margin: 0;
	padding: 0;
	display: inline;
}

h3.about{
	background: url(images/h3-about.gif) no-repeat;
	height: 223px;
}

h3.curtains{
	background: url(images/h3-curtains.gif) no-repeat;
	height: 163px;
}

h3.upholstery{
	background: url(images/h3-upholstery.gif) no-repeat;
	height: 202px;
}

h3.blinds{
	background: url(images/h3-blinds.gif) no-repeat;
	height: 130px;
}

h3.fabric{
	background: url(images/h3-fabricwallcovering.gif) no-repeat;
	height: 220px;
}

h3.contact{
	background: url(images/h3-contact.gif) no-repeat;
	height: 140px;
}

h3.profiles{
	background: url(images/h3-profiles.gif) no-repeat;
	height: 139px;
}

h3.workshops{
	background: url(images/h3-workshops.gif) no-repeat;
	height: 139px;
}

/*h3 { font-size: 1.1em; }*/

/* H4 ---------------------------------------------------------------------------------------------*/

h4 { 
	clear: left;
	float: left;
	font-weight: bold;
	font-size: 1em;
	color: #908776;
}

h5 { font-size: 1em; }
h6 { font-size: 1em; }
