@charset "utf-8";
/* CSS Document */
h2 a:link, h2 a:visited
{
	color: #0590CA;
}

h2 a:hover
{
	color: #000;
}
#container
{
	background: #fff;
	width: 986px;
	padding: 0px;
}

#page
{
	min-height: 600px;
	padding: 10px;
	overflow: hidden;
}

#page #h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing:-3px;
	color: #F60;
	border-bottom: 1px solid #eaeaea;
}


#page .h3
{
	font-size: 10px;
	font-weight: bold;
}

#contact-box
{
	background: #fff;
	width: 100%;
	line-height: 16px;
	float: left;
}
#sub-main
{
	font-family: Calibri;
	color: #000;
	width: 650px;
	float: left;
	font-size: 16px;
	letter-spacing:-3;
}
#sub-main-full
{
	font-family: Calibri;
	color: #000;
	float: left;
	font-size: 16px;
	letter-spacing:-3;
}
.h2
{
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	color: #0590CA;
}

h2
{
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	color: #0590CA;
}

#sub-main p
{

		text-align: justify;
}
#sub-right
{
	width: 280px;
	float: right;
	border: 1px solid #eaeaea;
	background: #F7F7F7;
	padding: 10px;
}

#sub-right li
{
	list-style-type: none;
	line-height: 20px;
}

#sub-right .current
{
	color: #F90;
	text-decoration: underline;
}
#sub-right .title
{
	list-style-type: none;
	font-weight: bold;
	color: #000;
	font-size: 11px;
}

.contact-form
{
	background: #eaeaea;
	border: 1px solid #ccc;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 3px;
	color: #666666;
}

.contact-form-mand
{
	background: #f3f3f3;
	bordeR: 1px solid #FFCECE;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 3px;
	color: #666666;	
}
.links li
{
	line-height: 16px;
	list-style-type: none;
	margin-left: 0;
}


#sub-main-full table
{
	width: 100%;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: -1px;
	color: #333;

}

#sub-main-full table .title, #sub-main-full table .price
{
	color:#0590CA;
	background: #f4f4f4;
	height: 30px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -2px;
	text-align: center;
}
#sub-main-full td
{
	width: 150px;
	padding: 10px;	
}

#sub-main-full table .row1
{
	background: #fff;
	height: 30px;
	text-align: center;
}

#sub-main-full table .row2
{
	background: #f9f9f9;
	height: 30px;	
	text-align: center;	
}

#sub-main-full table .bold
{
	text-align: left;
	width: 260px;
	padding: 5px;	
}

/* BOXES */
#box1
{
	border: 1px solid #efefef;
	background: #F9F9F9;
	margin: 0px;
	margin-top: 10px;
	padding: 10px;
}

