/* CSS Document */
body{
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #444444;
	/*background: #c2c2c2;*/
	background: url(images/bg5.jpg) repeat-x;
}
a:link, a:visited { color: #720803; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #720803; text-decoration: none; font-weight: bold;}

h1 {
	margin:0px;
	padding:10px 0 0 40px;
	/*padding-left: 40px;
	padding-top: 10px;*/
	font-weight: bold;
	font-size: 18px;
	color:#981d1d;
}
h2 {
	margin: 0px;
	font-weight: bold;
	padding:10px 0 0 40px;
	font-size: 16px;
	color:#ea6300;
}
h3 {
	margin:20px 0px 20px 40px;
	font-weight: bold;
	font-size: 12px;
	color:#adadad;
}

#container {
	margin: auto;
	margin-top: 5px;
	width: 1170px;
	border: solid 5px #FFFFFF;
	background: #FFFFFF;
}
#left_column {
	float: left;
	width: 27px;
	height: 442px;
	background: url(images/left_corner.jpg) no-repeat;
}
#left_title {
	padding: 20px;
	height: 33px;
	color: #5e5e5e;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 2px;

}
#left_title span {
	font-size: 24px;
	color:#c61000;
}
#menu_column {
	float: left;
	width: 230px;
	background: url(images/left_title.jpg) no-repeat;
}
.menu_list {
	float: left;
	width: 230px;
}
.menu_list ul {
	list-style-type: none;
	margin: 10px;
	padding: 0;
	width: 213px;
}
.menu_list li a {
	display: block;
	height: 25px;
	padding-top: 8px;
	color: #666666;
	padding-left: 50px;
	background: url(images/menu_button.gif);
}
.menu_list li a:hover, .menu_list li .current {
	color: #a81407;
}
#new {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-left: 30px;
	text-align: left;
	padding-right: 20px;
}
#new span {
	background: #f09e00;
	border: thin dotted;
	color: #FFFFFF;
	padding: 5px;
}
#contact {
	float: left;
	margin: 20px 0px 20px 10px;
	padding-left: 20px;
	padding-top: 10px;
	width: 180px;
	background: #720803;
	color: #FFFFFF;
	height: 80px;
border:1px #fffff solid;
	border-radius:5px;
	}
#contact span {
	font-size: 14px;
	font-weight: bold;
}
#right_column {
	float: right;
	width: 913px;/*813*/
}
#right_header {
	height: 251px;
	color: #FFFFFF;
	/*background: url(images/header2.jpg) no-repeat;*/
	background: url(images/bg3.jpg) repeat-x;
}
.right_link {
	float: left;
	margin: auto;
}
.right_link ul {
	margin: 0px;
	list-style: none;
	padding-left: 300px;
}
.right_link li{
	display: inline;
}
.right_link li a {
	float: left;
	margin-top: 55px;
	width: 100px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background: url(images/bullet.gif) no-repeat;
}
.right_slogan {
	float: right;
	text-align: right;
	margin-top: 70px;
	padding-right: 15px;
	width: 560px;
	color: #CCCCCC;

}
#content {
	background: url(images/right_bg.jpg) repeat-x;
}
#content p {
	margin-top: 5px;
	/*text-align: left;*/
	padding-left: 40px;
	padding-right: 40px;
}

/*.wedo img {
	float: right;
	padding-left: 10px;
}*/
#footer {
	clear: both;
	width: 100%;
	/*height: 32px;
	padding-top: 20px;
	margin-top: 20px;*/
	text-align: center;
	background: #dedede;
	font-weight: bold;
}
#niz {
	clear: both;
	width: 100%;
	height: 32px;
	padding-top: 0px;
	text-align: center;
	font-weight: bold;
	background: url(images/bg_niz.jpg) repeat;
}
#niz2 {
	clear: both;
	width: 100%;
	height: 52px;
	padding-top: 20px;
	text-align: center;
	background: #dedede;
	font-weight: bold;
	background: #dedede;
}
.header-breadcrumbs {clear:both; /*width:600px;*/ padding:5px 0 0 0px; /*background:rgb(100,100,100) url(../images/bg_head_breadcrumbs.jpg) repeat-y;*//*url(../img/bg_osn.jpg);*/}
.header-breadcrumbs li {/*display:inline; list-style:none;*/}
.header-breadcrumbs ul li {display:inline; padding:0 0 0 10px; background:transparent url(images/bg_bullet_arrow.gif) no-repeat 0 50%; font-weight:bold; /*color:#fff;*/ font-size:90%;}
.header-breadcrumbs ul a {/*color:#fff;*/ text-decoration:none;}
.header-breadcrumbs ul a:hover {/*color:#fff;*/ text-decoration:underline;}
