/* RESET CSS */
body {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6,form, p, ol, ul, li , dl, dt, dd, blockquote,fieldset,legend {
    margin: 0px;
    padding: 0px;
}
ol, ul{
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
}
a img{
	border:0px;
}

.wai{
    display:none;
}
.cb{
    clear:both;
}
.cl{
    clear:left;
}

/*  site's CSS */

body{
    margin: 0;
    padding: 0;
    font-family:arial, helvetica, sans-serif;
    font-size:0.625em;
    text-align:left;
    background:#313034;
}
#page{
    padding: 0;
    margin: 0 auto 0 auto;
    width:980px;
    background:#000;
    position:relative;
}

/*  the header  */
#header{
    height:101px;
    background: url(../assets/skin/default/page-header.gif) no-repeat top right #000;
}
#logo{
    float:left;
    width:224px;
    height:40px;
    background: url(../img/cskins-logo.gif) no-repeat top left;
    margin:33px 0 0 30px;
    display:inline;
}
#logo h1 a{
    text-indent:-5000px;
	overflow: hidden;
    width:224px;
    height:40px;
    display:block;
}

/*  upper links  */
ul#flaglinks{
    position:absolute;
    top:1px;
    right:170px;
}
ul#flaglinks li{
    float:left;
}
ul#flaglinks li a{
    text-indent:-5000px;
	overflow: hidden;
	height: 0px;
    display:block;
    width:23px;
    height: 20px;
    margin-right:10px;
}
ul#flaglinks li a#auflag{
   background: url(../img/au-flag.gif) no-repeat top left;
}
ul#flaglinks li a:hover#auflag{
   background: url(../img/au-flag.gif) no-repeat bottom left;
}
ul#flaglinks li a.clicked#auflag{
   background: url(../img/au-flag.gif) no-repeat bottom left !important;
}
ul#flaglinks li a#usflag{
   background: url(../img/us-flag.gif) no-repeat top left;
}
ul#flaglinks li a:hover#usflag{
   background: url(../img/us-flag.gif) no-repeat bottom left;
}
ul#flaglinks li a.clicked#usflag{
   background: url(../img/us-flag.gif) no-repeat bottom left !important;
}
ul#flaglinks li a#euflag{
   background: url(../img/eu-flag.gif) no-repeat top left;
}
ul#flaglinks li a:hover#euflag{
   background: url(../img/eu-flag.gif) no-repeat bottom left;
}
ul#flaglinks li a.clicked#euflag{
   background: url(../img/eu-flag.gif) no-repeat bottom left !important;
}

/* upper menu */
ul#uppermenu {
    display:block;
    width:600px;
    position:absolute;
    top:40px;
    left:275px;
    font-size:110%;
    z-index:1000;
    letter-spacing:1px;
    text-transform: uppercase;
}

ul#uppermenu li a{
    padding:2px 5px;
    color:#999;
    font-weight:bold;
    margin:0;
    float:left;
}
ul#uppermenu li{
    float:left;
    border-left:1px solid #ff0000;
    position:relative;
}
ul#uppermenu li a:hover,ul#uppermenu li a.clicked{
    color:#cc0000;
    text-decoration:none;
}
ul#uppermenu li.first{
    height: 20px;
    border-left: none;
}
/* upper menu submenu*/
ul#uppermenu li div {
    display:block;
    width:600px;
    position:absolute;
    top:18px;
    left:8px;
    z-index:1000;
    display: none;
}

ul#uppermenu li div ul a:hover {
    display:block !important;
}

ul#uppermenu  li:hover div{
    display: block !important;
    position:absolute;
}

ul#uppermenu li div ul{
    letter-spacing:1px;
    margin-top:3px;
    text-transform: capitalize;
}
ul#uppermenu li div ul li{
	float:left;
    border-right:1px solid #000;
    border-left:none;
}
ul#uppermenu li div ul li a{
    padding:1px 8px 0px 16px;
    height:16px;
    line-height:16px;
    color:#fff;
    background: url(../img/black-arrow.gif) no-repeat 5px center #fa8500;
}

ul#uppermenu li div ul li a:hover,ul#uppermenu li div ul li a.clicked{
    color:#000;
    text-decoration:none;
    background: url(../img/black-arrow.gif) no-repeat 5px center #fa8500;
}

/*  the stage  */
#stage {
	height: 355px;
	position: relative;
}
#stage span {
	width: 980px;
	height: 355px;
	position: absolute;
}

/* left menu */
ul#leftmenu {
    width:142px;
    float:left;
    position:absolute;
    left:0px;
    top:101px;
    z-index: 100;
}
ul#leftmenu li{
    margin-bottom:20px;
    width:100%;
    clear:both;
    float:left;
}

ul#leftmenu li a{
    text-indent:16px;
    font-size:150%;
    color:#000;
    text-transform:uppercase;
    background: url(../img/leftnav-bg.gif) no-repeat top left;
    height:20px;
    display:block;
    font-weight:bold;
    line-height:20px;
}
ul#leftmenu li a:hover,ul#leftmenu li a.clicked{
    color:#c6b771;
    text-decoration:none;
}

/* the submenu  */
ul#leftmenu  li ul{
    margin-top:5px;
    margin-left:16px;
}
ul#leftmenu  li ul li{
    margin-bottom:5px !important;
}
ul#leftmenu  li ul li a{
     color:#ccc !important;
     font-size:130%;
     height:auto!important;
     line-height:16px!important;
     background:none;
     text-indent:0px;
     text-transform: capitalize;
}
ul#leftmenu li ul li a:hover {
    text-decoration:none;
    color:#cc0000 !important;
}
ul#leftmenu li ul li a.clicked {
    color:#cc0000 !important;
}

/* the news menu has a bigger margin  */

ul#leftmenu.news  li ul li{
    margin:10px 0 !important;
}

/* main content area  */

#wrapper{
    width:100%;
    position:relative;
    padding-bottom: 115px;
    background: #000 url(../assets/skin/default/page-background.gif) bottom left no-repeat;
    height:440px;
    z-index: 1;
}
html>body #wrapper {
    min-height:440px;
    height: auto;
}

#wrapper.section {
    padding-bottom: 50px;
}
#page .category {
      background-position: top left;
}

#wrapper .gradient {
	top: 0;
	left: 0;
	position: absolute;
	height: 24px;
	width: 980px;
	background: url(../img/gradient.png) 0 0 no-repeat;
	z-index: 1;
}

#content{
    background: url(../img/text-content-bg.jpg) no-repeat top left #000;
    float:left;
    width:600px;
    font-size:120%;
    padding:0 10px 10px 10px;
    color:#fff;
    display:inline;
    margin-left:180px;
    height: 400px;
}
html>body #content {
	min-height: 400px;
	height: auto;
}
.bigger{
    width:780px !important;
}
#content.centered{
    height: auto;
    width:890px !important;
    margin:0 auto 0 auto !important;
    background:none !important;
    float:none !important;
    display:block !important;
}
html>body #content.centered {
    height: auto;
    min-height: 0;
}
#content.gallery {
	height: 410px;
	background: #000;
}

#main {
    margin-top: 10px;
    line-height:140%;
}

#main p {
    padding-bottom:10px;
}

h2{
    font-size:200%;
    text-transform:uppercase;
    margin-left:-10px;
}
h2 span{
    padding:1px 100px 0px 15px;
    background:#d60000;
}
h2 span.textured{
    padding:0 0 0 15px;
    background: url(../assets/skin/default/h2-background.gif) no-repeat top left #d60000;
    width:161px;
    display:block;
}
h3{
    font-size:110%;
    padding:10px 0 0 0;
}
h4{
    font-size:100%;
    padding:10px 0 0 0;
    color:#ccc;
}
a{
    color:#beb487;
}
a:hover{
   color:#cc0000;
}
.photo-area{
    width: 355px;
    float:right;
    margin-left:10px;
}
.photo-area img{
    float:left;
}

a.riders-equipment{
    top: 0;
    right: 0;
    position: absolute;
    width: 140px;
    margin-right:30px;
    text-align:center;
    color:#999;
    padding-top:40px;
}
a.riders-equipment img{
    float:left;
    margin-top:10px;
}

/* category */

.category-overlay {
    top: 0;
    left: 0;
    position: absolute;
    background: url(../assets/skin/default/category-overlay.png) bottom left no-repeat;
    width: 980px;
    height: 560px;
    z-index: 0;
}

/* navigator */

.navigator,
.navigator a {
   color: #cc0000;
}

/* bullet list  */

#prodinfo ul{
    list-style-type: disc;
    margin:10px;
}
#prodinfo ul li{
    line-height:140%;
}

.title {
    color:#beb487 !important;
}

/* dealers & contact page */
.gmap{
    width: 355px;
    float:right;
    margin-left:10px;
    height:270px;
}

a.gmap-btn{
    display:block;
    overflow:hidden;
    text-indent:-5000px;
    background: url(../img/view-gmap-btn.gif) no-repeat bottom left;
    width:110px;
    height: 18px;
    margin-top:70px;
}
a:hover.gmap-btn{
    background: url(../img/view-gmap-btn.gif) no-repeat top left;
}

address{
    font-style: normal;
    margin:10px 0 0px 0;
    font-weight:bold;
}

address strong{
    color:#beb487;
    font-size:115%;
}
address b{
    color:#999;
    font-size:115%;
}
address strong a{
    color:#beb487 !important;
}

a.dealerslist{
    margin:40px 0 0 0;
    float:left;
    clear:both;
    font-weight:bold;
    color:#cc0000;
}
a:hover.dealerslist{
    color:#fff;
}

/* locator */

table.locator {
    border-collapse: collapse;
    border-spacing: 0;
}
table.locator thead{
    display:none;
}
table.locator td{
    padding:8px 10px 8px 0px;
}
table.locator td.bigcol{
   width:240px !important;
}
table.locator td.tel{
   width:190px !important;
}
a.viewmore{
    display:block;
    overflow:hidden;
    text-indent:-5000px;
    background: url(../img/viewmore-btn.gif) no-repeat bottom left;
    width:110px;
    height: 18px;
}
a:hover.viewmore{
    background: url(../img/viewmore-btn.gif) no-repeat top left;
}
a.go2website{
    display:block;
    overflow:hidden;
    text-indent:-5000px;
    background: url(../img/go2website-btn.gif) no-repeat bottom left;
    width:113px;
    height: 18px;
}
a:hover.go2website{
    background: url(../img/go2website-btn.gif) no-repeat top left;
}

/* surf page */
ul.actionlist{
    float:right;
    height:150px;
    width:430px;
    margin-top:-20px;
}
ul.actionlist li{
    margin:5px 0 0 0;
    float:right;
    width:128px;
    margin-left:10px;

}
ul.actionlist li a.link {
    width:128px;
    color:#000 !important;
    text-align:center;
    line-height:20px;
    display:block;
}
ul.actionlist li a.link:hover{
    color:#fff !important;
}
ul.actionlist li a.link img{
    margin:5px auto 0 auto;
    width:93px;
}
ul.actionlist li a.link strong{
   height:20px;
   width:128px;
   display:block;
}
ul.actionlist li a.b0 strong{
    background: url(../img/blue-bg.gif) no-repeat top left;
}
ul.actionlist li a.b1 strong{
    background: url(../img/green-bg.gif) no-repeat top left
}
ul.actionlist li a.b2 strong{
    background: url(../img/brown-bg.gif) no-repeat top left;
}

/*footer style */

#footer{
    clear: both;
    color:#999;
    background:#000;
    width:910px;
    margin:0 auto 0 auto;
    padding:13px 35px 22px 35px;
    font-size:110%;
    overflow:auto;
}
#footer a{
    color:#999;
}
#footer a:hover{
    color:#cc0000;
}
#footer ul{
    width:80%;
    float:left;
}
#footer ul li{
    padding:0px 30px 0 0;
    float:left;
}

p#design{
    width:20%;
    float:right;
    text-align:right;
}

/* year div */
.year{
    z-index: 500;
    width:300px;
    height:30px;
    font-weight:bold;
    letter-spacing:4px;
    line-height:30px;
    text-align:center;
    color:#8f9295;
    font-size:210%;
    font-family:verdana;
    position:absolute;
    background:#000;
    text-transform:uppercase;
    right:0px;
    bottom:97px;
}
.year span{
    color:#d60000;
}

/* flash replaced */

.flash-replaced .alt {
      display: none;
}

/* registration form */

.formfield {
	width: 350px;
}
#regform .checkbox {
	width: 150px;
	float: left;
	display: inline;
}
#regform .checkbox br {
	display: none;
}

.invalid {
	color: #fff;
	background: #d60000;
}