@import url("navigation.css");

/* +++++++++++++++++++ HTML ELEMENTS ++++++++++++++++++++++ */

* {
	margin: 0px;
	padding: 0px;
}
html {
	font: 62.5% Arial, Verdana, sans-serif;
	color: #000000;
}
body {
	background: #FFFFFF url(../../layout/bg.jpg) repeat-x;
}
a {
	text-decoration: none;
}
a:link {
	color: #D4002D;
}
a:visited {
	color: #615BA4;
}
a:hover {
	color: #A40021;
}
a:active {
	color: #076897;
}

/* +++++++++++++++++++  GENERAL RULES  ++++++++++++++++++++++ */

img.bdrImg {
	border: 2px solid #FFFFFF;
	padding: 1px;
	background: #3C8678;
}
.cleared {
	clear: both;
	font-size: 0;
	line-height:0;
}
.alignLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* +++++++++++++++++++ LAYOUT ELEMENTS ++++++++++++++++++++++ */

#pageWrapper {
	width: 993px;
	margin-right: auto;
	margin-left: auto;
}
#col-1 {
	width: 220px;
	float: left;
	display: inline;
	font-size: 1.2em;
	margin-left: 8px;
	background-color: #FFFFFF;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 20px;
}
#col-2 {
	width: 517px;
	float: left;
	display: inline;
	margin-left: 8px;
	font-size: 1.2em;
	margin-bottom: 20px;
	padding-top: 5px;
}
#col-3 {
	width: 220px;
	float: left;
	display: inline;
	margin-left: 8px;
	background-color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 20px;
}
#mainNavigation {
	width: 220px;
	background: url(../../layout/bgVertMenuBottom.gif) no-repeat left bottom;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

/* +++++++++++++++++++ HEADER ELEMENTS ++++++++++++++++++++++ */

#pageHeader {
	width: 993px;
	height: 164px;
	position: relative;
	font-size: 1.2em;
	background: url(../../layout/header-image.jpg) no-repeat 0px 3px;
}
#pageHeader h1 {
	height: 42px;
	width: 243px;
	position: absolute;
	left: 6px;
	top: 110px;
}
#pageHeader h1 a {
	display: block;
	height: 42px;
	width: 243px;
	background: url(../../layout/logo.jpg) no-repeat;
	text-indent: -9999em;
}
#pageHeader #topNav {
	position: absolute;
	top: 125px;
	left: 270px;
	background: #C4E2DC url(../../layout/bgTopMenuLeft.gif) no-repeat left top;
	padding-left: 3px;
}
#languageSelector {
	height: 23px;
	position: absolute;
	top: 0px;
	right: 80px;
	background: #6F6AAA url(../../layout/bgLangSelectorLeft.jpg) no-repeat left top;
	padding-left: 16px;
	width: 210px;
}
#languageSelector ul {
	text-align: center;
	list-style: none;
	background: url(../../layout/bgLangSelectorRight.jpg) no-repeat right top;
	padding-right: 16px;
	height: 19px;
	padding-top: 4px;
}
#languageSelector li {
	display: inline;
}
#languageSelector li.delimiter {
	background: url(../../layout/langDelimiter.gif) no-repeat 0px 4px;
	margin-left: 8px;
	padding-left: 8px;
}
#languageSelector a:link {
	color: #FFFFFF;
}
#languageSelector a:visited {
	color: #FFFFFF;
}
#languageSelector a:hover {
	color: #FFFFCC;
}
#languageSelector a:active {
	color: #FFFFFF;
}

/* +++++++++++++++++++ FORM ELEMENTS ++++++++++++++++++++++ */

fieldset {
	border-style: none;
}
legend {
	display: none;
}
select, input, textarea {
	font: 11px Arial, Verdana, sans-serif;
}
.radioBtn {
	height: 1em;
	width: 1em;
	margin: 0px;
}
.txtBox1 {
	width: 160px;
	border: none;
	line-height: 13px;
	background: url(none);
	padding: 9px 6px;
}
.txtBox2 {
	width: 202px;
	border: none;
	line-height: 13px;
	background: url(none);
	font-size: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.txtArea {
	width: 202px;
	background: none;
	border: none;
	height: 187px;
}
button {
	border:0;
	cursor:pointer;
	padding:0 10px 0 0;
	overflow: visible;
}
button span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 0 0 10px;
	text-align: right;
}
button.btnNl {
	background: url(../../layout/btnNLgif.gif) no-repeat;
	height: 31px;
	width: 33px;
	padding: 0px;
}
button.btnNl span {
	display: none;
}
input.inputBtnFilterBox {
	border: 0;
	cursor: pointer;
	overflow: visible;
	color: #3C3689;
	line-height: 37px;
	padding-right: 5px;
	padding-left: 5px;
	height: 37px;
	background:transparent url(../../layout/bgFilterButtonRight.gif) no-repeat right top;
	font-size: 14px;
}
label.inputBtnFilterBox {
	height: 37px;
	width: auto;
	display: block;
	float: left;
	background:url(../../layout/bgFilterButtonLeft.gif) no-repeat left top;
}
input.bold {
	font-weight: bold;
}
input.inputBtnActive, input.inputBtnActive2 {
	border: 0;
	cursor: pointer;
	overflow: visible;
	color: #275A50;
	line-height: 27px;
	padding-right: 5px;
	padding-left: 5px;
	height: 27px;
	background:transparent url(../../layout/bgButtonRightActive.gif) no-repeat right top;
}
label.inputBtnActive, label.inputBtnActive2 {
	height: 27px;
	width: auto;
	display: block;
	background:url(../../layout/bgButtonLeftActive.gif) no-repeat left top;
}
label.inputBtnActive {
	float: left;
}
label.inputBtnActive2 {
	float: right;
}
fieldset.contentForm {
	margin-bottom: 10px;
	border: 1px solid #C0E1DB;
	padding-top: 5px;
	padding-bottom: 5px;
}
fieldset.contentForm legend {
	display: inline;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
fieldset.contentForm .txtBoxRow, fieldset.contentForm .txtBoxRowDate, fieldset.contentForm .radioRow, fieldset.contentForm .selectRow, fieldset.contentForm .checkRow, fieldset.contentForm .txtAreaRow, fieldset.contentForm .txtRow {
	margin-bottom: 4px;
}
fieldset.contentForm .txtBoxRow label, fieldset.contentForm .txtBoxRowDate label, fieldset.contentForm .radioRow span, fieldset.contentForm .txtAreaRow label {
	display: block;
	float: left;
	width: 200px;
	line-height: 31px;
	text-align: right;
	padding-right: 3px;
}
fieldset.contentForm .radioRow label {
	display: block;
	float: left;
	margin-left: 10px;
	padding-top: 7px;
}
fieldset.contentForm em {
	color: #CC0000;
	margin-right: 5px;
}
fieldset.contentForm .txtBoxRow span {
	display: block;
	float: left;
	background: url(../../layout/bgTxtBox2.gif) no-repeat;
	width: 215px;
	margin-right: 5px;
	padding-left: 8px;
	height: 31px;
}
fieldset.contentForm .txtBoxRowDate span {
	display: block;
	float: left;
	background: url(../../layout/bgTxtBoxDate.gif) no-repeat;
	width: 215px;
	margin-right: 5px;
	padding-left: 8px;
	height: 31px;
}
fieldset.contentForm .txtAreaRow span {
	display: block;
	float: left;
	background: url(../../layout/bgTxtArea.gif) no-repeat;
	width: 212px;
	margin-right: 5px;
	padding-left: 8px;
	height: 200px;
	padding-top: 6px;
}
fieldset.contentForm .selectRow span {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 3px;
	line-height: 1;
}
fieldset.contentForm .selectRow label {
	display: block;
	float: left;
	margin-right: 13px;
	text-align: center;
	padding-top: 3px;
	line-height: 1;
}
fieldset.contentForm .selectRow select {
	width: 45px;
}
fieldset.contentForm .checkRow label {
	text-align: center;
	display: block;
}
fieldset.contentForm .txtRow {
	padding: 10px;
}
fieldset.contentForm .txtRow em {
	float: left;
	display: block;
	width: 10px;
}
fieldset.contentForm .txtRow label {
	display: block;
	float: left;
	width: 450px;
}
fieldset.contentForm .buttons {
	padding-left: 203px;
	margin-bottom: 10px;
	margin-top: 10px;
}
fieldset.contentForm .buttons .delimit {
	width: 5px;
	float: left;
	height: 27px;
}

/* +++++++++++++++++++ CONTENT ++++++++++++++++++++++ */

.contentBox, .contentBoxExtended {
	width: 517px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.contentBox h2.contentTitle, .contentBoxExtended h2.contentTitle {
	width: 500px;
	font: bold 1.33em "Trebuchet MS", Arial, Verdana, sans-serif;
	padding-top: 10px;
	padding-right: 9px;
	padding-left: 8px;
	color: #CC0000;
	margin-bottom: 10px;
}
.contentBox h2.contentTitle span, .contentBoxExtended h2.contentTitle span {
	display: block;
	padding-bottom: 3px;
}
.contentBox .photos, .contentBoxExtended .photos {
	float: left;
	width: 106px;
	margin-left: 8px;
	display: inline;
}
.contentBox .photos span, .contentBoxExtended .photos span {
	display: block;
	margin-bottom: 10px;
	width: 106px;
}
.contentBox .wysiwyg {
	float: left;
	width: 380px;
	margin-left: 10px;
	display: inline;
}
.contentBox .wysiwyg2, .contentBoxExtended .wysiwyg {
	clear: both;
}
.contentBox .wysiwyg a {
	font-weight: bold;
}
.contentBox .wysiwyg2, .contentBoxExtended .wysiwyg {
	width: 500px;
	margin-left: 8px;
}
.contentBox .wysiwyg a, .contentBoxExtended .wysiwyg a {
	font-weight: bold;
}
.pinkish {
	background: #F8E9EA url(../../layout/bgContentBoxBottomPinkish.gif) no-repeat left bottom;
}
.pinkish h2.contentTitle {
	background: url(../../layout/bgContentBoxTopPinkish.gif) no-repeat;
}
.pinkish h2.contentTitle span, .pinkish .photoGalleryWrapper h3 span, .pinkish .documents h3 span {
	background: url(../../layout/bgContentBoxTitlePinkish.gif) repeat-x left bottom;
}
.pinkish div.servicesBox {
	background-color: #ECD4D5;
}
.purpleish {
	background: #EAE9F4 url(../../layout/bgContentBoxBottomPurpleish.gif) no-repeat left bottom;
}
.purpleish h2.contentTitle {
	background: url(../../layout/bgContentBoxTopPurpleish.gif) no-repeat;
}
.purpleish h2.contentTitle span, .purpleish .photoGalleryWrapper h3 span, .purpleish .documents h3 span {
	background: url(../../layout/bgContentBoxTitlePurpleish.gif) repeat-x left bottom;
}
.purpleish div.servicesBox {
	background-color: #DAD8E9;
}
.white h2.contentTitle {
	background: url(../../layout/bgContentBoxTopWhite.gif) no-repeat;
}
.white h2.contentTitle span, .white .photoGalleryWrapper h3 span, .white .documents h3 span {
	background: url(../../layout/bgContentBoxTitleWhite.gif) repeat-x left bottom;
}
ul.itemSummary {
	list-style: none;
	font-size: 0.92em;
	margin-bottom: 10px;
	width: 383px;
	float: left;
	margin-left: 10px;
	clear: right;
}
ul.itemSummary li {
	text-align: center;
	display: inline;
	float: left;
	width: 58px;
	margin-left: 5px;
}
ul.itemSummary li span {
	display: block;
}
.contentBox .readMore {
	font-weight: bold;
	text-align: right;
	clear: both;
	padding-right: 10px;
}
div.servicesBox {
	width: 150px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #FFFFFF;
}
div.servicesBox p {
	margin-bottom: 5px;
}
div.servicesBox ul {
	list-style: none;
	margin-left: 5px;
	margin-bottom: 5px;
}
div.servicesBox ul li {
	background: url(../../layout/bulletGreen.gif) no-repeat left center;
	padding-left: 12px;
}
table.bookingTerms {
	margin-bottom: 10px;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.pinkish table.bookingTerms td table td, .purpleish table.bookingTerms td table td, .white table.bookingTerms td table td {
	border: none;
	padding: 2px;
}
table.bookingTerms td, table.bookingTerms th {
	padding: 4px;
}
.pinkish table.bookingTerms th, .pinkish table.bookingTerms td {
	border: 1px solid #E5C6C8;
}
.purpleish table.bookingTerms th, .purpleish table.bookingTerms td {
	border: 1px solid #BCB9D4;
}
.white table.bookingTerms th, .white table.bookingTerms td {
	border: 1px solid #C0E1DB;
}
.pinkish table.bookingTerms th {
	background: #ECD4D5;
}
.purpleish table.bookingTerms th {
	background: #DAD8E9;
}
em.statusGreen {
	font-style: normal;
	color: #009933;
	font-weight: bold;
}
em.statusRed {
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
}
table.bookingTerms td.noWrap {
		white-space: nowrap;
}

/* +++++++++++++++++++ RADIO SELECTION LIST ++++++++++++++++++++++ */

#selectionList {
	list-style: none;
	margin-left: 35px;
	margin-bottom: 10px;
}
#selectionList li {
	line-height: 1.5;
	margin-bottom: 5px;
}
#selectionList li input {
	margin-right: 10px;
}

/* +++++++++++++++++++ BREADCRUMBS ++++++++++++++++++++++ */

#breadCrumbs {
	background: url(../../layout/dotPurple.gif) repeat-x left bottom;
	list-style: none;
	clear: both;
	width: 517px;
	margin-bottom: 10px;
	font-size: 0.92em;
	padding-bottom: 2px;
}
#breadCrumbs li {
	display: block;
	white-space: nowrap;
	float: left;
	background: url(../../layout/bulletPurple.gif) no-repeat left center;
	margin-right: 12px;
	padding-left: 10px;
	line-height: 1.5;
}

/* +++++++++++++++++++ BANNERS ++++++++++++++++++++++ */

.smallBanners {
	width: 220px;
	margin-bottom: 10px;
}
.smallBanners span {
	display: block;
	margin-bottom: 10px;
	width: 220px;
}
.largeBanners {
	width: 517px;
}
.largeBanners span {
	display: block;
	margin-bottom: 10px;
	width: 517px;
}

/* +++++++++++++++++++  WS PAY ++++++++++++++++++++++ */

#wsPay {
	width: 220px;
	text-align: center;
	margin-top: 6px;
}
#wsPay a {
	display: block;
	margin-bottom: 6px;
}

/* +++++++++++++++++++ FILTER BOX ++++++++++++++++++++++ */

#filterBox {
	background: #6F6AAA url(../../layout/bgFilterBoxBottom.gif) no-repeat left bottom;
	width: 220px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-top: 2px;
	margin-top: 1px;
}
#filterBox select {
	width: 206px;
}
#filterBox label.filterItem {
	display: block;
	text-align: center;
	border-top: 1px solid #9894C2;
	width: 216px;
	margin-left: 2px;
	background: url(../../layout/bgFilterBoxItem.jpg) repeat-x left center;
	border-bottom: 1px solid #615C9f;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 2px;
}
#filterBox  input.inputBtnFilterBox {
	width: 210px;
}
#filterBox div {
	margin-left: 5px;
	margin-top: 2px;
	width: 210px;
}

/* +++++++++++++++++++ USER LOGIN BOX ++++++++++++++++++++++ */

#userBox {
	background: #615BA4 url(../../layout/bgUserBoxBottom.gif) no-repeat left bottom;
	width: 220px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#userBox h3 {
	width: 210px;
	background: url(../../layout/bgUserBoxTop.gif) no-repeat;
	color: #E8E7F4;
	padding: 5px;
	font-size: 1.17em;
	font-weight: bold;
}
#userBox div {
	width: 208px;
	margin-right: auto;
	margin-left: auto;
	background: url(../../layout/bgUserBoxULTop.gif) no-repeat;
	padding-top: 5px;
}
#userBox ul {
	width: 158px;
	list-style: none;
	background: url(../../layout/bgUserBoxULBottom.gif) no-repeat left bottom;
	padding: 5px 40px 17px 10px;
}
#userBox li {
	background: url(../../layout/bulletUserBox.gif) no-repeat 0px 4px;
	padding-left: 7px;
}
#userBox a:link {
	color: #FFFFFF;
}
#userBox a:visited {
	color: #DCEFEB;
}
#userBox a:hover {
	color: #FFFFCC;
}
#userBox a:active {
	color: #FFFFCC;
}

/* +++++++++++++++++++  MESSAGE BOX ++++++++++++++++++++++ */

div.wysiwyg div.messageBox ul {
	margin-left: 0px; 
}
div.messageBox ul {
	margin-bottom: 10px;
	padding: 10px 10px 5px;
	list-style-type: none;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
div.messageBox ul li {
	padding-left: 25px;
	margin-bottom: 3px;
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 5px;
}
.red {
	background-color: #CD1B1F;
	color: #FFFFFF;
}
.red li {
	background: url(../../layout/exclamationSign.gif) no-repeat 0px 4px;
}
.green {
	background-color: #DCEFEB;
}
.green li {
	background: url(../../layout/infoSign.gif) no-repeat 0px 4px;
}

/* +++++++++++++++++++  FILTER FORM ++++++++++++++++++++++ */

.filterForm {
	background: #DCEFEB;
	border: 1px solid #C0E1DB;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.filterForm label {
	display: block;
}
.filterForm p {
	margin-bottom: 6px;
}
.filterForm fieldset {
	padding-bottom: 6px;
}

/* +++++++++++++++++++ ATTACHED DOCUMENTS ++++++++++++++++++++++ */

.documents, .photoGalleryWrapper {
	margin-bottom: 10px;
	margin-left: 8px;
	width: 500px;
}
.documents h3, .photoGalleryWrapper h3 {
	width: 500px;
	font: bold 1.17em "Trebuchet MS", Arial, Verdana, sans-serif;
	padding-top: 13px;
	color: #CC0000;
	margin-bottom: 5px;
}
.pinkish .documents h3, .pinkish .photoGalleryWrapper h3 {
	background: url(../../layout/bgContentBoxTopGalleryTitle.gif) repeat-x;
}
.purpleish .documents h3, .purpleish .photoGalleryWrapper h3 {
	background: url(../../layout/bgContentBoxTopGalleryTitleP.gif) repeat-x;
}
.white .documents h3, .white .photoGalleryWrapper h3 {
	background: url(../../layout/bgContentBoxTopGalleryTitleW.gif) repeat-x;
}
.documents h3 span, .photoGalleryWrapper h3 span {
	display: block;
	padding-bottom: 5px;
}
.documents ul {
	list-style: none;
	line-height: 1.5;
	padding-left: 15px;
}
.documents ul li {
	background: url(../../layout/bulletGreen.gif) no-repeat left center;
	padding-left: 15px;
}

/* +++++++++++++++++++ PHOTO GALLERY ++++++++++++++++++++++ */

.photoGalleryRow {
	clear: both;
	margin-bottom: 6px;
}
.photoGalleryRow a {
	display: inline;
	float: left;
	margin-left: 15px;
}

/* +++++++++++++++++++ NEWSLETTER ++++++++++++++++++++++ */

#newsletter {
	background: #DCEFEB url(../../layout/bgNLbottom.gif) no-repeat left bottom;
	width: 220px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#newsletter h3 {
	background: #C0E1DB url(../../layout/bgNLtop.gif) no-repeat;
	width: 220px;
	font-weight: bold;
	font-size: 1.17em;
	color: #3B8576;
	margin-bottom: 5px;
}
#newsletter h3 span {
	display: block;
	padding: 5px;
	background: url(../../layout/bgNLHeader.gif) repeat-x left bottom;
}
#newsletter p {
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.92em;
}
#newsletter fieldset {
	position: relative;
	height: 31px;
	margin-left: 5px;
}
#newsletter label {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../../layout/bgTxtBox1.gif) no-repeat;
	display: block;
	height: 31px;
	width: 170px;
	line-height: 31px;
}
#newsletter button {
	position: absolute;
	right: 5px;
	top: 0px;
}

/* +++++++++++++++++++ PAGING AND MORE LINKS BAR ++++++++++++++++++++++ */

#paging, #moreLinks {
	background: url(../../layout/bgPagingTop.gif) no-repeat;
	padding-top: 5px;
	margin-bottom: 50px;
	width: 517px;
	margin-right: auto;
	margin-left: auto;
}
#paging ol, #moreLinks ol {
	background: #DCEFEB url(../../layout/bgPagingBottom.gif) no-repeat left bottom;
	list-style: none;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 8px;
	width: 517px;
}
#paging ol span, #moreLinks ol span {
	background: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
}
#paging ol li, #moreLinks ol li {
	display: inline;
	font-weight: bold;
}
#paging ol li {
	padding: 9px 5px 10px;
}
#moreLinks ol li {
	padding: 9px 10px 10px;
}
#paging img {
	margin-bottom: -0.25em;
}
#paging a.altLink {
	background: #FFF3DA url(../../layout/bgArchiveLink.gif) no-repeat left bottom;
	width: 220px;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
}


/* +++++++++++++++++++ WYSIWYG ++++++++++++++++++++++ */

.wysiwyg {
/*	margin-bottom: 10px;*/
}
.wysiwyg ul, .wysiwyg ol, .wysiwyg2 ul, .wysiwyg2 ol {
	margin-left: 20px;
}
.wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg2 p, .wysiwyg2 ul, .wysiwyg2 ol {
	line-height: 1.5;
	margin-bottom: 1em;
}

/* +++++++++++++++++++ FOOTER ++++++++++++++++++++++ */

#footer {
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	background: url(../../layout/bgFooter.png) no-repeat 0px 2px;
	font-size: 1.2em;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 20px;
}
#footer p#copyright {
	float: left;
	width: 200px;
	height: 50px;
}
#footer p#author {
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 5px;
}
#footer p#author2 {
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 25px;
}
#footer p#author a, #footer p#author2 a {
	color: #000000;
}
#footer ul {
	list-style: none;
	float: left;
	width: 650px;
}
#footer li {
	display: inline;
	background: url(../../layout/bulletGreen.gif) no-repeat left center;
	padding-left: 12px;
	margin-right: 20px;
	white-space: nowrap;
	line-height: 1.5;
}

/* +++++++++++++++++++ CLEARFIX ++++++++++++++++++++++ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
