@import url("/common/styles-profile.css");

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #5c5c5c;
}


a:link {
	color: #333333;
}

#pageContent a:visited {
	color: #5c5c5c;
}

a:hover,
#pageContent a:hover {
	color: #d85122;
}


*:focus {
	outline: none;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.17em;
}

h4,
h5,
h6 {
	font-size: 1em;
}


h1 {
	color: #333333;
}

h2,
h3,
h4,
h5,
h6 {
	color: #5c5c5c;
}

#homepage h2,
#homepage h3,
#homepage h4,
#homepage h5,
#homepage h6 {
	color: #5c5c5c;
}


hr {
	height: 1px;
	background: #d2d2d2;
	color: #d2d2d2;
}


.spacerGlobal,
.spacerColumn {
	height: 1px;
	overflow: hidden;
	margin: 0 0 -1px;
	font-size: 1px;
}

.spacerGlobal {
	width: 999px;
}

.spacerColumn {
	width: 256px;
}


*.gray,
*.gray *,
.gray a {
	color: #989898 !important;
}

a.gray:hover,
.gray a:hover,
.gray a:hover * {
	color: #333333 !important;
}


*.gray2,
*.gray2 *,
.gray2 a {
	color: #a5a5a5 !important;
}

a.gray2:hover,
.gray2 a:hover,
.gray2 a:hover * {
	color: #575757 !important;
}


*.gray3,
*.gray3 *,
.gray3 a {
	color: #adadad !important;
}

a.gray3:hover,
.gray3 a:hover,
.gray3 a:hover * {
	color: #575757 !important;
}


*.gray4,
*.gray4 *,
.gray4 a {
	color: #555 !important;
}

a.gray4:hover,
.gray4 a:hover,
.gray4 a:hover * {
	color: #d85122 !important;
}


*.silver,
*.silver *,
.silver a {
	color: #8c8c8c !important;
}

a.silver:hover,
.silver a:hover,
.silver a:hover * {
	color: #525252 !important;
}


#pageHeader {
		margin: 0 32px;
	padding: 10px 0 0;
}


#logotype {
	display: block;
}

#logotype img {
	vertical-align: bottom;
}


.logo {
	padding: 44px 12px 0;
}

.logo img {
	vertical-align: bottom;
}


#telephone {
	margin: 5px 0 1px;
	padding: 1px 0 0 40px;
	background: left center url("/images/page/icon-telephone.gif") no-repeat;
}

#telephoneNumber {
	color: #989898;
	font: normal 2.0em/1em Arial, sans-serif;
}


#newsTicker {
	padding: 0 14px 0.25em;
}

#homepage #newsTicker {
	padding: 0 0 0.25em;
}

#newsTicker * {
	overflow: hidden;	white-space: nowrap;
	cursor: default !important;
}

#newsTicker a {
	color: #989898;
	text-decoration: none;
	cursor: pointer !important;
}

#newsTicker a:hover {
	color: #333333;
	text-decoration: underline;
}

.newsTicker {
	width: 100%;
	height: 1.4em;
	overflow: hidden;
	font: 0.95em/1.2em Arial, sans-serif;
	}


.menu {
	padding: 10px 0 0;
}

#pageMenu {
}

#pageMenu .menuItem {
	
}

#pageMenu .menuItemFirst {
}

#homepage .menuItemFirst a,
#homepage .menuItemFirst a:hover {
	padding: 9px 16px 11px !important;
	text-decoration: none !important;
	cursor: default;
}

#pageMenu .menuItemLast {
}

#pageMenu .menuItemLast a {
	background: transparent;
}

#pageMenu .menuItemPrevious {
}

#pageMenu .menuItemNow {
}

#pageMenu a {
	display: block;
	padding: 0 15px 0 14px;
	background: right center url("/images/page/menu-item-separator.gif") no-repeat;
	color: #000000;
	font: bold 1em/1em Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

#pageMenu span {
	display: block;
}


#pageMenu .menuItemNow {
	background: #212121;
}

#pageMenu .menuItemNow a {
	padding: 10px 16px 11px;
	background: transparent;
	color: #fdf527 !important;
	text-decoration: none;
}


#pageMenu a:hover {
	color: #d85122;
	text-decoration: underline;
}


#pageMenu strong {
	display: block;
	/*font-weight: normal;*/
}


#bodyContact {
	padding: 0 17px 0 0;
}

#bodyContact img {
	vertical-align: bottom;
}


#search {
	width: 169px;
	height: 27px;
	white-space: nowrap;
}

#search-x {
	background: center top url("/images/page/search-x.gif") repeat-x;
}

#search-l {
	background: left top url("/images/page/search-l.gif") no-repeat;
}

#search-r {
	background: right top url("/images/page/search-r.gif") no-repeat;
}

#searchForm {
	cursor: default;
}

#searchInput {
	padding: 0 8px;
	vertical-align: middle;
}

#searchInput input {
	width: 135px;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #333333;
	border: none;
	font-size: 1em;
	cursor: text;
}

#searchButton {
	height: 27px;
	padding: 0 8px 0 0;
	vertical-align: middle;
}

#searchButton input {
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1em;
	vertical-align: middle;
	cursor: pointer;
}


#pageContent {
		margin: 0 32px;
	padding: 15px 0 0;
}

#homepage #pageContent {
	padding: 0;
}

#pageContent .rectangle {
	background-color: #ffffff !important;
}

.rectangle-frame {
	border:1px solid #d2d2d2;
}

.rectangle-left {
	background-color: #ffd71b;
}

#homepage .rectangle-left {
	background-color: #eee;
}


#pageBody {
		padding: 22px;
}


#pageFooter {
		margin: 0 32px;
	padding: 20px 0 32px;
}

#pageFooter a {
	white-space: nowrap;
}

#pageFooter img {
	vertical-align: bottom;
}

#pageFooter .rectangle td {
	background-color: #f1f1f1 !important;
}


#pageNavigation_ {
	/*background: left top url("/images/page/5px-black/crop-lt.png") no-repeat;*/
}

#pageNavigation {
	padding: 7px 2.5em 8px 15px;
	font-size: 0.95em;
	line-height: 1.5em;
}

#pageNavigation span {
	margin: 0 0.85em 0 0;
	cursor: default;
}


#clock_ {
	/*background: right top url("/images/page/5px-black/crop-rt.png") no-repeat;*/
}

#clock {
	width: 185px;
	margin: 0 15px 0 0;
	padding: 7px 0 8px;
	line-height: 1.5em;
}


#copyright {
	width: 175px;
	margin: 0 25px 0 0;
	padding: 22px 0 0 15px;
}


#logotype2 {
	display: block;
	padding: 22px /*24*/22px 0 0;
}

#logotype2 img {
	vertical-align: bottom;
}


.highlight-onOver img {
	vertical-align: bottom;
}


#profile {
	margin: 0 0 0 10px;
	padding: 22px 0 0 0;
}


#brick {
	width: 185px;
	margin: 0 15px 0 0;
	padding: 22px 0 0;
}

#brick p {
	margin: 0 0 0.95em;
}

#brick div {
	margin: -0.25em 0 0 0;
}


#pageList {
	padding: 24px 23px;
}

#pageList h2 {
	margin: 0;
	color: #333333;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

#pageList .body {
	font-size: 1.1em;
}

#pageList ul,
#bodyMap ul {
	margin: 1em 0 1.5em 0.75em;
}

#pageList ul ul,
#bodyMap ul ul {
	margin: 0.85em 0 1.5em 1.25em;
}


#pageList a {
	text-decoration: none;
}

#pageList a:link {
	color: #000;
}

#pageList a:visited {
	color: #000;
}

#pageList a:hover {
	color: #000;
	text-decoration: underline;
}


#pageList em {
	font-style: normal;
	font-weight: bold;
}

#pageList strong a:link,
#pageList strong a:visited,
#pageList strong a:hover {
	color: #000;
	text-decoration: none;
	cursor: text;
}


#pageList ul li {
	background: 0 0.4em url("/images/page/marker2-ul.gif") no-repeat;
}

#pageList ul li li,
#pageList ul li li li li {
	background: 0 0.4em url("/images/page/marker2-ul-ul.gif") no-repeat;
}

#pageList ul li li li,
#pageList ul li li li li li {
	background: 0 0.6em url("/images/page/marker2-ul-ul-ul.gif") no-repeat;
}


#bodyHomepage {
		padding: 22px;
}

#bodyHomepage h1 {
	color: /*#281302*/#111 !important;
	margin: 0 0 0.85em;
	font-size: 2.4em;
	font-weight: normal;
	text-transform: uppercase;
}

#bodyHomepage h2 {
	font-size: 1.75em;
}

#bodyHomepage h3 {
	font-size: 1.4em;
	font-weight: normal;
}


#bodyHomepage, #bodyHomepage td {
	color: /*#63571f*/#333;
}


#cover {
	display: none;
	height: 210px;
}


#bodyCategories {
	padding: 20px 0 0;
}

#bodyCategories .spacer {
	width: 20px;
	height: 20px;
}

.category_ {
	/*background: #fff left bottom url("/images/page/5px-gray/crop-lb.gif") no-repeat;*/
}

.category {
	height: 100%;
	/*background: right bottom url("/images/page/5px-gray/crop-rb.gif") no-repeat;*/
}

#homepage .category_ {
	/*background-image: url("/images/page/5px-black/crop-lb.gif");*/
}

#homepage .category {
	/*background-image: url("/images/page/5px-black/crop-rb.gif");*/
}

.categoryItem {
	border:1px solid #d2d2d2;
}

.categoryItem a {
	display: block;
	min-height: 145px;
	padding: 0 10px;
	color: #000 !important;
	font-size: 1.17em;
	text-decoration: none;
}

.categoryItem a:hover {
	color: #dd4400 !important;
	text-decoration: underline;
}

.categoryImage {
	display: block;
	padding: 10px 0 0;
	text-align: center;
}

.categoryImage img {
	vertical-align: bottom;
}

.categoryName {
	display: block;
	background: right /*7*/3px url("/images/page/arrow-black.gif") no-repeat;
	padding: /*4px*/0 0 6px;
}

.categoryItem a:hover .categoryName {
	background-image: url("/images/page/arrow-orange.gif");
}


#bodyNews {
		padding: 22px;
}

#bodyNews h2 {
	margin: 0;
	font-size: 1.45em;
	font-weight: normal;
	text-transform: uppercase;
}



#bannersButtons {
	margin:0 0 40px 47px;
}

#bannersButtons .bannerButton {
	margin:0 0 40px 0;
}

.socialIcon,
.socialIcon span {	
	font-size: 1px;
	overflow: hidden;
	
}
.socialIcon span {
	padding: 0 8px 0 0;
}

.socialIcon {
	padding: 28px 0 0 0;
}



