/* Platinum Ecutive Cars CSS Document */

/* HTML styling
================================== */

body {
	font: small/1.6 Georgia, "Times New Roman", Times, serif;
	background-color: #3D3D3D;
	margin: 5 auto;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
.smallerText {
	font-size: 11px;
}

h1 {
	margin: 0px;
	padding: 10px 0px 0px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 160%;
	line-height: 1.2;
	font-weight: normal;
}
strong {
	color: #990000;
}

h2 {
	line-height: 1.2%;
	font-size: 140%;
	margin: 10px 0px;
	padding: 10px 0px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: normal;
}

a {
	text-decoration: none;
}	

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Centering Technique
================================== */

body { 
  	text-align: center; 
  	min-width: 760px;
}

#wrapper { 
  	width: 760px; 
  	margin: 0 auto; 
  	text-align: left; 
}

/* Main Divs
================================== */

#wrapper {
	background-color: #fff;
	padding: 0px;
	background-image: url(../images/maincontentbk.gif);
	background-repeat: repeat-y;
}

#branding {
	padding: 12px 10px;
	margin: 0px;
	background-image: url(../images/brandingbk.jpg);
	height: 60px;
}

#logo {
	float: left;

}	

#navcontainer {
	float: right;

}
#phoneNumber {
	font-size: 18px;
	color: #FFFFFF;
	position: relative;
	top: 35px;
	left: 150px;
}

#banner {
	height: 274px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#content {
}

#mainContent {
	width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	float: left;

}

#sideBar {
	width: 190px;
	padding: 10px;
	float: right;
}
.polaroidimg {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 8px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
}
.imgCaption {
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	text-align: center;
	background-color: #EFEFEF;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	border-top: 1px solid #000000;
}

/* Nav styling
================================== */

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	background-image: url(../images/navpipe.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navlist a { padding: 5px 15px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
text-decoration: underline;
}
.imagePadding {
	padding: 0px;
	float: right;
	margin: 5px 0px 5px 5px;
	border: 1px solid #333333;
	display: block;
}


/* Table elements styling
================================== */


table {
	background-color: #CCCCCC;
	width: 100%;
	margin-bottom: 10px;
}
td {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	vertical-align: middle;
}
th {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	text-align: right;
	vertical-align: middle;
}

/* Contact form styling
================================== */

#contactContent {
	float: left;
	width: 500px;
	padding-left: 20px;
	padding-right: 20px;
		}


#contactSidebar {
		float: left;
		width: 200px;
		background: #eeeeee;
		padding: 10px;
		}

.hidden {
		display: none;
		}

.tel, .fn {
		margin-bottom: 0;
		}

.org {
		font-weight: bold;
		}

p.saveCard {
		margin-top: 1em;
		}

/* --- forms --- */

#contactContent .row {
		clear: both;
		padding-top: 5px;
		}

#contactContent form {
		margin-bottom: 1em;
		}
		
#contactContent fieldset {
		margin-bottom: 10px;
		padding: 10px;
		border: 1px dotted #666666;
		}		

#contactContent legend {
		padding: 0 10px;
		background: #ffffff;
		text-transform: uppercase;
		color: #666666;
		font-size: 1.0em;
		}

#contactContent .formLabel {
		font-size: 1.2em;
		line-height: 1.6em;
		text-align: right;
		margin-right: 10px;
		width: 120px;
		float: left;
		}

#contactContent .formControl {
		float: left;
		width: 326px;
		}
		
#contactContent input, textarea {
		border: 1px solid #666666;
		padding: 2px;
		font: 1em;
		}	
		
#contactContent input {
		font-size: 1.2em;
		width: 322px;
		}			

#contactContent textarea {
		width: 454px;
		}
		
#contactContent .submitButton {
		background: #eeeeee;
		font: bold 1.0em;
		padding: 4px 6px;
		width: auto;
		}
		
#contactSidebar .submitButton {
		background: #eeeeee;
		font: bold 1.0em;
		padding: 4px 6px;
		width: auto;
		}	

/* Lightbox styling */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* Table styling */

table { 
	border: 0;
}

td {
	border: 0;
}
th { border: 0;
}
