@charset "UTF-8";
@font-face {
    font-family: 'TallFilmsRegular';
    src: url('/fonts/tall_film-webfont.eot');
    src: url('/fonts/tall_film-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/tall_film-webfont.woff') format('woff'),
         url('/fonts/tall_film-webfont.ttf') format('truetype'),
         url('/fonts/tall_film-webfont.svg#TallFilmsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font: 100% Helvetica;
	background: #fff;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

#container {
	position: absolute;
	background: inherit;
	top: 25px;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	left: 50%;
	margin: 0 0 0 -500px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a {
	color: #000;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #F15B26;
	outline: none;
	text-decoration: none;
}

#banner IMG {
	float: left;	
}

#logo {
	width: 275px;
	float: left;
	margin: 0 15px;
	letter-spacing: -1px;
	/*color: #9c9c9c;*/ /*CHANGED BACK TO BLACK ON 07.13.2011*/
	font-family: Eurostile;
}

#logo ul { float: left; }
#logo ul li { font: 20px Eurostile; line-height:16px; letter-spacing:.5px; }

#logoNew {
	width: 275px;
	float: left;
	margin: 0 15px;
	letter-spacing: -1px;
	color: #9c9c9c;
	font-family: eurostile;
}

#logoNew ul { float: left; }
#logoNew ul li { font: bold 16px eurostile; }
#logoNew #first { font: bold 16px eurostile; line-height: 16px; margin: 0; padding: 0; }
#logoNew #second { font: bold 14px eurostile; line-height: 14px; margin: 0 0 0 15px; padding: 0; }
#logoNew #third { font: bold 12px eurostile; line-height: 12px; margin:  0 0 0 30px; padding: 0; }
#logoNew #fourth { font: bold 14px eurostile; line-height: 14px; margin: 0 0 5px 15px; padding: 0; }


#nav {
	float: left;
	text-align: left;
	margin-left: 315px;
}

#nav ul {
	width: 655px;
	height: 15px;
	line-height: 15px;
}

#nav ul li {
	display: inline;
	font: bold 14px Helvetica;
	margin: 0 25px 0 10px;
	padding: 0;
}

#nav ul li a {
	text-decoration: none;
	color: #000;
	font-family: Helvetica;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #F15B26;	
}

#navNew {
	float: left;
	text-align: left;
	margin-left:5px;
}

#navNew ul {
	width: 655px;
	height: 15px;
	line-height: 15px;
}

#navNew ul li {
	display: inline;
	/*font: bold 14px Helvetica;*/
	font: normal 24px 'TallFilmsRegular';
	margin: 0 30px 0 10px;
	padding: 0;
	float:left;
	letter-spacing:1px;
}

#navNew ul li a {
	text-decoration: none;
	color: #000;
	/*font-family: Helvetica;*/
	font-family: 'TallFilmsRegular';
	font-weight: bold;
}

#navNew ul li a:hover {
	color: #F15B26;	
}

#splash, #splash2 {
	float: left;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	letter-spacing: -.5px;
	color: #000;
}

#splash {
	width: 185px;
	padding: 15px 0 0 15px;
}

#splash2 {
	width: 215px;
	padding: 0 0 0 45px;
}

#splash a, #splash2 a {
	font-weight: bold;
	font-style: normal;
}

#leftCol {
	width: 340px;
	font-size: 13px;
	font-style: oblique;
	padding: 15px 30px 0 15px;
	line-height: 15px;
	letter-spacing: -.5px;
	color: #000;
}

#leftCol-sm {
	width: 250px;
	font-size: 13px;
	font-style: oblique;
	padding: 15px 25px 0 60px;
	line-height: 15px;
	letter-spacing: -.5px;
	color: #000;
}

#mainCol {
	width:600px;	
	font-size: 13px;
	font-style: oblique;
	padding: 15px 10px 0 0;
	line-height: 15px;
	letter-spacing: -.5px;
	color: #000;
}

img.defaultBorder {
	border: solid 1px #000;	
}

h2 {
	font: bold 14px Helvetica;	
	margin-bottom: 15px;
	margin-top: 0;
}

h2.splashHeader {
	font: bold 20px Helvetica;
}

ol.numbered {
	list-style-type:decimal;
}

ol.numbered li {
	margin-left:20px;	
}

ol.numbered li.first {margin-bottom:98px; margin-top:40px;}
ol.numbered li.second {margin-bottom:102px;}
ol.numbered li.third {margin-bottom:50px;}


ol.stepsBox li {width:175px; height:210px;margin-right:50px; margin-bottom:25px;}
#pg_head {
	font-weight: bold;
	font-size: 62.5px;
	color: #9c9c9c;
	letter-spacing: -3px;
	margin-top: 15px;
	font-style: normal;
}

#content {
	float: left;	
	margin-top:-80px;
	margin-left:120px;
}

#about {
	font-size: 13px;
	padding: 15px;
	line-height: 15px;
}

#contact {
	font-size: 13px;
	padding: 15px;	
	line-height: 15px;
}

#contact input {
	border: solid 1px #666;
	width: 150px;
	background: #eee;
}

#contact input#submit {
	height: 20px;
	width: 100px;	
}

#contact input#text {
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#contact #fillout {
	float: left;
	margin-right: 25px;
	font-weight: bold;
}

/*.newStuff {
	clear: both;
	font-size: 13px;
	padding: 0 15px 15px 15px;
	line-height: 15px;
}*/

.newStuffContent {
	margin-left:60px;
}

#art {
	font-size: 13px;
	padding: 15px;
	line-height: 15px;
}

.newStuff {
	float:left;
	width: 740px;
}

.newStuff .newProd {
	width:300px;
}

#art IMG, #design IMG, .newStuff IMG {
	border: solid 1px #000;	
}

.newStuff IMG.arrow {
	border:none;
}

.prodPod {
	width: 300px;
	height: 350px;
	float: left;
	margin: 0pt 25px 5px 0pt;	
}

#art .car, .newStuff .car {
	width: 300px;
	font: oblique 12px Helvetica;
	float: left;
	margin: 0 25px 5px 0;
	line-height: 12px;
}

#design .car {
	width: 300px;
	font: oblique 12px Helvetica;
	font-weight: bold;
	float: left;
	margin: 0 25px 5px 0;
	line-height: 12px;	
}

#art .car_last, .newStuff .car_last {
	width: 300px;
	font: oblique 12px Helvetica;
	float: left;
	margin: 0 0 5px 0;
	line-height: 12px;
}
#art .car_last_anniv {
	width: 300px;
	font: oblique 12px Helvetica;
	float: left;
	margin: -20px 0 5px 0;
	line-height: 12px;
}
#design .car_last {
	width: 300px;
	font: oblique 12px Helvetica;
	font-weight: bold;
	float: left;
	margin: 0 0 5px 0;
	line-height: 12px;	
}

#art .car_middle {
	width: 300px;
	font: oblique 12px Helvetica;
	float: left;
	margin: 0 25px 5px 325px;
	line-height: 12px;
}

#art #car_grid, #design #car_grid, .newStuff #car_grid {
	padding-left: 10px;	
}

#art a IMG, #design a IMG, .newStuff a IMG, .safixBox a IMG {
	border: solid 1px #000;	
}

#art a:hover IMG, #design a:hover IMG, .newStuff a:hover IMG, .safixBox a:hover IMG {
	border: solid 1px #F15B26;	
}

.artHead {
	width: 635px;
	margin-right: 25px;
	float: left;	
}

#design {
	font-size: 13px;
	padding: 15px;
	line-height: 15px;
	font-style: oblique;
}

#design_copy {
	width: 325px;	
	margin-top: 20px;
	float: left;
}

#design_images .caption {
	font: oblique 11px Helvetica;
	margin-left: 25px;
}

#design_images {
	float: left;
	width: 500px;
	margin-left: 15px;
}

#order {
	font-size: 13px;
	padding: 15px;
	line-height: 15px;
	font-style: oblique;
}

#order a {
	text-decoration: underline;	
}

table {
	margin: 15px 50px;	
}

td.left {
	text-align: right;
	padding: 0 5px 10px 0;
	font-weight: bold;
}

td.last {
	text-align: right;
	padding: 0 5px 0 0;
	font-weight: bold;
	width:105px;
}

#footer {
	padding: 5px 0;
	border-top: solid 1px #000;
	font: oblique 12px Helvetica;
	text-align: center;
	width: 600px;
	position: relative;
	left: 50%;
	margin-left: -300px;	
}

.caption {
	float: left;
	font: oblique 12px Helvetica;
	margin-bottom: 15px;	
}

.caption2 {
	float: left;
	font: oblique 10px Helvetica;
	margin-bottom: 15px;	
}

.safixOpt { height: 55px;	 }
.safixOpt .desc { width: 130px; }
.safixOpt .paymentButtons { width: 250px; }
.safixBox {width:285px;}
.safixBox img {width:285px; height:285px;}

/*** HELPER CLASSES ***/
.clear {clear: both;}
.marginCenter {
	display: block;
	margin: 0 auto;
}

.m-0 {margin:0;}
.ml-0 {margin-left:0;}
.mr-0 {margin-right:0;}
.mb-0 {margin-bottom:0;}
.mb-5 {margin-bottom:5px;}
.mb-10 {margin-bottom:10px;}
.mb-20 {margin-bottom:20px;}
.mb-30 {margin-bottom:30px;}
.mb-40 {margin-bottom:40px;}
.mb-50 {margin-bottom:50px;}
.mt-25 {margin-top:25px;}
.ml-30 {margin-left:30px;}
.mb-5 {margin-bottom: 5px;}
.mr-5 {margin-right:5px;}
.pr-10 {margin-right:10px;}
.pr-5 {padding-right:5px;}
.mr-10 {margin-right:10px;}
.mr-20 {margin-right:20px;}
.mr-30 {margin-right:30px;}
.mr-40 {margin-right:40px;}
.mr-50 {margin-right:50px;}
.pl1half {padding-left: 15px;}
.pl-1col {padding-left: 30px;}
.pr-1col {padding-right: 30px;}
.pr1half {padding-right: 15px;}
.pl5 {padding-left: 50px;}
.pr5 {padding-right: 50px;}
.pt-10 {padding-top:10px;}

.w-p35 {width:35%;}

.alnLeft {text-align:left;}
.alnRight {text-align:right;}
.fltLeft {float:left;}
.fltRight {float:right !important;}
.clear {clear:both;}
.vAlgnTop {vertical-align:top;}

.borderTop {border-top:solid 1px #666;}
.bottomFatPad {
	clear: both;
	padding-bottom: 100px;	
}
.noBorder {
	border:none;
}
.smallerFont {
	font-size:11px;	
}
.defaultFont {
	font-size:12px;
}

.xLargeFont {
	font-size:20px;
}

.headline {
	font: oblique 18px Helvetica;
}
