@charset "utf-8";
/* FuturePOS CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../pics/home_bgr.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

body.demo {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../company/pics/demo_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

body.top {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

/*background {
    url(../pics/content_bgr2.jpg) no-repeat fixed center; 
}*/

/* -- Styles for Bottom Navigation --*/
a.bot:link {
	color: #666666;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}

a.bot:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	background-color: #999999;
}

a.bot:visited {
	color: #666666;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
/*
a.bot:active {
	color: #666666;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
*/
/* -- End Styles for Top Navigation --*/

/* -- Styles for LEARN MORE links --*/
a.more:link {
	color: #D95709;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

a.more:hover {
	color: #D95709;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.more:visited {
	color: #D95709;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
/*
a.more:active {
	color: #D95709;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
 -- End Styles for LEARN MORE links --*/

/*-- Styles for Nav Menu --*/	
#nav_menu {
	width: 164px;
	margin: 0px;
	}
	
#nav_menu li a {
	height: 32px;
  	height: 24px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}	
	
#nav_menu li a:link, #nav_menu li a:visited {
	color: #333;
	display: block;
	background:  url(pics/menu.gif);
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
	
#nav_menu li a:hover {
	color: #FFF;
	background:  url(pics/menu.gif) 0 -32px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
/*-- End Styles for Nav Menu --*/

.Dealerbtn {
	color: #333333;
	font-weight: bold;
	border: 1px solid #a3a3a3;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
.Dealerbtn:hover {
	color: #333333;
	border: 1px solid #a3a3a3;
	background-color: #a3a3a3;
	cursor: pointer; /* cursor: hand; for IE5 */
	}
	
.Dealertext { 
 	font-size: 12px; 
 	background-color: #ffffff; 
 	border: 1px solid #a3a3a3; 
}

ul.demo {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15;
	list-style-position: outside;
	list-style-image: url(../pics/ul_list_bullet.png);
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15;
	line-height: normal;
	}
	
ul.customize {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8;
	list-style-position: outside;
	list-style-image: url(../pics/ul_list_bullet.png);
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8;
	line-height: normal;
	}
	
ul.home {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 0;
	padding-right: 8;
	padding-bottom: 0;
	padding-left: 8;
	list-style-position: outside;
	list-style-image: url(../pics/ul_list_bullet.png);
	list-style-type: none;
	margin-top: 0;
	margin-right: 8;
	margin-bottom: 0;
	margin-left: 8;
	line-height: normal;
}		

table.list {
	border: 1px solid #a3a3a3;
}


.divider {
	color: #7D7D7D;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D95709;
}

.titlesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #D95709;
}

.titleblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2D60B5;
}

.titlebluesm {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #316ac5;
}

.titlewhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-left: 10px;
	padding-left: 10px;
}

.titlewhitesm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-left: 10px;
	padding-left: 10px;
}

.content {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.list_title {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin-left: 10px;
	padding-left: 10px;
}

.list_title2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #D95709;
	margin-left: 10px;
	padding-left: 10px;
}

.subtitle {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.FUSION_quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #264094;
	margin-left: 0px;
	padding-left: 0px;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-left: 0px;
	padding-left: 0px;
}

.quote1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #264094;
}

.quote2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #264094;
	margin-left: 80px;
	padding-left: 80px;
}

.quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #264094;
	margin-left: 0px;
	padding-left: 0px;
}

.quotetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #316ac5;
	margin-left: 0px;
	padding-left: 0px;
}

.subtitlegrey {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}

.copyright {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.video_title {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #7E7E7E;
	background-color: #EEEEEE;
	padding: 9px;
	border: 1px solid #aba5a1;
}

.prompt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #D55509;
}

.address {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #D55509;
	margin-left: 10px;
	padding-left: 10px;
}

.picpadding {
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.formtitle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-left: 15px;
	padding-left: 15px;
}

.picborder {
	border: 1px solid #a3a3a3;	
}

.time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.redstar {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
