html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

/* END RESET CSS */

body {
	font: 12px/22px Helvetica, Arial, sans-serif;
	background-repeat: no-repeat;
	background-position: center 348px;
	background-image: url('images/body_bg960.png');
}

#versionContent{position: fixed;}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	position: relative;
}

header{
	height: 90px;
	line-height: 125px;
	overflow: hidden;
	background-image: url('images/header_bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	position: relative;
	z-index: 11;
}

#dropShadow{
	position: absolute;
	background: url('images/drop_shadow.png') repeat-x 0px 0px;
	left: 0;
	margin-top: -1px;
	height: 25px;
	width: 100%;
	z-index: 5;
}

#logo {
	float: left;
	height: 89px;
	overflow: hidden;
	position: relative;
	margin: 0;
}

#logo img{
	margin-right: 20px;
}

header h1#title,
header h2#slogan{
	display: inline-block;
	padding-bottom: 0;
	float: left;
}

header h1#title, #jsDate{
	font-size: 25px;
}

header h2#slogan{
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 10px;
	position: relative;
	top: -7px;
}

.ie8 header h2#slogan,
.ie9 header h2#slogan{
	top: -5px;
}

.ie7 header h2#slogan{
	top: -4px;
}

#jsDate{
	padding-right: 140px;
	position: relative;
	left: 10px;
	float: right;
}

span#asideTitle{
	display: block;
	font-size: 19px;
	padding: 3px 0 14px;
}

span#asideTitle, h1, h2, h3, h4, h5, h6, #jsDate, #blog-categories:before, #blog-archives:before, ul.blog-tag-cloud:before, #blog-rss-feeds:before, .movie-page-title{
	font-weight: normal;
	font-family: 'TitilliumText22LBold', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

h1, h2, h3, h4, h5, h6{padding-bottom: 7px}

h1 {font-size: 2em;}
h2 {font-size: 1.8em}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}

a {text-decoration: none;}
a img {border: none;}
strong, b{font-weight: bolder;}
em, i{font-style: italic;}

.image-left{
	float: left;
	padding: 5px 20px 5px 5px;
}

.image-right{
	float: right;
	padding: 5px 5px 5px 20px;
}

blockquote, code{
	margin: 18px 0;
	padding: 13px 18px;
	display: block;
}

code{font: .85em/1.7em 'Monaco', Courier, monospace;}

#container {margin-top: 26px;}
#container a:hover{text-decoration: underline;}
#container ul{padding: 0 0 0 15px;}

aside {float: right;}

#content{float: left; position:relative;}

/* @end */

@font-face {
	font-family: 'TitilliumText22LBold';
	src: url('font/TitilliumText22L005-webfont.eot');
	src: local('?'), url('font/TitilliumText22L005-webfont.woff') format('woff'), url('font/TitilliumText22L005-webfont.ttf') format('truetype'), url('font/TitilliumText22L006-webfont.svg#webfontDGZcY3kb') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @group List Elements */

ul, ol { margin: 0 0 18px 0; padding: 0;}
ol { padding: 0 0 0 15px; }
ul.disc { list-style-type: disc; }
ul.circle{ list-style-type: circle; }
ul.square{ list-style-type: square; }
ol.arabic-numbers{ list-style-type: decimal; }
ol.upper-alpha{ list-style-type: upper-alpha; }
ol.lower-alpha{ list-style-type: lower-alpha; }
ol.upper-roman{ list-style-type: upper-roman; }
ol.lower-roman{ list-style-type: lower-roman; }

/* @end */

/* @group Toolbar */

nav{
	height: 30px;
	position: relative;
	z-index: 10;
}

nav .wrapper>ul{
	height: 30px;
	line-height: 30px;
	position: absolute;
	z-index: 10;
}

.ie8 nav .wrapper>ul{
	line-height: 28px;
}

nav .wrapper>ul>li{
	padding: 0 0 10px 0;
	display: inline-block;
	position: relative;
}

.ie7 nav .wrapper>ul>li{
	float:left;
}

.ie8 nav .wrapper>ul>li{
	border: 1px solid transparent;
}

nav .wrapper>ul>li>a{
	display: inline-block;
	font-size: 11px;
	background: url('images/nav_divider.png') no-repeat 0 0;
	padding: 0 17px;
}

nav .wrapper>ul>li:first-child>a{
	background: none;
	padding: 0 17px 0 0;
}

/* Navigation Level 2 */

nav ul ul {
	position: absolute;
	left: 0;
	display: none;
	list-style: none;
	width: 140px;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 0px;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.75);
	box-shadow: 0 2px 3px rgba(0,0,0,0.75);
}

nav>.wrapper>ul>li>ul{ top:37px;}


nav li li {
	padding: 0;
	margin: 0;
	line-height: 0px;
	position: relative;
}

nav li li a{
	display: block;
	letter-spacing: 0;
	line-height: 18px;
	width: 120px;
	padding: 6px 10px 5px 10px;
}

.first_item {border-top: none;}
.last_item {border-bottom: none;}

/* Drop Down */

nav > ul > li > ul {
	left:0;
	top: 0;
}

nav li:hover li ul{
	top: -999em;
}

nav li:hover ul.nojs{
	display: block;
}

nav li li:hover ul {
	left: 140px;
	top: -1px;
}

nav li li:hover li ul{
	top: -999em;
}

nav li li li:hover ul{
	left: 140px;
	top: -1px;
}

nav li li li:hover li ul{
	top: -999em;
}

nav li li li li:hover ul{
	left: 140px;
	top: -1px;
}

nav li li li li:hover li ul{
	top: -999em;
}

nav li li li li li:hover ul{
	left: 140px;
	top: -1px;
}

/* @end */

/* @group Slideshow */

#featureImage{
	height: 200px;
	width: 100%;
	z-index: 0;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#bannerImport, #extraContainer1{display:none;}
#extraContainer1 div.symnivoheader{margin-bottom: 0;}
#featureImage #extraContainer1{display: block;}

/* @end */

/* @group Sidebar */

#sideColor{
	position: absolute;
	top: 20px;
	left: 5px;
	height: 20px;
	width: 4px;
}

aside {
	width: 190px;
	min-height: 200px;
	float: right;
	position: relative;
	padding: 20px 20px 0 20px;
	line-height: 1.6em;
	background: url(images/sidedots.png) no-repeat 4px 47px;
}

/* @end */

/* @group Footer */

footer {
	display: block;
	clear: both;
	font-size: .9em;
}

footer a#rw_email_contact{margin-left:6px;}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}

footer li {display: inline; opacity: 0.7;}
footer li:hover {opacity: 1;}
footer li.last_item{margin: 0; opacity: 1;}
footer li.last_item a{font-weight: bolder;}

/* @end */


/* @group Blog */

.blog-entry {
	border-top-width: 1px;
	border-bottom-width: 1px; 
	border-top-style: solid;
	border-bottom-style: solid;
	padding-bottom: 20px;
}

.blog-entry:first-child{
	border-top-width: 0;
}

.blog-entry:first-child h1.blog-entry-title{
	padding: 0 0 10px;
}

h1.blog-entry-title {
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.3em;
	padding: 30px 0 10px;
}

.blog-entry-date {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bolder;
	margin-bottom: 1.2em;
}


.blog-entry-category a:link, 
.blog-entry-category a:visited {
	padding: 0px 6px;
	margin: 0 3px;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-family: Arial;
	display: inline-block;
}

.blog-read-more {
	display: block;
	font-style: italic;
	font-size: 1.1em;
	padding: 10px 0 0;
}

.blog-entry-body {
	padding-bottom: 10px;
	overflow: hidden;
}

a.blog-comment-link {
	margin-top: 1.0em;
	padding: .2em .7em;
	font-style: italic;
	font-size: 1.1em;
	display: inline-block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

p.blog-entry-tags {
	margin-top: 1.3em;
	font-weight: bolder;
	font-style: italic;
	font-size: 1.1em;
}

p.blog-entry-tags a {
	padding: 0px 6px;
	margin: 0 3px;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	font-family: Arial;
	display: inline-block;
}

#blog-categories:before,
#blog-archives:before,
ul.blog-tag-cloud:before,
#blog-rss-feeds:before {
	display: block;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 1.5em;
}

/* Categories */

#blog-categories,
#blog-archives,
ul.blog-tag-cloud,
#blog-rss-feeds {
	line-height: 2.2em;
	margin-top: 20px !important;
}

#blog-categories:before {
	content: "Categories";
}

#blog-archives:before {
	content: "Archives";
}

ul.blog-tag-cloud:before {
	content: "Tags";
}

#blog-rss-feeds:before {
	content: "Feeds";
}

.blog-category-link-enabled,
.blog-archive-link-enabled {
	display: block;
}

.blog-category-link-enabled:hover,
.blog-archive-link-enabled:hover {
	background: url(images/list_over.png) 0px 3px no-repeat;
}

#blog-categories br,
#blog-archives br,
.blog-category-link-disabled,
.blog-archive-link-disabled {
	display: none;
}

#container ul.blog-tag-cloud{padding: 0 ;}

ul.blog-tag-cloud li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 0.9em;
}

ul.blog-tag-cloud li a {
	display: inline-block;
}

ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {
	font-size: 1.75em;
}

/* Styles the blog RSS feeds in the blog sidebar */

.blog-rss-link {
	padding: 0 .9em 0 2.4em;
	margin: 5px 0 0 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	font-weight: bolder;
	background-image: url(images/rss_icon.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	line-height: 2.2em;
	display: inline-block;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/rss_icon.gif);
	background-position: left center;
	padding-left: 19px;
}

/* @end */


/* @group File Sharing */

.filesharing-item {
	border-top-width: 1px;
	border-bottom-width: 1px; 
	border-top-style: solid;
	border-bottom-style: solid;
}

.filesharing-item:first-child{
	border-top-width: 0;
}

.filesharing-item:first-child .filesharing-item-title{
	padding-top: 0;
}

.filesharing-item-title {
	padding-top: 25px;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 2em;
	display: inline-block;
}

.filesharing-item-title a{
	padding: 0 .9em;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display: inline-block;
}

.filesharing-description {
	position: relative;
	margin-bottom: 16px;
	border: 1px solid transparent;
}

.filesharing-item-description {
	margin: 10px 0 18px;
}

/* @end */


/* @group Photo Album */

.album-title, .album-description{ display: none;}

.thumbnail-wrap {
	position: relative;
	display: inline-block;
	float: left;
	margin: 12px;
}

.thumbnail-frame {position: absolute;}

.thumbnail-caption {display: none;}

.thumbnail-wrap img, .movie-thumbnail-frame img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* @end */

/* @group Movie Album */

.movie-page-title{
	font-size: 1.7em;
	line-height: 18px;
	margin-bottom: 8px;
}

.movie-page-description{margin-bottom: 25px;}

.movie-thumbnail-frame {
	float: left;
	position: relative;
	text-align: center;
	padding: 0;
	font-size: .75em;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 25px 35px 0;
}

.movie-thumbnail-caption{text-align: left;}

/* MOVIE POPUP */

.movie-background {background-image: none;}

.movie-frame {
	text-align: center;
	padding-top: 30px;	
}

.movie-title {
	margin: 0 30px;
	padding-top: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font: 14px TitilliumText22LBold;
}

/* @end */

/* @group Contact Form */

form div {
	line-height: 14px;
}

form label {
	font-size: 9px;
	font-weight: bolder;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 5px;
}

.form-input-field {
	font-size: 13px;
	padding: 9px;
	display: inline-block;
	width: 98%;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-top:0;
	border-right: 0;
	border-left: 0;
}

input.form-input-button[type="reset"],
input.form-input-button[type="submit"]{
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bolder;
	border: 0;
	padding: 9px 15px;
	margin-right: 13px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-webkit-appearance: none;
}

.form-input-field:focus{
	outline: none;
}

/* @end */

div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content {
	background: #f2f2f2;
}

div.light_square .pp_content .ppt {
	color: #000;
}

div.light_square .pp_expand {
	background: url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}

div.light_square .pp_expand:hover {
	background: url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}

div.light_square .pp_contract {
	background: url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}

div.light_square .pp_contract:hover {
	background: url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}

div.light_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}

div.light_square #pp_full_res .pp_inline {
	color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
	background: url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_square .pp_nav .pp_pause {
	background: url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_square .pp_arrow_previous {
	background: url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}

div.light_square .pp_arrow_next {
	background: url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}

div.light_square .pp_next:hover {
	background: url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor: pointer;
}

div.light_square .pp_previous:hover {
	background: url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}

div.pp_pic_holder a:focus {
	outline: none;
}

div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	border: 1px solid #aaa;
	text-shadow: #fff 0 1px 0;
	z-index: 10000;
}

.pp_top {
	height: 20px;
	position: relative;
}

* html .pp_top {
	padding: 0 20px;
}

.pp_top .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

.pp_top .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}

* html .pp_top .pp_middle {
	left: 0;
	position: static;
}

.pp_top .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_content {
	height: 40px;
}

.pp_fade {
	display: none;
}

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}

.pp_content_container .pp_left {
	padding-left: 20px;
}

.pp_content_container .pp_right {
	padding-right: 20px;
}

.pp_content_container .pp_details {
	float: left;
	line-height: 16px;
	margin: 10px 0 2px 0;
}

.pp_description {
	display: none;
	margin: 0;
}

.pp_nav {
	clear: left;
	float: left;
	margin: 3px 0 0 0;
}

.pp_nav p {
	float: left;
	margin: 2px 4px;
}

.pp_nav .pp_play,.pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}

a.pp_arrow_previous,a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.pp_gallery {
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}

.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.pp_gallery ul a {
	-moz-box-shadow: 0 1px 2px #333;
	-webkit-box-shadow: 0 1px 2px #333;
	box-shadow: 0 1px 2px #333;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}

.pp_gallery ul a:hover,.pp_gallery li.selected a {
	border-color: #fff;
}

.pp_gallery ul a img {
	border: 0;
	height: 55px;
}

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 2px;
}

.pp_gallery li.default a {
	background: url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}

.pp_gallery li.default a img {
	display: none;
}

.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
}

a.pp_next {
	background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_previous {
	background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_expand,a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}

a.pp_close {
	display: block;
	float: right;
	line-height: 22px;
	text-indent: -10000px;
}

.pp_bottom {
	height: 20px;
	position: relative;
}

* html .pp_bottom {
	padding: 0 20px;
}

.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}

* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}

.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}

#pp_full_res {
	line-height: 1 !important;
}

#pp_full_res .pp_inline {
	text-align: left;
}

#pp_full_res .pp_inline p {
	margin: 0 0 15px 0;
}

div.ppt {
	color: #fff;
	display: none !important;
	font-size: 17px;
	margin: 0 0 5px 15px;
	z-index: 9999;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}