@import url(/local/site/global.css);

body {
	font-family: Arial, sans-serif;
}

* {
	padding: 0px;
	margin: 0px;
}

#main a {
	color: #C81818;
}

h1, h2, h3, h4, h5, h6 {
	color: #c81818;
}

.bread {
	height: 25px;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 108px;
	margin: 0 auto;
	border-bottom: 1px solid #dedede;
	margin-bottom: 28px;
}

#logga {
	width: 236px;
	height: 70px;
	padding-top: 16px;
}

#top_pic {
	width: 960px;
	height: 255px;
	margin: 0 auto;
	margin-bottom: 35px;
}

#top_pic p {
	padding: 0px;
}

#content {
	width: 960px;
	margin: 0 auto;
}

#maincontent1 {
	width: 575px;
	float: left;
}

#rightcontent1 {
	margin-left: 604px;
	width: 356px;
}

#menu {
	float: right;
}

#menu-root {
	list-style-type: none;
}

#menu-root li {
	float: left;
}

#menu-root li a {
	display: block;
	padding: 60px 18px 12px 18px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu-root li.active a, #menu-root li.subactive a, #menu-root li:hover a {
	background-color: #b30036;
	color: #fff;
}

#footer {
	width: 960px;
	margin: 0 auto;
	border-top: 1px solid #dedede;
	color: #797979;
}

#footer table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}

#footer table tr td {
	height: 20px;
}

#footer table tr td a {
	color: #797979;
}