/*

Style URI: http://www.snowjamshow.com/exhibitors.htm
Description: SnowJam Exhibitor style.
Version: 1.0
5 May, 2010
Author: Andy Burkovetsky
Author URI: http://google.com/
Tags: SnowJam

Email: jamandyjam@gmail.com
Skype: jam-andy-jam

*/

/*reset default browser styles*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body 			{line-height: 1;}
ol, ul 			{list-style: none;}
blockquote, q 	{quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
/*:focus {
	outline: 0;
}*/
/* remember to highlight inserts somehow! */
/*ins {text-decoration: none;}*/
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}
abbr,acronym {font-variant:normal;}
sup {vertical-align:text-top; font-size:.6em;}
sub {vertical-align:text-bottom;font-size:.6em;}
input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}
input,textarea,select{*font-size:100%;}
/* END: style reset*/	


/* Begin Typography & Colors */
html{
	font-family:Helvetica, Arial, sans-serif;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	text-align: left;
	position:relative;
	background:#DCEBFF url(../images/body-bg.png) repeat-x;
	color: #333;
}


/* Typo */
form label{
	font-size:10px;
	display: block;
	font-size: 12px;
}
input{
	font-size:14px;
	height:24px;
	margin:5px 0 10px;
	padding:0 10px;
	background: #fff;	
	border:1px solid #444444;
	opacity: .6;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input:focus{
	opacity: 1;
}

input[type="submit"] {
	color: #EEE;
	padding:3px 10px 5px;
	text-align: center;

	background-color: #4D4D4D;
	background: -moz-linear-gradient(top, #404040, #333);
	background: -webkit-gradient(linear, left top, left bottom, 
		from(#404040), to(#333));
	background: -o-linear-gradient(top, #404040, #333);
	background: linear-gradient(top, #404040, #333);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=#404040, endColorStr=#333);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, 	
		startColorstr=#404040, endColorstr=#333);
}
	input[type="submit"]:hover,
	input[type="submit"]:focus {
		color: #222;
		background-color: #F57020;
		background: -moz-linear-gradient(top, #FCCA20, #ED3524);
		background: -webkit-gradient(linear, left top, left bottom, 
			from(#FCCA20), to(#ED3524));
		background: -o-linear-gradient(top, #FCCA20, #ED3524);
		background: linear-gradient(top, #FCCA20, #ED3524);
		
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
			startColorStr=#FCCA20, endColorStr=#ED3524);
		-ms-filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, 	
			startColorstr=#FCCA20, endColorstr=#ED3524);
}
select {
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #444444;
	font-size:14px;	
	height:28px !important;
	margin:5px 0 10px;
	opacity:0.8;
	padding:10px 4px 4px !important;
}
textarea{
	font-size:14px;
	height:100px;
	margin:5px 0 5px 0;
	padding:10px 10px 0;
	background: #fff;	
	border:1px solid #444444;
	opacity: .8;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
textarea:focus{
	opacity: 1;
}
textarea:hover, textarea:active, textarea:focus,
input:hover, input:active, input:focus{
	background:#FFF;
}
html>/**/body input, x:-moz-any-link, x:default,
html>/**/body select, x:-moz-any-link, x:default  {
	height:24px;
	padding:4px 10px 0;
}
input[type="submit"]{

}
.description {
	font-size:2em;
	line-height:1em;
	padding-left:8px;
	text-align: left;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h2, h3 {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 1.3em;
}
h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #666;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* Links */
a, a:visited {
	color: #3FA9F5;
}
a:hover, caption, cite {
	text-decoration: none;
}


a, h2 a:hover, h3 a:hover {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* End Typography & Colors */

/* Begin Structure */
#page {
	padding: 0;
	width: 980px;
	padding:0 10px;
	margin: 0 auto;
}
#header {
	padding:0 0 2px 0;
	height:125px;
	color:#B3B3B3;
}
.clear {
	clear: both;
}
#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
}
#footer p {
	margin: 0 0 0 30px;
	padding:0;
	text-align: left;
}
/* End Structure */

/*	Begin Headers */
#logo{
	float:left;
	margin-top:15px;
}
#logo h1 a{
	font-weight:normal;
	width: 290px;
	height: 110px;
	display: block;
	background: url(../images/logo.png) no-repeat;
}
#logo h1 a span{
	position: absolute;
	text-indent: -10000px;
}
#description{
	display: block;
	text-align: center;
	font-size:12px;
	margin-top: 28px;
	float: right;
}
#description h3{
	color:#DCEBFF;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
}
#backExpo {
	float: left;
	width: 330px;
	margin-top: 10px;
	text-align: right;
}
#backExpo a {
	font-size: 0;
	text-indent: -9999px;
	display: block;
	width: 330px;
	height: 63px;
	overflow: hidden;
	background: url(../images/backSnowJaxExpo.png);
}
#backExpo a:active {
	position: relative;
	left: -1px;
}
#pageTitle {
	float: right;
	width: 360px;
	margin-top: 32px;
	text-align: right;
}
#pageTitle h2{
	background: #1E3A50;
	background: rgba(0,0,0, .4);
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FCAC20;
	display: inline;
	padding:10px 15px 5px;
	
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}
/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0;
	display: inline;
	}

img.alignleft {
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
.notes {
	list-style: disc outside none;
	padding-left: 20px;
	line-height: 18px;
}
.notes li {
	padding-bottom: 5px;
}

/* End Entry Lists */




/* Begin Form Elements */

/* End Form Elements */



/* Begin Sidebar */
#sidebar
{
	width:220px;
	float: left;
	padding: 0;
	cursor: default;
	text-align: justify;§
}
#sidebar #innerMenu {
	border: 4px solid;
	border-color: rgba(0, 0, 0, .2);
	margin-bottom: 15px;
}
#sidebar #innerMenu ul li{	
	background-color: #4D4D4D;
	background: -moz-linear-gradient(top, #404040, #333);
	background: -webkit-gradient(linear, left top, left bottom, 
		from(#404040), to(#333));
	background: -o-linear-gradient(top, #404040, #333);
	background: linear-gradient(top, #404040, #333);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=#404040, endColorStr=#333);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, 	
		startColorstr=#404040, endColorstr=#333);
}
	#sidebar #innerMenu ul li:hover{
		background-color: #2a2a2a;
		background: -moz-linear-gradient(top, #303030, #2a2a2a);
		background: -webkit-gradient(linear, left top, left bottom, 
			from(#303030), to(#4D4D4D));
		background: -o-linear-gradient(top, #303030, #2a2a2a);
		background: linear-gradient(top, #303030, #2a2a2a);
		
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
			startColorStr=#303030, endColorStr=#2a2a2a);
		-ms-filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, 	
			startColorstr=#303030, endColorstr=#2a2a2a);
	}	
	#sidebar #innerMenu ul li.current{
		background-color: #F57020;
		background: -moz-linear-gradient(top, #FCCA20, #ED3524);
		background: -webkit-gradient(linear, left top, left bottom, 
			from(#FCCA20), to(#ED3524));
		background: -o-linear-gradient(top, #FCCA20, #ED3524);
		background: linear-gradient(top, #FCCA20, #ED3524);
		
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
			startColorStr=#FCCA20, endColorStr=#ED3524);
		-ms-filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, 	
			startColorstr=#FCCA20, endColorstr=#ED3524);
	}
#sidebar #innerMenu ul li a{
	color: #999;
	font-size: 14px;
	display:block;
	height:22px;
	padding:8px 0 0 10px;
}
#sidebar #innerMenu ul li a:hover{
	text-decoration: none;
	
}
#sidebar #innerMenu ul li:hover a{
	color: #97E1FE;
	background: url(../images/menu-arrow.png) 95% -25px no-repeat;
}
	#sidebar #innerMenu ul li.current:hover a,
	#sidebar #innerMenu ul li.current a{
		color: #333;
		cursor: default;
		background: url(../images/menu-arrow.png) 95% 10px no-repeat;
	}
#sidebar h2 {
	font-size: 14px;
	margin-left: 10px;
}
#sidebar .testimonials {
	font-family: Verdane, Arail, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#sidebar .testimonials:hover .opinionBubble {
	background: #404040;
}
#sidebar .testimonials:hover .opinionBubble:after {
	border-color: #404040 transparent transparent;
}
#sidebar .opinionBubble {
	background: #4D4D4D;
	position: relative;
	padding: 10px;
	margin-bottom: 20px ;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#sidebar .opinionBubble:after{
	content: '\00a0';
	display: block;
	position: absolute;
	z-index: -1;
	bottom: -30px;	/* value = - border-top-width - border-bottom-width */
	left: 100px;
	width: 0;
	height: 0;
	border-width: 15px 70px 15px 0px;	/* vary these values to change the angle of the vertex */
	border-style: solid;
	border-color: #4D4D4D transparent transparent;
}
#sidebar .opinionBubble {
	font-style: italic;
	color: #E6E6E6;
}
#sidebar .testimonials .opinionAuthor {
	background: #A9C7E0;
	font-size: 14px;
	background: rgba (0,0,0, .1);
	display: inline;
	color: #4D4D4D;
	margin-left: 10px;
	padding: 2px;
}
/* End Sidebar */

/* Begin Content */
#content {
	float: right;
	width: 750px;
}
#post {
	position: relative;
	z-index: 3;
}
.whiteBox {
	border:4px solid #2D6480;
	margin-bottom:10px;
	background: #F2F2F2;
	padding:10px;
		
	-moz-box-sizing: content-box;
}
.boxTitle {
	font-size:14px;
	font-weight:normal;
	margin:-5px 0 15px;
}
.boxTitle span {
	background:none repeat scroll 0 0 #333333;
	color:#E6E6E6;
	font-size:14px;
	font-weight:normal;
	margin:0 -10px;
	padding:5px 20px 5px 10px;
	cursor: default;
}
.whiteBox p {
	font-size: 18px;
	color: #666;
	line-height: 21px;
	margin:10px 0 5px;
}
.whiteBox table.ordinary {
	font-size: 14px;
	color: #666;
	line-height: 18px;
}
.whiteBox table.ordinary tr {
	margin: 2px;
}
.whiteBox table.ordinary tr td:first-child {
	width: 100px;
}


.orangeBox {
	background: #FBB618;
	color: #A23D00;
	padding: 10px;
	font-size: 14px;
	max-width:730px;
	
	-moz-border-radius: 0 15px 15px 15px;
	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 0;
	border-radius: 0 15px 15px 15px;
}
.orangeBox a{
	color: #0070BC;
}
#factsBox {
	width: 310px;
	margin-bottom:20px;
}
.videoPlayer {
	width: 400px;
}
#videoPresentation {
	position: relative;
	z-index:5;
}
.greyBox {
	background: #4D4D4D;
	border: 4px solid #60869E;
	padding:10px;
}
.greyBox p {
	font-size:14px;
	line-height:18px;
	color: #F2F2F2;
	margin: 5px 0 10px;
}
#videoStick {
	margin-left:-20px;
	padding-left:40px;
	width:310px;
}

#content table.styled {
	font-size: 11px;
	width:100%;
}
#content table.styled th {
	background: #A5A5A5 url(../images/th-bg.png) repeat-x;
	border: 1px solid #666;
	color: #F2F2F2;
	padding:9px 5px 5px;
	text-align:center;
	cursor: default;
}
#content table.styled th.empty {
	background: #ddd;
	border: none;
}
#content table.styled th.title {
	background: #A5A5A5 url(../images/th-bg-big.png) repeat-x;
	font-size:14px;
	padding:16px 5px 9px;
}
#content table.styled td {
	padding:10px 10px 5px;
	border:1px solid #CCCCCC;
}
#content table.styled tr.bigtext {
	font-size: 14px;
}
#content table.styled tr.even {
	background: #E6E6E6;
}
#content table.styled table td {
	min-width:40px;
	padding:2px 0 2px 6px;
	border:medium none;
}
#content table.styled table td:first-child {
	padding-left: 0;
}
.details {
	margin: 10px 0 5px;
}
.photos {
	text-align: center;
	margin-top:10px;
}
.photos img {
	height: 120px;
	margin:0 2px;
}
#floorPlans {
	background: #4D4D4D;
	margin-top:-10px;
	padding:10px;
	position:relative;
	z-index:1;
}
#floorPlans h2 {
	color: #FAFAFA;
	font-weight: bold;
	margin:5px 0;
}
.downloadIcon {
	background: #666 url(../images/download-arrow.png) 90% 35% no-repeat;
	border:3px solid #999999;
	color:#3FA9F5;
	display:block;
	float:left;
	font-size:14px;
	line-height:18px;
	padding:8px 10px;
	width:165px;
	margin-right: 10px;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.downloadIcon:hover {
	text-decoration: none;
	background-color: #888;
	color: white;
	border-color: #EEE;
}
.downloadIcon:last-child {
	margin: 0;
}
#contacts {
	width: 305px;
	font-size: 18px;
}
#contacts p {
	line-height: 21px;
}
#contacts #getmore{
	background-color: #FB8D17;
	background-color: rgba(160,60,0, .2);
	color:#A23D00;
	display:block;
	margin:5px 0;
	padding:6px 0 4px;
	text-align:center;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#contacts #getmore:hover{
	-moz-box-shadow:0 0 8px yellow;
	-webkit-box-shadow:0 0 8px yellow;
	box-shadow:0 0 8px yellow;
	background-color: rgba(160,60,0, .4);
	color: yellow;
	text-decoration: none;
	
}
#getmore{
	-moz-border-radius:15px 15px 15px 15px;
	background-color:rgba(160, 60, 0, 0.2);
	border:2px solid #A23D00;
	color:#A23D00;
	display:block;
	font-size:14px;
	margin:5px auto;
	padding:10px 20px;
	text-align:center;
	width:300px;
	cursor: pointer;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#getmore span{
	font-size: 18px;
}
#getmore:hover{
	text-decoration: none;
	color: white;
	
	background-color: #F57020;
	background: -moz-linear-gradient(top, #FCCA20, #ED3524);
	background: -webkit-gradient(linear, left top, left bottom, 
		from(#FCCA20), to(#ED3524));
	background: -o-linear-gradient(top, #FCCA20, #ED3524);
	background: linear-gradient(top, #FCCA20, #ED3524);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=#FCCA20, endColorStr=#ED3524);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, 	
		startColorstr=#FCCA20, endColorstr=#ED3524);
}
.twoColumned {
	width: 580px;
}
#righthandPhotos img{
	width: 130px;
}
#righthandPhotos {
	width: 135px;
	margin-top: 10px;
}
.twoColumned.whiteBox p{
	font-size:14px;
	line-height:16px;
	margin:5px 0;
}
.twoColumned h3 {
	margin: 10px 0 0;
}
.twoColumned ul {
	font-size: 12px;
	list-style: disc;
	margin-left: 30px;
}
.twoColumned ul li{
	margin: 5px 0;
}
.twoColumned .blueList {
	font-size:14px;
	list-style:disc inside none;
	padding:10px;
	background:none repeat scroll 0 0 #DCEBFF;
	cursor: default;
	margin: 0;
}
.twoColumned .blueList li{
	color:#005780;
	margin:0;
	padding:3px 5px;
}
table.blueList tr td{
	width: 145px;
	padding: 5px;
}
.preferredCard {
	position: absolute;
	width: 180px;
	height: 140px;
	background: url(../images/preferred-card.png) no-repeat;
	bottom:-25px;
	right:-40px;
}
.preferredCard02 {
	background:url("../images/preferred-card-02.png") no-repeat scroll 0 0 transparent;
	bottom:-39px;
	height:140px;
	right:600px;
	position:absolute;
	width:180px;
	
	-webkit-transition: right .2s linear;
	-moz-transition: right .2s linear;
	-o-transition: right .2s linear;
	-ms-transition: right .2s linear;
	transition: right .2s linear;
}
.cardInfo:hover .preferredCard02 {
	right: -40px;
}
h4 {
	color:#005780;
	font-size:16px;
	font-weight:normal;
	margin:10px 0;
}
.cardInfo {
	background:none repeat scroll 0 0 #FBB618;
	color:#A23D00;
	font-size:18px;
	margin:20px 0 10px;
	padding:10px 20px 5px;
	text-align: center;
	position: relative;
	cursor: default;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.cardInfo .bigText {
	font-size: 21px;
	font-weight: bold;
}
.cardInfo #getmore {
	font-size: 21px;
	font-weight: bold;
	margin:15px auto 5px;
}
.cardInfo:hover #getmore{
	text-decoration: none;
	color: white;
	cursor: pointer;
	
	background-color: #F57020;
	background: -moz-linear-gradient(top, #FCCA20, #ED3524);
	background: -webkit-gradient(linear, left top, left bottom, 
		from(#FCCA20), to(#ED3524));
	background: -o-linear-gradient(top, #FCCA20, #ED3524);
	background: linear-gradient(top, #FCCA20, #ED3524);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=#FCCA20, endColorStr=#ED3524);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, 	
		startColorstr=#FCCA20, endColorstr=#ED3524);
}
.discountInfo {
	background:none repeat scroll 0 0 #FAFAFA;
	color:#666;
	font-size:18px;
	margin:25px 0 10px;
	padding:15px 20px;
	text-align:center;
	cursor: default;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.discountInfo:hover {
	background: #DCEBFF;
	color: #333;
}
#boothPrices tr td{
	text-align: center;
}
.blueBlock {
	background: #DCEBFF;
	padding:2px 5px 10px;
}
.blueBlock ul li{
	font-size:14px;
	list-style:disc outside none;
	margin:10px 0 10px 15px;
	color: #555;
	line-height: 16px;
}
.leftTextFlow {
	float: left;
	padding:0 10px 0 0;
	width:460px;
}
#exhibitorForm {

}

/* exhibitorForm */
#exhibitorForm table tr td input { 
	width: 320px;
	margin: 4px 20px 10px 0;
}
#exhibitorForm table tr select,
#exhibitorForm table tr td:first-child input {
	margin-right: 30px;
}
#exhibitorForm #boothChoices tr td input {
	width: 30px;
}

#exhibitorForm table tr td #zipcode_field {
	width: 200px;
	width:130px;
}
#subscribeBox {
	background:none repeat scroll 0 0 #F58822;
	overflow:hidden;
	padding-top:5px;
}
#subscribeBox * {
	float: left;
}
#emailsubscribeLabel {
	width: 90%;
	margin: 5px 0 10px 15px;
	cursor: pointer;
	font-size: 16px;
}
#emailsubscribe {
	margin-left: 10px;
}
#descriptionBox {
	margin-top: 20px;
}
#descriptionBox #product_descriptionLabel {
	font-weight: bold;
}
#boothPricesBox {
	margin: 10px 0 0;
}
#boothChoices {
	margin: 10px 0 0;
}
#boothChoices tr td * {
	display: inline;
}
#boothChoices select {
	margin-top: 5px;
}
.choiceCity {
	width: 200px;
	font-weight: bold;
	display:block !important;
}
#product_description {
	width: 690px;
}

.wrongValue {
	border-color: #ED1E00;
	opacity: 1;
}
/* End Content */

/* Footer */
#footer{
	height: 40px;
	overflow:hidden;
}
.copyright{
	margin-top: 10px;
	color: #2E759A;
	text-align: right;
}
/* End Footer*/

/* Begin Various Tags & Classes */
.left {
	float: left;
}
.right {
	float: right;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.centerAlign{
	margin: 0 auto;
}
.red {
	color: #F15A24;
}
.section:before, .section:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
* html > body .section:before, * html > body .section:after{
	width: 100%;
	display: block;
}
* html .section:before, *html .section:before{height:1%;}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* End captions */



/* clear */
.clearfix:after{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
* html > body .clearfix{
	width: 100%;
	display: block;
}
* html .clearfix{height:1%;}
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

