@import url("/common/styles-profile.css");
/*@import url("/common/styles-navigator.css");*/

body {
	margin: 0 0 18px 0;
	padding: 0;
	background: #fff;
	color: #4D4D4D;
}


a:link {
	color: #E22C35;
	text-decoration:none;
}
a:visited,
#pageBody a:visited {
	color: #bf7074;
	text-decoration:none;
}

a:hover,
#pageBody a:hover {
	color: #db030e;
	text-decoration:underline;
}


*: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: #E22C35;
}

h2,
h3,
h4,
h5,
h6 {
	color: #333;
}


hr {
	height: 1px;
	background: #f0909a;
	color: #f0909a;
}


.spacerGlobal,
.spacerColumn {
	display: block;
	height: 2px;
	overflow: hidden;
	margin: 0 0 -2px;
	font-size: 1px;
}

.spacerGlobal {
	width: 999px;
}

.spacerColumn {
}


*.gray,
*.gray *,
.gray a {
	color: #999 !important;
}

a.gray:hover,
.gray a:hover,
.gray a:hover * {
	color: #333 !important;
}


*.silver,
*.silver *,
.silver a {
	color: #c5c5c5 !important;
}

a.silver:hover,
.silver a:hover,
.silver a:hover * {
	color: #333 !important;
}


*.black,
*.black *,
.black a {
	color: #4d4d4d !important;
}

a.black:visited,
.black a:visited,
.black a:visited * {
	color: #4d4d4d !important;
}


a.black:hover,
.black a:hover,
.black a:hover * {
	color: #e12035 !important;
}


*.white,
*.white *,
.white a {
	color: #fff !important;
}

a.white:hover,
.white a:hover,
.white a:hover * {
	color: #fff !important;
	text-decoration:underline;
}



#pageHeader {
		margin: 18px 20px 0;
	padding: 0;
	cursor: default;
}

#headerTitle {
	margin:20px 0;
}


#logotype {
	display: block;
	padding:14px 0 10px 0;
}

#logotype img {
	vertical-align: bottom;
}


#register {
}

#registerTitle {
}

#registerContent {
}

#registerContent a {
	margin: 0 0.25em 0 0;
	white-space: nowrap;
}


#basket {
}

#basketTitle {
}

#basketContent {
}

#basketContent a {
	margin: 0 0.25em 0 0;
	white-space: nowrap;
}


#telephone {
}

#telephoneNumber {
	font: normal 1.55em/1em Arial, sans-serif;
}

#telephoneDescription {
	padding: 0.05em 0 0 2px;
}

#telephoneNone {
}


#pageMenu {
}

.menuItem {
	padding:0 0 3px 0;
}


.menuItem a {
	display: block;
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 3001;
}

.menuItem a:visited {
	color: #fff;
}


.menuItemNow {
}

.menuItemNow a {
	color: #fff;
	text-decoration: none;
}

#homepage .menuItemNow a {
	color: #fff !important;
	text-decoration: none !important;
	cursor: default;
}


.menuItem a:hover {
	color: #fff;
	text-decoration: none !important;
}


.menuItem strong {
	display: block;
	font-weight: normal;	
	text-align:center;
	padding:8px;
	font: normal 1em/1.17em Helvetica, Arial, sans-serif;
	/*white-space: nowrap;*/
	background:#ec1c24;
}

.mItem1 strong {
	background:#ec1c24;
}
.mItem1 a:hover strong {
	background:#df0009 /*f5383f*/;
}

.mItem2 strong {
	background:#ED9B7F;
}
.mItem2 a:hover strong {
	background:#EB8D6D /*fbc94f*/;
}

.mItem3 strong {
	background:#79c84e;
}
.mItem3 a:hover strong {
	background:#50b817 /*85d35a*/;
}

.menuItemNow a:hover strong,.menuItemNow strong {
	background:#4d4d4d; 
}


.pageMenu-separator {
}

.pageMenu-separator .spacer {
	width: 15px;
	height: 15px;
}


#newsTicker {
	padding: 10px 0;
}

#newsTicker * {
	overflow: hidden;	white-space: nowrap;
	cursor: default !important;
}

#newsTicker a {
	text-decoration: none;
	cursor: pointer !important;
}

#newsTicker a:hover {
	text-decoration: underline;
}

.newsTicker {
	width: 100%;
	height: 1.4em;
	overflow: hidden;
	font: 0.95em/1.2em Arial, sans-serif;
	}


#search {
	width: 145px;
	white-space: nowrap;
}

#searchForm {
	cursor: default;
}

#searchInput {
	padding: 0 4px;
	border: 1px solid #9c9c9c;
	vertical-align: middle;
}

#searchInput input {
	width: 275px;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #9c9c9c;
	border: none;
	font-size: 1em;
	cursor: text;
}

#searchButton {
	height: 22px;
	padding: 0 0 0 5px;
	vertical-align: middle;
}

#searchButton input {
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	color: #9c9c9c;
	font-size: 1em;
	vertical-align: middle;
	cursor: pointer;
}

#searchDescription {
	margin: 1em 0 0 0;
}

#searchDescription p {
	margin: 0.25em 0 0.25em 0;
}

#searchDescription a {
	white-space: nowrap;
}


#pageContent {
		margin: 0 20px;
	padding: 0;
}

#homepage #pageContent {
}


#pageBody {
		height:100%;
	padding:0 0 1em 0;
}

#pageBodyHomepage {
	padding:0 0 1em 0;
}

#homepage #pageBody {
	padding:0;
}



#pageFooter {
		margin: 0 20px;
	padding: 0;
	cursor: default;
	background:#e12035;
}

#pageFooter a {
	white-space: nowrap;
}

#pageFooter img {
	vertical-align: bottom;
}


#pageNavigation {
	padding: 0;
	line-height: 1.5em;
}

#pageNavigation span {
	margin: 0 0.85em 0 0;
}


#update {
	padding: 15px 0 15px 0;
	line-height: 1.5em;
}


#copyright {
	padding: 0 2.5em 0 0;
}


#profile {
	padding: 0 2.5em 0 5px;
	line-height: 1.5em;
}


#brick {
}

#brick p {
	margin: 0 0 0.65em;
}


#pageList {
	margin: 0 35px 0 0;
}

#pageList_Title {
	font-size: 1.4em;
}

#pageList ul {
	margin: 1em 0 1.5em 0.75em;
}

#pageList ul ul {
	margin: 0.85em 0 1.5em 1.25em;
}


#pageList em {
	font-style: normal;
	font-weight: bold;
}

#pageList strong a {
	color: #333 !important;
	text-decoration: none;
	cursor: default;
}


#bodyHomepage {
}

#bodyHomepage h1 {
	font-size: 1.65em;
}

#bodyHomepage h2 {
	font-size: 1.3em;
}

#bodyHomepage h3 {
	font-size: 1.1em;
}


.contactItem {
		margin: 0;
	padding: 15px 0 1em 0;
}

.contactItem td {
	padding: 1px 0;
}

.contactIcon {
	width: 21px;
	height: 21px;
	overflow: hidden;
	font-size: 1px;
	background: 0 0 url("/i/icons.gif");
}

#faxItem .contactIcon {
	background-position: 0 -21px;
}

#mailboxItem .contactIcon {
	background-position: 0 -42px;
}

.contactDescription {
	padding: 0 0 0 0.85ex;
	font-weight: bold;
}



.quote {
		margin: 30px 0;
	padding:0;
	position: relative;
	cursor: default;
}

.quote div {
	border: 1px solid #e22c35;
}

.quote p {
	margin: 0;
	padding: 20px 15px;
	color: #4d4d4d;
	/*font-size: 1.25em;*/
	text-align:center;
	line-height: 1.25em;
}

.quoteArrow {
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	margin: -1px 0 0 15px;
	background: url("/images/page/quote-arrow.gif");
}


.blogLink {
	margin:20px 0;
}

.blogLink a {
	display: block;
	color: #fff !important;
	position: relative;
	z-index: 3001;	
}

.blogLink a:visited {
	color: #fff !important;
}

.blogLink a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.blogLink strong {
	display: block;
	font-weight: normal;	
	text-align:center;
	padding:8px 0;
	font: normal 1.0em/1em Helvetica, Arial, sans-serif;
	white-space: nowrap;
	background:#79c84e;
}

.blogLink a:hover strong {
	background:#50b817 /*85d35a*/;
}

#divHomepageMap {
	margin: 20 0 10 0;
	text-align: center;
}



#bodyTestimonial {
	margin-bottom: 30;
}
