/* CSS
----------------------------------------------------------------------------- */

@import url(offers.css);

body {
	text-align: center;		/* Fix to centre page in IE */
	background-color: #E52C25;
	background-image: url(../images/leather_bg.jpg);
  	background-repeat: repeat-x;
	background-position: left top;
}
#page {
	width: 980px;		/* Centre this div */
	text-align: left;		/* Uncentre content from fix to centre page in IE */
	background-image: url(../images/shadow_bg.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}
#header {
	width: 940px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #58595b;
  	background-color: #ee2e24;
	background-image: url(../images/head_images/bar1.jpg);
	background-repeat: no-repeat;
	background-position: right 47px;
	height: 253px;
	/*overflow: hidden;*/
}
#header #top {
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fbd284;
	background-image: url(../images/red_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	position: relative;
	overflow: hidden;
	background-color: #EE2E24;
}
#header #logo {
	height: 206px;
}
#header #logo img {
	float: left;
}
#content {
	width: 940px;			/* Maximum width to fit 800 x 600 px screen */
	/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
							   
	overflow: hidden;
	margin-left: 20px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fbd284;
}


/* One column */

#one-block #block1 {
	display: none;
}
#one-block #block2 {
	float: left;
	width: 920px;			/* Width - (left + right padding) */
	padding: 20px;
}
#one-block #block3 {
	display: none;
}


/* Two columns */

#two-blocks #content {
	background: url(nav/two_columns_background.gif) repeat-y left top;
}
#two-blocks #block1 {
	float: left;
	width: 288px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#two-blocks #block2 {
	float: left;
	width: 642px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#two-blocks #block2 p {
	padding-right: 30px;
}
#two-blocks #block3 {
	display: none;
}

/*amended styles for location pages */

#two-blocks #leftCol {
	float: left;
	width: 642px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#two-blocks #middleCol {
	float: left;
	width: 288px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* Three columns */

#three-blocks #content {
	background: url(nav/three_columns_background.gif) repeat-y left top;
}
#three-blocks #block1 {
	float: left;
	width: 288px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#three-blocks #block2 {
	float: left;
	width: 323px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#three-blocks #block3 {
	float: left;
	width: 298px;			/* Width - (left + right padding) */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	clear: both;
	width: 940px;			/* Maximum width to fit 800 x 600 px screen */
	/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
	overflow: hidden;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 131px;
	font-size: 11px;
}

#footer a, #footer a:link, #footer a:visited {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 4px;
	padding-left: 0px;
}
#footer #foot-left {
	float: left;
	width: 260px;
	padding-top: 10px;
	color: #D7271F;
	padding-left: 26px;
}
#footer #foot-nav {
	text-align: center;
	float: left;
	padding-top: 10px;
	width: 640px;
	color: #D7271F;
}

/* Menu CSS
----------------------------------------------------------------------------- */


#nav {
	top: 252px;
	margin-left: 300px;
	position: absolute;
	z-index: 1000;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	margin-right: 1px;
}
#nav li a {
	display: block;
	text-decoration: none;
	width: 7em;						/* Fixed for IE 5 mac. */
	/* Hides from IE 5 Mac */
	/* \*/
	width: auto;					/* Corrected from IE 5 mac fix. */
	/* */
	
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 19px;
	padding-bottom: 10px;
	padding-left: 19px;
	font-family: Helvetica, Arial, sans-serif;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
}
#nav a:hover {
	color: #6D0000;
}
#nav .active  a {
	color: #000000;
}



/* main Sub menus
------------------------------------- */

/* !! MAKE SURE HEADER IS POSITIONED RELATIVELY!! */


#nav li ul {
	position: absolute;
	left: -999em;
	z-index: 1000;
	padding: 0px;
	margin-top: 0px;
	margin-left: 8px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #F52B2B;
	display:block;
}
html>body #nav li ul {
	background-image: url(../images/menu_background.png);
	background-repeat: repeat;
	background-position: left top;
	display:block;
}
#nav li ul li {
	float: none;
	font-weight: lighter;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	display:block;
}
#nav li ul a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CF2B21;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 150px;
	display:-block;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul a, #nav li ul a:link, #nav li ul a:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: lighter;
	text-align: left;
	background-image: none;
	letter-spacing: 0em;
	display:block;
}
#nav li ul a:hover {
	color: #FFF;
	background-color: #CF2B21;
}



/* find bar Menu CSS
----------------------------------------------------------------------------- */

#nearest-bar-menu {
	overflow: hidden;
	float: right;
}
#nearest-bar-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nearest-bar-menu li {
	margin-right: 1px;
	background-image: url(../images/down_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nearest-bar-menu a {
	display: block;
	text-decoration: none;
	width: 7em;						/* Fixed for IE 5 mac. */
	/* Hides from IE 5 Mac */
	/* \*/
	width: auto;					/* Corrected from IE 5 mac fix. */
	/* */
	
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 1px;
	background-repeat: no-repeat;
	background-position: right center;
}
#nearest-bar-menu a:link, #nearest-bar-menu a:visited {
	color: #000000;
}
#nearest-bar-menu a:hover {
	color: #6D0000;
}
#nearest-bar-menu .selected a {
}

/* Sub menus
------------------------------------- */
#nearest-bar-menu li ul {
	position: absolute;
	left: -999em;
	z-index: 1000;
	padding: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
html>body #nearest-bar-menu li ul {
	background-image: url(../images/menu_background.png);
	background-repeat: repeat;
	background-position: left top;
}
#nearest-bar-menu li ul li {
	float: none;
	font-weight: lighter;
	background-image: none;
}
#nearest-bar-menu li ul a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CF2B21;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
#nearest-bar-menu li:hover ul, #nearest-bar-menu li.sfhover ul {
	left: auto;
}
#nearest-bar-menu li ul a, #nearest-bar-menu li ul a:link, #nearest-bar-menu li ul a:visited {
	color: #000000;
	font-size: 11px;
	font-weight: lighter;
	text-align: left;
	background-image: none;
	font-family: Helvetica, Arial, sans-serif;
}
#nearest-bar-menu li ul a:hover {
	color: #FFFFFF;
	background-color: #CF2B21;
}



/* Fixed width dropdown
----------------------------------------------------------------------------- */

.fixed-select {
	width: 180px;
	background-color: #EE2E24;
	border: 1px solid #EE2E24;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}
.fixed-select.sffocus {
	width: 50%;
}



/* left column panels
----------------------------------------------------------------------------- */


#news-panel {
	background-image: url(../images/news_panel_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#news-panel #morenews a, #news-panel #morenews a:link, #news-panel #morenews a:visited {
	font-weight: bold;
	color: #58595b;
	text-decoration: none;
	font-size: 13px;
}
#news-panel h1 {
	font-family: "Arial black", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #999999;
	letter-spacing: -4px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 14px;
}
#news-panel h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E52C25;
	font-size: 24px;
	letter-spacing: -2px;
	font-weight: normal;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
#news-panel  #morenews {
	margin-top: 24px;
	height: 27px;
	padding-left: 40px;
	background-image: url(../images/pdf-logo-trans.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
}
#news-panel .align-right {
	float: right;
	padding-top: 3px;
}


/* MENU panels
----------------------------------------------------------------------------- */

#menu-panel, #locationMenu-Panel {
	background-image: url(../images/menu_panelbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#locationMenu-Panel {
       width:238px;
       height:190px;
       float:right;
       padding-top:0;
       margin-right:20px;
}
.more a, .more a:link, .more a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
}
#menu-panel h1, #locationMenu-Panel h1 {
	font-family: "Arial black", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
	letter-spacing: -4px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 14px;
}

#locationMenu-Panel h1 {
        padding-top:10px;
}

#menu-panel h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E52C25;
	font-size: 24px;
	letter-spacing: -2px;
}
.more {
	margin-top: 110px;
	height: 34px;
	padding-left: 0px;
}

#locationMenu-Panel .more {
        margin-top:45px;
}
#menu-panel .align-right {
	float: right;
	padding-top: 3px;
}


#generic-panel {
	background-position: center bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(../images/panels_bg.gif);
	background-repeat: no-repeat;
}
#generic-panel #moregeneric a, #generic-panel #moregeneric a:link, #generic-panel #moregeneric a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
}
#generic-panel h1 {
	font-family: "Arial black", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
	letter-spacing: -4px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 14px;
}
#generic-panel h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E52C25;
	font-size: 24px;
	letter-spacing: -2px;
}
#generic-panel  #moregeneric {
	margin-top: 30px;
	height: 34px;
	padding-left: 0px;
	padding-top: 0px;
}
#generic-panel .align-right {
	float: right;
	padding-top: 3px;
}
#generic-panel .panel-form {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-bottom: 10px;
}

/* home page stuff
----------------------------------------------------------------------------- */


#home-intro {
	background-color: #58595b;
	color: #FFFFFF;
	font-size: 14px;
}
#home-intro p {
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 18px;
}
#home-ads {
	float: left;
	margin-right: 40px;
	margin-top: 30px;
}

#home-ads h1 {
        margin-left:20px;
        margin-bottom:0;
}

.home-ads-nopad {
	float: left;
	padding-right: 0px;
	margin-top: 30px;
}

.offerBanner {
       padding: 10px 0 0 0;
}

/* Design specific CSS
============================================================================= */

.black-text {
	color: #000000;
}
.red-text {
	color: #E52C25;
}
.margin-bottom {
	margin-bottom: 20px;
}
#lightbox {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	text-align: right;
	width: 298px;
}
#lightbox .light-thumbs {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#lightbox .light-thumb-right {
	float: left;
	margin-top: 10px;
}
#rightcol-info {
	background-image: url(../images/bg_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	clear: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
margin-left:10px;
}
#rightcol-info a:link {
	font-size: 12px;
}
#rightcol-info h4 {
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
#rightcol-info td {
	padding-bottom: 10px;
	vertical-align: top;
}

.float-img-right {
        position:relative;
	float: right;
	padding-left: 15px;
	padding-top: 8px;
        bottom:35px;
}

/* form elements
----------------------------------------------------------------------------- */

form th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding: 5px 10px 5px 0px;
	color: #666666;
}
form td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
form table {
}
form  .select-small {
	background-color: #cdcdcd;
	border: 1px solid #999999;
	color: #000000;
	width: 70px;
	margin-right: 6px;
}
form input, form textarea {
	background-color: #E5E5E5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
form .input-large {
	width: 400px;
}
form .input-medium {
	width: 200px;
	border: 1px solid #999999;
}
form .input-small {
	width: 120px;
}
form .button td {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form .button input {
	width: 50px;
	background-image: url(../images/button_small.gif);
	color: #FFFFFF;
	height: 26px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
form fieldset {
	padding: 0px 10px 10px 10px;
	width: 380px;
	overflow: hidden;
}
form fieldset input {
	background: none;
}
form legend {
	padding-top: 5px;
	padding-bottom: 5px;
}
form optgroup {				/* Only Mozilla seems to support these styles. */
	padding-top: 10px;
	font-style: normal;
}
.radio_button_column {
	float: left;
	width: 190px;
}

form .button label {
	visibility: hidden;
	font-size: 9px;
}

fieldset {
	border: 1px solid #FBD284;
	margin-top: 12px;
	overflow: hidden;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 16px;
}

legend {
	font-size: 14px;
	color: #EE2E24;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: -6px;
}

#form-background {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 40px;
}
form .select-medium {
	background-color: #cdcdcd;
	border: 1px solid #999999;

	color: #000000;
	width: 140px;
	margin-right: 6px;
}
.menus   ul  li  {
	padding-left: 60px;
	border-top-width: 1px;
	border-top-style: dashed;

	border-top-color: #CCCCCC;
	background-image: url(../images/pdf-logo-trans.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-position: inside;
	list-style-type: none;
	margin-left: 0px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.menus ul   {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 450px;
	background-image: url(../images/bg_fade.jpg);
	background-repeat: repeat-x;
	background-position: left -160px;
}
img.float-right {
	float: right;
	padding-left: 30px;
	margin-right: 0px;
	padding-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.two-column-menus   ul  li  {
	padding-left: 60px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	background-image: url(../images/pdf-logo-trans.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-position: inside;
	list-style-type: none;
	margin-left: 0px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.two-column-menus ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../images/bg_fade.jpg);
	background-repeat: repeat-x;
	background-position: left -160px;
	width: 100%;
}

.menu-image {
padding:0 10px 10px 20px;
float:right;
}

.two-column-menus hr {
 clear:both;
}

#centerCol {
	width:610px; 
	float:left;
padding-left:20px;
}

#rightCol {
	width:298px;
	float:right;
}

#locHeadChar {
float:left;
padding: 0 0 15px 20px;
}

#locHeadInfo {
float:left;
width:510px;
margin-left:15px;
}

.leftHeaderTitle {
font-size: 36px;
padding-top: 0px;
}

.locHeaderIntro {
padding: 0 0 0 10px;
}

.home_image {
padding:0;
margin:0;
}