
/* ++++++++++++++ HRC +++++++++++++++ */
/*  STYLES  */

body {
	color: #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
p, td, th, li {	color: #333; line-height: 1.4em; font-size: 12px;}
p {	margin-bottom: 10px;}
p.page {	margin-bottom: 20px; font-size: 12px;  color: #AAA; font-weight: bold; font-style: italic; padding: 0;}

a {	color: #649831;	text-decoration:none;}
a:hover {	text-decoration:none;	color:#333;}

/* ++++ titles ++++ */

h1 { color:#444; padding: 18px 0 10px 0; margin: 0 0 5px 0; font-size: 20px; }
h2 { color:#444; padding: 10px 0 5px 0; margin: 0 0 5px 0; font-size: 16px; }
h3 { color:#444; padding: 5px 0 5px 0; margin: 0 0 5px 0; font-size: 14px;   }
h4 { color:#333; line-height: 1.3em; font-size: 13px; margin: 0px 0 5px 0; }
h5 { color:#333; line-height: 1.3em; font-size: 12px; margin: 0px 0 5px 0;   }
h6 { color:#333; line-height: 1.3em; font-size: 11px; margin: 0px 0 5px 0; font-weight:normal; }


/* ++++ list styles ++++ */

ul, ol {	margin: 5px 0 10px 5px; list-style: none; }
li {	padding: 0 3px 10px 15px;	background: url(../images/menu/bullet2.gif) no-repeat left 5px; font-size: 13px; }
li strong {	font-size: 14px; }

li.pic {padding: 5px 0 10px 33px;	background-position: 0 3px;	background-repeat: no-repeat;}

li.li1 { background-image: url(../images/layout/li01.jpg);}
li.li2 { background-image: url(../images/layout/li02.jpg);}
li.li3 { background-image: url(../images/layout/li03.jpg);}
li.li4 { background-image: url(../images/layout/li04.jpg);}
li.li5 { background-image: url(../images/layout/li05.jpg);}
li.li6 { background-image: url(../images/layout/li06.jpg);}
li.li7 { background-image: url(../images/layout/li07.jpg);}
li.li8 { background-image: url(../images/layout/li08.jpg);}


/* ++++ image styles ++++ */
img {	border: none;}
img.border { border: 1px solid #CCC; }
img.right { float:right; margin:0pt 0pt 5px 15px; }
img.left { float:left; margin:0pt 15px 5px 0pt; }

/* ++++ table styles ++++ */
table {		border: none; border-collapse: collapse;  }
th, td { 	padding: 3px 0px 2px 5px;  }
th { 		font-weight: bold; }
td p{ 	line-height: 1.3em; }


/* ++++++++++++++ FURTHER STYLES +++++++++++++++ */
hr { border: none; border-top: 1px solid #e4e1e0; margin: 20px 0 10px; height: 1px; }
.small {	font-size:  11px;}
.big {	font-size: 16px;}
.caption { color:#339900; font-size:11px; font-style:italic;}
.margintop10 { margin-top: 10px; }
.last { margin-right:0px !important; }

/* ++++++++++++++ FORM ELEMENTS +++++++++++++++  */
label { color: #444; font-weight: bold; }
input, select, textarea, .inputbox {	border: 1px solid #999; border-right-color: #CCC; border-bottom-color: #CCC; padding: 3px; font-size: 12px; font-family: Arial, Helvetica, Geneva, sans-serif;  }
.radio { border: none; }

input {	width: 200px; margin-bottom: 3px; }
textarea { width: 230px; height: 130px; line-height: 1.5em;}

/* ++++++++++++++ BUTTONS +++++++++++++++  */

button {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	border:0pt none; cursor:pointer; font-size: 12px; background: none;
}
button.submit {
	background-image:url(../images/buttons/btn_submit.gif);
	height:26px; width:75px; text-indent: -999em; display: block;
}

img.enquire {
	position: absolute; right: 10px; top: 10px;
}

/* ++++++++++++++ SHOWROOMS PAGE ++++++++++ */
/* showroom styles */
.showroomItem {
/*	margin: 10px;*/
	padding: 10px 10px 0px 10px;
	border: 1px solid #d3d3d3;
	margin-bottom: 5px;
	width: 418px;
}
.showroomItem p {
	padding: 0px;
	margin: 0px;
}
.showroomItem form {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.showroomText {
	width: 205px;
	float: left;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.showroomText ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.showroomImg {
	width: 210px;
	float: right;	
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;;	
}
.pageTop {
	text-align: right;
}