@charset "UTF-8";
/* ------------ BASE ------------ */
body { background: url(../_images/peak_top_bg.jpg) repeat-x top left; }
#header
{
	background-image: url(../_images/peak_top.jpg);
	background-repeat: no-repeat;
}
/* --------- CONTENT CSS -------- */
#mainContent
{
	padding: 0 20px 1em 0;
	background: #FFFFFF;
	border: 1px solid #b2b2b2;
	background-image: url(../_images/e.gif);
	background-repeat: repeat-y;
	font-size: 1em;
}
#mainContent #Content h2
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px;
	border-bottom: 1px solid #666666;
	padding-top: 10px;
}
#mainContent #Content p { 
	padding: 1em;
	padding-bottom:2px; 
	font-size: 1em;
	text-indent:30px;
}
#mainContent #Content ul { }
#mainContent #Content
{
	float:right;
	width:700px;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#mainContent #Content table tr td
{
	padding:5px 10px;
}
#mainContent #Content p.first { margin-top: 1em; }
#mainContent #leftSidebar
{
	width: 200px;
	float: left;
}
.prod_img {
	border: 1px solid #DADCD7;
	margin: 10px;
	margin-right:15px;
	margin-top:0px;
}
.prod_title {
	font-weight:bold;
}
.prod_text {
	padding-right:20px;
}
.prod_more {
	text-align:right;
	padding-right:30px;
}
.prod_more a:hover {
	text-decoration:underline;
}
.prod_hr {
	border-top: 1px dotted #B4B6BE;
	height:5px;
	line-height:5px;
}
#mainContent #Content p.title {
	font-size:16px;
	line-height:1.22em;
	font-weight:bold;
	text-indent:15px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:#CCCCCC solid 1px;
}
a{
	color: rgb(72, 109, 174);
	text-decoration:none;
}
a:hover{
	color: rgb(18, 106, 236);
}
.content_main
{
    margin-top: 0px;
    margin-bottom: 0px;
    text-align:justify;
    font-weight: normal;
    padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom:1px solid rgb(198, 202, 205);
}
.left_col{
	text-align:center;
}
.menutitle{
	cursor:pointer;
	width:166px;
	background-color: #F2F3F1;
	border: 1px solid #B4B6BE;
	border-bottom: 1px solid #DADCD7;
	border-top: 0px;
	color: #486DAE;
	font: normal 0.8em;
	margin: 0px 0px 0px 0px;
	padding: 4px 15px 5px 14px;
}
.menutitle a:link, .menutitle a:visited, .prod_more a:link, .prod_more a:visited {
	color: rgb(72, 109, 174);
	display:block;
}
.menutitle a:hover{
	color: rgb(18, 106, 236);
}
.submenu{
	border-bottom: 1px solid #DADCD7;
	display:block;		
}
.submenu a{
	margin:0;
	padding:0;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
	color: rgb(72, 109, 174);
}
.submenu a:hover{
	color: rgb(18, 106, 236);
}
#masterdiv{
	border-top: 1px solid #DADCD7;
	width:196px;
	font-size: 12px;
}
