/* HUK MAIN STYLESHEET */

/* Global Styles */

BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

a {
	color:#0000FF;
}

a:visited {
	color:#0000FF;
}

a:hover {
	color: #990000;
}

h1 {
	font-size: 1.8em;
	color: #666666;
}

h2 {
	font-size: 1.4em;
	color: #999999;
}

h3 {
	font-size: 1.1em;
	background-color: #CCCCCC;
	padding: 4px;
}


/* Top Structure */

#container {
	margin: 20px 5px 20px 5px;
	width: 780px;
	text-align: left;
	margin: 0 auto; 
	border: 0; 
}

#popup {
	background-color: #999999;
}

#container-popup {
	margin: 20px 5px 20px 5px;
	text-align: left;
	margin: 0 auto; 
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

#popup-header {
	background-image:url(../images/furniture/popup_header.jpg);
	background-position: top left;
	height: 128px;
	border-bottom: 1px solid #000000;
}

#container-popup-text {
	padding: 2px 10px;
	font-size: 0.8em;
}

#header {
	height: 200px;
	background-color: #333333;
	background-position: center;
	background-repeat: no-repeat;
}

#header-ie6 {
	display:none;
}

/* Menu Bar */

#menu {
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

#menu ul { 
	margin: 0px 5px;
	padding: 0px;
	text-align:center;
}

#menu ul li {
	display: inline;
	list-style: none;
}

#menu ul li a {
	margin: 0px 8px;
	color: #999999;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #990000;
	text-decoration: underline;
}

#menu .active a {
	color: #333333;
}

/* Content Area */

#content-area {
	clear: both;
	font-size: 0.8em;
	background-image: url(../images/furniture/background_top_left.gif);
	border-left: 1px solid #CCCCCC;
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 10px;
}

#content-area-inner {
	padding: 5px 20px;
	margin: 2px;
	border-right: 1px solid #CCCCCC;
	background-image:url(../images/furniture/background_bottom_right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* Footer */


#footer {
	text-align: center;
	font-size: 0.7em;
	color: #999999;
	padding: 10px 0px;
}

#footer p {
	margin: 0px;
}

#footer a, #footer a:visited {
	color: #999999;
}

#footer a:hover {
	color: #990000;
}

/* VARIOUS */

.grey {
	color: #999999;
}

.box-error {
	background-color: #FFCCFF;
	border: 2px solid #990000;
}

/* PRODUCTS PAGE */

#selected-product {
	font-weight: bold;
	color: #990000;
}

#product-details-box {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 5px;
	margin-bottom: 5px;
}

#product-menu {
	padding: 5px;
	width: 110px;
	vertical-align: top;
}

#product-menu h1 {
	font-size: 14px;
}

#product-menu h2 {
	font-size: 14px;
	margin-left: 0px;
	color: #666666;
}

#product-menu ul {
	margin-left: 10px;
}

.type-on {
	font-weight: bold;
}

.colour-swatch {
	border: 1px solid #000000;
}

.sizing-info-link {
	font-size: 0.8em;
	text-decoration: none;
}

.product-details-link {
	text-decoration: none;
}

.thumbOn {
	border: 1px solid #990000;
}

.thumbOff {
	border: 1px solid #000000;
}

.cart {
	border-collapse: collapse;
}

.cart td {
	padding: 10px;
	border: 1px solid #999999;
}

.cart .end {
	border: 0px;
	background-color: #FFFFFF;
}

.link-title {
	margin-bottom: 1px;
}

.link-desc {
	margin-top: 1px;
}

.link-url {
	color: #666666;
	text-decoration: none;
}

#product-details-box h2 {
	font-size: 1.4em;
	color: #000000;
	margin-bottom: 2px;
}

#product-details-box #in-colour {
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 0px;
}