body {
    font-family: Tahoma, sans-serif;
    font-size: 1em;
    text-align: center;
    background-color: #ffffff;
}

#jlracing {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    font-family: Tahoma, sans-serif;
    font-size: 1em;
    border:0;
    width: 925px;
}

#jlracing td {
    border-collapse: collapse;
	margin:0;
    /*border:0 solid #fff;*/
    /*vertical-align: middle;*/
}

#jlracing .jl-head {
    width: 925px;
    height: 96px;
    background-image: url('../images/head/header_bg.jpg');
    background-repeat: no-repeat;
    vertical-align: bottom;
    font-size: .7em;
}
#jlracing .jl-head .spacer {
    width: 150px;
    float: left;
}

#jlracing .jl-head a {
    color: #2D286C;
    text-decoration: none;
    font-weight: bold;
}
#jlracing .jl-head a:hover {
    color: #2D286C;
    text-decoration: none;
    font-weight: bold;
}

#jlracing .jl-head .tab-inactive {
    padding-top:1px;
    float: left;
    height: 21px;
    font-weight: bold;
}
#jlracing .jl-head .tab-inactive .left {
    width: 6px;
    height: 21px;
    background-image: url('../images/tabs/inactive_tab_left.gif');
    background-repeat: no-repeat;
    float: left;
}
#jlracing .jl-head .tab-inactive .right {
    width: 6px;
    height: 21px;
    background-image: url('../images/tabs/inactive_tab_right.gif');
    background-repeat: no-repeat;
    float: left;
}
#jlracing .jl-head .tab-inactive .tab-content {
    height: 21px;
    background-image: url('../images/tabs/inactive_tab_bg.gif');
    background-repeat: repeat-x;
    float: left;
    text-align: center;
    vertical-align: top;
    padding-top: .45em;
    display: block;
}

#jlracing .jl-head .tab-active {
    float: left;
    height: 22px;
}
#jlracing .jl-head .tab-active .left {
    width: 6px;
    height: 22px;
    background-image: url('../images/tabs/active_tab_left.gif');
    background-repeat: no-repeat;
    float: left;
}
#jlracing .jl-head .tab-active .right {
    width: 6px;
    height: 22px;
    background-image: url('../images/tabs/active_tab_right.gif');
    background-repeat: no-repeat;
    float: left;
}
#jlracing .jl-head .tab-active .tab-content {
    height: 22px;
    background-image: url('../images/tabs/active_tab_bg.gif');
    background-repeat: repeat-x;
    float: left;
    text-align: center;
    vertical-align: top;
    padding-top: .45em;
    display: block;
}

#jlracing .jl-head .tab-over {
    padding-top:1px;
    float: left;
    height: 21px;
}
#jlracing .jl-head .tab-over .left {
    width: 6px;
    height: 21px;
    background-image: url('../images/tabs/over_tab_left.gif');
    background-repeat: no-repeat;
    float: left;
}
#jlracing .jl-head .tab-over .right {
    width: 6px;
    height: 21px;
    background-image: url('../images/tabs/over_tab_right.gif');
    background-repeat: no-repeat;
    float: left;
}
#jlracing .jl-head .tab-over .tab-content {
    height: 21px;
    background-image: url('../images/tabs/over_tab_bg.gif');
    background-repeat: repeat-x;
    float: left;
    text-align: center;
    vertical-align: top;
    padding-top: .45em;
    display: block;
}


/* SUBMENU */
#jlracing .sub-menu {
    height: 77px;
    width: 774px;
    border-top: 0;
    clear: both;
    background-image: url('../images/submenu_bg.jpg');
    background-repeat: repeat-x;
}

#jlracing .sub-menu .sub-menu-item {
    text-align: center;
    margin-left: 20px;
    margin-right: 5px;
    padding-top: 6px;
    font-size: .7em;
    float: left;
}

#jlracing .sub-menu .sub-menu-item-sel {
    height: 77px;
    text-align: center;
    font-size: .7em;
    float: left;
    background-image: url('../images/products/prod_sel_bg.jpg');
    background-repeat: repeat-x;
    padding-top: 6px;
}


#jlracing .sub-menu .sub-menu-item img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
    border:0;
}
#jlracing .sub-menu .sub-menu-item-sel img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
    border:0;
}

#jlracing .sub-menu .sub-menu-item a {
    color: #6B4E2C;
    font-weight: normal;
    text-decoration: none;
}
#jlracing .sub-menu .sub-menu-item a:hover {
   color: #631F0A;
   font-weight: normal;
   text-decoration: none;
}

/* */
#jlracing .sub-menu .sub-menu-item-sel a {
   color: #631F0A;
   font-weight: normal;
   text-decoration: none;
   height: 15px;
}
#jlracing .sub-menu .sub-menu-item-sel a:hover {
   color: #6B4E2C;
   font-weight: normal;
   text-decoration: none;
   height: 15px;
}

#jlracing .sub-menu .sub-menu-item-sel-imgleft {
    width: 6px;
    height: 77px;
    float:left;
    margin:0;
    background-image: url('../images/products/prod_sel_left.jpg');
    background-repeat: no-repeat;
}
#jlracing .sub-menu .sub-menu-item-sel-imgright {
    width: 6px;
    height: 77px;
    float:left;
    background-image: url('../images/products/prod_sel_right.jpg');
    background-repeat: no-repeat;
}
td>.sub-menu-item-sel {
    margin-left:0;
}

/* LEFT SIDE */
#jlracing .left-side {
    background-color: #007E24;
	vertical-align:top;
	text-align: center;
    width: 150px;
    background-image: url('../images/left_bg.jpg');
    background-repeat: repeat-x;
    border:0;
    text-align: center;
}
#jlracing .left-side-head {
    border-bottom: 0;
    height: 70px;
    background-color: #004A2F;
}
#jlracing .left-side-head img {
    border-top:0;
    border-bottom:0;
    border-left:0;
    border-right:0;
}
.left-side-item {
    margin-top: 2px;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
}

.ls-special {
    width: 115px;
    height:41px;
    background-image: url('../images/leftmenu/howtoorder_normal.gif');
    background-repeat: no-repeat;
    display: block;
    color: #A63D1A;
    text-align: center;
    text-decoration: none;
    font-size: .7em;
    padding-top: .6em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.ls-special:hover {
    width: 115px;
    height:41px;
    background-image: url('../images/leftmenu/howtoorder_over.gif');
    background-repeat: no-repeat;
    display: block;

}
.ls-normal {
    margin-bottom: 2px;
    width: 115px;
    height: 21px;
    background-image: url('../images/leftmenu/menu_button_normal.gif');
    background-repeat: no-repeat;
    display: block;
    color: #8B5C28;
    text-align: center;
    text-decoration: none;
    font-size: .7em;
    font-weight: bold;
    padding-top: .4em;
    margin-left: auto;
    margin-right: auto;
}
.ls-normal:hover {
    width: 115px;
    background-image: url('../images/leftmenu/menu_button_over.gif');
    background-repeat: no-repeat;
    display: block;
}
td.ls-normal {
    height: 18px;
}


#div-search-form {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    background-image: url('../images/search/search_bg.jpg');
    background-repeat: no-repeat;
    width: 131px;
    height: 22px;
}
#div-search-form form {
    display: inline;
}

.search-input {
    float: left;
    width: 82px;
    height: 14px;
    border:0;
    background: #fff;
    margin-left: 6px;
    margin-right: 0;
    margin-top: 6px;
    font-size: .7em;
}
.search-button {
    float: left;
}

/* PARTNERS */
#partners-head {
    width: 100%;
    text-align: center;
    height: 34px;
    font-size: .7em;
    color: #4FB0A9;
    background-image: url('../images/partners/partners_head.jpg');
    background-repeat: no-repeat;
    padding-top: 5px;
    margin-bottom: -5px;
    margin-top:10px;
}
div > #partners-head {
    height: 29px;
}
#partners {
    width: 100%;
    text-align: center;
    background-image: url('../images/partners/partners_bg.jpg');
    background-repeat: repeat-y;
    margin:0;
}
#partners table {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
#partners td {
    width: 25%;
    border-collapse: collapse;
    text-align: center;
}
#partners .bordered td {
    border-bottom: 2px solid #F7B721;
}
#partners td a img {
    margin:5px;
    border:0;
    margin-left:auto;
    margin-right:auto;
}

/* RIGHT SIDE */
#jlracing .right-side {
    width: 129px;
	vertical-align: top;
}

.right-box {
	color: #75652F;
    width: 129px;
	text-align: center;
	background-image: url('../images/right/boxes/gallery/background.jpg');
	background-repeat: repeat-y;
}

.right-box-content {
	width: 123px;
	margin-left: 4px;
	margin-right: 3px;
	text-align: center;
    overflow: hidden; 
}

.right-space {
    width: 129px;
	height: 30px;
}

.right-space-small {
    width: 129px;
	height: 10px;
	padding: 0px;
}

.right-box-image {
	width: 123px;
	border:none;
}

.right-spacer {
    width: 3px;
}

/* MAIN CONTENT */
#main-content {
    width: 646px;
    border:0;
	margin:0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
    background-color: #fff;
	color: #000000;
    vertical-align: top;
}

.content_margin {
	margin-top: 0px;
	margin-left: 3px;
	margin-right:3px;
	margin-bottom: 3px;
}
	
.separator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00c8ff;
	vertical-align:middle;
	}
	
.row1 {
	background-color: #CEE866;
	padding: 3px;
}

.row2 {
	background-color: #DCFF97;
	padding: 3px;
}

.row3 {
	background-color: #b9d6f9;
	padding: 3px;
}

a.top_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3c87c1;
	text-decoration:none;
	}
	
a.top_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3c87c1;
	text-decoration:underline;
	}

a.button {
float:left;
width:134px;
height:22px;
border:0px solid;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000055;
text-align:center;
line-height: 22px;
text-decoration:none;
background: url(../images/design/but_normal.gif) no-repeat 0px 0px;
}
a.button:link, a.button:visited, a.button:active {
text-decoration:none;
background: url(../images/design/but_normal.gif) no-repeat 0 0px;
}
a.button:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000055;
text-align:center;
line-height: 22px;
text-decoration:none;
background: url(../images/design/but_over.gif) no-repeat 0px 0px;
}

a.button_t {
float:left;
width:134px;
height:22px;
border:0px solid;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000055;
text-align:center;
line-height: 22px;
text-decoration:none;
background: url(../images/design/but_normal_t.gif) no-repeat 0px 0px;
}
a.button_t:link, a.button_t:visited, a.button_t:active {
text-decoration:none;
background: url(../images/design/but_normal_t.gif) no-repeat 0 0px;
}
a.button_t:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000055;
text-align:center;
line-height: 22px;
text-decoration:none;
background: url(../images/design/but_over_t.gif) no-repeat 0px 0px;
}


/* FOOTER */
.pre-footer {
    height: 5px;
    font-size: 1px;
}
.footer {
    background-image: url('../images/footer/bg.jpg');
    background-repeat: repeat-y;
}
.footer .top {
    height: 7px;
    background-image: url('../images/footer/top.jpg');
    background-repeat: no-repeat;
    font-size: 1px;
}
.footer .bottom {
    height: 8px;
    background-image: url('../images/footer/bottom.jpg');
    background-repeat: no-repeat;
    font-size: 1px;
}
.footer .content {
    margin: .5em;
    text-align: left;
}

#loader {
    display: none;
}