@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-image: url(images/tile-bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
}

.header_right {
font-size:18px;
color:#FFFFFF;
width:507px;
height:163px;
background-image:url(images/header-right.jpg);
background-repeat:no-repeat;
padding:20px;
font-style:italic;
text-align:left;
}

.header_right p{
margin:0px;
padding:0px;
}

.main_cont_front {
text-align:left;
width:335px;
padding:0px 30px 20px 20px;
background-image:url(images/shadow-right.jpg);
background-position:top right;
background-repeat:no-repeat;
margin:0px;
text-align:justify;
}

.main_cont_front a:link {
	color: #bd2c2b;
	text-decoration: none;
}
.main_cont_front a:visited {
	text-decoration: none;
	color: #bd2c2b;
}
.main_cont_front a:hover {
	text-decoration: underline;
	color: #bd2c2b;
}
.main_cont_front a:active {
	text-decoration: none;
	color: #bd2c2b;
}

.right_cont {
width:153px;
padding:10px 5px 0px 0px;
margin:0px;
text-align:center;
}

.right_cont p{
padding:0px;
margin:0px;
}

h1 {
color:#bd2c2b;
font-size:18px;
padding-top:10px;
margin:0px;
}

h2 {
color:#bd2c2b;
font-size:14px;
padding-top:3px;
padding-bottom:8px;
margin:0px;
}

h3 {
color:#bd2c2b;
font-size:14px;
}

.menu_item {
background-image:url(images/menu-bg.jpg);
background-repeat:no-repeat;
padding-left:0px;
width:231px;
padding-top:0px;
height:38px;
font-size:14px;
text-align:left;
}

.menu_item a:link {
display:block;
padding:12px 0px 0px 65px;
width:166px;
height:26px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.menu_item a:visited {
display:block;
padding:12px 0px 0px 65px;
width:166px;
height:26px;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;	
}
.menu_item a:hover {
background-image:url(images/menu-bg-hover.jpg);
background-repeat:no-repeat;
display:block;
padding:12px 0px 0px 65px;
width:166px;
height:26px;
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
}
.menu_item a:active {
background-image:url(images/menu-bg-hover.jpg);
background-repeat:no-repeat;
display:block;
padding:12px 0px 0px 65px;
width:166px;
height:26px;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

.footer {
text-align:center;
color:#CCCCCC;
font-size:10px;
padding:5px;
}

.footer a:link {
	color: #FFF;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #FFF;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
.footer a:active {
	text-decoration: none;
	color: #FFF;
}


/*  -- Products page -- */

.main_cont {
text-align:left;
width:492px;
padding:0px 30px 20px 20px;
margin:0px;
text-align:justify;
}

.main_cont a:link {
	color: #bd2c2b;
	text-decoration: none;
}
.main_cont a:visited {
	text-decoration: none;
	color: #bd2c2b;
}
.main_cont a:hover {
	text-decoration: underline;
	color: #bd2c2b;
}
.main_cont a:active {
	text-decoration: none;
	color: #bd2c2b;
}
