html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

p {
	margin: 0 0 1em 0;
}

* :focus {
	outline: 0;
}

a {
	color: #AD7F16;
	text-decoration: underline;
}

a:hover {
	color: #E6B443;
	text-decoration: underline;
}

.ImageLink1 {
	background-color: #F3F3F3;
	border: 1px solid #C3C3C3;
	padding: 4px;
}

a .ImageLink1 {
	border: 1px solid #C3C3C3;
}

a:hover .ImageLink1 {
	background-color: #FCEFEF;
	border: 1px solid #E3646A;
}

.ImageLink2 {
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

a .ImageLink2 {
	border: 1px solid #CCCCCC;
}

a:hover .ImageLink2 {
	background-color: #EEF0F7;
	border: 1px solid #93A9E6;
}

.Heading1 {
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

.Heading2 {
	font-size: 11px;
	color: #1C3373;	
}

.Heading3 {
	color: #5C0C0F;
	font-weight: normal;
	font-size: 17px;
	border-bottom: 1px dotted #991B20;
}

.Heading4 {
	color: #991B1F;
	font-size: 14px;
}

.Heading5 {
	color: #991B1F;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dotted #5C0C0F;
}

.Heading6 {
	color: #5C0C0F;
	font-weight: normal;
	font-size: 12px;	
}

.Highlight1 {
	color: #CCC;
}

.Highlight2 {
	color: #999;
}

.Highlight3 {
	color: #1C3373;
}

.Highlight4 {
	color: #5C0C0F;
}

.Highlight5 {
	color: #991B1F;
}

.Highlight6 {
	color: #090;
}

.Box1 {
	background: #F9FFF9;
	border: 1px dotted #009900;
	padding: 6px;
	margin: 0px 100px;
}

.Box2 {
	background: #FFFBFB;
	border: 1px dotted #991B1F;
	padding: 6px;
	margin: 0px 100px;
}

.TextXXXS {
	font-size: 9px;
}

.TextXXS {
	font-size: 10px;
}

.TextXS {
	font-size: 11px;
}

.TextS {
	font-size: 12px;
}

.TextL {
	font-size: 14px;
}

.TextXL {
	font-size: 15px;
}

.TextXXL {
	font-size: 16px;
}

.TextXXXL {
	font-size: 17px;
}

ul {
	margin: 0;
	padding-left: 1.2em;
}
ul li {
	margin-bottom: 8px;
}

.List1 {
	color: #991B1F;
}
.List1 ul li {
	color: #666;
	line-height: 22px;
}

.List2 {
	margin: 0;
	padding-left: 4em;
}
.List2 li {
	margin-bottom: 2px;
}


/* jQuery FAQ */
#faq dt {
	position: relative;
	color: #991B1F;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
	padding-left: 27px;
}
#faq dt:hover {
	color: #CE2428;	
}
#faq dt div {
	position: absolute;
	top: -6px;
	left: 0px;
	font-weight: bold;
	font-size: 20px;
}
#faq dd {
	position: relative;
	color: #666;
	line-height: 21px;
	background-color: #FBFBFB;
	border-top: 3px solid #CCC;
	margin: 3px 0px 0px 15px;
	padding: 1px 8px 5px 32px;
}
#faq dd div {
	position: absolute;
	top: 0px;
	left: 4px;
	color: #DDD;
	font-weight: bold;
	font-size: 20px;
}
#faq_toggle {
	font-weight: bold;
	font-size: 12px;
}


.Background1 {
	background-color: #F8F8F8;
}

.Background2 {
	background-color: #F4F4F4;
	color: #666;
	padding-left: 4px;
}

#listcontainer ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

input, select, textarea, table tr td, table tbody tr td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}

.Btn1,
.Btn2,
.Btn3,
.Btn4 {
	background: url(../images/Btn_BG.png) repeat-x top;
	border: 1px solid;
	padding: 3px 13px 4px 13px;
	margin: 0 3px 0 0;
	cursor: pointer;
	font: bold 11px Tahoma, Verdana, sans-serif;
	text-decoration: none;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 3px;	
}
.Btn1:hover,
.Btn2:hover,
.Btn3:hover,
.Btn4:hover {
	text-decoration: none;
}

.Btn1 {
	background-color: #821519;
	border-color: #5C0B0E;
	color: #E9D8D9;
}
.Btn1:hover {
	background-color: #D32529;
	color: #FFF;
}

.Btn2 {
	background-color: #7E7E7E;
	border-color: #6E6E6E;
	color: #E6E6E6;
}
.Btn2:hover {
	background-color: #989898;
	color: #FFF;
}

.Btn3 {
	background-color: #2C50AD;
	border-color: #1C3373;
	color: #DFE6F7;
}
.Btn3:hover {
	background-color: #6081D7;
	color: #FFF;
}

.Btn4 {
	background-color: #C9992C;
	border-color: #966F12;
	color: #FAEED1;
}
.Btn4:hover {
	background-color: #E4B242;
	color: #FFF;
}

#header {
	position: relative;
	background: url(../images/Layout_Header.gif) no-repeat;
	width: 996px;
	height: 61px;
}

#header_bgl {
	background: url(../images/Layout_HeaderBGL.gif) no-repeat top right;
}

#header_bgr {
	background: url(../images/Layout_HeaderBGR.gif) no-repeat top left;
}

#weather {
	position: absolute;
	top: 14px;
	right: 24px;
	width: 201px;
	font-size: 10px;
}
#weather a {
	font-size: 9px;
	color: #2E55B8;
	text-decoration: underline;
}
#weather a:hover {
	color: #7A96DE;
	text-decoration: underline;
}

#weather_img {
	margin-top: -8px;	
}

#nav_container {
	height: 39px;
}

#nav a {
	display: block;
	height: 39px;
	text-indent: -9999px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li { 
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left; 
}

#nav li a.down {
	background-position: 0 -39px;
}

#nav li.capl { 
	background: url(../images/Nav_CapL.gif) no-repeat; 
	width: 9px;
	height: 39px;
}

#nav li.capr { 
	background: url(../images/Nav_CapR.gif) no-repeat; 
	width: 16px;
	height: 39px;
}

#nav li.nav1 a { 
	background: url(../images/Nav_TheBuenaVistaCompanies.gif) no-repeat; 
	width: 282px;
}
#nav li.nav1 a:hover { 
	background: url(../images/Nav_TheBuenaVistaCompanies.gif) no-repeat 0 -39px;
}

#nav li.nav2 a { 
	background: url(../images/Nav_BuenaVistaScooterRentals.gif) no-repeat; 
	width: 282px;
}
#nav li.nav2 a:hover { 
	background: url(../images/Nav_BuenaVistaScooterRentals.gif) no-repeat 0 -39px;
}

#nav li.nav3 a { 
	background: url(../images/Nav_SurreyBikes.gif) no-repeat; 
	width: 187px;
}
#nav li.nav3 a:hover { 
	background: url(../images/Nav_SurreyBikes.gif) no-repeat 0 -39px;
}

#nav li.nav4 a { 
	background: url(../images/Nav_BuenaVistaBikes.gif) no-repeat; 
	width: 220px;
}
#nav li.nav4 a:hover { 
	background: url(../images/Nav_BuenaVistaBikes.gif) no-repeat 0 -39px;
}

#graphic {
	
}

#footer {
	background: url(../images/Layout_Footer.gif) no-repeat;
	height: 81px;
}

#footer_nav {
	padding: 11px 34px;
	font-size: 11px;
	font-weight: bold;
	color: #355CBF;
	letter-spacing: 2px;
}
#footer_nav a {
	color: #000;
	text-decoration: none;
	letter-spacing: normal;
}
#footer_nav a:hover {
	color: #B3841A;
	text-decoration: none;
}

#footer_copyright {
	padding: 10px 23px;
	color: #A4A4A4;
	font-size: 9px;
}
#footer_copyright a {
	color: #A4A4A4;
	text-decoration: none;
}
#footer_copyright a:hover {
	color: #797979;
	text-decoration: none;
}

#footer_bgl, #footer_bgr {
	background: url(../images/Layout_FooterBG.gif) repeat-x;
}

#flash_container {
	height: 391px;
}

#body_bg {
	background: url(../images/Layout_BodyBG.gif) repeat-y;
}

#body {
	padding: 16px 22px 10px 32px;
	color: #333;
}
#body p {
	line-height: 24px;
}

#panel_logos {
	text-align: center;
	margin-top: -10px;
	padding: 10px 35px 10px 30px;
}

#panel_bg{
	background: url(../images/Layout_PanelBG.gif) repeat-y;
}

#panel {
	padding: 0px 0px 0px 17px;
}

.Panel_Top {
	width: 263px;
	min-height: 100px;
}

.Panel_Btm {
	background: url(../images/Layout_Panel_Footer.gif) no-repeat;
	width: 263px;
	height: 15px;
	margin-bottom: 8px;
}

.Panel_Body {
	padding: 65px 17px 1px 19px;
}

.Panel_ContactUs {
	background: url(../images/Layout_Panel_ContactUs.gif) no-repeat;
}
.Panel_ContactUs a {
	color: #1C3373;
	text-decoration: underline;
}
.Panel_ContactUs a:hover {
	color: #2E55B8;
	text-decoration: underline;
}

.Panel_OurCompanies {
	background: url(../images/Layout_Panel_OurCompanies.gif) no-repeat;
}
.Panel_OurCompanies a {
	color: #6E85B8;
	text-decoration: underline;
}
.Panel_OurCompanies a:hover {
	color: #AFBBD8;
	text-decoration: underline;
}

.Product_Desc {
	padding-right: 10px;	
}

.Product_Info {
	background-color: #F5F5F5;
	border-left: 1px dotted #CCC;
	padding: 7px;
	color: #991B1F;
	font-size: 11px;
}

.Product_Div {
	border-bottom: 1px dotted #CCC;	
}

#product_thumbs {
	float: right;
	padding-left: 10px;
}
#product_thumbs img {
	margin-bottom: 12px;
}

#product_links {
	float: right;
	background-color: #F5F5F5;
	border-left: 1px dotted #CCC;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 32px;
	width: 170px;
}
#product_links img {
	margin: 0px 1px -3px 0px;
}

#product_button {
	float: right;
	padding-top: 0px;
	text-align: right;
}
#product_button a {
	font-size: 13px;
	text-transform: uppercase;
	margin-right: 0;
}

.cart_left {
	float: left;	
}

.cart_right {
	float: right;
	text-align: right;
}

#cart_subtotal {
	border-top: 3px solid #5C0C0F;
	font-weight: bold;
	color: #5C0C0F;	
}


/* jQuery Easy Slider */
#dryerase {
	position: relative;
	background: url(../images/Layout_DryEraseBoard.jpg) no-repeat;
	width: 660px;
	height: 493px;
}

#slider {
	position: absolute;
	top: 31px;
	left: 33px;
}
#slider ul,
#slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li{
	width: 594px;
	height: 380px;
	overflow: hidden;
}
#slider div {
	padding: 25px;
	line-height: 21px;
	font-size: 15px;
}

#prevBtn, #nextBtn{
	display: block;
	width: 100px;
	position: absolute;
	top: 412px;
	left: 38px;
}
#nextBtn{
	left: 522px;
}
#prevBtn a, #nextBtn a{
	display: block;
	height: 30px;
}



/*---- sIFR ---*/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*---- Header styling ----*/
.sIFR-active h1,
.sIFR-active h2,
.sIFR-active h3,
.sIFR-active h4,
.sIFR-active h5,
.sIFR-active h6,
.sIFR-active pre {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 5px;
}

.sIFR-active h1 {
	font-size: 19px;
}
h1 {
	color: #1C3373;
	font-size: 20px;
	font-style: italic;
	font-family: 'Trebuchet MS';
	background: url(../images/Layout_TitleUnderline.gif) no-repeat 0px 15px;
	padding-bottom: 4px;
}

.sIFR-active h2 {
	font-size: 16px;
}
h2 {
	color: #171717;
	font-size: 15px;
}