/* CSS Document */
body {
	background: url(../images/format/body_bg.gif) repeat top left;
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	min-height: 300px;
	background: #FFF url(../images/format/wrapper_bg.jpg) no-repeat top left;
}
#logo {
	height: 193px;
	width: 321px;
	border: none;
}
#logo img {
	border: none;
}

.nav {
	float: left;
	width: 321px;
	margin: 0 10px 0 0;
	text-align: center;
}
.nav ul {
	margin: 10px 0;
	padding: 0 0 0 5px;
	list-style-type: none;
}
.nav ul li {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 5px 0;
	padding: 0;
}
.nav ul li a:link,
.nav ul li a:visited,
.nav ul li a:active {
	background: #333;
	color: #FFF;
	display: block;
	width: 310px;
	text-decoration: none;
}
.nav ul li a:hover,
.nav ul li a:focus {
	background: #666;
	color: #FFF;
	display: block;
	width: 310px;
	text-decoration: none;
}
.nav ul li a.active:link,
.nav ul li a.active:visited,
.nav ul li a.active:active,
.nav ul li a.active:hover,
.nav ul li a.active:focus {
	background: #999;
}
.nav .page_logo {
	margin: 40px 0 0 0;
}

.content {
	float: left;
	width: 620px;
	margin: 140px 0 0 0;
}

h2,
h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 0 0;
}
p {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0 10px 0;
}
.products p {
	min-height: 150px;
}

.product_thumb:link,
.product_thumb:visited,
.product_thumb:hover,
.product_thumb:focus,
.product_thumb:active {
	float: left;
	margin: 0 5px 0 0;
	height: 150px;
	width: 200px;
	overflow: hidden;
}
.product_thumb:link img,
.product_thumb:visited img {
	position: relative;
	top: 0;
	left: 0;
	border: none;
}
.product_thumb:hover img,
.product_thumb:focus img,
.product_thumb:active img {
	position: relative;
	top: -150px;
	left: 0;
	border: none;
}

/* FORMS *************************************************************************************************************************************/
#contact_form {
	width: 400px;
}
fieldset {
	margin: 10px 10px 10px 0;
	padding: 10px;
	width: 490px;
	border: 1px solid #333;
}
legend {
	color: #333;
}
input.text {
	width: 400px;
	height: 1.2em;
	font-size: 1.2em;
	padding: 5px 2px 0 2px;
	background: #FFF url(../images/format/input_text.jpg) repeat-x top left;
	border: 1px solid #666;
	font-family: "Courier New", Courier, mono;
}
input.number {
	width: 4em;
}
select {
	width: 8em;
}
input.area_code {
	width: 2em;
	margin: 0 10px 0 0;
}
input.phone {
	width: 14em;
}

#contact_form p {
	margin: 10px 0;
}

#fieldset_message {
	border: none;
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
}
textarea {
	height: 8em;
	width: 600px;
	background: #FFF url(../images/format/input_text.jpg) repeat-x top left;
	padding: 5px 2px 0 2px;
	border: 1px solid #666;
	font-size: 1.2em;
	font-family: "Courier New", Courier, mono;
}

.footer {
	text-align: center;
	padding: 20px;
	color: #666;
	clear: both;
	font-size: 90%;
}
.clear {
	clear: both;
}