
/* Nugent Coachworks - Main Site CSS */
html, body
{
    margin: 0;
    padding: 0;
}

body {
	background-image:url(../images/sitewide/main_backg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 70%;
}

/* DEFAULT LINK STYLE */
a:link, a:visited { color: #FFCC00; text-decoration:underline; }
a:hover, a:active{ color: #FFCC00; text-decoration:none; }

/* MAIN MENU */
#divMenuWrapper{ width:700px; float:right; padding-right:50px; text-align:right; }

#divLogo { width:200px; float:left; text-align:center; padding:5px 0 0 0; }


.MenuButt {
     border-right: 1px solid #6E6E6E;
     text-decoration: none;
	 height: 28px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #FFFFFF;
	 font-size: 11px;
	 padding: 12px 10px 0 10px;
	 float:right;
}

.MenuButt a:link { color:#FFFFFF; text-decoration:none; }
.MenuButt a:visited { color:#FFFFFF; text-decoration:none; }

.MenuButt:hover { background-color: #5B2525; }

/* HOMEPAGE */
.home-body {
	/*background-image:url(../images/home/home_pic.png); 
	background-repeat:no-repeat; 
	background-position:bottom right;*/
}

/* VEHICLE LINKS BOX */
#vehicles-links { 
	width:750px; 
	padding:0 50px 0 50px; 
	background-color:#000000; 
	margin-left: auto ;
	margin-right: auto ;
}

/* BLACK BOX CONTENT */
.bb-col { width:230px; float:left; padding:0 10px 0 10px; }
.bb-title { color:#FFCC00; font-size:12px; }

/* BODY */
#body-wrapper { width:850px; padding:10px 50px 10px 50px; }


/* FOOTER */
#Footer-Page-Links {width:100%; text-align:center; padding:10px 0 10px 0; display:block; color:#999999; }
#Footer-Page-Links a:link {text-decoration:none; color:#999999; }
#Footer-Page-Links a:visited {text-decoration:none; color:#999999; }
#Footer-Page-Links a:hover { color:#FFCC00; }

#Copyright-Info { width:200px; float:left; padding:20px 0 30px 15px; font-size:85%; color:#999999; }
#Adv-Link { width:300px; float:right; padding:20px 15px 30px 0; font-size:85%; color:#999999;}
#Adv-Link a:link {text-decoration:none; color:#999999; }
#Adv-Link a:visited {text-decoration:none; color:#999999; }
#Adv-Link a:hover { color:#FFCC00; }

/* ALL PAGES */
.main-title { font-family:Arial, Helvetica, sans-serif; color:#FFCC00; font-size:16px; height:30px; border-bottom: 1px solid #7B7B7B; width:80%; padding-left:10px; }
.sub-title { color:#FFCC00; font-size:14px; }
.additional-images { color:#999999; font-size:14px; }

/* MISC STYLES*/
.clear{ clear:both; }
.div-max { width:850px; float:left; }
.border-top { border-top: 1px solid #7B7B7B; padding-top:5px; }
.border-bottom { border-bottom: 1px solid #7B7B7B; padding-top:5px; }
.border-right { border-right: 1px solid #7B7B7B; padding-top:5px; }
.border-left { border-left: 1px solid #7B7B7B; padding-top:5px; }
.div-blackbox { width:850px; margin-left:auto; margin-right:auto; }
.double-border { border:1px solid #BABABA; padding:2px; background-color: #1A1A1A; }
.three-columns { width:239px; float:left; padding:0 5px 0 5px; }
.main-column { width:500px; float:left; }
.minor-column {width:250px; float:right; }

/* PAGE STYLES */
.page-header { color:#fff; font-size:18px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; }


/* PRODUCT OVERVIEW */
.prod-title { font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:16px; height:30px; border-bottom: 1px solid #7B7B7B; width:80%; padding-left:10px; }
.img-column { width: 310px; float:left; text-align:center; }
.prod-overview { width:400px; padding:15px 20px 15px 20px; float:right; background-color:#2D2D2D; }


/* FORMS/INPUT */
.main-form-entry { float:left; clear:both; padding:2px 0 2px 0px; }
.main-form-entry span { color:#fff; float:left; padding:3px 0px 0px 0px; width:100px; text-align:left; }
.main-form-entry input { float:left; width:180px; font-size:11px; color:#353D6D; font-family:Arial; }
.main-form-entry textarea { font-family:Arial; float:left; width:180px; font-size:11px; color:#353D6D; font-family:Trebuchet MS, Arial; }
.form-submit { background-color:#FFCC00; border:1px solid #9c9c9e; margin-right:3px; font-size:10px; font-weight:bold; padding:1px 2px; margin-top:3px; color:#003366; padding:5px 15px 5px 15px; }


/* LISTS */
.ulItemBullet { 
		list-style-image: url(../images/sitewide/orangered-fade-bullet.gif);
		padding-left:60px; 
		background-color:#2D2D2D;
		padding: 10px 0 10px 60px;
}

.ulItemBullet li { padding: 3px 0 3px 4px; }
.ulItemBullet li a:link  {text-decoration:none; color:#fff; }
.ulItemBullet li a:visited  {text-decoration:none; color:#fff; }
.ulItemBullet li a:hover  { text-decoration:underline; color:#FFCC00; }


/* LISTS */
.ulBoxLinks { 
		list-style-image: url(../images/sitewide/orange-bullet.gif);
		padding: 0 0 10px 10px;
}

.ulBoxLinks li { padding: 3px 0 3px 4px; }
.ulBoxLinks li a:link  {text-decoration:none; color:#fff; }
.ulBoxLinks li a:visited  {text-decoration:none; color:#fff; }
.ulBoxLinks li a:hover  { text-decoration:underline; color:#FFCC00; }

.prod-list { background-color:#2D2D2D; width:600px; padding:10px 25px 10px 25px; margin-left: auto; margin-right: auto; }
.prod-list-item { padding:20px 0 20px 0; width:600px; border-bottom: 1px solid #6E6E6E; }
.prod-list-title { color:#FFCC00; font-size:14px; }
.prod-list-title a:link { color:#FFCC00; text-decoration:none; }
.prod-list-title a:visited { color:#FFCC00; text-decoration:none; }
.prod-list-title a:hover { color:#FFCC00; text-decoration:underline; }
.prod-list-label { color:#999999; }
.prod-list-img { width:150px; float:left; text-align:center; }
.prod-list-desc { width:450px; float:right; text-align:left; }
.prod-list-more { width:400px; float:right; text-align:right; padding-right:50px; }
.prod-list-more { color:#999999; } 
.prod-list-more a:link { text-decoration:none; color:#999999; } 
.prod-list-more a:hover { text-decoration:none; color:#FFCC00; } 
.prod-list-more a:visited { text-decoration:none; color:#999999; } 

/* ACCESSORIES*/
.acc-list-pic { width:280px; float:left; text-align:center; }
.acc-list-desc { width:320px; float:right; text-align:left; }


/* TESTIMONIALS */
.testimonials-list { background-color:#2D2D2D; width:600px; padding:20px 25px 20px 25px; margin-left: auto; margin-right: auto; }
.testimonials-item { width:100%; float:left; border-bottom: 1px solid #6E6E6E; padding-top:20px; }
.test-quote-wrapper { width:100%; padding-bottom:10px; }
.test-quote {  background-color:#2D2D2D; 
	width:380px; 
	padding:20px 40px 5px 40px; 
	margin-left: auto; margin-right: auto; 
	background-image:url(../images/testimonials/quote-top.jpg); 
	background-repeat:no-repeat; 
	background-position: top left;
}

.test-quote-btm {  background-color:#2D2D2D; 
	width:380px; 
	padding:0 40px 5px 40px; 
	margin-left: auto; margin-right: auto; 
	background-image:url(../images/testimonials/quote-btm.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom right;
	font-weight:bold;
}

/* PRODUCTS */
.prod-tab-outline { width:270px; float:left; }
.prod-tab-wrapper { width:240px; float:left; margin-left: auto;	margin-right: auto; }
.prod-tab-section { text-decoration: none;
     background-color: #293897;
     padding:8px 5px 8px 5px;
     color: white;
     font-family: Tahoma;
     font-size: 8pt;
     font-weight: bold; }
.prod-tab-section:hover { background-color: #0071BA; }
.prod-tab-section a:link, .prod-tab-section a:link, .prod-tab-section a:visited { 
	text-decoration: none; 
	color:#FFFFFF; 
}

.prod-tab-section a:hover { color:#000066; }

/*	 
.prod-tab-section a:link, .prod-tab-section a:visited { color:#B8C5DB; text-decoration: none; font-size:12px; }
.prod-tab-section a:hover{ color: #ffffff; height:50px; display:block; }*/