* {
	margin: 0px;
	padding: 0px;
}
img{
	vertical-align: middle;
	border: none;
}
body{
	margin: 0px;
	padding: 0px;
	background: url('images/bg.png') repeat-x #284F9C;
	font-family: Arial;
	font-size: 12px;
}
input{
	width: 250px;
}
textarea{
	width: 300px;
	height: 140px;
}
.center{
	margin: 57px auto 0 auto;
	width: 880px;
	background: #FFFFFF;
}
.header{
	height: 135px;
	text-align: center;
}
.header_left{
	float: right;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.header_left a{
	color: #B4B5B7;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
#nav{
	clear: both;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}
#nav ul{
	list-style-type: none;
}
#nav ul li{
	display: inline;
	margin-left: 13px;
}
#nav ul li a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #B4B5B9;
}
#nav ul li a:hover{
	color: #7181BD;
}
#nav ul li a#nav_hover{
	color: #7181BD;
}

#content_table{
	margin-left: 7px;
	margin-right: 7px;
	background: url('images/footer_bg.jpg') repeat-y left;

}
#content_table table{

}
#content_table table td{
	vertical-align: top;
}
#content_table #content_left_td{
	background: #E2EAFD;
	width: 233px;
}
#content_table #content_bottom_left_td{
	background: #E2EAFD;
	width: 233px;
}
#content_left_td h2{
	color: #294C9D;
	width: 219px;
	border-bottom: 1px solid #778FCB;
	text-transform: uppercase;
	font-size: 11px;
	padding: 4px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 4px;
}
#content_left_td div.navi{
	margin-top: 10px;
	text-align: left;
}
.navi div{
	border-bottom: 1px solid #C2D0EA;
	padding-top: 9px;
	padding-bottom: 9px;
}
.navi div a{
	color: #2A4F9D;
	text-decoration: none;
	margin-left: 15px;
}
div.nav_sub{
	padding: 0px;
	border-bottom: 1px solid #C2D0EA;
	padding-left: 30px;
	background: #CFE0FC;

	padding-top: 9px;
	padding-bottom: 9px;
}
.nav_sub div{
	padding-left: 30px;
	background: #CFE0FC;

}
div.nav_sub a{
	margin-left: 5px;
}
a.bolded{
	font-weight: bold;
}
#content_right_td{
	padding: 10px;
	padding-left: 20px;
}
.footer{
	
}
.footer_div{
	padding: 5px;
	margin: 20px;
	border-top: 1px solid #254B92;
	margin-bottom: 0px;
	color: #96ADCC;
	font-size: 12px;
}
.footer_div a{
	color: #96ADCC;
	text-decoration: none;
}
#content_right_td {
	color: #28578D;
}
#content_right_td ul{
	margin: 10px;
	margin-left: 30px;
}
#content_right_td h1{
	width: 100%;
	border-bottom: 1px solid #7494C7;
	font-size: 11px;
	text-transform: uppercase;
	color: #2B4B96;
	padding: 4px;
	padding-top: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#content_right_td p{
	margin-bottom: 12px;
}

.error {
		background: url('images/error.gif') no-repeat left;
		border: 1px solid #C8C8C8;
		border-left: 0px;
		border-right: 0px;
		padding: 5px;
		margin-bottom: 6px;
}
.ok {
		background: url('images/ok.gif') no-repeat left;
		border: 1px solid #C8C8C8;
		border-left: 0px;
		border-right: 0px;
		padding: 5px;
		padding-left: 40px;
		margin-bottom: 6px;
		margin-right: 20px;
}
.error ul{
	padding-left: 40px;
}

img.product_image{
	float: left; 
	margin: 6px;
	margin-right: 10px;
	margin-top: 0px;
}
div.files{
	background-color: #E9EFFE;	
	margin: 20px;
	float: right;
	width: 200px
}
#content_right_td div.files h1{
	background-color: #BDD5FB;
	font-size: 11px;
	width: 186px;
	padding-top: 2px;
}
div.files ul{
	list-style-type: square;
}
div.files ul a{
	text-decoration: none;
	color: #6A87C1;
}
