html, body {
	height: 100%;
	text-align: left;
	min-width: 1050px;
	font:10px Verdana, Arial, Helvetica;
	color:#000;
}
.page {
	height: auto;
	overflow: hidden;
	width: 1000px;
	border: 1px solid #999;
	margin: auto;
	border-bottom: none;
}
* {
	padding:0;
	margin:0px auto
}

/******************HEADER****************/

.header {
	height: 85px;
	background-image: url(images/header-bg.jpg);
	margin: auto;
}
.logo {
	float: left;
}
.logo-index {
	float: left;
}
.menu {
	height: 30px;
	margin: auto;
	width: 510px;
}
.header-right {
	float: right;
	width: 300px;
	height: 80px;
	right: 0px;
	margin-right: 5px;
}
.header-links {
	float: right;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 14px;
	margin-right: 20px;
	text-align: right;
}
.header-links a {
	color: #FFF;
	text-decoration: none;
}
.header-links a:hover {
	color: #fff;
	text-decoration: underline;
}
.header-phone {
	float: right;
	margin-top: 11px;
	width: 159px;
	margin-right: 25px;
}
.menu-inner {
	float: left;
	margin-left: 40px;
}

#education {
	float: left;
	height: 30px;
	width: 160px;
	margin-left: 10px;
}
a.education {
	display: block;
	width: 160px;
	height: 30px;
	text-decoration: none;
	background: url("images/menu/education-furniture.jpg");
	}

a.education:hover {
	background-position: -160px;
	}

.displace {
	position: absolute;
	left: -16000px;
	}
#contact {
	float: left;
	height: 30px;
	width: 160px;
	margin-left: 15px;
}
a.contact {
	display: block;
	width: 160px;
	height: 30px;
	text-decoration: none;
	background: url("images/menu/contact-us.jpg");
	}

a.contact:hover {
	background-position: -160px;
	}

.displace {
	position: absolute;
	left: -16000px;
	}
.menu-gap {
	width: 22px;
	height: 30px;
	float: left;
}
.header-wrapper {
	display: block;
	float: left;
	width: 100%;
	min-width: 1000px;
}
.index-inner {
	width: 800px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	color: #000;
	margin-left: 75px;
	float: left;
	left: 175px;
}
#education {
	float: left;
	height: 30px;
	width: 160px;
	margin-left: 10px;
}
a.education {
	display: block;
	width: 160px;
	height: 30px;
	text-decoration: none;
	background: url("images/menu/education-furniture.jpg");
	}

a.education:hover {
	background-position: -160px;
	}

.displace {
	position: absolute;
	left: -16000px;
	}
#contact {
	float: left;
	height: 30px;
	width: 160px;
	margin-left: 15px;
}
a.contact {
	display: block;
	width: 160px;
	height: 30px;
	text-decoration: none;
	background: url("images/menu/contact-us.jpg");
	}

a.contact:hover {
	background-position: -160px;
	}

.displace {
	position: absolute;
	left: -16000px;
	}
#new {
	float: left;
	height: 30px;
	width: 160px;
}
a.new {
	display: block;
	width: 160px;
	height: 30px;
	text-decoration: none;
	background: url("images/menu/home.jpg");
	}

a.new:hover {
	background-position: -160px;
	}

.displace {
	position: absolute;
	left: -16000px;
	}
#used {
	float: left;
	height: 30px;
	width: 160px;
	margin-left: 15px;
}
a.used {
	display: block;
	width: 160px;
	height: 30px;
	text-decoration: none;
	background: url("images/menu/office-furniture.jpg");
	}

a.used:hover {
	background-position: -160px;
	}

.displace {
	position: absolute;
	left: -16000px;
	}
.menu-gap {
	width: 22px;
	height: 30px;
	float: left;
}


/************************END HEADER*********************/


/*********************** FOOTER **********************/

.footer {
	width: 100%;
	height: 80px;
	background-image: url(images/footer-bg.jpg);
	float: right;
	text-align: left;
	min-width: 1100px;
}
.footer-shadow {
	width: 100%;
	height:4px;
	float: left;
	background-image: url(images/footer-shadow-bg.png);
	background-position:bottom
}
.footer-links1 {
	width: 17%;
	height: 180px;
	margin-left: 4%;
	text-align: left;
	float: left;
	padding-right: 30px;
	border-right: 1px solid #999;
	padding-top: 20px;
	min-width: 200px;
	margin-top: 3px;
}
.footer-links1-title {
	padding: 10px;
	text-align: left;
	height: 18px;
	border-bottom: 2px solid #999;
}
.footer-links1-title a {
	color: #fff;
	text-decoration: none;
}
.footer-links1-title a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-links1-bullets {
	margin-left: 20px;
	margin-top: 15px;
	list-style-image: url("images/bullet.png");
	font-size: 10px;
}
.footer-links1-bullets a {
	color:#fff;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	font-size: 10px;
}
.footer-links1-bullets a:hover {
	color:#84E0FF;
	line-height: 17px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 20px;
}
.footer-links1-bullets2 {
	margin-top: 15px;
	list-style-image: url("images/bullet.png");
}
.footer-links1-bullets2 a {
	color:#fff;
	text-decoration: none;
}
.footer-links1-bullets2 a:hover {
	color:#fff;
	text-decoration: underline;
}
.copyright {
	color: #FFF;
	float: left;
	width: 100%;
	height: 45px;
	padding-top: 15px;
	text-align: center;
	margin-top: 15px;
}
.web-t {
	font-size: 9px;
}
.web-t a {
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}
.web-t a:hover {
	text-decoration: underline;
}
.footer .footer-links1 .footer-links1-bullets2 {
	font-size: 12px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
/************************ END FOOTER *****************/

/*************************MENU LEFT*******************/

.index-menu-left {
	width: 200px;
	float: left;
	height: 450px;
	color: #666;
	margin-top: 20px;
}
.index-menu1 {
	height: 14px;
	background-image: url(images/menu-left.png);
	padding: 8px;
}
.index-content-wrapper .index-menu-left .index-menu1 h2 {
	font-size: 12px;
}.index-content-wrapper .index-menu-left .index-menu1 h2 a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.index-content-wrapper .index-menu-left .index-menu1 h2 a:hover {
	font-size: 12px;
	color: #999;
}
.page .index-content-wrapper .index-menu-left h3 {
	line-height: 20px;
	font-size: 11px;
	text-align: left;
	padding-left: 15px;
}
.page .index-content-wrapper .index-menu-left h3 a {
	color: #666;
	text-decoration: none;
}
.page .index-content-wrapper .index-menu-left h3 a:hover {
	color: #999;
	text-decoration: none;
}

.left-text {
	background-color:#FFF;
	height: 400px;
	text-align:left;
	font-size:10px;
	padding-top:12px;
	padding-left:8px;
}
.left-text h2 {
	font-size: 12px;
	color:#0099cc;
}
.left-text h1 {
	font-size: 20px;
	color: #666;
}
/************************ENU MENU LEFT*******************************/

/********************RIGHT COLUMN**********************/
.article_example_div { 
	width:200px; 
	height:505px; 
	padding:0 3px 0 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	display:none;
}
.popular-products {
	float: right;
	width: 200px;
	height: 500px;
	color: #999;
	text-align: left;
}
.right-outer {
	float: right;
	height: auto;
	overflow: hidden;
	border: 1px solid #999;
	margin-top: 40px;
	margin-right: 40px;
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.right-column img {
	text-align: center;
}
.right-column {
	text-align: center;
}
/********************* END RIGHT COLUMN ****************************/

/*************************INDEX************************/

.index-content-wrapper {
	width: 100%;
	float: left;
	height: auto;
}
.slide {
	float: left;
	height: 270px;
	width: 542px;
	margin-left: 30px;
	margin-top: 30px;
}
.index-products {
	float: left;
	margin-top: 15px;
	height: auto;
	width: 540px;
	margin-left: 30px;
}
.special-offers-title {
}
.right-column {
	float: right;
	width: 200px;
	height: 500px;
	border-right: none;
	padding-top: 15px;
	overflow: hidden;
}
.image-menu {
	width: 600px;
	float:left;
	height:300px;
	margin-left: 1%;
	background-color:#000;
}
.index-product-menu-right {
	width: 250px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	height: 180px;
	color: #06C;
	padding: 5px;
}
.index-product-menu-left {
	width: 250px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	height: 180px;
	color: #06C;
	padding: 5px;
}
.index-product-moreinfo {
	padding-top: 10px;
	text-align: right;
	margin-left: 10px;
	width: 245px;
	float: left;
}
.index-product-price {
	text-align: right;
	float: right;
	margin-left: 5px;
}
.index-product-descrip {
	color: #999;
	padding-top: 10px;
}
.index-product-image {
	float: left;
}
.index-product-price {
	float: left;
	font-size: 17px;
	color: red;
}
.page .index-content-wrapper .index-products .index-product-menu .index-product-descrip h2 {
	color: #0099cc;
	font-size: 15px;
}
.contact-banner {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	width: 500px;
}
/************************END INDEX*********************/

/*************************FORM***********************/
table
{
font-size: 13px;
font-family: Verdana;
}

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 490px;
padding: 4px;
margin: 10px;
background: #F8F0F1;
text-align: center;
-moz-border-radius: 5px;
color:#0099cc
}

.field_error
{
color: red; 
margin-left: 170px;
background: white url('images/icon_warning.gif') no-repeat scroll 0px 50%;
padding-left: 20px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.button
{
border: 1px solid #DBDBDB; 
height: 50px;
width: 500px;
padding: 4px;

font-size: 13px;
}


/* Label */
label 
{
	width: 140px;
	padding-left: 20px;
	margin: 5px;
	float: left;
	text-align: left;
	color: #999;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top:10px;
}

/* Input, Textarea */
input, textarea
{
margin: 5 5 5 0;
padding: 6px; 

border: 1px solid #DBDBDB; 
color: #999999; 
height: 18px;
font-size: 13px;
margin-bottom:10px;
}

.textcaptcha
{
margin: 5 5 5 0;
padding: 6px; 

border: 1px solid #DBDBDB; 
color: #999999; 
height: 18px;
font-size: 13px;
margin-top:8px;
}

.textarea
{
margin: 5 5 5 0;
padding: 6px; 
font: Arial, Helvetica, sans-serif;
border: 1px solid #DBDBDB; 
color: #666666; 
height: 100px;
font-size: 13px;
margin-bottom:10px;
}
/* BR */

br
{
clear: left;
}
#smallmap {
	position: relative;
	visibility:hidden;
}
/***************************END FORM*************************/

/**************************CONTACT*********************/
.contact-content {
	float: left;
	margin-top: 15px;
	height: auto;
	width: 475px;
	margin-left: 30px;
	padding-top: 35px;
}
.contact-product-content {
	float: left;
	margin-top: 15px;
	height: auto;
	width: 540px;
	margin-left: 30px;
}
#gmap {
	height: 355px;
	width: 455px;
}
.h1-contact {
	text-align: left;
	color: #666;
	font-size: 25px;
	padding-top: 30px;
	padding-bottom: 18px;
}
#contact-info {
	height: 250px;
	width: 435px;
	border: 1px solid #DBDBDB;
	padding-left: 20px;
	padding-top: 20px;
}
#body-standard .page .index-content-wrapper .contact-content #contact-info p {
	color: #999;
}
#body-standard .page .index-content-wrapper .contact-content #contact-info a {
	color: #666;
	text-decoration:none;
}
#body-standard .page .index-content-wrapper .contact-content #contact-info a:hover {
	text-decoration: underline;
}
#body-standard .page .index-content-wrapper .contact-content #contact-info h2 {
	color: #666;
}
/************************END CONTACT*******************/

/***************************NEW OFFICE FURNITRE*********************/
.page .index-content-wrapper .index-products h1 {
	color: #09C;
	padding-top:15px;
	padding-bottom:25px;
}
.index-product-descrip a {
	color: #999;
	text-decoration:none;
}
.index-product-descrip a:hover {
	color: #999;
	text-decoration:underline;
}
.product-content {
	width: 510px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	height: 140px;
	color: #06C;
	padding: 20px;
	padding-right: 0px;
}
.product-moreinfo {
	padding-top: 10px;
	text-align: right;
	margin-left: 10px;
	width: 100px;
	float: right;
	margin-top: 5px;
}
.product-image {
	float: left;
	margin-right: 15px;
	width: 170px;
}
.product-price {
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	text-align: center;
	color: #09C;
}
.contact-banner-products {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	width: 500px;
	margin-bottom: 25px;
}
.price-button-wrapper {
	float: right;
	height: 80px;
	margin-top: 50px;
}
.price-button-wrapper-doubleline {
	float: right;
	height: 80px;
	margin-top: 30px;
}
.RRP {
	color: #0CC;
}
.product-image-wide {
	float: left;
	margin-right: 15px;
	width: 170px;
	height: 150px;
}
.page .index-content-wrapper .index-products .product-content .index-product-descrip h2 {
	font-size: 13px;
}


/********************MISSION STATEMENT****************/
.main-mission {
	float: left;
	margin-top: 15px;
	height: auto;
	width: 525px;
	margin-left: 30px;
	padding-left: 15px;
	padding-top: 20px;
}
.page .index-content-wrapper .main-mission h2 {
	color: #09C;
	font-size: 17px;
	padding-top: 5px;
}
.page .index-content-wrapper .main-mission h1 {
	color: #666;
	padding-top: 35px;
}
.page .index-content-wrapper .main-mission p {
	color: #666;
	padding-top: 15px;
	padding-bottom: 35px;
}
/********************END MISSION STATEMENT****************/

.footer #copyright p {
	color: #FFF;
}

.page .index-content-wrapper .index-products p {
	color: #666;
}
.page .index-content-wrapper .index-products h4 strong {
	font-size: 15px;
	color: #666;
}
.page .index-content-wrapper .index-products p strong {
	color: #666;
	font-size: 12px;
}
.page .index-content-wrapper .index-products ul li {
	color: #666;
	margin-left: 13px;
}
.page .index-content-wrapper .index-products h2 {
	color: #666;
}

.map-click {
	float: right;
	height: 120px;
	border-left: 1px solid #666;
}
