/* CSS Document for www.charlesivey.com */

/* ---------------- */
h2 {
font:1.3em Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color: #6E6E6E;
margin-bottom: 5px;
}
a:link, a:visited{
	text-decoration: underline;
	font-style: normal;
	color: #000099;
	background-color: transparent;
}
a:hover, a:active{
	color: #711515;
	font-weight: bold;
}

body {
	font: .8em/1.4em verdana, arial, sans serif;
	background-color: #EEEEEE;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* Text Box Shadow */
.dropshadow1{
	float:left;
	clear:left;
	background: url(assets/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(assets/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 712px;
	padding: 0px;
}
.dropshadow1 .innerbox{
	height: 475px;
}	
.dropshadow2{
	float:left;
	clear:left;
	background: url(assets/images/shadowAlpha1.png) no-repeat bottom right !important;
	background: url(assets/images/shadow1.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 990px;
	padding: 0px;
}
.dropshadowsales{
	float:left;
	clear:left;
	background: url(assets/images/shadowAlpha1.png) no-repeat bottom right !important;
	background: url(assets/images/shadow1.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 665px;
	padding: 0px;
}
.dropshadowcardetail{
	width: 620px;
	height: 659px;
	float:left;
	clear:left;
	background: url(assets/images/shadowAlpha1.png) no-repeat bottom right !important;
	background: url(assets/images/shadow1.gif) no-repeat bottom right;
	margin: 10px -10px 10px 10px !important;

	padding: 0px;
}
#dropshadow-contact-left{
	float:left;
	clear:left;
	background: url(assets/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(assets/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 700px;
	padding: 0px;
}
#dropshadow-contact-ctr{
	width: 290px;
	float:left;
	clear:left;
	background: url(assets/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(assets/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0px 10px 5px;

	padding: 0px;
}
#dropshadow-contact-right{
	width: 265px;
	float: right;
/*	clear:right;*/
	background: url(assets/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(assets/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0px 10px 5px;
	padding: 0px;
}
#dropshadow-competition{
	float:left;
	clear:left;
	background: url(assets/images/shadowAlpha1.png) no-repeat bottom right !important;
	background: url(assets/images/shadow1.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 665px;
	padding: 0px;
}
#dropshadow-competition .innerbox{
	height:630px;
}
#dropshadow-contact-left .innerbox,
#dropshadow-contact-ctr .innerbox,
#dropshadow-contact-right .innerbox{
	height:420px;
}
.innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding: 4px;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:11px;
	margin: 3px;
}

/* THIS MAKES THE DROP SHADOW WORK ON IMAGES */
			/* Picture Shadow */
			.imagecontainer{
				  float:left;
				  clear:left;
				  background: url(assets/images/shadowAlpha.png) no-repeat bottom right !important;
				  background: url(assets/images/shadow.gif) no-repeat bottom right;
				  margin: 10px 0 10px 10px !important;
				  margin: 10px 0 10px 5px;
			}
			/* Picture Border */
			.imagecontainer img{
				display: block;
				position: relative;
				background-color: #F0F1EB;/* pic border colour */
				border: 1px solid #a9a9a9;
				margin: -6px 6px 6px -6px;
				padding: 3px; /* white pic border */
			}

#page_nav {position: absolute; 
			bottom: 0;
			left: 10px;
		  }
/* -------------- */
#header {
	margin: 0px auto 5px auto !important;
	margin: 0px auto 0px auto;
	width: 990px;
	/*padding: 0px 0px 5px 0px;*/
	height: 120px;
}
.header_img_left {
float:left;
margin-bottom: 10px;
}
.header_img_right {
float:right;
margin-right: 20px;
}
#footer {
/*	margin: 7px auto 0 auto;
*/
	margin-left: 4px;
	width: 990px;
	clear: both;
	height: 26px;
	font-size: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #003c8e;
	/*background: url(../assets/images/footer.gif) repeat-x left top;*/
}
.Copyright{
	margin-left:15px;
	width:50%;
	float: left;
}
.Copyright a:link, .Copyright a:visited,
.Copyright a:hover, .Copyright a:active {
	text-decoration:none;
	font-weight: normal;
	color:#FFF;
}
.DesignedBy {
	margin-right:15px;
	width:40%;
	float:right;
	text-align:right;
}
.DesignedBy a:link, .DesignedBy a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.DesignedBy a:hover, .DesignedBy a:active{
	text-decoration: underline;
	color: #F7EEDF;
}
.ChooseCar a:link, .ChooseCar a:visited {
	text-decoration: none;
	color:#FFFFFF;
	height: 45px;
}
.ChooseCar a:hover {
	text-decoration: underline;
	color:#FFFFFF;
	font-weight:normal;
}


#content {
/*border-left: 1px solid #711515;
border-right: 1px solid #711515;
border-bottom: 1px solid #711515;
padding: 10px 5px 6px 5px;*/
	margin: 5px auto 0 auto;
	padding-left: 5px;
	width: 1000px;
	float: left;
	background-color: #FFFFFF;
}
#rightpanel{
/*	margin: 0 auto 0 auto;
*/	width: 265px;
/*	height: 486px;
*/	float: right;
/*		float:left;
*/	clear:left;
	background: url(assets/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(assets/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0px 10px 5px;

	padding: 0px;
}

#rightpanel .innerbox{
	height:475px;
}

#rightpanel2{
/*	margin: 0 auto 0 auto;
*/	width: 265px;
/*	height: 486px;
*/	float: right;
/*		float:left;
*/	clear:left;
	background: url(assets/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(assets/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0px 10px 5px;

	padding: 0px;
}
#rightpanel2 .innerbox{
/*	height:520px;
*/	min-height:480px;
}
#leftpanel{
	height: 486px;
	float:left;
	clear:left;
	background: url(assets/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(assets/images/shadow.gif) no-repeat bottom right;
/*	margin: 10px 10px 10px 10px !important;
*/	margin: 10px 0 10px 10px;
	width: 712px;
	padding: 0px;
}
#leftpanel .innerbox{
	height:477px;
}
#rpsales{
/*	margin: 0 auto 0 auto;
*/	width: 305px;
	height: 530px;
	float: right;
/*		float:left;
*//*	clear:left;*/
	background: url(assets/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(assets/images/shadow.gif) no-repeat bottom right;

	margin: 10px 0px 10px 5px;

	padding: 0px;
}
#rpsales .innerbox{
	height:500px;
}
.rpCarDetails{
	width: 355px;
	height: 659px;
	float: right;
	background: url(assets/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(assets/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0px 10px 5px;
	padding: 0px;
}
.rpCarDetails .li{
	color:#993300;
}

#rp-competition{
	width: 305px;
	height: 640px;
	float: right;
	background: url(assets/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(assets/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0px 10px 5px;
	padding: 0px;
}
#rp-competition .innerbox{
	height: 630px;
}
#rp-competition img{
	margin:10px 0px 10px 4px;
}

#rp-competition .caption {
	font-size:9px;
	text-align:center;
	margin: -10px 0px 0px 20px;
}
.hpanel {
	width:180px;
	height:20px;
	margin: 5px 6px;
	float:left;
	color:#FFFFFF;
	font:  0.5em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#003c8e;
}
.hpanel img{
	width: 180px;
	height: 120px;
	border:0px;
}
#hnavpanel {
	margin-left:5px;
}
#horiz_panel{
clear:both;
/*	height:130px;
	margin-top:-10px;*/
}

#horiz_panel .innerbox{
	height:150px;
	margin-top:0px;
}

#SalesPanel .innerbox, #rpsales .innerbox{
	height:520px;
}
#SalesPanel .CarSalePanel {
width:150px;
height:235px;
margin: 0px 6px 10px 7px;

float:left;
color:#FFFFFF;
font:  0.8em Verdana, Arial, Helvetica, sans-serif;
text-align:center;
background-color:#003c8e;
}


#SalesDetailPanel .innerbox{
	height:650px;
}
#SalesDetailPanel .CarMainView {
width:600px;
height:420px;
margin: 0px 5px 10px 5px;
float:left;
color:#FFFFFF;
font:  0.8em Verdana, Arial, Helvetica, sans-serif;
text-align:center;
background-color:#003c8e;
}
#SalesDetailPanel .CarIntView {
width:295px;
height:217px;
margin: 0px 0px 10px 5px;

float:left;
color:#FFFFFF;
font:  0.8em Verdana, Arial, Helvetica, sans-serif;
text-align:center;
background-color:#003c8e;
}
#SalesDetailPanel .CarAltView {
width:295px;
height:217px;
margin: 0px 6px 10px 0px;
float:right;
color:#FFFFFF;
font:  0.8em Verdana, Arial, Helvetica, sans-serif;
text-align:center;
background-color:#003c8e;
}
.CarSalePanel{
padding: 0px;
margin: 0px;}

.CarSalePanel img{
/*margin: 5px 0px 10px 0px !important;*/
margin: 5px 0px;

/*padding:0px 0px 0px 1px !important;*/
padding: 0px;
/*	margin: 5px 0 10px 0px !important;
	margin: 0px 0px 10px 0px;*/
}
.car_price {
font:  1.5em Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}


/* Navigation */
ul#tabnav {
clear:left;
list-style-type: none;
margin-top: 15px;
margin-left: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 24px;
border-bottom:1px solid #999999;
font: bold 11px Verdana, Arial, Helvetica, sans-serif
}
/*not selected tab c8010c*/
ul#tabnav li {
float:left;
height: 21px;
background-color:#919CB2;
color:#FFFFFF;
margin:2px 2px 0 2px;
border:1px solid #999999;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
width:100px; /* Width of menu tabs */
}

ul#tabnav a:link, 
ul#tabnav a:visited {

display:block;
color:#FFFFFF;
background-color: transparent;
text-decoration:none;
padding: 4px;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
ul#tabnav a:hover {
background-color: #FFF;/*#f4869c;*/
color:#000;
}
li{
font:10px Verdana, Arial, Helvetica, sans-serif;
}

body#home li.home, 
body#sales li.sales,
body#servicing li.servicing,
body#parts li.parts,
body#storage li.storage,
body#competition li.competition,
body#contact_us li.contact_us,
body#admin_home li.admin_home,
body#add_car li.add_car,
body#edit_car li.edit_car
{
border-bottom: 1px solid #FFF;
color: #FFF;
background-color:#003C8E;

}
body#home li.home a:link, body#home li.home a:visited,
body#sales li.sales a:link, body#sales li.sales a:visited,
body#servicing li.servicing a:link, body#servicing li.servicing a:visited,
body#parts li.parts a:link, body#parts li.parts a:visited,
body#storage li.storage a:link, body#storage li.storage a:visited,
body#competition li.competition a:link, body#competition li.competition a:visited,
body#contact li.contact_us a:link, body#contact_us li.contact_us a:visited,
body#admin_home li.admin_home a:link, body#admin_home li.admin_home a:visited,
body#add_car li.add_car a:link, body#add_car li.add_car a:visited,
body#edit_car li.edit_car a:link, body#edit_car li.edit_car a:visited
{
color:#FFF;
background-color:#003C8E;
}

body#admin_home li,
body#add_car li,
body#edit_car li{
width:180px; /* Width of menu tabs */
}

/* Pagination CSS */
div.pagination {
	padding-top: 10px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

.photo_select {
height:120px;
}
/* Image Positioning */
.Imgleft{
float: left;
border: 1px solid #999999;
margin-left: 6px;
margin-right: 16px;
margin-bottom: 6px;
}
.ImgleftNoBdr{
float: left;
border: 0px;
margin-left: 6px;
margin-right: 16px;
margin-bottom: 6px;
}
.Imgright{
float: right;
border: 1px solid #999999;
margin-left: 16px;
margin-right: 6px;
margin-bottom: 6px;
}
.ImgrightNoBdr{
float: right;
border: 0px;
margin-left: 16px;
margin-right: 6px;
margin-bottom: 6px;
}

.pic-and-caption p{
display:block;
float:left;
}

.stock_ref {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.5em;
color: #999999;
text-align: right;
}

input#sbutton {
margin-left:10px;
margin-top:15px;
font-size: .9em;
}
input .sbutton_m190 {
margin-left:190px;
margin-top:10px;
font-size: .9em;
}
.sbutton_m190 {
margin-left:190px;
margin-top:10px;
font-size: .9em;
}
textarea#descr {
/*	font-size: 1em;*/
	font-famiy: Verdana, Arial, Helvetica, sans-serif;
}
.labelright{
text-align: right;
}
.labelleft{
text-align: left;
}
input { /* Input Form Field Formatting */
background-color:#FFFFFF;
}
.fielderror { /* Form Field error */
background-color:#FF8080;
}
.mandatoryfield { /* Manadatory Field Formatting */
background-color:#B1C3D9;
}
.nonmandatoryfield { /* nonManadatory Field Formatting */
/* leave formatting as is */
}
.errortext { /*Error Text formatting */
color:#FF0000;
font-weight: bold;
}
.updatemsg { /*Update Message Text formatting */
color:#2D942E; /* Green */
font-weight: bold;
}

/* Parts List Formatting */
.PartsList { /* Parts List */
width: 100%;
color:#003C8E;
}
.PartsList th { /* Parts List Headings*/
color:#FFF;
text-align:left;
background-color:#003C8E;
}
/* Service Menu Price List Formatting */
.ServiceList { /* Service Price List */
width: 100%;
color:#003C8E;
}
.ServiceList th { /* Service List Headings*/
color:#FFF;
text-align:left;
background-color:#003C8E;
}

/*Competition Heritage Details*/
.competition-list { /* Competition table List */
width: 100%;
font-size:11px;
line-height: 11px;
color:#000;/*#003C8E;*/
}
.competition-list .image { /* Competition table List Image column*/
width: 103px;
}

.comp-details-list { /* Competition Details table Details column*/
width: 100%;
font-size:11px;
line-height: 11px;
color:#000;/*#003C8E;*/
}
.comp-details-list .title { /* Competition Details table Title column*/
width: 60px;
}

/* Table row/dark formatting */
.rowdark{
background-color:#DCDCDC;
}
.rowlight{
background-color:#EEEEEE;
}
#map{
	margin:15px 15px 15px 25px;
}
#map p, #map img{
	/*display:block;*/
/*	margin-left:35px;*/
	width:300px;
	text-align:justify;
	/*float:left;*/
}
#map img .Imgright{
/*	margin-right:35px;*/
	float:right;
}
#xcontact{
width:960px;
display:block;
clear:both;
float:left;
border:1px;
}