body{
	background: url(../../images/body-bg2.jpg) repeat-x #E5DECF;
	margin: 0 0 30px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 45px 30px;
}
a{
	color: #006;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #3F8000;
}
h1{
	margin-bottom: 10px;
	padding: 0;
	font-size: 125%;
}
h2{
	margin-bottom: 10px;
	padding: 0;
	font-size: 125%;
	color: #006;
}
hr{
	border: 0;
	border-top: 1px solid #C7C0B3;
	height: 1px;
	margin: 60px 0px;
}
/* Container --------------------------------------------------------------------*/
#container{
	background: url(../../images/content-bg.jpg) repeat-x #FFF;
	border: 1px solid #C7C0B3;
	width: 100%;
}

/* Logo/Navigation --------------------------------------------------------------*/
#side{
	width: 200px;
	padding: 15px 0 15px 15px;
}
#logo{
	width: 191px;
	height: 97px;
	/* background: url(../../images/jmc-logo.gif) no-repeat transparent; */
}
#logo a{
	height: 97px;
}
#nav{
	border-right: 1px solid #C7C0B3;
	list-style: none;
	margin: 15px 15px 50px 0px;
	padding-right: 5px;
	width: 100%;
}
#links{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
}
#links li a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	padding: 5px 15px;
	width: 160px;
	background: #E6FFCD;
	border-bottom: 1px solid #B8E68B;
}
#links li a:hover{
	background: #3F8000;
	color: #FFF;
}

/* Contents ---------------------------------------------------------------------*/
#contents{
	padding: 15px;
}
.options a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	width: 250px;
	height: 35px;
	background: #E6E6FF;
	border-bottom: 1px solid #CFCFE6;
}
.options a:hover{
	background: #006;
	color: #FFF;
}
.opt {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	background: #E6E6FF;
	border-bottom: 1px solid #CFCFE6;
}
.opt:hover {
	background: #006;
	color: #FFF;
}

#eq-list{
	list-style: none;
	padding-left: 0px;
}
#eq-list li ul{
	list-style: none;
	padding-left: 15px;
}

#eq-list li a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
	padding: 3px 10px;
	width: 325px;
	background: #E6E6FF;
	border-bottom: 1px solid #CFCFE6;
}
#eq-list li a:hover{
	background: #006;
	color: #FFF;
}
#eq-list li ul li a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
	padding: 3px 10px;
	width: 275px;
	background: #E6FFCD;
	border-bottom: 1px solid #B8E68B;
}
#eq-list li ul li a:hover{
	background: #3F8000;
	color: #FFF;
}
.prod-list{
	width: 100%;
}
.prod-list td{
	background: #E6E6FF;
	border-bottom: 1px solid #CFCFE6;
	padding: 3px 8px;
}
.prod-list .pl-title{
	background-color: #006;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.prod-list .pl-type{
	background-color: #CFCFE6;
	color: #006;
	font-weight: bold;
	text-align: center;
}
.prod-list .pl-number{
	color: #006;
	font-weight: bold;
	width: 50px;
}
.prod-list .pl-price{
	color: #3F8000;
	font-weight: bold;
	width: 75px;
}
.prod-list .pl-order{
	width: 100px;
}
.prod-list2{
	width: 100%;
}
.prod-list2 td{
	background: #E6E6FF;
	border-bottom: 1px solid #CFCFE6;
	padding: 3px 8px;
	text-align: center;
}
.prod-list2 .pl-title{
	background-color: #006;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.prod-list2 .pl-type{
	background-color: #CFCFE6;
	color: #006;
	font-weight: bold;
	text-align: center;
}
.prod-list2 .pl-type2{
	background-color: #dfdff7;
	color: #006;
	font-weight: bold;
	text-align: center;
}

.prod-list2 .pl-number{
	color: #006;
	font-weight: bold;
	width: 50px;
}
.prod-list2 .pl-price{
	color: #3F8000;
	font-weight: bold;
	width: 75px;
}
.price{
	color: #3F8000;
	font-weight: bold;
}
.prod-list2 .pl-order{
	width: 100px;
}
a.order_button {
	background-color: #900;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	color: #FFF;
	padding: 3px 5px;
	margin: 2px 5px;
}
a.order_button:hover {
	background-color: #F00;
	color: #FFF;
	text-decoration: none;
}


.bold-blue{
	font-weight: bold;
	color: #006;
}


i{
	font-style: italic;
	font-weight: bold;
	color: #006;
}
.f-right{
	margin-left: 10px;
}
