/* CSS Document */
/*//---------------------------------------------*/
/*// Name: Individual - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Page Settings								 */
/*//---------------------------------------------*/

body {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #222222;
	background: url(images/page-bg.gif);
}
.home-text {
	font-weight: bold;
	font-size: 17px;
	font-variant: small-caps;
}
.home-text b {
	font-size: 15px;
	color: #8c181b;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Header Settings							 */
/*//---------------------------------------------*/


/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// RollOver Images    						 */
/*//---------------------------------------------*/

a.imgRollOver-home { background: url(images/home-up.jpg) no-repeat; height: 63px; width: 78px; float: left; }
a.imgRollOver-home:hover { background: url(images/home-over.jpg) no-repeat; }

a.imgRollOver-about { background: url(images/about-up.jpg) no-repeat; height: 63px; width: 85px; float: left; }
a.imgRollOver-about:hover { background: url(images/about-over.jpg) no-repeat; }

a.imgRollOver-services { background: url(images/service-up.jpg) no-repeat; height: 63px; width: 99px; float: left; }
a.imgRollOver-services:hover { background: url(images/service-over.jpg) no-repeat; }

a.imgRollOver-gallery { background: url(images/gallery-up.jpg) no-repeat; height: 63px; width: 96px; float: left; }
a.imgRollOver-gallery:hover { background: url(images/gallery-over.jpg) no-repeat; }

a.imgRollOver-contact { background: url(images/contact-up.jpg) no-repeat; height: 63px; width: 103px; float: left; }
a.imgRollOver-contact:hover { background: url(images/contact-over.jpg) no-repeat; }

a.imgRollOver-purchase { background: url(images/purchase.jpg) no-repeat; height: 40px; width: 350px; float: left; }
a.imgRollOver-purchase:hover { background: url(images/purchase-over.jpg) no-repeat; }



a.imgRollOver-homenew { background: url(images/newnav/home-up.jpg) no-repeat; height: 63px; width: 70px; float: left; }
a.imgRollOver-homenew:hover { background: url(images/newnav/home-over.jpg) no-repeat; }

a.imgRollOver-about2 { background: url(images/newnav/about-up.jpg) no-repeat; height: 63px; width: 71px; float: left; }
a.imgRollOver-about2:hover { background: url(images/newnav/about-over.jpg) no-repeat; }

a.imgRollOver-services2 { background: url(images/newnav/service-up.jpg) no-repeat; height: 63px; width: 87px; float: left; }
a.imgRollOver-services2:hover { background: url(images/newnav/service-over.jpg) no-repeat; }

a.imgRollOver-gallery2 { background: url(images/newnav/gallery-up.jpg) no-repeat; height: 63px; width: 82px; float: left; }
a.imgRollOver-gallery2:hover { background: url(images/newnav/gallery-over.jpg) no-repeat; }

a.imgRollOver-contact2 { background: url(images/newnav/contact-up.jpg) no-repeat; height: 63px; width: 89px; float: left; }
a.imgRollOver-contact2:hover { background: url(images/newnav/contact-over.jpg) no-repeat; }

a.imgRollOver-fleet2 { background: url(images/newnav/fleet-up.jpg) no-repeat; height: 63px; width: 62px; float: left; }
a.imgRollOver-fleet2:hover { background: url(images/newnav/fleet-over.jpg) no-repeat; }

a.article-btn {
	display: block;
	width: 250px;
	height: 125px;
	background: url(images/article-up.gif) no-repeat;
}

a.article-btn:hover {
	background: url(images/article-over.gif) no-repeat;
}

.bump {
	margin: 0px 0px 0px 80px;
}








/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Body Layout Settings					 	 */
/*//---------------------------------------------*/


/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Body Link Settings							 */
/*//---------------------------------------------*/

a {
	color: #8d191c;
	font-size: 12px;
	letter-spacing: 0px;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

a.copyrightLinks {
	color: #000000;
	font-size: 10px;
	letter-spacing: 0px;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
}

a.purchaseLinks {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0px;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
}

a.copyrightLinks:hover {
	text-decoration: none;
}

a.galleryImage {
	border: thin solid #000000;
	display: block;
}

a.galleryImage:hover {
	border: thin solid #8d191c;
	display: block;
}
a.imageLink img {
	border: 3px solid #000000;
	background: transparent;
}
a.imageLink:hover img {
	border: 3px solid #8d191c;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Body Text Settings							 */
/*//---------------------------------------------*/

.textEmphasis {
	font-weight: bold;
	color:#8d191c;
}
.title {
	font-size: 15px;
	font-family: Times;
	font-weight: bold;
	color:#8d191c;
}
.textRequiredField {
	font-weight: bold;
	color:#8d191c;
}
.textSmallerFont {
	font-size: 10px;
}
.redText {
	color: #8d191c;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Footer Layout Settings						 */
/*//---------------------------------------------*/

.copyright {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Footer Text & Link Settings				 */
/*//---------------------------------------------*/


/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Other Settings				 */
/*//---------------------------------------------*/
.border {
	border: thin solid #000000;
}
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
