body, html {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;	
	text-align:center;	
}
#headerbackground {
	position:absolute; 
	height:50px; 
	top:0px; 
	left:0px;
	width:100%;
	height:100px;
}
div, td , p {
	font-size:11px;
	text-align:left;
}
p {
	line-height:1.5;
}
* html {
	height:1%;
	margin-bottom:12px ;
}
/*GLOBAL LAYOUT STYLES*/

#outer {
	position:relative;
	height:100%;
	width:990px;
	min-height:100%;
	margin:0 auto -60px auto;	
	padding:0;
	overflow-x:hidden; /*IE7 scrollbar fix */
}
html>body #outer{
	height:auto;
}
#header {
	padding-top:16px;
	height:85px;
}
#footer {
	position:relative;
	width:990px;
	margin:0 auto;
	height:60px;
	clear:both;
}
* html #footer {/*only ie gets this style*/
	\height:59px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearfooter{
	clear:both;
	height:60px;
}
/*HEADER CONTENT STYLES*/

#header_in {
	height:85px;
}
#logo {
	width:311px;
	height:85px;
	float:left;	
}
#logo a, #logo a:visited, #logo a:hover {
	display:block;
	width:311px;
	height:85px;
}
#header_right {
	width:670px;
	float:right;
}
#header_top {
	height:60px;
}
#header_bottom {
	height:22px;
}
#tnav {
	float:left;
	width:270px;
	
}
#tnav ul {
	list-style:none;
	margin:0;
	padding:0;
	height:20px;
}
#tnav ul li {
	float:left;
	width:auto;
	margin:0;
	text-align:center;
}
#tnav ul li.reglink {
	padding:4px 4px 0 4px;
}
#tnav ul li a.tnav_blocklink, #tnav ul li a.tnav_blocklink:visited {
	display:block;
	height:17px;
	width:80px;	
	padding:4px 4px 0 4px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#tnav_textlinks {
	float:left; 
	width:360px; 
	text-align:left;
	padding:0px 20px 0 0;	
	text-align:right;
}
/*-------------FOOTER CONTENT STYLES----------------*/
#footer_content {
	height:60px;
	padding-right:20px;
	font-size:10px;
	text-align:right;	
}
#footer_right {
	float:right;
	width:10px;
	height:60px;
	background:#fff url(../images/footer_right.gif) top right no-repeat;
}
#footer_content a, #footer_content a:visited {
	text-decoration:none;
}
#footer_content a:hover{
	text-decoration:underline;
}
/*-------------MAIN CONTENT STYLES----------------*/
#content,
.content {
	min-height:1px;
	position:relative;
	margin:0px 190px 0 200px;
	padding:5px 5px 5px 20px;
}
.content:after {
	content: "."; 
	display: block; 
	height: 0px;
	clear: both; 
	visibility:hidden;
}
#leftcol {
	float:left;
	width:178px; 	
	height:auto;
	padding:10px 10px 10px 14px;
}
#rightcol {
	position:relative;	
	float:right;
	height:auto;
	width:180px;
	margin:0 5px 0 5px;
}
.spacer {
	height:2px;
	font-size:0;
}
.centered {
	text-align:center;
}
.r {
	text-align:right;
	padding-right:2px;
}
i, em {
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*inner layouts*/
.twocolumns_left {
	margin-right:200px;
}
.twocolumns_right {
	float:right;
	width:180px;
	padding:5px;
}
/*titles*/
h1.title {
	margin:0 0 5px 0;
	padding:0;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
h1.title2 {
	margin:0 0 5px 0;
	padding:0;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
}
h2.subtitle {
	margin:15px 0 5px 0;
	padding:0;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align: center;
}
/*tables*/
table.tabela input.finput {
	width:160px;
}
table.tabela th,
table.tabela td {
	padding:2px;
}

/*form styles*/
.req {
	font-weight:bold;
}
.formframe {
	padding:10px;
	margin-bottom:5px;
}
.formframe2 {
	padding:10px;
	margin-bottom:5px;
}
.formframe3 {
	padding:10px;
	margin-bottom:5px;
}
.formrow {
	height:22px;
	margin-bottom:2px;
}
*html .formframe {
	height:1%;
}
.formframe h2 {
	padding-top:0 !important;
	margin-bottom:20px !important;
	margin-top:0 !important;
}
select {

	font-size:11px;
	
}
label,
div.empty,
#cform label, #cform div.empty,
#doform label, #doform div.empty,
#liform label, #liform div.empty {
	display:block;
	float:left;
	width:100px;
	height:20px;
	padding-right:4px;	
	text-align:right;
}
#dealerappform label, #dealerappform div.empty {
	width:160px;
}
#cform input, #cform textarea,
#doform input, #doform textarea ,
#liform input, #liform textarea {
	width:240px;
	margin-bottom:2px;
		
}
#cform textarea,
#doform textarea {
	height:100px;
	width:236px;
}
input.finput, #sc_table input.qu {
	width:200px;
	height:auto;
	padding:1px;
	font-weight:bold;	
}
input.finput:hover, #sc_table input.qu:hover {
	height:auto;
}
input.finput:focus, #sc_table input.qu:focus {
	height:auto;
}
textarea.finput {
	padding:3px;
	font-weight:bold;
}
a.button, a.button:visited,
a.find, a.find:visited {
	display:block;
	width:80px;
	height:16px;	
	padding:4px 4px 0 4px;	
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

a.find, a.find:visited {
	width:150px;
	text-align:left;
	padding-left:10px;
	margin:5px auto;
}
#fasny {
	padding:10px 0 5px 0;
	margin:-12px 0 5px 6px;
	width:186px;
	text-align:center;
}
#onlinestores table td div {
	width:155px;
	height:120px;
	padding:4px;
	line-height:1.3;
	margin:1px;
	float:left;
	border:1px solid #eee;

}
.availblue{
	font-size: 10px;
	color: #0099FF;
}