/* Content Styles */
h1,h2,h3,h4,h5,h6, .cssbutton{
	font-family: BernhardMod BT;
	src: url(../BernModB.ttf);
	font-weight:bold;
}

h1{
	font-size:26px;
	color:#0a7225;
}
h2{
	font-size:18px;
	color:#f15e22;
}
h3{
	font-size:16px;
	color:#f15e22;
}

object{
	text-align:center;
	display:block;
	padding:15px 0 15px 0;
	margin:0 auto;
}

/* Categories Styles */

.category{
	float:left;
	padding:2px;
	margin-bottom: 15px;
}

.category img{
	float:left;
	margin-right:10px;
	padding:2px;
	border: #0a7225 1px solid;
}

.category h2{
	float:left;
	margin:20px 0 0 0;
}

/* Details Page */
.details{
	padding:0 10px 0 10px;
}
.details p{
	border-bottom:#999999 1px dashed;
	margin:0 0 10px 0;
}

.details span{
	width:200px;
	color:#f15e22;
}

.item-images{
	padding:15px 0 0 0;
	text-align:center;
	margin:0 0 20px 0;
}

.item-images legend{
	color:#f15e22;
	margin-left:20px;
}

.item-images img{
	width:110px;
	height:80px;
	margin-bottom:15px;
}


/* Main Styles */
body{
	background:#2c2c2c;
}
.wrap{
	margin:0;
	padding:0;
	width:760px;
}


.menutop{
	background:url(../img/menutop.png) top left no-repeat;
	position:absolute;
	width:263px;
	height:300px;
	z-index:1;
	margin: 0;
	padding:0;
	top:8px;
	left:13px;
}

.menu{
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	top:140px;
	left:40px;
	width:182px;
	z-index:2;
}

.menu ul{
	list-style:none;
	position: relative;
	font-size:14px;
	font-weight:bold;
	margin: 19px 0 0 42px;
	padding: 0;
}

.menu li a{
	color:#252525;
	text-decoration:none;
	display:block;
	padding-bottom:7px;
	text-transform:capitalize;
	/*width:162px;
	height:30px;*/
}
.menu li a:hover{
	color:#0a7225;
	text-decoration:underline;
	/*background:url(../img/active-link.gif) top center no-repeat;*/
}

.header{
	height:232px;
	background:url(../img/header.jpg) top left no-repeat;
}

.content{
	width:522px;
	float:right;
	background:url(../img/tree.gif) no-repeat bottom right;
	padding: 5px 0 25px 7px;
	font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:18px;
}

.content a{
	color:#0a7225;
	text-decoration:underline;	
}

.content a:hover{
	color:#f15e22;
	text-decoration:underline;	
}

.leftside{
	background:url(../img/leftside.jpg) top right no-repeat;
	float:right;
	height:390px;
	width:182px;
}

.footer{
	width: 522px;
	text-align: center;
	font-family: BernhardMod BT;
	src: url(../admin/BernModB.ttf);
	font-size:80%;
	font-weight:bold;
	color:#ffffff;
	margin: 0 0 0 231px;
}

.footer ul li{
	list-style:none;
	display:inline;
}

.footer a{
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover{
	color:#f15e22;
}


.listing{
	text-align:center;
	font-size:10px;
	width: 100px;
	float: left;
	margin-bottom:10px;
}
 
.listing img{
	padding:3px;
	border:1px solid #999;
	width:90px;
	height:68px;
}

.listing a{
	color:#FFFFFF;
}

/*Credits: Dynamic Drive CSS Library    99c53e*/
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
	padding: 2px;
	font-weight: bold;
	margin:5px 0 20px 0;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}
.pagination a{
text-decoration: none !important; 
} 

.pagination a, .pagination a:visited{
background-color: #FFFFFF;
padding: 0 5px;
border: 1px solid #0a7225; 
color: #000; 
}  

.pagination a:hover, .pagination a:active{
border: 2px solid #f15e22;
padding:0px 4px 0px 4px;
color: #333;
background-color: #FFFFFF;
}

.pagination a.currentpage{
background-color: #0a7225;
color: #FFF !important;
border-color: #f15e22;
}

.pagination a#disablelink, .pagination a#disablelink:hover{
background-color: white;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssbutton{
background-color: #0a7225;
border: 2px #0a7225 outset;
padding: 1px 4px;
color: black;
text-decoration: none;
/*font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #12C740;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}
