* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	line-height: 20px;
	font-family: "MyriadPro", "TrebuchetMS", Arial;
	background-color: #EEEFF7;
}

a, .link {
	color: #871A2F;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img.main {
	float: right;
	margin-right: 13px;
	margin-bottom: 10px;
}

img.first {
	margin-left: 0;
} 

img.last {
	margin-right: 0;
}

#container {
	background-color: #FFF;
	width: 900px;
	margin: 0 auto;
}

#header {
	background: url("/images/header_bckg.jpg") repeat-x #2D1721;
}

#logo {
	height: 65px;
}

#logo a {
	display: block;
	height: 75px;
	padding: 30px 0 0 40px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
}

#logo a .mini {
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
}

#menu {
	background: url("/images/menu_bckg.jpg") #84807A;
	height: 35px;
	margin-top: 47px;
}

#menu ul {
	margin: 0 5px 0 50px;
}

#menu ul li {
	display: inline-block;
	float: left;
	list-style: none;
	text-align: center;
	margin: 0 8px;
}

#menu a {
	display: block;
	height: 30px;
	float: left;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 0 10px;
	background: url("/images/button.gif") repeat-x;

}

#menu a:hover, #menu a.active {
	background: url("/images/button_over.gif") repeat-x;
	padding-top: 10px;
	height: 25px;
}

#text {
	margin: 20px;
	padding: 0 0 0 20px;
}

#text p {
	padding: 0 20px 10px 0;
}

#text li {
	list-style: none;
	padding-left: 20px;
	background: url("/images/li.gif") no-repeat 0 7px;
}

#text h1 {
	text-transform: uppercase;
	font-size: 2em;
	color: #84807a;
	margin: 0 0 30px 0;
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #333;
}

#text h2 {
	clear: both;
	font-size: 1.5em;
	color: #84807a;
	margin: 20px 0 10px 0;
}

#text h3 {
	clear: both;
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}

#text ul.foto {
	clear: both;
	display: inline;
	float: left;
	font-size: 13px;
	margin-bottom: 10px;
}

#text ul.foto p {
	margin: 0;
	padding: 0;
}

#text ul.foto img {
	border: none;
}

#text ul.prod img {
	float: right;
}

#text ul.prod li {
	width: 390px;
	margin-bottom: 20px;
	border-left: 2px solid #84807a;
	border-top: 2px solid #84807a;
}

#text ul.foto li {
	display: block;
	float: left;
	background: none;
}

#text ul.w120 li {
	width: 120px;
	margin-bottom: 20px;
	text-align: center;
	padding: 0;
}

#text ul li.w180 {
	width: 180px;
}

#text ul.foto a {
	display: block;
	margin: 0;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	height: 220px;
}

#text ul.foto a:hover {
	background: #AAA;
}

#text ul.foto li.li2 {
	margin-left: 15px;
}

#text .imgblock {
	width: 405px;
	height: 405px;
	float: right;
	background: #84807A;
	padding: 5px;
	margin-left: 10px;
}

#text .imgblock img {
	float: right;
	border-bottom: 5px solid #84807A;
}

#text .imgblock img.l2 {
	border-right: 5px solid #84807A;
}

#footer {
	clear: both;
	background: url("/images/footer_bckg.jpg") repeat-x #84807a;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	border-top: 3px solid #871A2F;
}

table {
	border-collapse: collapse;
	border: 2px solid #84807A;
	margin: 5px 0 20px 0;
}

th, td {
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #84807A;
}

th {
	border-bottom: 2px solid #84807A;
}

td.right {
	text-align: left;
}

.blank {
	clear: both;
}

#sub {
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	width: 900px;
	color: #333;
}

#sub ul {
	width: 900px;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	display: inline;
	float: left;
}

#sub li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 290px;
	padding: 0 5px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.3em;
	border: 0;
}

#sub li a {
	text-decoration: none;
}

#sub li a:hover {
	border-bottom: 1px dashed;
}