﻿html, body {
 margin:0; /* creates 0 margin around the whole document*/
 padding:0px; /* creates 0 margin around the whole document for Opera */ 
 font-family: verdana, arial, helvetica, sans-serif;
 color: #000000;
 font-size: 11px;
 background: #f2efdc url("../images/background_1.png") top center repeat-y;
 scrollbar-face-color:#90624a;
 scrollbar-arrow-color:#ffffff;
 scrollbar-track-color:#cccccc;
 scrollbar-shadow-color:white;
 scrollbar-highlight-color:#90624a;
 scrollbar-3dlight-color:#white;
 scrollbar-darkshadow-Color:#90624a;
}

body {
 width: 770px;
 margin: 0 auto;
}

a {font-family: Verdana; text-decoration: none; color: #ae4412; font-size: 10px;}
a:hover {color: black; text-decoration: none;}

a.blue {font-family: Verdana; text-decoration: none; color: #823f25; font-size: 10px;}
a.blue:hover {color: #000099; text-decoration: underline;}

a.gray {font-family: Verdana; text-decoration: none; color: #c0c0c0; font-size: 9px;}
a.gray:hover {color: #aba7a7; text-decoration: underline;}

a.white {font-family: Verdana; text-decoration: none; color: white; font-size: 10px;}
a.white:hover {color: #823f25; text-decoration: underline;}

a.email {font-family: Verdana; text-decoration: none; color: #823f25; font-size: 10px;}
a.email:hover {color: #823f25; text-decoration: none;}

a.featured_ad {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #823f25;
	font-size: 14px;
	font-weight: bold;
}
a.featured_ad:hover {color: #000099; text-decoration: underline;}


.mainText { font-family: verdana; font-size: 10px; color: #000000; text-decoration: none}
.mainTextBold { font-family: verdana; font-size: 10px;  font-weight: bold; color: #000000; text-decoration: none}
.mainTextBig { font-family: verdana; font-size: 12px; color: #000000; text-decoration: none}
.mainTextWhite { font-family: verdana; font-size: 10px; color: #ffffff; text-decoration: none}
.mainTextBlue { font-family: verdana; font-size: 10px; color: #823f25; text-decoration: none}
.mainTextRed { font-family: verdana; font-size: 10px; color: Red; text-decoration: none}

/*** Favorite Brands Page ***/

.brands table {
	width:600px;
}

.brands img {
	margin:5px 0;
	border:0;
	cursor:pointer;
}

.brands p.bottomParagraph {
	width:550px;
	text-align:center;
	margin-top:15px;
}

#dhtmltooltip{
	position: absolute;
	width: 250px;
	border: 2px solid #4f1001;
	padding: 10px;
	background-color:#fff;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/*** Navigation ***/

.navigation {
	position:relative;
	height:38px;
	width:770px;
}

.navigation a {
	display:block;
	height:38px;
	text-indent:-5000em;
	float:left;
}

.navigation a:hover {
	background-position:0 -38px;
}

.navigation a.home {
	width:82px;
	background:url(../images/nav-bg.gif) 0 0 repeat-x;
}

.navigation a:hover.home {
	background-position:0 -38px;
}

.navigation a.about {
	width:85px;
	background:url(../images/nav-bg.gif) -82px 0 repeat-x;
}

.navigation a:hover.about {
	background-position:-82px -38px;
}

.navigation a.services {
	width:76px;
	background:url(../images/nav-bg.gif) -167px 0 repeat-x;
}

.navigation a:hover.services {
	background-position:-167px -38px;
}

.navigation a.favorite_brands {
	width:132px;
	background:url(../images/nav-bg.gif) -243px 0 repeat-x;
}

.navigation a:hover.favorite_brands {
	background-position:-243px -38px;
}

.navigation a.tour {
	width:128px;
	background:url(../images/nav-bg.gif) -375px 0 repeat-x;
}

.navigation a:hover.tour {
	background-position:-375px -38px;
}

.navigation a.credit {
	width:149px;
	background:url(../images/nav-bg.gif) -503px 0 repeat-x;
}

.navigation a:hover.credit {
	background-position:-503px -38px;
}

.navigation a.contact {
	width:118px;
	background:url(../images/nav-bg.gif) -652px 0 repeat-x;
}

.navigation a:hover.contact {
	background-position:-652px -38px;
}

h2.pageTitle {
	color:#72280b;
	font-size:22px;
	font-family:'Arial';
	margin:0;
	padding:10px 0 0 10px;
}

p.galleryNav {
	color:#4f1002;
	font-size:10px;
}

p.galleryNav a {
	font-size:12px;
}

p.galleryNav img {
	padding:0 2px;
	position:relative;
	bottom:-1px;
}








