/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/
/*                           styles for csmonaco          2010                */
/******************************************************************************/ 
@import url("reset.css");


HTML, BODY, .basic{
	height: 100%;
}


.basis{
	margin: auto;
	margin-bottom: -170px;
	display: table;
	height: auto;
	height: 100%;
	min-height: 100%;
}
.wrapper
{
	width: 960px;
	margin: auto;
}

.main{
	height: 100%;
}

#header{
	height: 139px;	/* height of header */
}

#contents
{
	padding-bottom: 60px;
	padding-top: 15px;
}
#leftpanel{
	width: 174px;	/* width of left column */
	float: left;
}
#rightpanel{
	width: 754px;	/* width of right column */
	float: right;
}

.footer{
	margin: auto;
	height: 170px;	/* height of footer */
}


/*needed to make room for footer*/
.clearfooter{
	clear: both;
	height: 170px;	/* height of footer */
}
* > HTML .clearfooter {
	float: left;
	width: 100%;
}/* ie mac styles */


/*** standard classes ***********************************************************************************************/
.clear{
	clear:both;
	display: block;
	font-size: 0px;
}






/*** follow sections can edit *****************************************************************************/
BODY
{
	background: #ffffff url(../images/body-bg.png) repeat-x 0px 0px;
	behavior: url("assets/templates/csmonaco/js/csshover.htc");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A,
A:visited
{
	text-decoration: none;
	color: #dd0a0a;
}
A:hover
{
	text-decoration: none;
	color: #000000;
}
STRONG, B
{
	font-weight: bold;
}



.basis
{
}

/*** header **************************************************************/
#header
{
	position: relative;
}
A.site-logo
{
	position: absolute;
	top: 4px;
	left: -1px;
}

/*** langs ***************/
#langs
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background: #e90101 url(../images/langs-bg.png) no-repeat 0px 0px;
	width: 95px;
	height: 20px;
	position: absolute;
	top: 4px;
	right: 0px;
	cursor: default;
}
#langs UL
{
	padding: 2px 0px 0px 7px;
}
#langs UL LI
{
	float: left;
	background: url(../images/langs-li-bg.png) no-repeat 100% 6px;
	padding: 0px 6px 0px 0px;
	margin: 0px 4px 0px 0px;
}
#langs UL LI A,
#langs UL LI A:visited
{
	color: #ffffff;
}
#langs UL LI A:hover
{
	/*color: #3d3d3d;*/
	color: #ffffff;
	text-decoration: underline;
}
#langs UL LI.active A,
#langs UL LI.active A:visited,
#langs UL LI.active A:hover
{
	cursor: default;
	color: #ffc3c3;
	text-decoration: none;
}
#langs UL LI.last
{
	background-image: none;
	padding-right: 0px;
	margin-right: 0px;
}


.hdr-phone
{
	position: absolute;
	top: 83px;
	/*left: 820px;*/
	right: 0px;
}

/*** navigation ***********************/
#navigation
{
	position: absolute;
	top: 51px;
	left: 302px;
	height: 61px;
}
#navigation UL
{
	background: url(../images/nav-li-bg.png) no-repeat 0px 0px;
	padding: 0px 0px 0px 2px;
}
#navigation UL LI
{
	display: inline-block;
	float: left;
	height: 61px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	outline: none;
	position: relative;
}
#navigation UL LI A,
#navigation UL LI A:visited
{
	background-position: 0px 0px;
	outline: none;
	height: 60px;
	display: block;
}
#navigation UL LI A:hover
{
	background-position: 0px -60px;
}
#navigation UL LI.last
{
}
#navigation UL LI.active
{
	background: url(../images/nav-li-arrow.png) no-repeat 50% 100%;
}
#navigation UL LI.active A:hover
{
	background-position: 0px 0px;
	cursor: default;
}
#navigation UL LI.active UL LI A:hover
{
	cursor: pointer;
}
#navigation UL LI UL
{
	display: none;
	position: absolute;
	top: 61px;
	left: -5px;
	background: none;
	padding: 0px 0px 0px 0px;
}
#navigation UL LI:hover UL
{
	display: block;
}
#navigation UL LI UL LI
{
	display: block;
	float: none;
	width: 120px;
	background: #4d4d4d;
	height: 23px;
	text-indent: 0px;
	font-weight: bold;
	border: 1px solid #404040;
	border-top: none;
}
#navigation UL LI UL LI A,
#navigation UL LI UL LI A:visited
{
	background: #4d4d4d;
	display: block;
	width: 110px;
	height: 19px;
	color: #ffffff;
	padding: 4px 5px 0px 5px;
}
#navigation UL LI UL LI A:hover
{
	background: #dd0a0a;
}
#navigation UL LI UL LI:hover
{
	background-image: none;
}
#nav-1 A,
#nav-1 A:visited
{
	background: url(../images/nav-1.png) no-repeat;
	width: 98px;
}
#nav-2 A,
#nav-2 A:visited
{
	background: url(../images/nav-2.png) no-repeat;
	width: 94px;
}
#nav-3 A,
#nav-3 A:visited
{
	background: url(../images/nav-3.png) no-repeat;
	width: 88px;
}
#nav-4 A,
#nav-4 A:visited
{
	background: url(../images/nav-4.png) no-repeat;
	width: 101px;
}
#nav-5 A,
#nav-5 A:visited
{
	background: url(../images/nav-5.png) no-repeat;
	width: 113px;
}




/*** index ****************************/
#splash
{
	width: 588px;
	float: left;
}
#tabs-section
{
	float: right;
	width: 362px;
}
#splash .top,
#splash .bottom
{
	width: 588px;
	height: 6px;
	font-size: 0px;
	background: url(../images/promo-top.png) no-repeat 0px 0px;
}
#splash .bottom { background: url(../images/promo-bottom.png) no-repeat 0px 0px; }
#splash .cnt
{
	font-size: 0px;
	text-align: center;
	background: url(../images/promo-middle.png) repeat-y 0px 0px;
	padding-bottom: 19px;
	height: 323px;
}
#splash .cnt .txt
{
	font-size: 13px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	top: -125px;
	padding: 0px 27px 0px 275px;
	text-align: right;
	position: relative;
	text-shadow: 1px 1px 1px #282828;
	height: 70px;
	margin-bottom: -125px;
}
#splash .cnt A.btn,
#splash .cnt A:visited.btn
{
	background: url(../images/promo-btn-bg.png) no-repeat 0px 0px;
	width: 115px;
	height: 27px;
	color: #ffffff;
	margin: 10px 0px 0px 0px;
	position: relative;
	left: 444px;
	display: block;
	outline: none;
	font-size: 12px;
	margin-bottom: -130px;
}
#splash .cnt A:hover.btn
{
	background-position: 0px -28px;
}
#splash .cnt A:active.btn
{
	background-position: 0px -56px;
}
#splash .cnt A.btn B
{
	font-weight: normal;
	position: absolute;
	top: 6px;
	left: 23px;
	display: block;
	cursor: pointer;
}
#splash .cnt A:active.btn B
{
	top: 7px;
}


/*** tabs ****************************/
#tabs-section
{
	position: relative;
}
#tabs-section .bottom
{
	height: 4px;
	font-size: 0px;
	background: url(../images/tabs-cnt-bottom.png);
}
#tabs-section .tabs
{
	height: 28px;
	border-bottom: 4px solid #dd0a0a;
}
#tabs-section .tabs A,
#tabs-section .tabs A:visited
{
	float: left;
	width: 179px;
	height: 20px;
	padding: 8px 0px 0px 0px;
	background: url(../images/tabs-bg.png) no-repeat 0px -28px;
	text-align: center;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	outline: none;
}
#tabs-section .tabs A B
{
	/*
	text-shadow: 1px 1px 1px #600505;
	text-shadow: 1px 1px 1px #000000;
	*/
}
#tabs-section #tab-2
{
	float: right;
}
#tabs-section .cnt
{
	background: #6d6d6d;
	padding: 3px 0px 0px 3px;
}
#tabs-section .tabs A B,
#tabs-section .tabs A:visited B
{
	background: url(../images/tabs-1-icon.png) no-repeat 0px -20px;
	padding: 0px 0px 0px 16px;
}
#tabs-section .tabs A#tab-2 B
{
	background-image: url(../images/tabs-2-icon.png);
}
#tabs-section .tabs A:hover
{
	background-position: 0px -56px;
}
#tabs-section .tabs A.active,
#tabs-section .tabs A:visited.active,
#tabs-section .tabs A:hover.active
{
	background-position: 0px 0px;
	cursor: default;
	color: #ffffff;
}
#tabs-section .tabs A.active B,
#tabs-section .tabs A:visited.active B,
#tabs-section .tabs A:hover B
{
	background-position: 0px 3px;
	color: #ffffff;
}

#tabs-section .cnt
{
	height: 314px;
}
#tabs-section .cnt UL
{
}
#tabs-section .cnt UL LI
{
	padding: 1px 0px 0px 0px;
	height: 95px;
}
A.bike,
A:visited.bike
{
	display: block;
	width: 356px;
	height: 95px;
	position: relative;
	background: #ececec url(../images/tabs-item-bg.png) no-repeat 0px 0px;
}
#tabs-section .cnt UL LI A.bike,
#tabs-section .cnt UL LI A:visited.bike
{
	background-image: url(../images/tabs-item-bg.png);
}

.bike .bike-thumb
{
	float: left;
	width: 145px;
	height: 70px;
	padding: 10px 0px 0px 10px;
	font-size: 0px;
	display: block;
	cursor: pointer;
}
.bike .bike-info
{
	float: left;
	width: 185px;
	padding: 13px 0px 0px 0px;
	display: block;
	cursor: pointer;
}
.bike STRONG
{
	color: #3e3e3e;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	cursor: pointer;
	display: block;
}
.bike .bike-descr
{
	color: #646464;
	display: block;
	margin-bottom: 3px;
	cursor: pointer;
}
.bike .bike-price
{
	color: #10b010;
	font-size: 16px;
	font-weight: bold;
	display: block;
	cursor: pointer;
}
A:hover.bike
{
	background-position: 0px -95px;
	color: #ffffff;
}
A:hover.bike STRONG,
A:hover.bike .bike-price
{
	color: #ffffff;
}
A:hover.bike .bike-descr
{
	color: #ffc3c3;
}
.bike .clear
{
	display: none;
}


#tabs-section .more
{
	text-align: right;
	padding: 7px 15px 0px 0px;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
#tabs-section .more A,
#tabs-section .more A:visited
{
	color: #ffffff;
	background: url(../images/tabs-more-arrow.png) no-repeat 0px 4px;
	padding: 0px 0px 0px 10px;
	text-shadow: 1px 1px 1px #282828;
}
#tabs-section .more A:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#tab-2-cnt
{
	display: none;
}


/*** boxes *********************************/
.boxes
{
	padding: 12px 0px 0px 0px;
}
.box
{
	width: 313px;
	height: 143px;
	float: left;
	padding-right: 10px;
	position: relative;
}
.boxes .last
{
	padding-right: 0px;
	float: right;
}

.box .text
{
	text-align: right;
	color: #3e3e3e;
}
.box .more A,
.box .more A:visited
{
	padding: 0px 0px 0px 10px;
	background: url(../images/box-arrow.png) no-repeat 0px 3px;
	font-size: 11px;
	font-weight: bold;
	color: #da0000;
	text-shadow: 1px 1px 1px #ffffff;
}
.box .more A:hover
{
	/*background-position: 0px -13px;*/
	/*color: #000000;*/
	color: #da0000;
	text-decoration: underline;
}

/*** #box-1 ******************/
#box-1 .text
{
	position: absolute;
	top: 45px;
	left: 155px;
	width: 145px;
}
#box-1 .more
{
	position: absolute;
	top: 100px;
	right: 0px;
	padding-right: 23px;
}
/*** #box-2 ******************/
#box-2 .text
{
	position: absolute;
	top: 45px;
	left: 135px;
	width: 165px;
}
#box-2 .more
{
	position: absolute;
	top: 112px;
	right: 0px;
	padding-right: 23px;
}
/*** #box-3 ******************/
#box-3
{
}
#box-3 .text
{
	position: absolute;
	top: 45px;
	left: 14px;
	width: 170px;
	text-align: left;
}
#box-3 .more
{
	position: absolute;
	top: 100px;
	right: 0px;
	padding-right: 26px;
}
#box-3 FORM
{
	position: absolute;
	top: 87px;
	left: 103px;
}
#box-3 FORM INPUT
{
	width: 130px;
	height: 20px;
	padding: 4px 60px 0px 5px;
	color: #343434;
	background: transparent url(../images/box-input-bg.png) repeat-x;
	border: none;
	position: relative;
}
.msie #box-3 FORM INPUT
{
	padding-right: 0px;
}
#box-3 .btn
{
	position: absolute;
	top: 2px;
	left: 140px;
	width: 54px;
	height: 20px;
	text-indent: -9999px;
	outline: none;
	background: transparent url(../images/box-3-btn.png) no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	font-size: 0px;
	color: #ffffff;
}
#box-3 .btn:hover
{
	background-position: 0px -20px;
}
#box-3 .small
{
	position: absolute;
	top: 120px;
	left: 11px;
	color: #787878;
	font-size: 11px;
	display: none;
}

#box-3 FORM LABEL,
#box-3 FORM #s_firstname,
#box-3 FORM #s_lastname
{
	display: none;
}
#box-3 FORM .actions
{
	font-size: 11px;
	position: absolute;
	top: 30px;
	left: -88px;
	color: #777777;
	width: 250px;
}
#box-3 FORM .actions INPUT
{
	width: auto;
	text-align: center;
	vertical-align: middle;
	margin-right: 3px;
	background: none;
}
#box-3 .msg
{
	position: absolute;
	top: 120px;
	left: 14px;
	font-size: 11px;
	text-shadow: 1px 1px 1px #ffffff;
}
#box-3 .err
{
	color: #dd0a0a;
}
#box-3 .cnf
{
	color: #10b010;
}
#box-3 .msg A
{
	text-shadow: none;
}

/*** leftpanel *********************************************************/
#leftmenu
{
	margin-bottom: 20px;
}
#leftmenu UL
{
}
#leftmenu UL LI
{
	font-weight: bold;
	border-bottom: 1px solid #cecece;
	padding: 10px 0px 10px 0px;
}
#leftmenu UL LI A,
#leftmenu UL LI A:visited
{
	color: #222222;
	padding: 0px 0px 0px 11px;
}
#leftmenu UL LI A:hover
{
	color: #e80d0d;
}
#leftmenu UL LI UL
{
	border-top: 1px solid #cecece;
	margin-top: 10px;
}
#leftmenu UL LI UL LI
{
	font-weight: normal;
	border: none;
	padding: 10px 0px 0px 0px;
}
#leftmenu UL LI UL LI A,
#leftmenu UL LI UL LI A:visited,
#leftmenu UL LI.active UL LI A,
#leftmenu UL LI.active UL LI A:visited
{
	padding: 0px 0px 0px 21px;
	background: none;
}
#leftmenu UL LI UL LI A:hover
{
}
#leftmenu UL LI.last
{
	border: none;
}
#leftmenu UL LI.active A,
#leftmenu UL LI.active A:visited
{
	background: url(../images/menu-active-bg.png) no-repeat 0px 4px;
}
#leftmenu UL LI UL LI.active A,
#leftmenu UL LI UL LI.active A:visited
{
	background: url(../images/menu-active-bg.png) no-repeat 11px 4px;
}


/*** box-left ******************/
.box-left
{
	width: 174px;
	height: 232px;
	font-size: 0px;
	position: relative;
}
.box-left .text
{
	font-size: 12px;
	position: absolute;
	top: 44px;
	left: 14px;
	width: 146px;
}
.box-left .text A.more,
.box-left .text A:visited.more
{
	font-weight: bold;
	color: #db1e1e;
}
.box-left .text A:hover.more
{
	color: #db1e1e;
	text-decoration: underline;
}


#box-store A.more,
#box-store A:visited.more
{
	font-weight: bold;
	color: #db1e1e;
	position: absolute;
	top: 92px;
	left: 14px;
	font-size: 12px;
	color: #da0000;
	background: url(../images/box-arrow.png) no-repeat 0px 3px;
	padding: 0px 0px 0px 10px;
	text-shadow: 1px 1px 1px #ffffff;
}
#box-store A:hover.more
{
	color: #da0000;
	text-decoration: underline;
}


/*** rightpanel ********************************************************/
#rightpanel
{
}
#rightpanel H1
{
	border-bottom: 1px solid #bdbdbd;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	color: #4b4a4a;
	height: 34px;
}
#rightpanel H1 SMALL
{
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #646464;
	padding: 7px 28px 0px 0px;
	line-height: normal;
}
#rightpanel H1 IMG
{
}
#rightpanel #cnt
{
	border-top: 1px solid #efefef;
	padding: 16px 0px 0px 0px;
}

/*** list-bikes *******************/
#page-new-bikes
{
}
#page-new-bikes A.bike,
#page-new-bikes A:visited.bike,
#page-used-bikes A.bike,
#page-used-bikes A:visited.bike
{
	background: transparent url(../images/bike-bg.png) no-repeat 0px 0px;
	outline: none;
}
#page-new-bikes A:hover.bike,
#page-used-bikes A:hover.bike
{
	background-position: 0px -95px;
}
#page-new-bikes #rightpanel A,
#page-used-bikes #rightpanel A
{
	display: block;
	float: left;
	margin: 0px 18px 15px 0px;
}

/*** paging *******************/
.pagination
{
	border-top: 1px solid #d2d2d2;
	padding-top: 14px;
}
.pagination .prev-page
{
	float: left;
	display: block;
	width: 21px;
	height: 21px;
	font-size: 0px;
	text-indent: -9999px;
	outline: none;
	background: transparent url(../images/pagination-btn.png) no-repeat 0px -66px;
}
.pagination .next-page
{
	float: left;
	display: block;
	width: 21px;
	height: 21px;
	font-size: 0px;
	text-indent: -9999px;
	outline: none;
	background: transparent url(../images/pagination-btn.png) no-repeat -22px -66px;
}
.pagination .inside
{
	float: left;
	padding: 3px 6px 0px 6px;
}
.pagination .inside .current-page,
.pagination .inside .total-pages
{
	font-weight: bold;
}



.pagination .prev-page A,
.pagination .prev-page A:visited
{
	background: transparent url(../images/pagination-btn.png) no-repeat 0px -44px;
	display: block;
	width: 21px;
	height: 21px;
	outline: none;
}
.pagination .next-page A,
.pagination .next-page A:visited
{
	background: transparent url(../images/pagination-btn.png) no-repeat -22px -44px;
	display: block;
	width: 21px;
	height: 21px;
	outline: none;
}
.pagination .prev-page A:hover
{
	background-position: 0px 0px;
}
.pagination .next-page A:hover
{
	background-position: -22px 0px;
}
.pagination .prev-page A:active
{
	background-position: 0px -22px;
}
.pagination .next-page A:active
{
	background-position: -22px -22px;
}





/*** bike-main **********************/
.bike-main
{
	height: 338px;
	margin-bottom: 28px;
}
.bike-main .bike-img
{
	float: left;
	width: 530px;
	font-size: 0px;
}
.bike-main .bike-img IMG
{
	border: 1px solid #cbcbcb;
}
.bike-main .bike-info
{
	float: right;
	width: 202px;
	height: 338px;
	position: relative;
}
.bike-main .bike-info H3
{
	font-weight: bold;
	margin: 0px 0px 12px 0px;
}
.bike-main .bike-info .description
{
	margin-bottom: 25px;
}
.bike-main .bike-info .manuf-page A,
.bike-main .bike-info .manuf-page A:visited
{
	font-size: 11px;
	font-weight: bold;
	background: url(../images/link-ext-bg.png) no-repeat 100% 1px;
	padding: 0px 14px 0px 0px;
	color: #e80d0d;
}
.bike-main .bike-info .manuf-page A:hover
{
	color: #e80d0d;
	text-decoration: underline;
}
.bike-main .bike-info .price
{
	border-top: 1px solid #cfcfcf;
	margin: 14px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	color: #00ac00;
	font-size: 28px;
	font-weight: bold;
}

.box-like-this-bike
{
	background: url(../images/box-like-this-bike.png) no-repeat 0px 0px;
	width: 177px;
	height: 35px;
	padding: 34px 15px 0px 10px;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.box-like-this-bike A,
.box-like-this-bike A:visited
{
	font-weight: bold;
}
.box-like-this-bike A:hover
{
	text-decoration: underline;
	color: #e80d0d;
}


/*** bike-details ***********************/
.bike-details
{
}
H2
{
	font-size: 16px;
	font-weight: bold;
	color: #4b4a4a;
	border-bottom: 1px solid #d4d4d4;
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 18px 0px;
}
.bike-details UL
{
}
.bike-details UL LI STRONG
{
	display: block;
	font-size: 10px;
	color: #222222;
	font-weight: bold;
	text-transform: uppercase;
	width: 110px;
	display: inline-block;
	padding: 2px 11px 0px 0px;
	text-align: right;
	float: left;
}
.bike-details UL LI SMALL
{
	display: block;
	color: #6b6b6b;
	font-size: 11px;
	display: inline-block;
	width: 630px;
	padding: 0px 0px 5px 0px;
	font-size: 11px;
}

.link2top
{
	text-align: right;
	margin: 10px 0px 0px 0px;
}
.link2top A,
.link2top A:visited
{
	background: url(../images/link2top.png) no-repeat 0px 3px;
	padding: 0px 0px 0px 13px;
	font-size: 11px;
	font-weight: bold;
	color: #e80d0d;
}
.link2top A:hover
{
	text-decoration: underline;
	color: #e80d0d;
}







/*** footer **************************************************************/
.footer
{
	background: #626262 url(../images/footer-bg.png) repeat-x 0px 0px;
}
.footer .wrapper
{
	position: relative;
}
.footer .logos
{
	position: absolute;
	top: 37px;
	left: 0px;
	width: 440px;
}
.footer .logos A
{
	padding: 0px 30px 30px 0px;
	display: inline-block;
}
.footer .copyright
{
	position: absolute;
	top: 153px;
	left: 0px;
	color: #9e9e9e;
	font-size: 10px;
}
.footer .credit
{
	position: absolute;
	top: 153px;
	left: 869px;
	color: #9e9e9e;
	font-size: 10px;
}
.credit a {color: #fff;}
.credit a:hover {color: #fff; text-decoration: underline}
.footer .storehours
{
	color: #e1e1e1;
	position: absolute;
	top: 90px;
	left: 600px;
	font-size: 11px;
	text-align: right;
}
.footer .storehours H5
{
	color: #e1e1e1;
	font-size: 11px;
	font-weight: bold;
}
.footer .info
{
	position: absolute;
	top: 26px;
	right: 0px;
	color: #e1e1e1;
	font-size: 11px;
	text-align: right;
}
.footer .info ADDRESS
{
	margin: 5px 0px 10px 0px;
}
.footer .info .phones
{
	margin: 0px 0px 3px 0px;
}
.footer .email A,
.footer .email A:visited
{
	color: #e1e1e1;
}
.footer .email A:hover
{
	text-decoration: underline;
	color: #ffffff;
}


/*** H1 *************************************/
H1.pagetitle
{
	text-indent: -9999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#page-new-bikes H1.pagetitle { background-image: url(../images/h1-new-bikes.png); }
#page-used-bikes H1.pagetitle { background-image: url(../images/h1-used-bikes.png); }
#page-custom-bikes H1.pagetitle { background-image: url(../images/h1-custom-bike.png); }
#page-gear H1.pagetitle { background-image: url(../images/h1-gear.png); }
#page-about H1.pagetitle { background-image: url(../images/h1-about.png); }
#page-contact H1.pagetitle { background-image: url(../images/h1-contact.png); }




/*** pagetitle-new-bikes *****************/
#page-new-bikes .tagline,
#page-used-bikes .tagline
{
	top: -45px;
	left: 390px;
	text-align: right;
	position: relative;
	width: 340px;
	margin-bottom: -15px;
	font-size: 12px;
	font-weight: normal;
	color: #646464;
}


/*** page-custom-bikes ************************************/
#page-custom-bikes #contents
{
	background: url(../images/custom-bg.png) no-repeat 100% 60px;
}
#page-custom-bikes #rightpanel #cnt
{
	width: 400px;
	line-height: 18px;
	height: 500px;
}
#page-custom-bikes #rightpanel A.btn,
#page-custom-bikes #rightpanel A:visited.btn
{
	background: url(../images/btn-custom.png) no-repeat 0px 0px;
	width: 164px;
	height: 27px;
	color: #ffffff;
	margin: 300px 0px 0px 0px;
	position: relative;
	left: 540px;
	display: block;
	outline: none;
	font-size: 12px;
}
#page-custom-bikes #rightpanel A:hover.btn
{
	background-position: 0px -27px;
}
#page-custom-bikes #rightpanel A:active.btn
{
	background-position: 0px -54px;
}
#page-custom-bikes #rightpanel A.btn B
{
	font-weight: normal;
	position: absolute;
	top: 4px;
	left: 23px;
	display: block;
	cursor: pointer;
}
#page-custom-bikes #rightpanel A:active.btn B
{
	top: 5px;
}



/*** page-about *************************************/
#page-about .imgs
{
	margin-bottom: 20px;
}
.leftcolumn
{
	float: left;
	width: 401px;
}
.leftcolumn IMG
{
	margin: 0px 0px 10px 0px;
}
P
{
	line-height: 18px;
	padding: 5px 0px 10px 0px;
}
.rightcolumn
{
	float: right;
	width: 320px;
}


/*** gmap **************/
.gmap
{
	float: left;
	width: 562px;
}
.gmap .top
{
	background: url(../images/map-bg-top.png) no-repeat;
	height: 7px;
	font-size: 0px;
}
.gmap .bottom
{
	background: url(../images/map-bg-bottom.png) no-repeat;
	height: 7px;
	font-size: 0px;
}
.gmap .cnt
{
	padding: 0px 0px 0px 6px;
	background: url(../images/map-bg-middle.png) repeat-y 0px 0px;
}


/*** contacts-section **********/
.contacts-section
{
	float: right;
	width: 180px;
	text-align: right;
}
.contacts-section .info
{
	font-size: 13px;
}
.contacts-section ADDRESS
{
	margin: 10px 0px 0px 0px;
}
.contacts-section .storehours
{
	margin-top: 25px;
	font-size: 11px;
}



/*** page-gear ************************************************************************/
#page-gear #contents
{
	background: url(../images/gear-bg.png) no-repeat 100% 230px;
}
#page-gear #cnt
{
}
#page-gear #cnt UL
{
	margin: 40px 0px 0px 0px;
}
#page-gear #cnt UL LI
{
	float: left;
	width: 250px;
	padding: 0px 0px 15px 0px;
}
#page-gear #cnt UL LI A,
#page-gear #cnt UL LI A:visited
{
	color: #4b4a4a;
	font-size: 14px;
	font-weight: bold;
}
#page-gear #cnt UL LI A:hover
{
	color: #e30008;
}
#page-gear #cnt UL LI A SMALL,
#page-gear #cnt UL LI A:visited SMALL
{
	color: #9f9f9f;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
#page-gear #cnt UL LI A:hover SMALL
{
	/*color: #777777;*/
}
#page-gear #cnt UL LI.middle
{
	width: 200px;
}




/*** page-contact *********************************************************/
#page-contact #cnt
{
	background: url(../images/contact-right-line.png) no-repeat 560px 0px;
}

#page-contact .error .errors
{
	border: 1px solid #da0000;
	background: #f7d6d6;
	padding: 5px;
	color: #da0000;
	margin: 10px 10px 0px 0px;
}


/*** contact-form ***/
#page-contact .contact-form
{
	float: left;
	width: 560px;
}

/*** contact-right ***/
#page-contact .contact-right
{
	float: right;
	width: 180px;
	text-align: right;
	font-size: 11px;
}
#page-contact .contact-right H4,
#page-contact .contact-right ADDRESS,
#page-contact .contact-right .info
{
	margin-bottom: 10px;
}
#page-contact .contact-form P
{
	padding: 0px;
}
#page-contact .contact-form TABLE
{
	margin: 20px 0px 0px 0px;
}
#page-contact .contact-form LABEL
{
	font-size: 14px;
	color: #4b4a4a;
	width: 65px;
	text-align: right;
	float: left;
	padding: 5px 8px 0px 0px;
}
#page-contact .contact-form TD
{
	padding-bottom: 10px;
}
#page-contact .contact-form INPUT.text,
#page-contact .contact-form SELECT.text
{
	float: left;
	margin: 0px 10px 0px 0px;
	display: block;
}
#page-contact .contact-form .text
{
	background: transparent url(../images/input-bg.png) no-repeat 0px 0px;
	width: 178px;
	height: 16px;
	border: none;
	padding: 5px 5px 5px 5px;
	color: #4b4a4a;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#page-contact .contact-form .active
{
	background-position: 0px -26px;
}
#page-contact .contact-form SELECT.text
{
	width: 188px;
	height: 26px;
}
#page-contact .contact-form TEXTAREA
{
	background: transparent url(../images/form-textarea-bg.png) no-repeat 0px 0px;
	border: none;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b4a4a;
	width: 446px;
	height: 176px;
}
#page-contact .contact-form TEXTAREA.active
{
	background-position: 0px -186px;
}
#page-contact .contact-form .button
{
	background: transparent url(../images/btn-send-bg.png) no-repeat 0px 0px;
	width: 62px;
	height: 27px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
	outline: none;
	margin: 0px 0px 0px 73px;
	cursor: pointer;
}
#page-contact .contact-form .button:hover
{
	background-position: 0px -28px;
}









/*** simplemodal *******************/
.simplemodal-overlay
{
	background: #000000;
}
.modal
{
	background: #ffffff url(../images/contacts-logo.png) no-repeat 50% 15px;
	padding: 110px 0px 0px 0px;
	width: 300px;
	height: 80px;
	text-align: center;
}

A.simplemodal-close,
A:visited.simplemodal-close
{
	background: url(../images/btn-continue-bg.png) no-repeat 0px 0px;
	width: 75px;
	height: 20px;
	color: #ffffff;
	position: relative;
	outline: none;
	font-size: 11px;
	float: right;
	margin: -3px 0px 0px 10px;
}
A:hover.simplemodal-close
{
	background-position: 0px -28px;
}
A:active.simplemodal-close
{
	background-position: 0px -56px;
}
A.simplemodal-close B
{
	font-weight: normal;
	position: absolute;
	top: 3px;
	left: 12px;
	display: block;
	cursor: pointer;
	width: 60px;
	text-align: center;
}
A:active.simplemodal-close B
{
	top: 4px;
}
