body{
	background:#4F6E3A url(../images/body_bg.png) repeat-x;
	font: 70%/1.6em 'Lucida Sans',Verdana,sans-serif;
	margin:0;
	color:#333;
}
#wrap{
	margin:0 auto;
	width:760px;
}

a:link,a:visited,a:active{
	text-decoration:none;
	border-bottom: #4F6E3A 1px dashed;
	color:#4F6E3A;
}
a:hover{
	border-bottom: #900 1px solid;
	color: #900;
}

#head{
	background: url(../images/top_pic.png) no-repeat;
	height:130px;
}
#head #home{
	background: url(../images/top.png) no-repeat;
	height:130px;
}
* html #head {height:132px;}

#head h1.title{
	margin:0;
	font-variant:small-caps;
	font-size:20px;
	color:#F4E6A7;
	text-align: left;
	position: relative;
	left: 28px;
	top: 100px;
	width: 720px;
}

#head ul.navbar{
	margin:0;
	padding: 3px 0 0 30px;
}
.subKop {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4F6E3A;
}
.tableRow {
	background-color: #F4E6A7;
}


#head ul.navbar li{
	float:left;
	list-style:none;
}
#head ul.navbar li a{
	display:block;
	padding: 18px 0 0 0;
	margin: 0 20px 0 0;
	font-weight:bold;
	text-transform:uppercase;
	color: #D0D0AD;
}
#head ul.navbar li a:hover {
	color:#F4E6A7;
	border-bottom: #F4E6A7 1px solid;
}
#head ul.navbar li .thisLink {
	display:block;
	padding: 18px 0 0 0;
	margin: 0 20px 0 0;
	font-weight:bold;
	text-transform:uppercase;
	color: #F4E6A7;
}
#head h5 {
	background: url(../images/top.png) no-repeat;
}
* html #main{
	margin:-2px 0 0 -1px;
	padding:0 0 0 2px;
}
#main{
	background: url(../images/main_bg.png) center repeat-y;
	width:760px;
	padding: 0 0 10px;
}

#splash{
	background: url(../images/title.jpg) no-repeat;
	padding-top:126px;
	text-align:right;
	margin: 0 9px;
	margin-bottom: 10px;
}
#splash h2.subtitle{
	margin:10px 0 0 0;
	padding: 0 5px 0 0;
	font-variant:small-caps;
	letter-spacing:1px;
	font-size:10px;
}
#splash_1Col_plus_Sidebar{
		padding-top:0px;
		text-align:right;
		margin: 0 8px;
		margin-bottom: 10px;
}
#splash_1Col_plus_Sidebar h2.subtitle{
	margin:0 10px 0 0;
	padding: 0 5px 0 0;
	font-variant:small-caps;
	letter-spacing:1px;
	font-size:10px;
}
#content{
	margin: 0 10px 10px 10px;
	text-align:justify;
	height:400px;
	background: url(../images/content_sep.png) repeat-y;
	background-position: 48% 0%;
}
.close {
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

* html #content{
	margin-left:0px;
	margin-top:20px;
	background-position: 50% 0%;
}
* html #content_1Col_plus_Sidebar {
	margin-left:0px;
	margin-top:20px;
	background-position: 50% 0%;
}
#content h2 {
	color:#900;
	margin:2px 0 0 0;
	line-height:20px;
	background: url(../images/content_h2.png) top left no-repeat;
	padding: 0px 0 0 10px;
	font-size: 18px;
}
#content h3 {
	margin:2px 0 0 0;
	line-height:20px;
	padding: 0px 0 0 10px;
	font-size: 18px;
}
* html #content h2{
	margin:0;
}
#content div.box{
	width:210px;
	margin: 0 15px 20px 15px;
	float:left;
}
#content_1Col_plus_Sidebar {
	margin: 0 10px 10px 10px;
	text-align:justify;
}
* html #content_1Col_plus_Sidebar {
	margin-left:0px;
	margin-top:20px;
	background-position: 50% 0%;
}
#content_1Col_Sidebar div.box_1Col {
	width:600px;
	margin: 0 15px 20px 15px;
	float:left;
}
#content_1Col_plus_Sidebar div.box_1Col_plus_Sidebar_l{
	width:500px;
	margin: 0 15px 20px 15px;
	float:left;
}
#content_1Col_plus_Sidebar div.box_1Col_plus_Sidebar_r{
	width:170px;
	float:left;
	background-color: #f4e6a7;
	height: full;
	padding-right: 5px;
	text-align: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
	padding-left: 5px;
}
#content_1Col_plus_Sidebar div.box_1Col_plus_Sidebar_f {
	width:719px;
	margin: 0 15px 20px 15px;
	float: left;
	text-align: left;
}
#content_1Col_plus_Sidebar h2 {
	color:#900;
	margin:2px 0 0 0;
	line-height:20px;
	background: url(../images/content_h2.png) top left no-repeat;
	padding: 0px 0 0 15px;
	font-size: 18px;
}
dt a {
	font-size: 12px;
	line-height: 140%;
}

#content_1Col_plus_Sidebar h4 {
	color:#900;
	font-size: 14px;
}
#footer{
/*	clear:both;
	height: 50px;
	padding: 0 20px 5px 0;
	text-align:right;
	color:#999;
	background-color: #4F6E3A;
	background-image: url(../images/bot_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	*/

	background: url(../images/bot_bg.png) no-repeat;
	height:50px;

}
*/* html #footer{
	margin:0 0 0 1px;
}*/
#footer p{
	margin:0;
	padding: 20px 0 0 0;
}
#news {
	font-weight: bold;
	font-size: large;
	text-align: right;
	line-height: 135%;
	color: #900;
}
#news ul{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#news li{
	padding: 2px 0;
}
.dropcap {
	float:left;
	color:#900;
	font-size:100px;
	line-height:70px;
	padding-top:6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 2px;
} 

.productlisting {
	display: block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #4F6E3A;
	padding-top: 12px;
}
img {
	border : 0;
}
.content p {
	text-align:justify;
	font-family: 'Lucida Sans', Verdana, sans-serif;
	line-height: 1.6em;
	font-size: 11px;
}
