a, a:active, a:visited {
	font-weight: normal; 
	text-decoration: none;
	color:#4d9fda;
}
a:hover {
	text-decoration: underline; 
	color:#4d9fda; 
}

body {
	margin: 0;
	padding-top: 0;
	text-align: center;
	background-color: #000;
 }
 .std {
	font: normal 11px/14px  arial, verdana, microsoft sans-serif, sans-serif;
	color: #535353;
}

hr {
	height: 1px;
	width: 100%;
	background: #000000;
	border: 0;
	color: #000000;
}

h1 {
	font: 300 27px/28px gotham, arial, verdana, microsoft sans-serif, sans-serif;
	color: #642f12;
	margin: 0px;
}

h2 {
	font: 300 20px/28px  arial, verdana, microsoft sans-serif, sans-serif;
	color: #4b9ad3;
	margin: 0px;
}
h3 {
	font: 300 12px/14px  arial, verdana, microsoft sans-serif, sans-serif;
	color: #4b9ad3;
	margin: 0px;
}

#mc {
	width:950px;
	margin: auto;
}
#pagetile {
	background: url(images/mc_bg.gif) repeat-y 0px 0px;
	float:left;
}

#header {
	background: url(images/auto_wholesale_top.gif) no-repeat 0px 0px;
	width:950px;
	text-align:left;
	height:120px;
}
#header2 {
	width:771px;
	text-align:left;
	height:75px;
}
#topMenuContainer {
	width: 500px;
	float: right;
	text-align: right;
	margin: 5px 40px 0 0;
	padding-right:20px;
}

ul {
	margin: 0px;
	padding:0px;
}

/* Start Main Menu */
#mainnavlinks, #mainnavlinks ul {
	width: 500px;
}

#mainnavlinks ul li {
	list-style: none;
	float: left;
	display: inline;
	margin: 0px;
}

#mainnavlinks ul li a {
	display: block;
	height: 28px;
	margin: 0px;
	padding: 0px;
}

/* End Side Menu */

#mainnavlinks em, #header2 em {
	display: none;
}

#about, #about a {
	width: 107px;
	background: url(images/m_about.png) no-repeat 0px 0px;
}	
#about a:hover {
	background: url(images/m_about.png) no-repeat 0px -28px;
}
#viewinventory, #viewinventory a {
	width: 159px;
	background: url(images/m_view_inventory.png) no-repeat 0px 0px;
}	
#viewinventory a:hover {
	background: url(images/m_view_inventory.png) no-repeat 0px -28px;
}
#financing, #financing a {
	width: 110px;
	background: url(images/m_financing.png) no-repeat 0px 0px;
}	
#financing a:hover {
	background: url(images/m_financing.png) no-repeat 0px -28px;
}
#contact, #contact a {
	width: 124px;
	background: url(images/m_contact.png) no-repeat 0px 0px;
}	
#contact a:hover {
	background: url(images/m_contact.png) no-repeat 0px -28px;
}


/* Start Content Formatting*/
#content {
	font: normal 12px/14px arial, verdana, microsoft sans-serif, sans-serif;
	color: #535353;
	width: 761px;
	text-align: left;
	background: url(images/bg2.jpg) no-repeat 0px 0px;
	margin:auto;
	float:left;
	padding-left:50px;
}
#contentdivide {
	float:left;
  	margin-top: 5px;
  	margin-bottom: 5px;
}

#contentdivide #left {
	width: 105px;
	float: left;
}

#contentdivide #right {
	width: 400px;
	float: right;
	padding: 10px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}


#leftcol {
	width: 150px;
	vertical-align: top;
	float:left;
	padding-top:20px;
}
#midcol {
	width: 530px;
	vertical-align: top;
	float: left;
	margin:0 0 0 50px;
}
#midcol p {
	font: normal 12px/14px  arial, verdana, microsoft sans-serif, sans-serif;
	color: #535353;
	
}
#midcol p em {
	font: bold 14px/16px  arial, verdana, microsoft sans-serif, sans-serif;
}
#midcol ul li {
	font: normal 12px/18px  verdana, microsoft sans-serif, sans-serif;
	color: #535353;
	list-style-image: url("images/a_bullet.gif");
	margin-left: 25px;
	margin-top: 0px;
	padding: 0px;
	list-style-type:disc;
}

/*  Photos  */
.picLeft {
	float: left;
    margin-top: 3px;
	margin-right:5px;
	margin-bottom: 10px;
	border: 0px solid #2b5eae;
}

.picright {
  float: right;
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 0px solid #2b5eae;
}

.pic {
  margin: 2px;
  border: 0px solid #2b5eae;
  vertical-align: top; 
}


/* Footer */

#copyright  {
	font: normal 10px/12px arial, verdana;
	color: #8d8d8d;
	width: 900px;
	height:100px;
	text-align: right;
	padding-top: 50px;
	padding-right:50px;
	float: left;
	text-decoration:none;
	background-color: #000;
	background-image: url(images/end.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
 #copyright a {
	color: #8d8d8d;
	text-decoration:none;
	}
 #copyright a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/* Home Footer */

#copyrightHome  {
	font: normal 10px/12px arial, verdana;
	color: #6b6b6b;
	width: 761px;
	height:200px;
	text-align: center;
	background: url(images/home_end.jpg) no-repeat 0px 0px;
	padding-top: 150px;
	float: left;
	background-color:#000000;
	text-decoration:none;
}
 #copyrightHome a {
	color: #6b6b6b;
	text-decoration:none;
	}
 #copyrightHome a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
