/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Lucida Grande","Trebuchet MS","Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
a:focus, a:hover {color:#1D95FF;}
a {color:#1D95FF;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

th {font-weight:bold;}
thead th {background:#c3d9ff;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title,select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/*=====================================================================================================================*/
body {
	background:#333333;
}
#wrapper {
	width:960px;
	position:relative;
	margin:auto;
	z-index:;
}



#fakebackground {
	position:absolute;
	background:url(../images/color_background.jpg) top right repeat-y;
	top:0;
	left:0;
}

#headerwrapper {
	background:#000;
	padding-top:40px;
}

#header {
	height:146px;
	background:#000 url(../images/header_background.jpg) top right no-repeat;
	position:relative;
}

#left {
	width:205px;
	float:left;
}

.inner-left {
	padding-top:40px;
}

.inner-left h1 {
	margin:0;
	padding:0;
	padding-left:20px;
}

#right {
	width:728px;
	float:left;
	min-height:600px;
	#min-height:600px;
}

#top-menu, #left-menu{
	margin:0;
	padding:0;
	list-style:none;
}

#top-menu {
	background:#000;
}

#top-menu ul, #left-menu ul {
	list-style:none;
}

#top-menu li {
	float:left;
	display:block;
	margin-right:5px;
}

#top-menu li a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	width:121px;
	font-size:10px;
	font-weight:bold;
}

#top-menu li a span {
	display:block;
	padding:10px 0 4px 0;
	text-align:center;
}

.top-menu li a {
	
	background:url(../images/tab_off_right.jpg) top right no-repeat;
}

.top-menu li a span{
	
	background:url(../images/tab_off_left.jpg) top left no-repeat;
}


/*DEFAULT TAB*/
.top-menu li:hover a, .top-menu li.active a{
	background:url(../images/tab_blue_active_right.jpg) top right no-repeat;
	color:#000;
}

.top-menu li:hover a span, .top-menu li.active a span{
	background:url(../images/tab_blue_active_left.jpg) top left no-repeat;
}

.content {
	background:#000 url(../images/content_blue_background.jpg) top left repeat-x;
}

/*EVENT FLOORING*/
.menu_box_283 li:hover a, .menu_box_283 li.active a{
	background:url(../images/tab_blue_active_right.jpg) top right no-repeat;
	color:#000;
}

.menu_box_283 li:hover a span, .menu_box_283 li.active a span{
	background:url(../images/tab_blue_active_left.jpg) top left no-repeat;
}

.content_283 {
	background:#000 url(../images/content_blue_background.jpg) top left repeat-x;
}

/*GRASS PROTECTION*/
.menu_box_284 li:hover a, .menu_box_284 li.active a{
	background:url(../images/tab_green_active_right.jpg) top right no-repeat;
	color:#000;
}

.menu_box_284 li:hover a span, .menu_box_284 li.active a span{
	background:url(../images/tab_green_active_left.jpg) top left no-repeat;
}

.content_284 {
	background:#000 url(../images/content_green_background.jpg) top left repeat-x;
}

/*MOTO RACING*/
.menu_box_285 li:hover a, .menu_box_285 li.active a{
	background:url(../images/tab_red_active_right.jpg) top right no-repeat;
	color:#000;
}

.menu_box_285 li:hover a span, .menu_box_285 li.active a span{
	background:url(../images/tab_red_active_left.jpg) top left no-repeat;
}

.content_285 {
	background:#000 url(../images/content_red_background.jpg) top left repeat-x;
}

/*GLOW IN THE DARK*/
.menu_box_286 li:hover a, .menu_box_286 li.active a{
	background:url(../images/tab_orange_active_right.jpg) top right no-repeat;
	color:#000;
}

.menu_box_286 li:hover a span, .menu_box_286 li.active a span{
	background:url(../images/tab_orange_active_left.jpg) top left no-repeat;
}

.content_286 {
	background:#000 url(../images/content_orange_background.jpg) top left repeat-x;
}

/*PORTABLE ROADWAY*/
.menu_box_287 li:hover a, .menu_box_287 li.active a{
	background:url(../images/tab_purple_active_right.jpg) top right no-repeat;
	color:#000;
}

.menu_box_287 li:hover a span, .menu_box_287 li.active a span{
	background:url(../images/tab_purple_active_left.jpg) top left no-repeat;
}

.content_287 {
	background:#000 url(../images/content_purple_background.jpg) top left repeat-x;
}

/*Heavy Duty Platform*/
.menu_box_288 li:hover a, .menu_box_288 li.active a{
	background:url(../images/tab_grey_active_right.jpg) top right no-repeat;
	color:#000;
}

.menu_box_288 li:hover a span, .menu_box_288 li.active a span{
	background:url(../images/tab_grey_active_left.jpg) top left no-repeat;
}

.content_288 {
	background:#000 url(../images/content_grey_background.jpg) top left repeat-x;
}

.frontend {
	background:none;
}




#left-menu {
	width:188px;
}

#left-menu li {
	display:block;
	margin:3px 0;
}

#left-menu li a {
	color:#EEE;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	font-size:10px;
	background:url(../images/left_menu_item_off.jpg) top left no-repeat;
	padding:0px 0 4px 15px;
	#padding:1px 0 4px 15px;
}

#left-menu li ul a, #left-menu li.active ul a {
	color:#DDD;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	font-size:10px;
	background:url(../images/left_menu_item_off.jpg) top left no-repeat;
	padding:1px 0 4px 15px;
	#padding:1px 0 4px 15px;
}

#left-menu li:hover a,#left-menu li.active a, #left-menu li ul li.active a, #left-menu li ul li:hover a {
	background:url(../images/left_menu_item_active.jpg) top left no-repeat;
	color:#000;
	font-weight:bold;
}


.menu-seperator {
	border-bottom:2px solid #333;
	width:171px;
	margin-top:15px;
	margin-bottom:10px;
}

h2.slogan1 {
	margin:0;
	padding:0;
	color:#FFF;
	position:absolute;
	top:85px;
	left:20px;
	font-weight:none;
	font-size:14px;
}

h3.slogan2 {
	margin:0;
	padding:0;
	color:#1D95FF;
	font-size:11px;
	position:absolute;
	font-weight:none;
	top:105px;
	left:20px;
	text-transform:uppercase;
}

	.twothird {
		width:482px;
		float:left;
	}
	
	.half {
		width:241px;
		float:left;
	}
	
	.onethird {
		float:left;
		width:241px;
	}
	
	.last {
		margin-right:0;
	}
	#content .inner {
		margin-right:5px;
		margin-top:15px;
		margin-left:8px;
	}
	
	.inner h2 {
		font-size:1.1em;
		text-transform:uppercase;
		color:#FFF;
		background:#DDD;
		padding:6px 10px;
		background:url(../images/header_transparent.png) top left;
	}
	
	.twocontent {
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
	}
	
	h2.black {
		text-transform:uppercase;
		background:url(../images/header_long_left.jpg) top left;
		font-size:1.1em;
	}
	
	h2.black span {
		background:url(../images/header_long_right.jpg) top right;
		display:block;
		padding:6px 10px;
		color:#FFF;
	}
	
	#content {
	}
	
	body {
		color:#999;
		padding-left:5px;
		padding-right:5px;
		line-height:15px;
	}
	
	table td {
		vertical-align:top;
	}
		.mask{
			position:relative;
			min-height:450px;
			overflow:hidden;
		}

		#boxes{
			position:absolute;
		}

		#boxes div.productbox{
			width:729px;
			float:left;
			overflow:hidden;
		}

/*GALLERY*/
.gallery {
	margin:0;
	padding:0;
	list-style:none;
	margin-left:11px;
	margin-top:15px;
}

.gallery li {
	display:block;
	float:left;
	margin-right:14px;
	margin-bottom:14px;
	min-height:100px;
	#height:100px;
	_height:100px;
}

.gallery li.last {
	margin-right:0;
}

.pager {
list-style:none;
position:relative;
padding:0;
margin:0;
}

#pager li {
	display:block;
	float:left;
	width:20px;
	padding:3px 6px;
	border:1px solid #333;
	text-align:center;
	margin-right:10px;
	cursor:pointer;
}

#pager li:hover, #pager li.active {
	background:#333;
	color:#FFF;
	border:1px solid #444;
}		

.content h1 {
	color:#FFF;
	padding:0;
	margin:0;
	padding:10px 0 0px 18px;
	font-size:17px;
	text-transform:uppercase;
}

.boxcontent ul {
	margin-left:25px;
}

.boxcontent p {
	padding:0px 5px 0px 10px;
}

#footer {
	background:#333 url(../images/footerbg.png) 0 10px repeat-x;
	font-size:10px;
	min-height:75px;
	#height:75px;
	color:#666;
	padding-top:10px;
}

#footer .inner {
	padding:5px 15px;
}

.ahalf {
	width:50%;
	float:left;
}

.welcome {
	font-size:11px;
}

#content .welcome .inner {
	margin-top:5px;
}


.welcome h2 {
	background:#000;
	color:#FFF;
	font-size:1.1em;
	padding:4px 7px;
	margin:0;
	font-weight:bold;
	margin-top:5px;
}