/*ELEMENTS--------------------------------------------------------------//
------------------------------------------------------------------------*/
/* ---------------breadcrumb style-------------- */

#breadcrumb{
font-family: "Trebuchet MS", Arial, Sans-serif;
background: url("/chrome/breadcrumbbkg.jpg") repeat-x;
font-size: 11px;
color: blue;
height: 30px;
float: left;
clear: all;
}

#breadcrumb p{
margin: 6px 15px 11px 14px;
}

#breadcrumb a:hover{
color: gray;
}

#breadcrumb a:visited{
color: purple;
}

#breadcrumb a:visited:hover{
color: gray;
}


/*LEFT COLUMN-----------------------------------------------------------//
------------------------------------------------------------------------*/
#leftColumn{
	float:left;
	clear: left;
	display:inline;
	width:330px;
	height:auto;
	margin:15px 10px 0px 40px;
}

#leftColumn h1{
	font-weight:900;
	font-size:19px;
}

#leftColumn h2{
	width:330px;
	font-family: Verdana, Arial, Sans-serif;
	font-weight:normal;
	font-size: 14px;
	margin:0px 0px -1px 0px;
	line-height: 105%;
}

#leftColumn hr{
width: 100%;
color: black;
}


#leftColumn h3{
	width:330px;
	font-weight:bold;
	font-size: 16px;
	margin-bottom: 1px;
	line-height: 94%;
}


#leftColumn ul{
	float:left;
	display:inline;
	clear:left;
	width:300px;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-serif;
	margin: -5px 0px 0px -10px;
}

#leftColumn li{
padding-bottom: 4px;
width: 290px;
}


#leftColumn p{
  font-family: Verdana, Arial, Sans-serif;
  font-size: 12px;
  line-height: 120%;
  width: 300px;
}

.videoPlayer{
	float:left;
	display:inline;
	width:320px;
	height:176px;
	margin:15px 0px 0px 40px;
}


/*RIGHT COLUMN----------------------------------------------------------//
------------------------------------------------------------------------*/
#rightColumn{
	float:left;
	width:530px;
	float: left;
	margin: 20px 0px 0px 20px;
}

#rightColumn h1{
	font-weight:bold;
	font-size:19px;
	margin:0px 0px -7px 0px;
}

#rightColumn h3{
margin: 0px 0px -13px 0px;
font-size: 120%;
}

#rightColumn h4{
margin: 0px 0px -5px 0px;
color: #006699;
}

#rightColumn p{
	font-size:12px;
	font-family: Verdana, Arial, Sans-serif;
	line-height: 110%;
}






/*TRI FORM--------------------------------------------------------------//
------------------------------------------------------------------------*/
#triForm{
	float:left;
	display:inline;
	width:478px;
	height:200px;
	height:auto;
	padding:0px;
	margin:0px 80px 0px 0px;
	border:1px solid #999999;
	background:url(/chrome/triForm.gif);
}

#triForm form{
	float:left;
	display:inline;
	clear:none;
}

#brandForm select{
	width:145px;
	/*height:172px;*/
}

#modelForm select{
	width:132px;
	/*height:172px;*/
}

#triForm p{
	float:left;
	display:inline;
	clear:both;
	font-size:10px;
	line-height:100%;
	color:#006699;
	width:469px;
	margin:4px 0px 0px 0px;
	padding:4px;
	background:white;
}

#triForm a.addToCart{
	float:right;
	display:inline;
	height:19px;
	width:83px;
	margin:0px 20px 0px 0px;
}

#triForm a.addToCart:hover{
	float:right;
	display:inline;
	height:19px;
	width:83px;
	margin:0px 20px 0px 0px;
}


