html, body	{
	background:#600 url(../images/main-background.png) top center repeat-x;
	text-align:center;
	font:100 12px "Trebuchet MS";
	color:#494949;
	padding:0px;
	margin:0px;
}

body	{
	background:none
	}

img	{
	border:0;
	vertical-align:middle;
	}

a	{
	color:#e20100;
	text-decoration:none
}

a:hover	{
	text-decoration:underline
}

h1	{
	font-size:18px;
	font-weight:100;
	margin-top:0
	}

h2	{
	font:100 16px;
	color:#676767;
	margin-bottom:0
	}

h3	{
	font:100 13px;
	color:#676767;
	font-style:italic;
	margin:0
	}

.liner	{
	overflow:hidden
	}
	
/* === Layout === */

#container	{
	width:802px;
	margin:40px auto;
	text-align:left;
}

#container-top	{
	width:802px;
	height:5px;
	background:url(../images/main-panel-top.png) no-repeat;
	margin:0
}

#container-mid	{
	width:802px;
	background:url(../images/main-panel-mid.png) repeat-y;
	*margin-top:-13px
}

#container-bot	{
	width:802px;
	height:5px;
	background:url(../images/main-panel-bot.png) no-repeat;
}

#middle-content	{
	margin:0px 15px;
	padding:10px 0;
	padding-bottom:5px
}

#header-picture	{
	width:770px;
	height:176px;
	background:url(../images/header-picture.jpg)
}

#header-picture a	{
	font:100 19px "Trebuchet MS";
	font-style:italic;
	float:left;
	margin-top:35px;
	margin-left:5px;
	padding-left:80px;
	padding-top:65px;
	color:#663232;
}

#header-picture a:hover	{
	text-decoration:none
}

#header-menu	{
	background:#000;
	border-bottom:3px solid #8f8f8f;
	color:#fff;
	text-align:right;
	padding-right:30px;
}

/*
#header-menu ul, #header-menu li	{
	list-style:none;
	margin:0;
	padding:0
}

#header-menu ul	{
	text-align:right;
	margin-right:40px;;
	margin-bottom:-2px
	}

#header-menu li	{
	display:inline
}
*/

#header-menu	a	{
	padding:2px 8px;
	font:900 13px Tahoma;
	color:#fff;
}

#header-menu	a.active	{
	padding:2px 8px;
	font:900 13px Tahoma;
	color:#fff;
	text-decoration:none;
	background:#8f8f8f
}

#header-menu	a:hover	{
	text-decoration:none;
	background:#000 url(../images/menu-hover.png) top left repeat-x
}

#header-menu	a.active:hover	{
	background:#8f8f8f
}

#pane-left	{
	/*height:455px;*/
	padding-right:15px;
	margin-right:265px;
	border-right:1px solid #8f8f8f;
	background:url() bottom no-repeat;
}
/*
.home-product	{
	margin-bottom:15px;
	padding-left:100px;
	background:url() 15px center no-repeat;
	text-align:justify;
	}
*/
.home-product {
margin-bottom:15px;
padding-left:100px;
background:url() 15px 20px no-repeat;
text-align:justify;
}
	
#pane-right	{
	width:250px;
	float:right;
}

.banner	{
	/*height:130px;*/
	/*background:url(../images/banner.jpg);*/
	margin-bottom:17px;
	}

#footer	{
	margin-top:15px;
	text-align:center;
	color:#787878;
	}

#footer-links	{
	color:#fff;
	text-align:center;
	margin-top:5px;
	}

#footer-links a	{
	color:#fff
	}

.font-16	{
	font-size:16px
}

.h-divider	{
	border-bottom:1px solid #cfcfcf;
	margin-bottom:15px
}

.semi-column	{
	width:259px;
	float:left
}

.description	{
	margin:0;
	margin-left:115px
}

.contact div	{
	overflow:hidden;
}

label	{
float:left;
width:120px
}

/* === GALLERY === */

	.gallery {
		background-color: transparent;
	}
	.gallery ul { list-style: none; margin:0; padding:0}
	.gallery ul li { display: inline; }
	.gallery ul img {
		border: 1px solid #a5a5a5;
		padding:5px;
		margin:5px;
		background:#fff;
	}
	.gallery ul a:hover img {
		border: 1px solid #333;
	}
	.gallery ul a:hover { color: #fff; }

	.gallery img	{width:140px}