/* this template was created for and by Phase New Media -- 

this page is broken into six section :

-- colours

background grey: #414649
main text :#3C4043


*/

/* **************************************************************** */
/* **********************   Basic Elements ************************ */
/* **************************************************************** */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;

}

html { height: 100%; } /* add scrollbars to borwsers that do not have them - this eliminates page shift between long and short pages */ 


img { border: none; }

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {

	background-image: url("../images/back1.jpg");
	background-repeat: repeat-y;
	background-position: center;
  background-color: #414649;	
  height:101%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #3C4043;
  font-size: 0.75em;
  line-height: 140%;
  margin: 0; 
  padding: 0;
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}

.clear {
	clear:both;
}
/* **************************************************************** */
/* **********************   Layout         ************************ */
/* **************************************************************** */



#outerWrapper { /*use this for pages with height less than the browser height. This is a FIREFOX height hack*/
	width: 895px;
	margin: 0 auto;
	text-align:left;
	background-image: url("../images/back1.jpg");
	background-repeat: repeat-y;
	background-position: center;
 	min-height:100% ;

}

*html #outerWrapper {
	height:100% ;	
	min-height:100%;
}

#outerWrapper_long { /*use this for pages with text exending beyond the height of the browser. This is a FIREFOX height hack*/
	width: 895px;
	margin: 0 auto;
	text-align:left;
	background-image: url("../images/back1.jpg");
	background-repeat: repeat-y;
	background-position: center;
 	min-height:100% ;
	display:table;
}

*html #outerWrapper_long{ /*Displays the bacrground in DREAMWEAVER so you can see what you're editing*/
	height:100% ;	
}

#leftcol {
	float: left;
	width: 136px;

}

#maincol {
	float: left;
	width: 623px;
	background-image: url("../images/defaulttopbg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	
}

#cars {
	margin-left: -10px;
	padding: 10px 10px 10px 20px;

}
#cars_rightalign {
	padding: 10px 5px 10px 5px;
	float: right;
	margin-right: 10px;
}


#new_maincol {
	float: left;
	width: 623px;

}

*html #outerWrapper #new_maincol{
	height:100%;
}

#rightcol {
	float: right;
	width: 136px;
}


/* **************************************************************** */
/* **********************      Navigations     ******************** */
/* **************************************************************** */
.cnav { width:40px; }


.anav, .bnav, .cnav, .dnav, .bottom_nav {
	list-style-type: none; /*turns off display of bullet*/
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
}		/* using this technique of the vertical list style add the id in the ul not in a div */
	
.anav li, .bnav li, .cnav li, .dnav li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.dnav li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.anav img, .bnav img, .cnav img{ 
	display: inline; /* IE: this achieves consistent padding between images in a vertical list */
}

.dnav img {
	display:inline;
	margin-top:0px;
}


/* **************************************************************** */
/* **********************   Leftcol Elements   ******************** */
/* **************************************************************** */


#hondalogo {
	padding-left:22px;
	margin-bottom: 365px;
}	

	
	
/* **************************************************************** */
/* **********************   Maincol Elements   ******************** */
/* **************************************************************** */

#logophone {
	margin: 50px 0 31px 25px; 
	clear: right;
}


#defaultmap {
	float:left;
	margin-top:-6px !important;
}

#defaultfeature {
	float:right;
	margin-top:-6px !important;
}

#fixgap{
	margin-top:4px;
	
}

#footer {
	font-size: 75%;
	padding:20px 0 0 8px;
	color:#666666;
	text-align:center;
	display:block;
	width:500px;
	margin:15px auto 10px auto;
	clear:both;
	background-image:url("../images/footer_div.jpg");
	background-repeat:no-repeat;
	background-position:top;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:focus {
  color:#666666;
  font-weight: bold;
  text-decoration: none;
 }

#flashcontent {
	padding:0;
	margin-bottom:-5px;
}

#fix_flashcontent_gap {
	margin-bottom:4px;
}

/* **************************************************************** */
/* ********************** new_Maincol Elements  ******************* */
/* **************************************************************** */

#new_hero, #phone {
	width:503px;
	float:left;
}

#model_nav {
	width:120px;
	float:right;
	clear:none;

}


.varients {
	float:right;
	width: 160px;
	font-size: 85%;
	margin-right: 5px;
	border: 1px solid #CFCECC;
	background-color: #E7E7E7;
	margin-top:8px;
}

#varient_wrap{
	float:right;
	width:160px;
	margin-top: 260px;

}

#varient_wrap_fix{
	margin-right:10px;
}

.varients td{
	padding: 5px 0 0 5px;
}

#new_hero{
	padding-top:10px;
}

#new_content{
	float:left;
	padding-left: 45px;
	width:455px;
}
#new_content2{
	float:left;
	width:500px;
}
#new_cars{
}
.new_cars ul {
	list-style: none;
}

.new_cars li {
	display: inline;
	list-style: none;
	padding: 20px 10px 20px 10px;
}
.new_cars ul {
	list-style: none;
	padding:5px;
}
.info {
	padding:20px 35px 0 0;
	font-size:90%;
}

.info_wide{
	padding:20px 0 0 45px;
	float:left;
	width:390px;
	font-size:90%;
}

.info_wide img{
	display:block;
	float:left;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 5px;
	margin-right: 10px;
	border-width: 0 0 3px 3px;
	border-style: solid;
	border-color: #474C50;
}

.info p, .info_wide p {
	margin-bottom:18px;
}

.info h3, .info_wide h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #8a191f;
	line-height: 90%;
	background-image:url("../images/title_bg.jpg");
	background-repeat:no-repeat;
	padding: 3px 2px 12px 2px;

}

.info_wide .new_heading {
	border:none;
	padding: 0;
	margin:0;



}


.info h4, .info_wide h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: italic;
	color: #6C6B66;
	
	

}

#colour_table{
	margin:0 0 0 10px;
	float:right;
	width:195px;


}

.bottom_nav li {
	margin:40px 0 0 0;
	display:inline;
	float:left;
}


/* **************************************************************** */
/* **********************   Rightcol Elements   ******************** */
/* **************************************************************** */

#bnavfloat {
	padding-left:15px;
	padding-top: 60px;
	padding-bottom: 60px;
}


/* **************************************************************** */
/* **********************     Demo styles      ******************** */
/* **************************************************************** */

#demo_listing {

}

#demo_listing p{
	font-size:85%;
}

#update {
	padding:5px 18px 20px 0;
}

.demo_items { 
	float: left; 
	display: inline; 
	margin: 10px 5px; 
	font-size: 90%;
	background-image:url("../images/demo_list_bgbtm.gif");
	background-repeat:no-repeat;
	background-position:bottom;
} 

.demo_pic {
	text-align:center;
}

.demo_specs {
	padding: 0 0 5px 25px ;
	line-height: 10px;
	font-weight:100;

}

.demo_prices {
	color:#990000;
	font-weight:bold;
	padding:0 10px 25px 25px;
	line-height: 10px;
}


.demo_heading {
	font-weight:bold;
	padding:12px 0 0 0;
	text-align:center;
	background-image:url("../images/demo_list_bgtop.gif");
}
/* **************************************************************** */
/* **********************     Specials styles      **************** */
/* **************************************************************** */
#specials_listing {
	padding:5px 20px 15px 25px;
	font-size:100%;
}

#specials_listing p{
	font-size:85%;
}

#update {
	padding:5px 18px 20px 0;
}

#specials2 { 
	width:280px;
	float: left; 
	display: inline; 
	margin: 0px 5px 20px 0px; 
	padding: 0px 0 20px 0;
	background-image:url("../images/specials_bgbtm.gif");
	background-repeat:no-repeat;
	background-position:bottom;
} 
#specials2 p {
	padding: 0px 20px 10px 20px;

}
.specials_pic {
	text-align:center;
}

.specials_specs {
	padding: 0 0 5px 25px ;
	line-height: 10px;
	font-weight:100;

}

#specials2 h2 {
	color:#990000;
	font-weight:bold;
	line-height: 10px;
	padding: 0 20px 20px 20px;
	font-size: 100%;
}
.specials_conditions {
	line-height: 100%;
	font-size:80%;

}


#specials2 h1 {
	font-weight:bold;
	padding:22px 20px 0px 20px;
	background-image:url("../images/specials_bgtop.gif");
	background-repeat:no-repeat;
}
/* **************************************************************** */
/* **********************     Accessories styles     ************** */
/* **************************************************************** */
#access_List{
	padding:5px;
}
#access_List p{
	font-size:85%;
}
#access_List ul {
	list-style: none;
}

#access_List li {
	display: inline;
	list-style: none;
	padding: 20px 5px 20px 5px;
}
#access_List ul {
	list-style: none;
	padding:5px;
}
.access_leftthumb{
	float:left;
	position: relative;
}
.access_rightthumb{
	margin-left:190px;
}
.access_rightthumb2{
	margin-left:390px;

}
/* **************************************************************** */
/* **********************    About styles      ******************** */
/* **************************************************************** */

.about, .employment, .contact, .map {
	padding: 10px 20px;
}


.about h3, .employment h3, .contact h3, .map h3{
	font-size: 95%;
	color: #666666;
	
}

.about h2, .employment h2, .contact h2, .map h2 {
	font-size: 105%;
	color: #6E181B;
	margin-top: 25px;
	margin-bottom: 8px;
}

.about p, .employment p,  .contact p{
	margin-bottom: 12px;
	
} 

/* **************************************************************** */
/* **********************    Form styles      ******************** */
/* **************************************************************** */


.form_container {
	clear: both;
	width: 550px;
	float: left;
	margin: 0 0 20px 0;
	padding: 10px;
}

.formcell {
	width: 150px;
/*--height: 40px;--*/
	padding: 7px;
	display: block;
	float: left;
	margin: 0 3px 3px 0;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	}

.formcell1{
	width: 150px;
	height: 111px;
	padding: 7px;
	display: block;
	float: left;
	margin: 0 3px 3px 0;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	}
	
.descriptioncell {
	width: 232px;
/*--height: 40px;--*/
	padding: 5px;
	display: block;
	float: left;
	margin: 0 3px 3px 0;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	}
	
.formheading {
	display: block;
	float: left;
	color: #333;
	font-size: 11px;
	}


#colourPicker {
	width:195px; 
	background:#FFF; 
	height:208px; 
	border:#000 solid 5px; 
	float:right;
	position:relative;
	padding:10px 0 0 0;
	}
	
	#colourPicker span {
		display:block;
		margin:0 0 5px 10px;
		}
	
	#spriteContainer {
		position:absolute;
		bottom:0;
		width:100%;
		overflow:hidden;
		height:100px;
		}
	
		#spriteContainer img {
			width:190px;
			position:absolute;
			}
		
		#colourPicker ul {
			margin:0 0 0 8px;
			padding:0;
			}
		
		#colourPicker li {
			display:block;
			width:20px;
			height:20px;
			border:#333 solid 1px;
			text-indent:-20000px;
			overflow:hidden;
			float:left;
			margin:0 3px 3px 0;
			list-style:none;
			cursor:pointer;
			}
			
		#colourDesc {
			color:#000;
			font-weight:bold;
			position:absolute;
			bottom:110px;
			}