/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #78AE02;
}

h2 {
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: normal;
	color: #00B6C7;
}

h3 {
	margin: 10px 0px;
	font-size: 15px;
}

h3 em {
	padding: 0px 10px 0px 6px;
	background: url(../images/homepage12.gif) no-repeat left center;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF
}

h4 {
	font-size:11px;}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 2em;
	text-align: justify;
}

.text1 {
	text-align: center;
	color: #BFE1FF;
}

/** LINKS */

a {
	color: #78AE02;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #55A6F5 url(../images/homepage01.jpg) repeat-x left top; }
.bg2 { background: #FFFFFF; }

.bg3 { background: url(../images/homepage04.jpg) no-repeat left top; }
.bg4 { background: url(../images/homepage05.jpg) no-repeat left top; }
.bg5 { background: url(../images/homepage06.jpg) no-repeat left top; }
.bg6 { background: url(../images/homepage07.jpg) no-repeat left top; }
.bg7 { background: url(../images/homepage08.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

table {
	border-bottom:2px;
	border-top: 2px;
	border-left: 2px;
	border-right: 2px;
}

td {
	padding:5px;
	height:20px;
	border-bottom:1px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	}
	
.aligncentre {text-align:center;}
.alignleft {text-align:left;}
.alignright {text-align:right;}

.list li{
list-style-image: url(../images/furniture/arrow_grn_h8.jpg);
}

.rule {background-image:url(../images/furniture/green_dot.jpg); background-repeat:repeat-x;}

.price {
	color:#00B6C7;
	font-size: large;
	text-align:center;
	font-weight:bold;
	margin-bottom: 3px;
}