@charset "UTF-8";
/* CSS Document */

#container {
	height:605px;
}


#transition {
	top: 30px;
	right: 35px;
	float: right;
}

#retailersbox {
	height: 425px;
	left: auto;
	top: 60px;
	right: 75px;
	bottom: auto;
	position: relative;
	width: 50%;
	float: right;
	color: #7b8282;
	overflow:hidden;
}
#retailersbox a{
	color: #7b8282;
}
#retailersbox span{
	display:block;
	}
#retailersbox table{
	font-size:10px;
	}
#retailersbox .no-show{
	background-color:#FFFFFF; !important
	}
	
#retailersbox table td{
	vertical-align:middle;
	padding:10px;	
	background-color:#e0e6e6;
	border: 3px solid #FFFFFF;
	width:140px;
	}

#infobox {
	height: 425px;
	left: auto;
	top: 45px;
	right: 35px;
	bottom: auto;
	position: relative;
	width: 60%;
	float: right;
	color: #7b8282;
}
#infobox a{
	color: #7b8282;
}
#faqbox {
	height: inherit;
	left: auto;
	top: 35px;
	right: 35px;
	bottom: auto;
	position: relative;
	width: 65%;
	float: right;
	color: #7b8282;
	font-size:11px !important;
}
#faqbox a{
	color: #7b8282;
}


#nav {
	float:left;
	padding-top:50px;
	padding-left: 30px;
	border:none;
	margin:0;
}
#nav table {
	margin: 0px;

}
#nav td {
	/*padding-left:25px;
	padding-right:25px;*/
	/*padding-bottom:25px;*/
}
#nav a {
	border:1px solid #FFFFFF;
	/*text-decoration:none;*/
}
/*#nav a:hover {
border-bottom-color:#666666;
}
*/
#nav img {
border:none;
}

.footer{
/*width:100%;*/
text-align:right;
}
