/*CSS for Underdressed 
* Author: Moustique Design http://www.moustique.net/
* Date: 19 December 2006
*/
/* Generic elements =========================*/
body {
	background: #DCDCB8;
	color: #000;
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.8em;
}
h1 {
	font-size: 1.1em;
	color: #6b3f2d;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
h1 a:link {
	text-decoration: none;
	color: #6b3f2d;
}
h1 a:visited {
	text-decoration: none;
	color: #6b3f2d;
}
h1 a:hover {
	text-decoration: none;
	color: #000;
}
h2 {
	font-size: 1.1em;
	color: #6b3f2d;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.1em;
	font-weight:  bold;
	color: #6b3f2d;
}
h4 {
  font-size: 1em;
  font-weight: bold;
	color: #fcc;
}
#shopping-bag h6	{
	color: #FC3;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#categories h6	{
	color: #FC3;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 2px 0;
}
p {
  font-size: 1em;
  text-align: justify;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
ul {
	list-style-type: circle;
}
img {
  border: 0;
}
table {
  margin: 0px;
}
th {
	text-align: left;
}
address {
	font-style: normal;
}
input, select, textarea {
/*	border: 1px solid #6b3f2d;	*/
	background-color: #fff;
	color: #300;
	font-size: 0.9em;
	font-family: Georgia, Times New Roman, serif;
}
form  {
  margin: 0px;
  padding: 0px;
}
.clear	{	clear: both;}
.small	{	font-size: 0.8em;}
/* Links ====================================*/
a:link,
a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: #666;
  text-decoration: none;
}
/* Layout Divs ==============================*/
#wrapper {
	margin: 0 auto;
	width: 850px;
	background:  url(../images/frame_bg.gif) top left repeat-y;
}
#header {
	background: url(../images/header.gif) top left no-repeat;
	width: 850px;
	height: 165px;
	margin: 0 auto;
	position: relative;
	vertical-align: bottom;
}
#head-nav-left	{
	float: left;
	list-style-type: none;
	margin: 132px 0 0 0px;
	padding: 0 0 0 82px;
}
#head-nav-left li {	
	display:inline;	
	padding: 0 30px 0 0;
}
#head-nav-left a:link, #head-nav-left a:visited 	{
	text-decoration: none;
	color: #FC3;
	font-size: 14px;
	font-weight: bold;
}
#head-nav-left a:hover	{
	text-decoration: underline;
	color: #FFC;
}

#head-nav-right	{
	float: right;
	list-style-type: none;
	margin: 132px 50px 0 0px;
}
#head-nav-right li {	
	display:inline;	
	padding: 0 0 0 25px;
}
#head-nav-right a:link, #head-nav-right a:visited 	{
	text-decoration: none;
	color: #FC3;
	font-size: 14px;
	font-weight: bold;
}
#head-nav-right a:hover	{
	text-decoration: underline;
	color: #FFC;
}

#shop-nav	{
	margin: 0 50px 0 80px;	
}
#breadcrumb	{
	float: left;
}
#breadcrumb	a	{
	color: #C33;
	font-size: 11px;
	font-weight: bold;
}
#breadcrumb	a:link, #breadcrumb	a:visited	{
	text-decoration: none;
}
#breadcrumb	a:hover	{
	text-decoration: underline;
}

#user-nav	{
	float: right;
}
#user-nav-ul	{
	margin: 0px;
	padding: 0px;
}
#user-nav li{
	display: inline;
}

#user-nav	a	{
	color: #C33;
	font-size: 11px;
	font-weight: bold;
}
#user-nav	a:link,	#user-nav	a:visited	{
	text-decoration: none;
}
#user-nav	a:hover	{
	text-decoration: underline;
}

/*	LEFT SIDEBAR	*/

#left-sidebar	{
	width: 150px;
	margin: 0 0 0 60px;
	float: left;
}
table#stairs	{
	margin: 0px; padding: 0px; border: 0px; border-spacing: 0px;
}
td#tdstairs	{	
	height: 90px; 
	background: url(../images/stairs.gif) top left no-repeat;
}
#shopping-bag	{
	width: 124px;
	height: 47px;
	background: url(../images/shopping_bag_bg.gif) top left no-repeat;
	margin: 45px 0 0 0;
	padding: 8px 0 0 26px;
}
#shopping-bag h6	{
	color: #C33;
}
.items	{
	line-height: 20px;
	font-weight: bold;
}
#categories	{
	width: 124px;
	height: 229px;
	background: url(../images/categories.gif) top left no-repeat;
	margin: 0px;
	padding: 8px 0 0 26px;
}
#categoriesBox a	{
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
#categoriesBox a:hover	{
	text-decoration: underline;
}

/* CONTENT	*/
#mainframe	{
	padding: 0 0 0 0px;
}
div#right-content	{
	width:572px;
	float: right;
	margin: 25px 53px 0px 0;
	padding: 0px;
	text-align: left;
	color: #aa4519;
}
#main-content	{
	width: 572px;
	height: 380px;
	margin: 8px 0 0 0;
	padding: 0 5px 0 0;
	overflow: auto;
}
#startpage	{
	width: 565px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}
#bottom	{
	width: 850px;
	height: 31px;
	background: url(../images/bottom.gif) top left no-repeat;
	color: #FFF;
	font-size: 11px;
}
#bottom	a	{
	color: #FFF;
}
#bottom-left	{
	float: left;
	height: 31px;
	margin: 0 0 0 82px;
}
#bottom-right	{
	float: right;
	height: 22px;
	margin: 9px 65px 0 0;
	font-size: 1.1em;
}
#qsearch	{
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 21px;
	padding: 7px 0 0 0;
	margin: 0px;
}
#searchBox	{
	height: 28px;
	margin: 0px;
	padding: 0px;
	/*	vertical-align: top;	*/
}
.infoBoxContentsFL	{
	height: 28px;
	margin: 0px;
	padding: 0px;
}
.infoBoxContentsFL form	{
	margin: 0px;
	padding: 0px;
}
#search-table	{
	padding: 0px;
	margin: 0px;
	line-height: 11px;
}
#search-field	{
	height: 11px;
	width: 85px;
}
#footer	{
	margin: 0 auto;
	width: 822px;
	padding: 0 28px 0 0;
	text-align: right;
	font-size: 10px;
}
#contact-img	{
	float: right; 
	margin: 0 0 5px 10px;
}
#start-img	{
	margin: 0px; 
	padding: 0px;
}
/*	Def	*/
.clear	{
	clear: both;
	height: 0px;
}

/*	HOME	*/

#startpage #window {
	width: 525px;
	height: 340px;
	margin: 0px;
	padding: 0px;
	background: url(../images/window_small.gif) top left no-repeat;	
}
#startpage #innerWindow {
	padding: 15px;
}
#startpage #cloud {
	height: 110px;
	width: 194px;
	background: url(../images/cloud.gif) top left no-repeat;
	float: left;
}
#startpage #innerCloud {
	margin: 25px 15px 0 15px;
	text-align: center;
}
#startpage #cloud h3 {
	font-size: 1.6em !important;
	margin: 0 0 5px 0;
	padding: 0px;
	color: #FFF;
}
#startpage #cloud h4 {
	font-size: 0.9em !important;
	margin: 0 10px;
	padding: 0px;
	color: #FFF;
}
#startpage #featuredProducts {
	float: right;
}
#startpage .product-listing-box {	
	width: 140px;
	margin: 0 0 0 5px;
	float: left;
	text-align: center !important;
}

#startpage input#newsletter {
	margin: 0 0 0 50px;
}

/* Index Products	*/
#main-content-products {
	/*	width: 525px;
	height: 365px;	*/
	margin: 0px;
	padding: 0px;
}
#main-content-products h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}
#prod-nav {
	width: 545px;
}
#prod-nav #left	{
	float: left;
}
#prod-nav #right	{
	float: right;
	font-size: 1.1em;
	color: #808080;
	font-weight: 300;
	padding-right: 24px;
}
#window {
	width: 505px;
	height: 350px;
	margin: 0px;
	padding: 15px 10px 0px 10px;
	background: url(../images/window.gif) top left no-repeat;	
}
#innerwindow {
	width: 505px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#windowbig {
	width: 503px;
	height: 510px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	background: url(../images/window_big.gif) top left no-repeat;	
}
#innerwindowbig {
	width: 503px;
	height: 505px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#main-content-products table.productListing {
	width: 480px;
}
#main-content-products table.productListing td {
	width: 150px;
	padding: 0px 5px;
	}

/*	CONTACT	*/
#left-contact	{
	float: left;
	width: 200px;
	/*	background: #BBB;	*/
}
#right-contact	{
	float: right; 
	width: 350px !important; 
	/*	background: #DDD;	*/
}
#left-contact form	{
	margin: 0px;
	padding: 0px;
}
#left-contact .name input,
#left-contact .email input,
#left-contact .enquiry textarea	{
	width: 150px !important;
}

#input	{
	width: auto;
}


/*	HOW TO ORDER	*/

/*	PRODUCT OVERVIEW	*/
#frame-products #tdstairs	{
	height: 266px;
}
#frame-products #right-content	{
	width:572px;
	_width:519px;
	float: right;
	margin: 25px 53px 5px 0;
	_margin: 25px 26px 5px 0;
	padding: 0px;
	text-align: left;
	color: #aa4519;
}
#frame-products #main-content 	{
	width: 572px;
	height: 565px;
	margin: 8px 0 0 0;
	padding: 0 5px 0 0;
	overflow: auto;
}

/* PRODUCTS INFO	*/

#frame-products #prod-img-frame {
	width: 310px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#frame-products #prod-img-frame img{
	border: 0px;
}

#frame-products #prod-info {
	float: right;
	width: 165px;
	color: #555;
	padding: 0 10px 0 0px;
	margin: 0px;
	font-size: 1.2em;
}
#frame-products #prod-info table {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}
#frame-products #prod-info td {
	margin: 0px;
	padding: 0px;
}

.productListing-data	{
}
#frame-products form {
	margin: 0px;
	padding: 0px;
}

/*	PRODUCT NESTED	*/
#frame-nested #tdstairs	{
	height: 266px;
}
#frame-nested #main-content 	{
	width: 572px;
	height: 565px;
	margin: 8px 0 0 0;
	padding: 0 5px 0 0;
	overflow: auto;
}

#frame-nested #windowbig {
	width: 503px;
	height: 515px;
	margin: 0px;
	padding: 5px 10px 0px 10px;
	background: url(../images/window_big.gif) top left no-repeat;	
}
#frame-nested #innerwindowbig {
	width: 503px;
	height: 510px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
span.catlink {
	height: 24px;
	width: 140px;
	background: url(../../../images/catbutton.gif) top left no-repeat;
	text-align: center;
	padding: 5px 0 0 0;
	color: #FFF;
	display: block;
}
.catlinktd a {
	color: #FFF;
	text-decoration: none;
	display: block;
	cursor: hand;
}
.catlinktd a:link {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.catlinktd a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.catlinktd a:hover {
	color: #DDD;
	text-decoration: none;
	display: block;
	cursor: hand;
}