body {
	padding: 0;
	margin: 0;
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 8pt;
}

h1, h2, h3, h4, h5 {
	font-family: Eurostile, Arial, Helvetica, Sans;
	font-style: italic;
	font-weight: bold;
	color: #4375b8;
}
h1 { font-size: 30pt; }
h2 { font-size: 20pt; }
h3 { font-size: 16pt; }
h4 { font-size: 12pt; }

a img {
	border: none;
}

a {
	color: #4375b8;
}
a:hover, a:active {
	color: skyblue;
}

hr {
	border: none;
	height: 1px;
	color: skyblue;
	background-color: skyblue;
}

#wrapper {
	margin: 0;
	padding: 0;
	padding-right: 100px;

  	background-image: url(images/bg_top.png);
	background-position: right 70px;
	background-repeat: no-repeat;
}

#header h1, div#header h2 {
	margin: 0px;
}
#logo {
	z-index: 2;
	position: relative; left:0px;
	padding: 10px;
}
#slogan {
	z-index: 1;
	position: absolute; top: 10px; right:0px;
	color: #abb0b2;
	padding: 10px;
}
#phone {
	z-index = 1;
	position: absolute; top: 52px; right: 20px;
	color: #abb0b2;
}
#phone h2 {
	margin: 0px;
}

#main {
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	max-width: 850px;
	width:expression("850"); /* IE hack */
}
#pageheader {
	z-index = 2;
}
#pageheader h2 {
	line-height: 50px;
	padding-top: 29px;
	padding-left: 20px; 
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20pt;
	color: skyblue; /* for missing/disabled images */
}

#sidebar {
	margin-top: 1em;
	width: 200px;
	float: left;
  	color: #4375b8;
	background-image: url(images/box_bg.png);
	font-weight: bold;
	line-height: 1.5em;
}
#sidebar-content {
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar .section {
	padding: 3px;
	border-bottom: 2px solid #4375b8;
	margin-bottom: 3px;
	text-align: center;
}
#sidebar ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
	padding-left: 15px;
	margin-left: 0px;
}
#sidebar li {
	margin-bottom: 5px;
}
#sidebar a {
	text-decoration: none;
	color: #4375b8;
}
#sidebar a:hover, div#menu a:active {
	color: skyblue;
}

#content {
	padding-top: 1em;
	margin-left: 240px;
}

#footer {
	font-size: 8pt;
	background-color: #abb0b2;
	color: white;
	margin: 0;          /* flush with .main */
	margin-top: 30px;
	padding: 10px;
	text-align: center;
}

table.item {
	width: 95%;
	padding: 10px;
}
.item .image {
	width: 200px;
	text-align: right;
	vertical-align: top;
}
.item .image .code {
	background-color: #4375b8;
	padding: 3px;
	color: white;
}
.item .desc {
	vertical-align: top;
	padding-left: 10px;
}
.item .desc h3, .item .desc h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.item .desc a {
	text-decoration: none;
}


table.subcat {
	border: 1px solid skyblue;
	width: 100%;
	height: 100%;
	padding: 0px;
}
.subcat .image {
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}
.subcat .desc {
	vertical-align: bottom;
	text-align: center;
}
.subcat .desc h3, .item .desc h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.subcat .desc a {
	text-decoration: none;
}
.blocktext_landing {
	width: 49%;
	background-image: url(images/box_bg.png);
	text-align: justify;
}
.blocktext_landing p {
	padding-left: 20px;
	padding-right: 20px;
}
.blocktext_special {
	width: 31%;
	background-image: url(images/box_bg.png);
	text-align: justify;
}
.blocktext_special p {
	padding-left: 20px;
	padding-right: 20px;
}	

.blocktext_news {
	width: 38%;
	background-image: url(images/box_bg.png);
	text-align: justify;
}
.blocktext_news p {
	padding-left: 20px;
	padding-right: 20px;
}	
#news {
	font-weight: bold;
	line-height: 1.5em;
}
#news ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right:5px;
}
#news li {
	margin-bottom: 5px;
}
#news a {
	text-decoration: none;
	color: #4375b8;
}
#news a:hover, div#menu a:active {
	color: skyblue;
}

.blocktext_new {
	width: 100%;
	background-image: url(images/box_bg.png);
	text-align: center;
}

.blocktext_new p {
	padding-left: 20px;
	padding-right: 20px;
}

.blocktext {
	width: 95%;
	background-image: url(images/box_bg.png);
	text-align: justify;
}

.blocktext p {
	padding-left: 20px;
	padding-right: 20px;
}	
div.boxtop, div.boxtop div, div.boxbottom, div.boxbottom div {  
    display: block; height: 10px; font-size: 1px;  
    background:url(images/box.png) no-repeat;  
    position:relative;
}
div.boxtop {background-position:0px 0px;}  
div.boxtop div {background-position:100% -10px;}  
div.boxbottom {background-position:0px -20px;}  
div.boxbottom div {background-position:100% -30px;}  

.categorylist {
	color: #4375b8;
}
.categorylist ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
}
.categorylist li {
	margin-left: 0px;
	font: bold italic 16pt Eurostile, Arial, Helvetica, Sans;
}
.categorylist a {
	text-decoration: none;
	color: #4375b8;
}
.categorylist a:hover, div#menu a:active {
	color: skyblue;
}

.enquiry {
	text-align: right;
	font-weight: bold;
	font-size: 8pt;
}

.gallery {
	text-align: center;
}
.gallery img {
	margin: 2px;
	border: 1px solid #4375b8;
}

.footnote {
	font-size: 7pt;
}
.success {
	text-align: center;
	background-color: green;
	color: white;
	padding: 3px;
	font-weight: bold;
}

.warning {
	color: red;
}
.error {
	text-align: center;
	background-color: red;
	color: white;
	padding: 3px;
	font-weight: bold;
}

.admin {
	color:green;
}
.admin a {
	color:green;
}
.admin a:hover, .admin a:active {
	color:lightgreen;
}

.required {
	color: red;
}

.clear {
	clear: both;
}

#popup {
	padding: 10px;
	background-image: url(images/bg_popup.png);
	background-repeat: repeat-x;
}
#popup #content {
	margin-left: auto;
	margin-right: auto;
}
#popup #content td {
	padding-left: 10px;
	padding-right: 10px;
}

.searchbox {
	border: 1px solid #4375b8;
	height: 14px;
	font-size: 10px;
	margin-right: 4px;
	margin-left: 0px;
}
/* .searchbutton {
	margin: 2px;
	border: 0px;
	width: 50px;
	height: 16px; */
	/* hides button text */
/*	text-indent: -1000em;
	cursor: pointer;
	cursor: hand;
	color: white;
	background: transparent url(images/search.png) no-repeat center top;
} */
.searchbutton {
	border: 1px solid #4375b8;
	border: 0px;
	color: white;
	font-size: 8pt;
	padding: 2px;
	font-weight: bold;
	background-color: #4375b8;
}

table.prices {
	border: 1px solid skyblue;
	border-collapse: collapse;
	width: 150px;
}
table.prices td, table.prices th  {
	border: 1px solid skyblue;
	width: 50%;
	text-align: center;
}
table.prices th  {
	color: #4375b8;
}

table.colors {
	border: 1px solid skyblue;
	border-collapse: collapse;
	width: 150px;
}
table.colors td, table.colors th  {
	border: 1px solid skyblue;
}
table.colors th  {
	color: #4375b8;
}

table.search {
	margin-left: auto;
	margin-right: auto;
}

.details {
	color: #4375b8;
}
.comment{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4375b8;
	}
.namencoment{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	}


	
.testimonial{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3e4249;
	}	
#testcontent{
	padding-top:0x;
	padding-left:20px;
	padding-right:20px;
}
.blocktext_special_test {
	width: 63%;
	background-image: url(images/box_bg.png);
	text-align: justify;
}	