/*@import url(/styles/default.css);*/

/*== All html Pages ==*/
html, body {background:#333 url(/images/bg_02.jpg) 50% 0 repeat-y; background-attachment: fixed; height: auto;} 

/*== Overwrites the top level code (above) for the main page, to control bg scrolling/height ==*/
body#main {height: 100%;}

/*== positioning To the top ==*/
div#shiv {margin-top: -850px;	/* Half the height of div#centered. */}

/*== Positioning to the center ==*/
div#centered {
	margin: 0 auto;
	width: 1000px;
	height: 850px;
}

/* ==================== INTERIOR PAGE CODE ====================*/
/*== padding of interior pages ==*/
td.content, #content {padding:65px 0 0 0; margin: 0; width: 1000px;} 

/*== Gets rid of the border around the content ==*/
.container{background: #FFF; border: none; margin: 0 auto; width: 1000px;}

/*== The size of your header, and then what ever extra padding you need ==*/
.frame-content{padding-top: 125px;}

/*== Needed for flash drop downs ==*/
#headerswf{position:absolute;  z-index:100;}
#header {position: fixed}

/*== Keeps framed in flash files at 1000px, so as not to be cut off by the default 600px value ==*/
#f2{width: 1000px;}

/*== Centers the logos for the VTD Selection page ==*/
.make-list {text-align: center;}

/* If the dealer puts a huge image into the events page, this hides the extra, so it doesn't break the width of the site */
.eventImage {width: auto; overflow: hidden;}

/* Pre-pended content On the interior pages */
div#prepended-content {margin: 80px 0 -50px 0 !important;}

/* Pre-pended content On the Main page */
div#global-prepend {margin: 80px 0 -50px 0 !important;}

/* The post main content */
div#post-main {
	margin: 30px 0 0 0;
}

/* =================== CUSTOM COLORS =============== */
/* Colors tips page, background is the color of the stripe*/
dt{background: #CCC; color: #333;}
dt a:link {color:#999;}
dt a:hover {color:#666;}
dt a:visited {color:#999;}


/*IE 7 EVENTS WINDOW FIX*/
.eventImage {width: 100%; padding: 0 0 10px 0;}

#jobs dt a{color:#fff;}
dt{font-weight:700; background:#000000; line-height:20px; color:#fff; padding:10px}






