﻿@import url('layout.css');

body {
	background-color: #9A4E02;
}

#container {
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	width: 676px;
	margin: 0 auto;
	color: #462410;
	background-color: #B0742D;
	font-size: 11px;
	line-height: 1.6em;
	border: 4px solid #B15C01;
}

a:link {
color:maroon
}

#masthead {
	border-bottom: 4px solid #B15C01;
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
	/* if we want different shade in the header */
	/*	
	    background-image: url('images/header_bg.jpg');
	    background-color: #B2A592;
	*/
}

#masthead p {
	margin-top: -20px;
	margin-left: 15px;
	color: #462410;
}

#menu {
	float: left;
	width: 150px;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}

#content {
	float: left;
	width: 486px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 0 10px 10px 10px;
	position: relative;
}

#gallery_heading{
	width: 625px;
	margin-left: 15px;
}

img.large {
	width: 200px;
	height: 259px;
}
img.small {
	width: 125px;
	height: 125px;
}

/* styles for product 2 large images on a row*/
.row_of_two_large {
	margin-left:10px;
}
.thumbnail_large_2 {
	float: left;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

/* styles for product 2 small images on a row*/
.row_of_two_small {
	margin-left:55px;
}
.thumbnail_small_2 {
	float: left;
	padding: 5px 25px 5px 25px;
	text-align: center;
}

/* styles for product 3 small images on a row*/
.row_of_three {
	margin-left:10px;
}
.thumbnail_3 {
	float: left;
	padding: 5px 10px 5px 10px;
	text-align:center;
}

.row_spacing {
	padding-top:30px;
}

/* line break in floating container */
.clearboth { clear: both; }

#footer {
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	/*background-color: #689;*/
}

h1 {
	font-family: Century, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: xx-large;
	color: #462410;
	margin-bottom: 30px;
	padding-left: 10px;
}
h2, .gallery_title {
	color: #462410;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #462410;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li a {
	height: 32px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}	

#menu li a:link, #menu li a:visited {
	color: #462410;
	display: block;
	background:  url('../images/menu.gif');
	padding: 8px 0 0 10px;
}

#menu li a:hover {
	color: #FFF;
	background:  url('../images/menu.gif') 0 -32px;
	padding: 8px 0 0 10px;
}	

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* IMAGES */		
		
a img{
	border: none;
}

img.left,img.center,img.right {
	margin: 0px;
}

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.center {
	display: block;
	margin: 0 auto 5px auto;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}
		


/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #4D4D4D;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #4D4D4D;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_text_center {
	text-align: center;
}



