body {
	background-color: #29353b;
	margin: 0;
	font-family: arial,sans-serif;
	font-size: 13px;
}

a {
	color: #491c94;
}

a img {
	border: 0;
}

#main {
	width: 1024px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	background: url("../img/template/bg.jpg") center top repeat-y;
}

#bg_top {
	height: 22px;
	background: url("../img/template/bg_top.jpg") center top no-repeat;
}

#bg_bot {
	height: 92px;
	background: url("../img/template/bg_bot.jpg") center bottom no-repeat;
	margin-bottom: 20px;
}

#bg_bot a {
	color: #fff;
	text-decoration: none;
}

#bg_bot a:hover {
	text-decoration: underline;
}

/*#bg_men {
	width: 1024px;
	height: 344px;
	background: url("../img/template/bg_men.png") center top repeat-y;
}*/

#bg_ban {
	margin-top: 110px;
	width: 1024px;
	height: 194px;
	background: url("../img/template/bg_ban.jpg") center top no-repeat;
}

#bg_ban a.bg {
	display: block;
	width: 1006px;
	height: 170px;
	margin-left: 9px;
	margin-right: 9px;
}

#bg_logo {
	position: absolute;
	top: 70px;
	margin-left: 50px;
	width: 300px;
	height: 72px;
	background: url("../img/template/logo.png") left center no-repeat;
}

#bg_logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#toplinks {
	position: absolute;
	border-left: 1px solid #e0e0e0;
	height: 49px;
	top: 70px;
	padding-top: 23px;
	margin-left: 350px;
	padding-left: 36px;
}

#toplinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#toplinks a {
	color: #29353b;
	font-weight: bold;
	text-decoration: none;
}

#toplinks a:hover {
	text-decoration: underline;
}

#topmenu {
	position: absolute;
	top: 70px;
	margin-left: 600px;
	width: 380px;
	height: 75px;
}

#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topmenu .item {
	float: left;
	width: 75px;
	height: 72px;
}

#topmenu .item a {
	margin-left: 2px;
	margin-top: 2px;
	display: block;
	width: 71px;
	height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding-top: 42px;
	text-align: center;
}

#topmenu #topmenu_item5 a {
	color: #b23333;
}

#topmenu .item a:hover {
	text-decoration: underline;
}

#topmenu_item1 {
	background: url("../img/template/topmenu.jpg") 0 0 no-repeat;
}

#topmenu_item2 {
	background: url("../img/template/topmenu.jpg") -75px 0 no-repeat;
}

#topmenu_item3 {
	background: url("../img/template/topmenu.jpg") -150px 0 no-repeat;
}

#topmenu_item4 {
	background: url("../img/template/topmenu.jpg") -225px 0 no-repeat;
}

#topmenu_item5 {
	background: url("../img/template/topmenu.jpg") -300px 0 no-repeat;
}

#leftmenu {
	padding-top: 10px;
	float: left;
	margin-left: 8px;
	padding-left: 10px;
	padding-right: 30px;
	width: 261px;
	text-align: justify;
	background: url("../img/template/bg_mensep.jpg") right top no-repeat;
}

h1 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 7px;
	color: #29353b;
}

#leftmenu h1 {
	width: 238px;
	height: 23px;
	margin-top: 40px;
	background: url("../img/template/bg_h1.gif") left top no-repeat;
	/*background: url("../img/template/puce_waves.gif") left center no-repeat;*/
}

#leftmenu .first {
	margin-top: 0;
}

#leftmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 271px;
	margin-top: 10px;
	margin-bottom: 25px;
}

#leftmenu ul li {
	height: 38px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

#leftmenu ul li:hover {
	background: url("../img/template/puce_rightarrow_grey.gif") right center no-repeat;
}

#leftmenu ul li.current,
#leftmenu ul li.current:hover {
	background: url("../img/template/puce_rightarrow.gif") right center no-repeat;
}

#leftmenu ul li a {
	display: block;
	width: 100%;
	height: 25px;
	color: #29353b;
	text-decoration: none;
	padding-top: 12px;
}

#leftmenu ul li a:hover {
	text-decoration: underline;
}

#content h1 {
	width: 656px;
	height: 23px;
	background: url("../img/template/bg_h1large.gif") left top no-repeat;
	margin-top: 30px;
}

#content h1.cut {
	width: 455px;
	height: 30px;
	background: url("../img/template/bg_h1cut.gif") left top no-repeat;
}

#content {
	float: right;
	margin-right: 9px;
	width: 690px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: justify;
}

#rightbox {
	float: right;
	width: 176px;
	height: 124px;
	margin-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("../img/template/bg_rightbox.jpg") left top no-repeat;
	padding-left: 20px;
	padding-top: 15px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-right: 5px;
}

#rightbox:hover {
	background: url("../img/template/bg_rightbox_light.jpg") left top no-repeat;
}

#rightbox a {
	display: block;
	color: inherit;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

/*#rightbox a:hover {
	text-decoration: underline;
}*/

.clear {
	clear: both;
}

.partners {
	margin-top: 20px;
}

.partners .img {
	border: 1px solid #999;
	width: 150px;
	height: 100px;
	text-align: center;
	float: left;
	margin-right: 10px;
}

.partners .img img {
	margin-top: 12px;
}

.partners .img:hover {
	border: 1px solid #444;
}

.partners .img a {
	display: block;
	width: 100%;
	height: 100%;
}

#header {
	color: #fff;
	font-weight: bold;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 20px;
	padding-right: 20px;
}

#footer {
	position: absolute;
	margin-top: 57px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	width: 672px;
	margin-left: 325px;
	font-size: 11px;
}

#bg_ban a {
	text-decoration: none;
}

.slogan {
	position: absolute;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}

#slogan_l1 {
	margin-left: 220px;
	margin-top: 60px;
}

#slogan_l2 {
	margin-left: 270px;
	margin-top: 100px;
	font-size: 26px;
}

#slogan_l3 {
	margin-left: 270px;
	margin-top: 140px;
	font-size: 22px;
}

.slogan .highlight {
	color: #fff558;
	font-size: 34px;
}

.quote_left {
	background: url("../img/template/quote_left.png") left top no-repeat;
	padding-left: 35px;
	padding-top: 5px;
}

.quote_right {
	background: url("../img/template/quote_right.png") right bottom no-repeat;
	padding-right: 35px;
	padding-bottom: 5px;
}

.small_quote_left {
	background: url("../img/template/small_quote_left.png") left top no-repeat;
	padding-left: 20px;
	padding-top: 5px;
}

.small_quote_right {
	background: url("../img/template/small_quote_right.png") right bottom no-repeat;
	padding-right: 20px;
	padding-bottom: 5px;
}

#content dl.strengths dt {
	float: left;
	font-weight: bold;
	width: 110px;
	color: #cf0e0e;
	/*color: #29353b;*/
}

#content dl.strengths dd {
	margin-left: 110px;
	padding-bottom: 10px;
	border-left: 1px solid #ddd;
	padding-left: 15px;
}

#content h2 {
	width: 100%;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	margin-top: 30px;
}

#content .pleft,
#content .pright {
	width: 342px;
	padding: 0;
}

#content .left,
#leftmenu .left {
	float: left;
}

#content .right,
#leftmenu .right {
	float: right;
}

#leftmenu ul li .right {
	padding-right: 15px;
}

#content ul.left {
	padding-left: 50px;
	width: 292px;
}

#content ul.right {
	padding-left: 50px;
	width: 292px;
}

#content ul.left li,
#content ul.right li,
#content ul.waves li {
	margin-bottom: 5px;
	margin-left: 25px;
}

#content .col1 ul li,
#content .col2 ul li,
#content .col3 ul li {
	list-style: none;
	margin-left: 0;
}

#content ul li {
	list-style: disc;
}

#content ul.waves li {
	list-style: none;
	background: url("../img/template/puce_waves.gif") left top no-repeat;
	padding-left: 25px;
	margin-left: 0;
}

#content ul.square li {
	list-style: disc;
}

#content .highlight {
	color: #cf0e0e;
	font-weight: bold;
}

#toplinks .highlight {
	color: #cf0e0e;
}

#content .center {
	text-align: center;
}

#rightbox .highlight {
	color: #fff558;
}

#content dl.strengths {
	margin-top: 20px;
}

.navbar {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.navbar .left {
	float: left;
	/*width: 226px;*/
}

.navbar .right {
	float: right;
	/*width: 226px;*/
	text-align: right;
}

/*.navbar .center {
	position: absolute;
	margin-left: 226px;
	margin-right: 226px;
	width: 226px;
	text-align: center;
	z-index: 10;
}*/

#content .rightimg {
	width: 260px;
	float: right;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 5px;
}

img.raquo {
	padding-bottom: 1px;
}

#content .col1 {
	float: left;
	width: 218px;
	border-right: 1px solid #ddd;
	margin-top: 25px;
	padding-right: 10px;
}

#content .col2 {
	float: left;
	width: 208px;
	border-right: 1px solid #ddd;
	padding-left: 10px;
	margin-top: 25px;
	padding-right: 10px;
}

#content .col3 {
	float: left;
	width: 218px;
	padding-left: 10px;
	margin-top: 25px;
}

#content .small.col1,
#content .small.col2,
#content .small.col3 {
	height: 270px;
}

#content .smallfont.col1,
#content .smallfont.col2,
#content .smallfont.col3 {
	font-size: 13px;
}

#content .col1,
#content .col2,
#content .col3 {
	text-align: left;
}

#content .col1 ul,
#content .col2 ul,
#content .col3 ul {
	padding-left: 15px;
}

#content .col1 li,
#content .col2 li,
#content .col3 li {
	margin-top: 10px;
}

#content .col2 .small_quote_left {
	text-align: center;
}

#leftmenu a.highlight {
	color: #cf0e0e;
}

input.text {
	border: 1px solid #c3c2c1;
	background-color: #e6f0f9;
	width: 180px;
}

input.text:focus {
	background-color: #dce7f1;
}

td.label {
	font-weight: bold;
}

td.submit {
	text-align: center;
}

input.submit {
	width: 182px;
	border: 1px solid #29353b;
	background-color: #8f9aba;
	color: #fff;
	font-weight: bold;
}

input.submit:hover {
	background-color: #a7b0c9;
}

#content .first,
#content .first {
	margin-top: 0;
}

.auth .lock {
	float: left;
	width: 100px;
	margin-left: 135px;
	margin-top: -10px;
}

.auth .form {
	width: 100%;
	margin-top: 35px;
}

img.mail {
	margin-bottom: -3px;
}

.mailbox {
	font-weight: bold;
	text-align: center;
	/*border: 1px solid #ddd;*/
	width: 272px;
	height: 50px;
	padding-top: 18px;
	color: #888;
	margin-top: -5px;
}

#content .news {
	margin-top: 15px;
}

#content .news .title {
	margin-bottom: 10px;
}

#content .news .content {
	
}

#content .news .separation {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	margin-bottom: 25px;
}

#bg_ban .news {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-left: 105px;
	/*color: #fff;*/
	font-weight: 20px;
	width: 900px;
	text-align: right;
}

#bg_ban .news a {
	color: inherit;
}

#bg_ban .news a:hover {
	text-decoration: underline;
}

#bg_ban .news .date {
	color: #fff558;
}
