/*   Index
00 - Global
01 - Typography
02 - Structure
03 - Navigation
04 - Objects
05 - Function
*/

/* 00 - Global */

body {
	background: #c1c9cf;
}

a {
	color: #0062ac;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* -------------------------------------------*/

/* 01 - Typography */

h1 {
	color: #0062ac;
	font-size: 13px;
	font-weight: normal;
}

p, .footer_text, h1, a {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	margin-top: 10px;
	padding: 0px;
	color: #333333;
	font-size: 11px;
	line-height: 1.8em;
	margin-bottom: 0px;
}

.p_promo {
	padding: 0px;
	color: #333333;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.footer_text {
	color: #0062ac;
	font-size: 11px;
	text-align: center;
	background-repeat: no-repeat;
}

/* -------------------------------------------*/

/* 02 - Structure */

.content {
	
}

.content_bottom {
	height: 40px;
	clear: both;
	background: url(img/graph/frame/bottom.png) no-repeat;
	margin: 0;
}

.content_main {
	padding: 10px 30px 0;
}

.content_top {
	height: 7px;
	background: url(img/graph/frame/top_bg.png) no-repeat;
	width: 700px;
}

.content_top_big {
	height: 49px;
	background: url(img/graph/frame/top_bg.png) no-repeat;
	width: 700px;
	padding: 25px 0 0 30px;
}

.left {
	width: 150px;
	float: left;
	background-repeat: no-repeat;
	margin: 0 20px 0 0;
}

.right {
	float: left;
	width: 485px;
	margin: 0 0 20px;
}

#wrapper {
	margin: 20px auto;
	width: 721px;
}

/* -------------------------------------------*/

/* 03 - Navigation */

.vertmenu {
	width: 125px;
	margin-bottom: 15px;
}

.vertmenu h1 {
	display: block;
	color: #333333;
	margin: 0px;
	width:125px;
	border-style: none;
	background-image: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 5px;
}

.vertmenu ul {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border: none;
}
.vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
.vertmenu ul li a {
	display: block;
	border-bottom: 1px dashed #999999;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	width:125px;
	font: 10.5px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.vertmenu ul li_sub a {
	display: block;
	text-decoration: none;
	color: #999999;
	width:125px;
	font: 9.5px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 5px 0 2px 15px;
}

.vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #0062ac;
	background-color: #b5d5ff;
}

.vertmenu ul li_sub a:hover, #vertmenu ul li a:focus {
	color: #0062ac;
	background-color: #b5d5ff;
}

/* -------------------------------------------*/

/* 04 - Objects */

.custom_hr {
	background-color: #D9DEE1;
	height: 1px;
	clear: both;
	margin: 20px 0;
}

.intext_img {
	float: left;
	margin-right: 15px;
}

.main_img, .intext_img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

#main {
	background-image: url(img/graph/frame/mid.png);
	background-repeat: repeat-y;
}

/* -------------------------------------------*/

/* 05 - Function */

.clear {
	clear: both;
	margin: 0px;
}
.float {
	float: left;
}

.float_right {
	float: right;
}

img, div { 
	behavior: url(iepngfix.htc)
}

/* -------------------------------------------*/

.promo {
	float: left;
	border: 1px solid #CCC;
	padding: 5px;
	margin-top: 20px;
	margin-right: 10px;
}

.promo:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
