/* CSS for EL Bidwell : R Gant: November 2008 */


/* divs to set up design */

body {
	margin: 0px;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
}


#outer {
	width: 940px;
	w\idth: 940px;
	margin:0 auto 0px auto;
	padding: 0;
}

#container {
	width: 940px;
	w\idth: 940px;
	border-left: 1px solid  #000000;
	border-right: 1px solid #000000;
	border-bottom: 12px solid #2C188D;
	border-top: 12px solid #2C188D;
	background:#FFFFFF;
	padding: 0;
	margin: 10px 0px 0px 0px;
}

#banner {
	    min-height:50px;
   		height:50px;
		margin-left: 20px;
		margin-top: 10px;
		background:url(images/bidwelltitle.png) no-repeat left top;
		
}

#welcome {
	float: left;
	width: 350px;
	padding: 0 0 0 40px;
	margin: 37px 0 10px 20px;
	background:url(images/welcome.gif) no-repeat left top;
	display: inline;
}


#main {
	float: left;
	width: 700px;
	padding: 40px;
	margin: 37px 0 10px 20px;
	display: inline;
}

div#showroommain {
	padding: 10px;
	margin: 15px 0 10px 20px;
}


a {
	text-decoration: none;
	color:#5F128D;
	border: 0;
}

a:visited {
		 text-decoration: none; 
		 background-color: transparent;
		 color: #5F128D;
}

a:hover {
			text-decoration: underline;
}

img a {
			text-decoration: none;
			border: 0;
}

img {
	border: 1px solid black;
}

.noborder {
	border: none;
}

.hometext {
	text-align:right;
}

#floatright {
	float: right;
	width: 400px;
	margin: 25px 55px 10px 10px;
	display: inline;
	height: 400px;
}

#copyright {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 90%;
}

#footer {
	clear: both;
	background:url(images/school.jpg) no-repeat left top #C3BCFF;
}

/* Font and text styling */

.footer {
	font: 100% Arial, Helvetica, sans-serif black;
	text-align: justify;
	padding: 15px 15px 5px 350px;
}

.footerimg {
	float: left;
	border: none;
	}

.redmarker {
	padding: 0 0 0 .5em;
	margin: 1em 0 0 1em ;
	background-color: white;
	border-left: 20px solid #AC2323;
	color: #663;
	}

.clearboth { clear: both; } 

h1 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	color:#AC2323;
	font-weight: bold;
	}
	
.textright {text-align:right;}
	
.tagline {
	font: 120% Verdana, Arial, Helvetica, sans-serif italic;
	color:#2C188D;
}
	
h2 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	color:#AC2323;
	font-weight: bold;
	padding-bottom: .1em;
	margin-bottom: .1em;
	}

h3 {
	font-size: 100%;
	color:#006764;
	font-weight:bold;
	margin: 0px;
}

h4 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#AC2323;
	font-weight: bold;
	}
	
	
h5 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#2C188D;
	font-weight: bold;
	}


.purpletext {
	color: #5F128D;
	font-weight:bold;
}

.redtext {
	color: #AC2323;
	font-weight:bold;

}


/*Navigation*/

ul#nav-top {
	clear: both;
	text-align: right;
	padding: 0;
	margin: 0;
	padding: 3px 20px 3px 0px;
	color: #AC2323;
	font-size: 100%;
	font-weight:bold;
}

ul#nav-top a {
	color: #AC2323;
	padding-right: 1.5em;
	text-decoration: none;
	background-color: transparent;
	font-weight:bold;
}

ul#nav-top li { 
  display: inline; 
  padding-right: 1.5em;
  margin: 0; 
  white-space: nowrap;
  color:#5F128D;
  font-weight:bold;
} 

/* end of navigation */

p#gantwells {
	font-size: 80%;
	color: #666;}
	
table.showroom {
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

table.showroom th {
	background-color:#000099;
	color: #FFFFFF;
	border: 1px solid #cccccc;
	font-weight:normal;
	font-size:80%;
}

table.showroom td { 
	color: #000;
	background: #f9f9f9;
	font-size:10pt;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #cccccc;
}

.contact {
	color: #5F128D;
	font-size:90%;
	font-weight: normal;
}

/* gallery code - thumbs at side */

.gallerycontainer{
position: relative;
width:700px; 
height:380px; 
background:#eee url(images/petrolpumps.jpg) 200px no-repeat;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* end gallery */

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

.cardetails {
	background-color: #D0E2FF;
	padding: 10px;
	border: #2C188D 1px solid;
	overflow:hidden;
}

.cardetails img {
	float: left; 
	margin: 10px;
}

hr {
	clear:both;	
}
