/* CSS Document */


body { font-size: medium; font-family: arial; }
body { margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	font-family:arial, verdana, sans-serif;}

h1{ font-size:200%; color: black;}
h2{ font-size:165%; color: black;}
h3{ font-size:140%; color: gray;}
h4{ font-size:120%; color: gray;}
h5{ font-size:110%; color: gray;}
h6{ font-size:100%; color: gray;}

a:link { text-decoration: none; color: blue; }
a:visited { text-decoration: none; color: A55858; }
a:active { text-decoration: underline; color: green; }
a:hover { text-decoration: underline; color: gray; }

td {   
    border-radius: 3px;
    }
th  {
    border-radius: 3px;
    }
table  {
       border-radius: 3px;
       }


.threequarters{font-size:75%;text-align:left}
.bold_italic_text{font-size:100%; font-style: italic; font-weight:bold; }
.howto_text{a:link { text-decoration: none; color: blue; font-weight: bold;}}

#part01{font-weight:bold;color:blue;}

#part02{font-weight:bold;color:black;}
#pricetag{font-weight:bold;
          font-size: 3em;
          color:black;}
          
#p_invoicepay{font-weight:bold;
          font-size: 200%;
          color:black;}
          

div#searchcars{font-size:8pt; font_family:arial;}
div#table_search{font-size:8pt; font_family:arial;}

#testimonials{text-align:left;}



/* ------SCALES DIV IMAGES TO SCREEN SIZE---------- */
img {
    max-width: 100%;
    height: auto;
}


/* ----------------------------------NAV AND HEADER CSS BEGINS HERE----------------------------- */

/* -------HEADER IMAGE CSS BEGINS HERE------- */
header {
	background-color: #FF0000;
}

#banner {
	
	margin-bottom: -4px;
	}
/* ------HEADER IMAGE CSS ENDS HERE------- */   


/* --------NAVBAR CSS BEGINS HERE--------- */
#main-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    
}

#main-nav li {
	float: left;
}

#main-nav li a, .dropbtn {
    display: inline-block;
    color: white;
    
    padding: 14px 16px;
    text-decoration: none;
	font-size: 90%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
	
	}

#main-nav li a:hover, .dropdown:hover .dropbtn {
    background-color: #00FF00;
	color: #000000;
}

#main-nav li.dropdown {
    display: inline-block;
}

#main-nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#main-nav .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

#main-nav .dropdown-content a:hover {
	background-color: #00FF00;
	color: #000000;
	 }

#main-nav .dropdown:hover .dropdown-content {
    display: block;
}
/* -----NAVBAR CSS ENDS HERE----- */

 



/* ---SEARCH BOX CSS BEGINS HERE--- */ 
form {
	float: left;
	margin-top: 10px;
	margin-left: 19px;
}
.search {
                padding:8px 15px;
                background:rgba(50, 50, 50, 0.2);
                border:0px solid #dbdbdb;
}
.button {
                position:relative;
                padding:6px 15px;
                left:-8px;
                border:2px solid #207cca;
                background-color:#207cca;
                color:#fafafa;
}
.button:hover  {
                background-color:#fafafa;
                color:#207cca;
}

#calltext {
	float: left;
	margin-top: 6px;
	margin-left: 31px;
	color: #751CD8;
}
/* ----SEARCH BOX CSS ENDS HERE---- */ 


/* -----MAIN NAVBAR RESPONSIVE CSS------- */
@media screen and (max-width: 600px){
    
   #main-nav li {float: none;}
   
   #main-nav li.dropdown {display: block;}
}
/* ------MAIN NAVBAR RESPONSIVE CSS ENDS HERE------ */


 /* -----SEARCH BOX CSS BEGINS HERE------ */ 
form {
	margin-top: 11px;
	float: left
	margin-left: 46px;
    
}
.search {
                padding:8px 15px;
                background:rgba(50, 50, 50, 0.2);
                border:0px solid #dbdbdb;
}
.button {
                position:relative;
                padding:6px 15px;
                left:-8px;
                border:2px solid #207cca;
                background-color:#207cca;
                color:#fafafa;
}
.button:hover  {
                background-color:#fafafa;
                color:#207cca;
}

#calltext {
	float: left;
	margin-top: 6px;
	margin-left: 31px;
	color: #751CD8;
}
/* ----SEARCH BOX CSS ENDS HERE------ */ 
/* ----------------------------NAV AND HEADER CSS ENDS HERE------------------- */




/* ---------------------LEFT ASIDEBAR CSS BEGINS HERE----------------------- */
#left-aside-bar {
	text-align: left;
	}

/* ---LEFT NAVAGATION SIDEBAR CSS BEGINS HERE- */
#nav-sidebar ul {
      list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #333;
    }

#nav-sidebar li a {
    display: block;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    text-decoration: none;
	font-size: 100%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
	}

#nav-sidebar li a:hover {
     background-color: #00FF00;
	 color: #000000;
}
/*--LEFT NAV SIDEBAR CSS ENDS HERE------- */

 
 
 
 /* -------123 LIST CSS---------- */
#list ul {
      list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #ff0000;
    }

#list li a {
	display: block;
	color: white;
	paddi
	padding-left: 16px;
	padding-bottom: 0px;
	text-decoration: none;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

#list li a:hover {
     background-color: #00FF00;
	 color: #000000;
}

#fb-logo {
	ng-top: 5px;
	margin-bottom: -4px;
}
/*------------------------LEFT ASIDE BAR ENDS HERE  --------------------------*/





/* -------------FOOTER CSS BEGINS HERE---------------- */

#bottom-banner   {
	background-color: #ff0000;
	padding-bottom: 22px;
	margin-bottom: -16px;
	padding-top: 8px;
		}

#bottom-banner a  {
	color:#00FF00 ;
		}

#bottom-banner h1  {
	color: white;
	background-color: #ff0000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	}
	
#bottom-banner p {
	color: white;
	background-color: #ff0000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	font-size: 105%;
	padding-left: 250px;
	padding-right: 250px;
	}

#footer ul {
	list-style-type: none;
    margin:
    padding: 0;
	overflow: hidden;
	background-color: #333;
	
	padding-left: 160px;
	}

#footer li {
	float: left;
}

#footer ul a {
	target-name:new;
    target-new:tab;
}

#footer li a{
    display: inline-block;
    color: white;
    
    padding: 14px 16px;
    text-decoration: none;
	font-size: 90%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

#footer li a:hover {
    background-color: #00FF00;
	color: #000000;
}
/*------------- FOOTER CSS ENDS HERE ------------------*/


/* -------------NAV-CAT CSS BEGINS HERE---------------- */
#nav-cat ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    
}

#nav-cat li {
	float: left;
     
}

#nav-cat li a {
	display: inline-block;
	color: white;
	
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 70%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

#nav-cat li a:hover {
    background-color: red;
}
/* -------------NAV-CAT CSS ENDS HERE---------------- */

/* ------------CARLIST CSS BEGINS HERE------------- */
#car_list {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	
	}

#car_list table {
     border-collapse: separate;
    border-spacing: 5px 5px;
     width: 60%;
}

#car_list th {
	background-color:#FF0000;
	color:#F9F5F6
	
	}

#car_list table, th, td {
   /*  border: 5px solid white;*/
	text-align:left;
    }
	
#car_list td {
	padding-top: 8px;
    padding-bottom: 8px;
	}


#car_list tbody {
	background-color: #F7E6E7
	
	}
	
 #car_list td:hover  { 
    background: #FF0000;
	color: #F9F5F6;
}

#car_list td a:hover {
	color: #00ff00;
	}

#car_list td a { 
   display: block; 
   color: #000000;
   text-decoration: none;
   }
/* ------------CARLIST CSS BEGINS HERE------------- */
