*
{
	margin: 0;
}

a:link,
a:visited
{
	color: #bb2327;
	text-decoration: none;
}

a:hover,
a:active
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

body
{
	background: url(../_images/structure/w_bg-bottom.png) bottom center no-repeat;
	color: #4e443d;
	font-family: Georgia, serif;
	font-size: 9pt;
	margin: 0 auto;
	padding: 0 0 7px;
	width: 800px;
}

html
{
	background: #ede6df url(../_images/structure/bg.jpg);
}

h2
{
	background: #f2efeb;
	font-family: Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 0 0 12px;
	padding: 10px 10px 7px;
	text-transform: uppercase;
}

h3
{
	font-size: 1em;
	line-height: 1.25em;
	padding: 0 10px;
}

h3 strong
{
	font-weight: normal;
}

input,
textarea
{
	color: #4e443d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

p
{
	line-height: 1.25em;
	padding: 0 10px .5em;
}

ul
{
	line-height: 1.25em;
	padding: 0 10px .5em 30px;
}







#wrapper
{
	background: url(../_images/structure/w_bg.png) bottom center repeat-y;
	padding: 0 15px 10px;
}


#header
{
	background: url(../_images/structure/header.png) top center no-repeat;
	font-family: Arial, sans-serif;
}

#header h1
{
	padding: 26px 0 14px 10px;
}

#header h1 a
{
	display: block;
	height: 0;
	overflow: hidden;
	padding: 35px 0 0;
	width: 465px;
}


#emailSignup
{
	height: 37px;
	text-align: right;
	padding: 0 10px;
}

#emailSignup p
{
	float: left;
	font-size: .95em;
	padding: 12px 0 0;
}

#emailSignup input
{
	vertical-align: middle;
	margin: 8px 0 0 4px;
}

#emailSignup input.text
{
	width: 140px;
	margin-left: 0;
}


#navigation
{
	height: 42px;
	padding: 0;
}

#navigation li
{
	list-style-type: none;
	float: left;
	height: 31px;
	padding: 5px 0;
}

#navigation a
{
	background-color: #423730;
	color: #FFF;
	display: block;
	font-weight: bold;
	height: 0;
	line-height: 2.1em;
	margin: 0 2px 0 0;
	overflow: hidden;
	padding: 31px 0 0;
	text-decoration: none;
	text-align: center;
}

.n_about a
{
	background: url(../_images/structure/n_about.png) no-repeat;
	width: 129px;
}

.n_products a
{
	background: url(../_images/structure/n_products.png) no-repeat;
	width: 170px;
}

.n_links a
{
	background: url(../_images/structure/n_links.png) no-repeat;
	width: 104px;
}

.n_contact a
{
	background: url(../_images/structure/n_contact.png) no-repeat;
	width: 152px;
}

.n_location a
{
	background: url(../_images/structure/n_location.png) no-repeat;
	width: 207px;
}

#navigation .n_location a
{
	margin-right: 0;
}

#navigation a:hover,
#navigation strong a
{
	background-position: 0 -31px;
}


#contents
{
	background: #e3ddd4 url(../_images/structure/contents_bg.png) repeat-y;
	overflow: auto;
	width: 100%;
}


#column_main
{
	background: #FFF;
	float: left;
	padding: 0 0 10px;
	width: 460px;
}



#column_auxiliary
{
	float: left;
	margin: 0 0 0 5px;
	width: 305px;
}



#footer
{
	background: #cec2b2 url(../_images/structure/footer.png) repeat-x;
	border-top: 5px solid #e3ddd4;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	list-style-type: none;
	margin: -5px 0 0;
	padding: 13px 0 0;
	position: relative;
	text-align: center;
	z-index: 100;
}

#footer li
{
	border-left: 1px solid #4e443d;
	display: inline;
	padding: 0 6px;
}

#footer li:first-child,
#footer li.first
{
	border-left: none;
}

#footer a:link,
#footer a:visited
{
	color: #4e443d;
}






.entry
{
	border-bottom: 1px solid #e3ddd4;
	margin: 0 12px 12px;
	overflow: auto;
	padding: 0 0 5px;
	width: 436px;
}

.entry p,
.entry h3
{
	padding-left: 0;
	padding-right: 0;
}

.entry .photo_right
{
	padding-right: 0px;
}

.photo_right
{
	float: right;
	padding: 0 12px 5px 5px;
}

.photo_left
{
	float: left;
	padding: 0 5px 5px 12px;
}

.photo_center
{
	padding: 5px 10px;
}




.aux_spot
{
	background: #FFF;
	margin: 0 0 5px;
	overflow: auto;
	width: 305px;
}

.aux_spot h2
{
	margin-bottom: 0;
}

.aux_spot p
{
	padding: 8px 10px 12px;
}


.aux_spot .photo_right
{
	float: right;
	padding: 5px;
}


.aux_spot dl
{
	padding: 0 10px .5em;
}

.aux_spot dt
{
	font-weight: bold;
	padding: .75em 0 .2em;
}



.column_left
{
	float: left;
	width: 50%;
}

.column_right
{
	margin-left: 50%;
}





.products ul
{
	list-style-type: none;
	padding-left: 10px;
}


ul.services
{
	list-style-type: disc;
	padding-left: 30px;
}

.services li
{
	font-style: italic;
	font-weight: bold;
	padding: 0 0 .4em;
}



#contact .text,
#contact .textarea
{
	background: #f2efeb;
	display: block;
	border: 1px solid #e3ddd4;
	padding: 2px;
	width: 436px;
}

#contact .textarea
{
	height: 250px;
}