@charset "UTF-8";
/* CSS Document */

body {
	background-color: #161616; margin: 0; 
	background-image: url(../images/tile.gif);
	background-repeat: repeat-x;
	}


table#index {
	/* setting the table width and margin: auto is a substitute for the now deprecated <div align="center"> even though DOCTYPE "loose" supports deprecated items */
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	}
table#contact {
        text-indent: inherit;
        }

h1{
	font-family: Calibri, Arial, Helvetica; 
	color: #f26d20; 
	font-size: 24px; 
	font-weight: normal; 
	text-transform: lowercase; 
	padding-top: 0px;
	margin-top: 0px;
        margin-bottom: 6px;
	}

h2{
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #f26d20;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 0;
	padding-top: 0px;
	}
	
p { 
	/* this is only used in the content area managed by the client */
	margin: 0px 20px 0px 30px; 
        text-indent: 0;
        padding-top: 0;  
	}
ul {
        text-indent: 0;
        margin-top: 0;
        }

td {
	text-align: left; 
	vertical-align: top;
	font-family: Calibri, Helvetica, Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #ffffff;
	}

/* Only one template is used in the CMS. To change the images on each page, the class of the <td>s are setup as TVs and these variables change with each page load. The following are the class definitions if the <td>s used for each page*/

td.menu {
	background-image: url(../images/bg_menu.gif);
        background-repeat: no-repeat;
	}
td.title {
        font-family: Calibri, Arial, Helvetica; 
	color: #f26d20; 
	font-size: 12px; 
	font-weight: bold; 
        }
td.textIndex {
	background-image: url(../images/bg_index.jpg);
        background-repeat: no-repeat;
	padding: 18px 0 0 0;
        text-indent: 30px;
	}
td.noIndent {
	text-indent: 0;
	}
#indent {
        text-indent: 30px;
        }
td.flash {
	background-image: url(../images/bg_flash.jpg);
	}
td.rightIndex {
	background-image: url(../images/bg_rightIndex.jpg);
        background-repeat: no-repeat;
	padding: 40px 30px 200px 60px;
	}
td.leftIndexBottom {
	background-image: url(../images/leftGrille.jpg);
        background-repeat: no-repeat;
	}
td.textContent  {
        background-image: url(../images/bg_content.jpg);
        background-repeat: no-repeat;
        padding-top: 18px;
        text-indent: 30px;

        /*I've had to use a 30px text-indent instead of 30px padding-left because for some unknown reason, the padding-left statement causes the background-image to shift.. like.. what the?! */
        }
td.leftContentBottom {
	background-image: url(../images/bg_left_text.gif);
        background-repeat: no-repeat;
	padding: 10px 40px 0px 70px;
	}
td.leftAbout {
	background-image: url(../images/leftWheel.jpg);
        background-repeat: no-repeat;
	}
td.rightAbout {
	background-image: url(../images/rightAbout.jpg);
        background-repeat: no-repeat;
	}
td.leftServices {
	background-image: url(../images/leftInterior.jpg);
        background-repeat: no-repeat;
	}
td.rightServices {
	background-image: url(../images/rightServices.jpg);
        background-repeat: no-repeat;
	}
td.leftRates {
	background-image: url(../images/leftMercs.jpg);
        background-repeat: no-repeat;
	}
td.rightRates {
	background-image: url(../images/rightRates.jpg);
        background-repeat: no-repeat;
	}
td.leftContact {
	background-image: url(../images/leftSeat.jpg);
        background-repeat: no-repeat;
	}
td.rightContact {
	background-image: url(../images/rightContact.jpg);
        background-repeat: no-repeat;
	}
td.footer {
        text-align: right;
        font-family: Calibri, Arial, Helvetica; 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: normal; 
        }

/* ------------------------------  menu bar styles ---------------------------------- */

#menubar ul {
	text-align: left;
	width : 100%;
	padding : 4px 0px 0px 72px;
	margin: 0px;
	}
	
#menubar ul li { 
	display : inline; 
	}
	
#menubar ul li a { 
	color: white;
	text-decoration : none; 
	font-size: 12px; 
	font-family: Calibri, Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; 
	line-height: 16px; 
	text-transform: uppercase;
	padding-right: 50px;
	}
	
#menubar ul li a:hover {
	color : #000000;
	}


/* --------------------------------  link styles ------------------------------------ */

a:link { 
	color: #f26d20;
	font-weight: bold; 
	text-decoration: underline; 
	}
a:visited { 
	color: #f26d20;
	font-weight: bold; 
	text-decoration: none; 
	}
a:hover {
	color: ffffff; 
	font-weight: bold; 
	text-decoration: none; 
	}
a:active { 
	color: grey 
	}

/* --------------------------------  ID styles ------------------------------------ */

#pagetitle { 
	font-family: Calibri, Helvetica, Arial; 
	color: #f26d20; 
	font-size: 16px; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding-bottom: 20px;
}
#WriteOut {
	font-size: 14px; 
	font-weight: normal;
        color: #f26d20;
        text-indent: 30px;
        }

#conditionsContent {
     
	font-family: Calibri, Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; 
	color: #ffffff; 
	font-size: 12px; 
	font-weight: normal; 
	text-transform: none; 
        padding: 25px;
}

#footer {
	color: #ffffff;
	font-size: 9px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: normal;
	text-align: right;
	width : 100%;
	vertical-align: middle;
	padding-right: 20px;
	padding-top: 5px;
} 

#footer a { color: white; font-weight: bold; text-decoration: none;}



