/* Standard Classes - edit as needed do rename or delete */

A{
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-image: url(/stock/Bullet.gif);
	color: #000000;
}		
INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	padding: 0px; 
	color: #000000; 
}
.PageColor {
	background-color: #C7C7C7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/stock/background-tile.jpg);
	background-repeat: repeat;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
}
h2, .SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.Bold {  font-weight: bold}
.italic {  font-style: italic}
.Footer {
	font-size: 11px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-image: url(/stock/footer-back.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.BreadCrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.BlueLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}
.MainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	overflow: visible;
	text-transform: uppercase;
}
a:hover.MainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
.PadLeft {
	margin-left: 20px;
}
.PadRight {	margin-right: 12px;}

/* Store classes that usually need editing - do NOT rename or delete */

.Button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
}
.Button2, a.Button2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #FB7629;
	font-weight: bold;
	text-decoration: none;
	margin: 6px;
	padding: 3px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E86B22;
	border-right-color: #B4531A;
	border-bottom-color: #B4531A;
	border-left-color: #E86B22;
}
.Button3, a.Button3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #7C4B26;
	margin: 1px;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #955A2C;
	border-right-color: #4C2E16;
	border-bottom-color: #4C2E16;
	border-left-color: #955A2C;
}
.Button4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 1px;
	padding: 1px 3px;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
	background-repeat: repeat;
}
.CellDark {
	background-color: #FB7629
}
.CellLight {
	background-color: #F7F8D2
}
.CellMedium {
	background-color: #F5F5F5;
	background-image: url(/stock/sidebar-back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.CellTitle {
	background-color: #FB7629
}
.CellLighter { background-color: #FFFFFF}

/* Classes associated with admin modules */

.ModuleBackButton{
	text-decoration: none;
	font-weight: bold;
	color: #6D1718;
}
a:hover.ModuleBackButton{
	text-decoration: underline;
}
.GalleryImageCaption{
	font-size: 11px
}
.NewsLink {
	font-weight: bold;
	text-decoration: underline;
}
.NewsLinkSmall {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.NumberBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #CACBCF;
	height: auto;
	background-color: #DDB363;
	white-space: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	float: right;
	text-align: center;
	width: auto;
}
a:hover.NumberBox {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BF8C45;
}
.NumberBoxNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #CACBCF;
	background-color: #E0E0DE;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
a:hover.NumberBoxNav {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BF8C45;
}
.NumberBoxOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666;
	background-color: #E0E0DE;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
a:hover.NumberBoxOn {
	text-decoration: none;
}	
.PromotionsCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.PromoNavBar {
	background-color: #CACBCF;
	padding: 3px;
}

/* New classes for this project */
#header {
	background-image: url(/stock/header.jpg);
	background-position: left top;
	vertical-align: bottom;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.HeaderPhone {
	font-size: 24px;
	font-weight: bold;
}
.HeaderDirections {
	font-size: 11px;
	font-weight: normal;
	color: #757575;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-right: 4px;
	line-height: 25px;
	text-decoration: none;
}
#HomeContent {
	background-color: #FFF;
	background-image: url(/stock/black.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.HomeLeftBorder {
	background-image: url(/stock/black.gif);
	background-repeat: repeat-y;
	background-position: left;
	line-height: 18px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.HomeNoBorder {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	line-height: 18px;
	background-color: #FFF;
}
.TitleRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #92372B;
}
.TitleYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #9F8819;
}
.TitleBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #255194;
}
.NavRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #92372B;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
a:hover.NavRed {
	background-color: #661912;
	text-decoration: none;
}
.NavRedOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #92372B;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(/stock/down-arrow.png);
	background-position: 295px 9px;
	background-repeat: no-repeat;
}
.NavYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #D2BD65;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
a:hover.NavYellow {
	background-color: #BA9B3B;
	text-decoration: none;
}
.NavYellowOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #D2BD65;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(/stock/down-arrow.png);
	background-position: 295px 9px;
	background-repeat: no-repeat;
}
.NavBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #003F86;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
a:hover.NavBlue {
	background-color: #001D58;
	text-decoration: none;
}
.NavBlueOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #003E85;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(/stock/down-arrow.png);
	background-position: 295px 9px;
	background-repeat: no-repeat;
}
.SubnavRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	text-indent: 35px;
	display: block;
	width: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a:hover.SubnavRed {
	text-decoration: none;
	background-color: #D33730;
}
.SubnavCellRed {
	background-image: url(/stock/subnav-cell-red.jpg);
	background-repeat: repeat;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.SubnavYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	text-indent: 35px;
	display: block;
	width: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a:hover.SubnavYellow {
	text-decoration: none;
	background-color: #F8ED45;
}
.SubnavCellYellow {
	background-image: url(/stock/subnav-cell-yellow.jpg);
	background-repeat: repeat;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.SubnavBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	text-indent: 35px;
	display: block;
	width: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a:hover.SubnavBlue {
	text-decoration: none;
	background-color: #0050AC;
}
.SubnavCellBlue {
	background-image: url(/stock/subnav-cell-blue.jpg);
	background-repeat: repeat;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
a.activeSlide {
	color: #FFF;
	background-color: #ADAFB3;
	margin-left: 0px;
	margin-right: 2px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
}
a:hover.activeSlide {
	text-decoration: none;
}
.DescriptionRight {
	background-color: #E5E5E5;
	text-align: left;
	float: right;
	width: 165px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 60px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 18px;
}
.Description {
	background-color: #E5E5E5;
	text-align: left;
	float: right;
	width: 200px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 18px;
	margin-bottom: 10px;
}
.DescriptionLeft {
	background-color: #E5E5E5;
	text-align: left;
	float: left;
	width: 165px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 60px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 18px;
}
.DescriptionTitle {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.ImageRight {
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #9C4A3F;
	margin-bottom: 50px;
}

.ImageLeft {
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #9C4A3F;
	margin-bottom: 50px;
}
.ImageRight2 {
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #D2C22E;
	margin-bottom: 50px;
}

.ImageLeft2 {
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #D2C22E;
	margin-bottom: 50px;
}
.RequestQuote {
	font-weight: bold;
	color: #CF3C35;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}
.SmoothOperator {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	display: block;
}

