* {
	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #eae7e0;
	font-size: 62.5%;
	height: 100%;
	width: 100%;
}

#breadcrumbs {
	margin-top: 6px;
	font-size: 11px;
}

#breadcrumbs a {
	font-family: tahoma;
	color: #3f2719;
}


#breadcrumbs em {
	font-style: normal;
	color: #1ab4d0;
}


#language-selector {
	float: right;
	margin: 16px 0;
}

#language-selector img {
	border: none;
}

.menu-0 {
	display: block;
	float: right;
	margin-top: 30px;
}

.menu-0 li {
	display: block;
	float: left;
	margin-left: 15px;
	margin-right: 0px;
}

.menu-0 li a {
	font-size: 14px;
	font-weight: bold;
	color: #3f2719;
	text-decoration: none;
	font-family: Tahoma;
}

.menu-0 li.active em {
	font-size: 14px;
	color: #d8251d;
	font-style: normal;
	font-family: Tahoma;
}

.menu-0 li a:hover {
	color: red;
}

.menu-1 {
	margin-left: 30px;
	line-height: 20px;
}

.menu-1 ul {
	margin-left: 30px;
}

.menu-1 a {
	text-decoration: underline;
	color: #3f2719;
	font-size: 13px;
}

.menu-1 a:hover {
	text-decoration: none;
}

.menu-1 li.active a {
	text-decoration: none;
}

.menu-1 em {
	color: #1ab4d0;
	font-style: normal;
	font-weight: bold;
}

#boxes {
	margin-top: 30px;
}

#boxes h2 {
	font-weight: bold;
	font-size:18px;
	color: #d8251d;
	padding: 5px 0;
}

#boxes td {
	font-size:12px;
	color: #333;
	padding: 5px 0;
	vertical-align: top;
}

#news {
}

#news ul {
	list-style-type: none;
	list-style-position: inside;
}

#news li {
	margin: 20px 0;
}

#news li a {
	color: #d8251d;
}

#contact {
	line-height: 16px;
}

#contact td {
	padding: 0px;
}

#product-cats {
	margin-top: 10px;
}

#product-cats li {
	display: block;
	float: left;
	margin-left: 13px;
}

#product-cats img {
	border-width: 2px;
	border-style: solid;
	border-color: #655a59;

}

#product-cats a:hover img {
	border-color: #ff6600;
}

#footer {
	font-family: tahoma;
	font-size: 10px;
	color: #978a86;
	padding: 15px 0;
}

h1 {
	font-weight: bold;
	font-size:24px;
	color: #d8251d;
	padding: 5px 0;
}

.pager {
	margin-top: 15px;
	margin-bottom: 15px;
}

.pager em {
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	background-color: #eae7e0;
	color: #1ab4d0;
	border: 1px solid #1ab4d0;

}

.pager a {
	padding: 4px 8px;
	background-color: #1ab4d0;
	color: #eee;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.pager a:hover {
	background-color: #5af4f0;
	color: #444;
}

#content {
	font-size: 13px;
}

#content ul {
	margin: 10px 0 10px 17px;
}

#content p {
	margin-bottom: 5px;
}

#content img {
	border: 1px solid #999;
	padding: 10px;
	background-color: #fff
}

#content a {
	color: #d8251d;
}

#content a:hover {
	color: red;
}

#content form th {
	text-align: left;
}

#content table.grid thead th {
	text-align: left;
}

dl {
	overflow: hidden;
	clear: both;
}

dt {
	width: 200px;
	padding: 5px 0;
	float: left;
	clear: left;
}

dd {
	float: left;
	padding: 5px 0;
	width: 500px;
}

#content table.dl th {
	text-align: left;
}

.qtip-content {
    font-size:14px;
}

#content #sub-pages {
	overflow: hidden;
	display: block;
	margin-left: 0px;
}

#content #sub-pages li {
	display: block;
	width: 234px;
	float: left;
	margin-bottom: 15px;
}

#content #sub-pages img {
	float: left;
	margin-right: 10px;
}

#content #sub-pages a {
	display: block;
	float: left;
	width: 140px;
}

.info, .success, .warning, .error, .validation {
font-family:Arial, Helvetica, sans-serif; 
font-size:13px;
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
width: 494px;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../img/ico/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../img/ico/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../img/ico/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../img/ico/error.png');
}
.validation {
color: #D63301;
background-color: #FFCCBA;
background-image: url('../img/ico/validation.png');
}