﻿/*======================================================================*/
/*=== SKIN.CSS - Designed by Shebang Websites ==========================*/
/*======================================================================*/
/*--- Document Imports -------------------------------------------------*/
@import url('stylesheets/fontselectors.css');
@import url('stylesheets/skintokens.css');
@import url('stylesheets/dnavmenu.css');
@import url('stylesheets/dhousemenu.css');
/*===----------------------------------------------------------------===*/
/*--- Global HTML Selector Rulesets ------------------------------------*/
#Body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #2c2c2c;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
}
html {
	height: 100%;
}
img {
	border-width: 0px;
}
/*===----------------------------------------------------------------===*/
/*--- Skin Layout Selector Rulesets ------------------------------------*/
.skinouter {
	width: 100%;
	margin: 0px auto;
	background-image: url('images/bodytop_tile.gif');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #fff;
}
.skininner {
	background-image: url('images/bodytop_bg.gif');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
}
.skinwidth {
	width: 960px;
	margin: 0px auto;
}
/*--- Logo (H1) Rulesets -----------------------------------------------*/
.itpslogo {
	margin: 0px;
	padding: 0px;
	float: left;
}
.itpslogo a {
	display: block;
	width: 255px;
	height: 100px;
	background-image: url('images/itpitstop_logo.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.itpslogo a:hover {
	background-position: center top;
}
.itpslogo span {
	display: none;
}
/*--- Top Pane - Logo, User, Menu & Banner Rulesets --------------------*/
.toppane {
	width: 960px;
	display: inline-block;
	background-image: url('images/topbanner_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
.logopane {
	float: left;
}
.logopane h2 {
	display: none;
}
.userpane {
	float: right;
	margin: 30px 20px 0px 0px;
}
.dnavmenu_wrapper {
	width: 900px;
	height: 40px;
	margin: 0px auto;
	padding: 0px 20px 0px 40px;
}
.dnavmenu_rightalign {
	float: right;
	margin: 0px 0px 0px auto;
	height: 40px;
}
.dnavmenu_outer {
	padding-left: 5px;
	background-image: url('images/dnavmenu_l.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
.dnavmenu_inner {
	padding-right: 5px;
	background-image: url('images/dnavmenu_r.gif');
	background-position: right top;
	background-repeat: no-repeat;
}
.dnavmenu_pane {
	background-image: url('images/dnavmenu_m.gif');
	background-position: center top;
	background-repeat: repeat-x;
}
.dnavmenu_td {
	height: 40px;
}
.bannerpane {
	clear: both;
	min-height: 220px;
	background-image: url('images/banner_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
.breadsearchpane {
}
.breadcrumbspane {
	float: left;
	margin: 0px 0px 20px 20px;
	padding: 10px 0px 0px 0px;
}
.searchpane {
	float: right;
	width: 205px;
	padding: 0px;
	margin: 0px 20px 20px 0px;
	background-image: url('images/searchbg.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
/*-------------- Search SkinObject Styles --------------*/
.searchpane Input {
	color: #fff;
	background-color: transparent;
	border: 0px;
	height: 16px;
	width: 162px;
	padding: 0px;
	margin: 6px 4px 6px 4px;
	vertical-align: top;
}
/*--- Content Panes Rulesets -------------------------------------------*/
.content_wrapper {
	clear:both;
	margin: 0px auto;
	padding: 0px 20px 20px 20px;
}
.content_table {
	width: 100%;
	border-collapse: collapse;
}
.cpane {
	width: 100%;
}
.cpane_3col_l {
	width: 290px;
	padding: 0px 13px 0px 0px;
}
.cpane_3col_m {
	width: 290px;
	padding: 0px 12px 0px 12px;
}
.cpane_3col_r {
	width: 290px;
	padding: 0px 0px 0px 13px;
}
.cpane_2col_sml1 {
	width: 290px;
	padding: 0px 13px 0px 0px;
}
.cpane_2col_lrg1 {
	width: 605px;
	padding: 0px 0px 0px 12px;
}
.cpane_2col_sml2 {
	width: 290px;
	padding: 0px 12px 0px 0px;
}
.cpane_2col_lrg2 {
	width: 605px;
	padding: 0px 13px 0px 0px;
}
.cpane_bott {
	width: 100%;
	padding-top: 10px;
}

/*--- Footer Rulesets --------------------------------------------------*/
.footerouter {
	width: 100%;
	margin: 0px auto;
	background-color: #2c2c2c;
}
.footerinner {
	width: 920px;
	margin: 0px auto;
}
.footer_left {
	float: left;
	width: 460px;
	padding: 15px 0px;
}
.footer_right {
	float: right;
	width: 460px;
	padding: 15px 0px;
}
.footertable {
	width: 100%;
	border-collapse: collapse;
}
.linksobjects_pane {
	clear: both;
	width: 880px;
	margin: 0px auto;
	padding: 20px 20px 40px 20px;
	border-top: 1px #000 dashed;
	text-align: center;
}
/*--- Shebang Branding & Clearing Rulesets -----------------------------*/
.shebanglink {
	float: right;
	text-align: right;
	padding: 0px 20px;
}
.clearfloat {
	clear: both;
}
/*===----------------------------------------------------------------===*/
/*--- DNN Overwriting Selector Rulesets --------------------------------*/
/*--- Styles to curb FCK Link & Image Gallery #body issue --------------*/
.FCKLinkGalleryContainer {
	background-color: #fff;
}
.FCKImageGalleryContainer {
	background-color: #fff;
}

