@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 75%;
	background-color: #993300;
}
.oneColFixCtrHdr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px double #FF9933;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFCC;
	width: 800px;
	background-image: url(../images/plateSub.png);
	behavior: url(iepngfix.htc);
	background-repeat: no-repeat;
}
/*.oneColFixCtrHdr #container #mainContent .nav {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #666666;
	clear: both;
	text-transform: capitalize;
	text-decoration: none;
	padding: 0px 0px 0px 24px;
}
.oneColFixCtrHdr #container #mainContent .nav a{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #666666;
	clear: both;
	text-transform: capitalize;
	text-decoration: none;
	padding: 0px 0px 0px 24px;
}
.oneColFixCtrHdr #container #mainContent .nav a:hover{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #006666;
	clear: both;
	text-transform: capitalize;
	text-decoration: underline;
	padding: 0px 0px 0px 24px;
}
*/
.oneColFixCtrHdr #container #header img {
}
.oneColFixCtrHdr #header {
	color: #000000;
	/*background-image: url(images/plateSub.png);*/
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: 130px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr   #mainContent {
	padding-top: 0px;
	padding-left: 60px;
	margin-right: auto;
	margin-left: auto;
	min-height: 450px;

	/*font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;*/
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent #page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-left: 40px;
}

.gallery{
	list-style:none;
	width:180px;
	float: left;
	height: 400px;
	margin: 0px;
	padding: 0px 0px 0px 40px;
}
.gallery li{
	width:70px;
	height:70px;
	overflow:hidden;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	list-style-type: none;
	display: block;
	border: 1px solid #CC6633;
	float: left;
}
.gallery li a{
	display: none;
}
/*.gallery li div{
	display:none;
	top:0;
	left:180px;
}*/
.gallery li div img{
	cursor:pointer;
	border: medium solid #CC6600;
	margin-bottom: 8px;
}
/*.gallery li.active div img,.gallery li.active div{display:block}*/

.gallery li img.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
}
/*.gallery li .caption {
	padding-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-style: italic;
	line-height: 1.4;
	color: #666666;
}
/*.galleria_container{
	height:auto;
	width:auto;
	float:right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 0px;
	right: 240px;
	border: 2px solid #CC3300;
}*/
.galleria_container{
	float:right;
	margin:0 auto 0px;
	height:auto;
	width:auto;
	position: relative;
	right: 115px;
	z-index: 10;
}
.galleria_container img{
	margin-bottom:4px;
	border: 1px solid #CC3300;
}

/*.galleria li div .caption{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;

/*.gallery_container{
	height:438px;
	width:700px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}*/

 html  .gallery  li  div  span{
	width:400px
} /* MSIE bug */

/*#page_title {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
*/
.nav{
	clear: both;
	padding-left: 40px;
}
.nav a {
	margin-left: 0px;
	clear: both;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
.nav  a:hover {
	margin-left: 0px;
	clear: both;
	color: #CC6633;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #subtitle {
	color: #CC6633;
	text-align: right;
	float: right;
	margin-right: 115px;
	margin-top: -30px;
}
.oneColFixCtrHdr #container #mainContent .caption {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	clear: both;
}
.navbar {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 58px;
}
.oneColFixCtrHdr #container #sales a:link {
	text-transform: uppercase;
	text-decoration: underline;
	text-align: right;
	font-weight: bold;
	color: #CC6633;
}
.oneColFixCtrHdr #container #sales a:hover {
	text-transform: uppercase;
	color: #23489D;
	text-decoration: underline;
	text-align: right;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #sales {
	color: #CC6633;
	text-align: right;
	float: right;
	margin-right: 115px;
	margin-top: -30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
