/* CSS Document */
body {
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	overflow: -moz-scrollbars-vertical;
}

a {
  color: #a83214;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
    color: #777777;
}

h4 {
	font-size: 10px; 
	text-align: right;
	text-decoration: none;
    padding-top: 20px;
}

#wrapper {
	width:980px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#header { 
	height: 40px;
}

#infocolumn {
	float: left;
	width: 280px;
	margin: 10px;
}

#info {
	margin-top: 20px;
	margin-left: 140px;
	width: 700px;
}

#content {
    clear: both;
}

#footer {
	width:980px;
	height:40px;
	background-color: #FFFFFF;
	background-image: url(images/mataka_footer.png); 
	background-repeat: no-repeat;
	clear: both;
}

#promotion {
	width:980px;
	background-color: #FFFFFF;
	clear: both;
    text-align: center;
}

#header-upper {
	background-image: url(images/mataka_header_upper.png); 
	width: 980px;
	height: 34px;
    float: left;
}

#header-left {
	background-image: url(images/mataka_header_left.png); 
	width: 90px;
	height: 60px;
    float: left;
}

#header-logo {
	background-image: url(images/mataka_header_logo.png); 
	width: 80px;
	height: 60px;
    float: left;
}

#header-spacer-a {
	background-image: url(images/mataka_header_spacer_a.png); 
	width: 20px;
	height: 60px;
    float: left;
}

#header-travertine {
/*	background-image: url(images/mataka_header_travertine.png); */
	width: 150px;
	height: 60px;
    float: left;
}

#header-spacer-b {
	background-image: url(images/mataka_header_spacer_b.png); 
	width: 20px;
	height: 60px;
    float: left;
}

#header-stacked {
/*	background-image: url(images/mataka_header_stacked.png); */
	width: 110px;
	height: 60px;
    float: left;
}

#header-spacer-c {
	background-image: url(images/mataka_header_spacer_c.png); 
	width: 20px;
	height: 60px;
    float: left;
}

#header-baths {
/*	background-image: url(images/mataka_header_baths.png); */
	width: 100px;
	height: 60px;
    float: left;
}

#header-spacer-d {
	background-image: url(images/mataka_header_spacer_d.png); 
	width: 20px;
	height: 60px;
    float: left;
}

#header-gallery {
/*	background-image: url(images/mataka_header_gallery.png); */
	width: 110px;
	height: 60px;
    float: left;
}

#header-spacer-e {
	background-image: url(images/mataka_header_spacer_e.png); 
	width: 20px;
	height: 60px;
    float: left;
}

#header-contact {
/*	background-image: url(images/mataka_header_contact.png); */
	width: 110px;
	height: 60px;
    float: left;
}

#header-spacer-f {
	background-image: url(images/mataka_header_spacer_f.png); 
	width: 20px;
	height: 60px;
    float: left;
}

#header-about {
/*	background-image: url(images/mataka_header_about.png); */
	width: 90px;
	height: 60px;
    float: left;
}

#header-right {
	background-image: url(images/mataka_header_right.png); 
	width: 20px;
	height: 60px;
    float: left;
}

#header-lower {
	background-image: url(images/mataka_header_lower.png); 
	width: 980px;
	height: 80px;
    float: left;
}

.product-item {
	float: left;
	width: 290px;
	border: 1px solid #efefef;
	margin: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.product-item p {
	padding-left: 5px;
	padding-right: 5px;
}

.gallery-item {
	float: left;
	border: 1px solid #efefef;
	margin: 10px;
	margin-left: 20px;
}

.product-pic {
	float: left;
	width: 100px;
	height: 50px;
	border: 1px solid #666666;
	margin: 5px;
}

.product-bath-pic {
	float: left;
	width: 100px;
	height: 75px;
	border: 1px solid #666666;
	margin: 5px;
}

.gallery-pic {
	float: left;
	width: 200px;
	height: 200px;
	border: 1px solid #666666;
	margin: 5px;
}

.description {
    color: #555555;
}

div.clear {
	clear: left; 
	line-height: 0; 
	height: 0;
}

img {
    border: 0px;
}