/* CSS Document 
Copyright 2008 Mean City Cycles
Created by Carolina CyberSolutions - ron@carolinacybersolutions.com
All rights reserved
*/

/* @group Global Declarations */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

Body {
	background-color:#8F8F8F;
	color:#FFFFFF;
	font-size:12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	min-width: 1024px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	background-image:url(../images/bg_h1.gif);
	background-repeat: no-repeat;
	padding: 10px 0 0 30px;
	margin-bottom: 10px;
}
/*
h1 {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
*/

h4 {
	font-size:14px;
	font-weight:bold;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration:none;
}

/* @end */

/* @group Layout DIV declarations */

#container {
	text-align:left;
}

#container .gallery {
	
	/*	this is needed to keep iFrame from falling below the sidebar when window is stretched	*/
	max-width: 800px;
}

#header {
	text-align:center;
	background-image:url(../images/img_header.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#8F8F8F;
}

#navigation {
	text-align:center;
	background-image:url(../images/bg_nav.jpg);
	background-repeat:repeat-x;
	padding: 19px;
}

#contentContainer {
	background-color:#8F8F8F;
	padding: 20px 0 0 0;
	/*
background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-x;
*/
}

#content {
	min-width: 600px;
	
	margin-left:5%;
	margin-right:360px;
	margin-bottom: 150px;
	font-size:13px;
}

#sideBar {
	float: right;
	width: 300px;
	margin-right: 5%;
	margin-top: 20px;
	text-align:right;
	clear:left;
}

#sideBarHome {
	float:right; 
	text-align: left; 
	width:250px; 
	background-color: #999999; 
	padding:10px 15px 10px 15px; 
	margin:0 5% 10px 20px;
	border: 3px double #333333;
}

.imgBorder {
	border: 1px solid red;
}

#sideBar #seatmodSideBar {
	float:right; 
	text-align:left; 
	width:225px; 
	background-color:#6B6B6B; 
	padding:10px 15px 10px 15px; 
	margin:0 0 10px 20px;
	border: 3px double #333333;
}

#sideBar #aboutSideBar {
	float:right; 
	text-align:center; 
	width:225px; 
	background-color:#6B6B6B; 
	padding:10px 5px 10px 5px; 
	margin:0 0 10px 20px;
	border: 3px double #333333;
}

#sideBar #testimonial {	/*	Home page	*/
	width: 250px;
	font-size:11px;
	text-align:left;
	margin: 25px 5px 35px 50px;
	padding-bottom:20px; /* padding is for IE problem cutting of read more button */
}

#sideBar #testimonial h3, #sideBarHome #testimonial h3 {
	font-size:larger;
	font-weight:bold;
}

#footer {
	text-align:center;
	padding: 20px 0 0 0;
	background-image:url(../images/bg_footer_top.jpg);
	background-repeat:repeat-x;
	background-color:#333333;
	clear:both;
}

#footer #manufacturer {
	margin: 20px 0 20px 0;
}

#footer #copyright {
	margin: 20px 0 20px 0;
	color:#666666;
}

#poweredBy {
	margin: 0;
	padding: 0;
}

#typeOfMod {
	float:right;
	clear: left;
	width:225px;
	background-color:#6B6B6B; 
	border: 3px double #333333;
	padding: 9px;
	margin: 0 0 9px 9px;
	line-height: 18px;
}

#typeOfMod img {
	margin: 5px 0 0 0;
	border: 1px solid red;
}

/* @end */

/* @group Navigation declarations */

/*
#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	display:inline;
}

#navigation ul li a{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	background-image:url(../images/bg_nav_item.jpg);
	margin: 0 5px 0 0;
	padding: 5px 10px;
	border:1px solid #990000;
}

#navigation ul li a:hover {
	color: #FF0000;
	border:1px solid #FF0000;
}
*/

#header #topNav {
	float:right;
	clear:both;	
	margin-right: 10px;
}

#header #topNav ul {
	margin: 0;
	padding: 0;
}

#header #topNav ul li {
	display:inline;
}

#header #topNav ul li a {
	background-image:url(../images/bullet1_grey.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin: 0 20px 0 0;
	padding: 0 0 0 15px;	
}

#header #topNav ul li a:hover {
	color:#333333;
	background-image:url(../images/bullet1_red.gif);
	background-repeat:no-repeat;
}

#seatModNav {
	margin: 0 0 30px 0;
}

#seatModNav ul {
	margin: 0;
	padding: 0;
}

#seatModNav ul li {
	display:inline;
}

#seatModNav ul li a{
	color:#FFFFFF;
	font-weight: bold;
	font-size:10px;
	text-decoration:none;
	background-image:url(../images/bg_nav_item.jpg);
	margin: 0 0 0 0;
	padding: 5px 10px;
	border:1px solid #990000;
}

#seatModNav ul li a:hover {
	border:1px solid #FF0000;
	color: #FF0000;
}

#footerNav ul li {
	display:inline;
}

#footerNav ul li a {
	background-image:url(../images/bullet2_grey.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin: 0 20px 0 0;
	padding: 0 0 0 15px;
}

#footerNav ul li a:hover {
	background-image:url(../images/bullet2_red.gif);
	background-repeat:no-repeat;
}

/* @end */




/* @group CLASSES */

.ninePixel {
	font-size:9px;
}

.red {
	color: #CC0000;
}

.redBold {
	color: #CC0000;
	font-weight:bold;
}

.biggerBolder{
	font-size:larger;
	font-weight:bolder;
}

.contentHeader {
	font-weight:bold;
	text-decoration:underline;
}

.shipDisclaimer {
	font-size:11px;
	font-style:italic
}

.modNote {
	font-size:11px;
	font-style:italic
}

.modNote2 {
	font-size:11px;
	font-style:italic;
	padding-left: 25px;
}

.modNote3 {
	font-size:11px;
	font-style:italic;
}

a.redLink {
	color: #AA0000;	
}

a.redLink:hover {
	text-decoration: none;
}

.checkeredHR {
	background-image:url(../images/bg_header.gif);
	background-repeat: repeat-x;
	margin: 25px 0 25px 0;
	clear:left;
}

.contentImg {
	float:right; 
	clear:left;
	text-align:right;
	margin: 0 0 10px 15px;
}

#ontent ul.modList {
	padding-left:20px;
	margin-left:20px;
}

a.readmore {
	background-image:url(../images/bg_readmore.gif);
	background-repeat:no-repeat;
	font-size: 12px;
	padding: 5px 30px 20px 35px;
	margin: 40px 0 10px 0;
	width: 90px;
	text-decoration:none;
}

a.readmore:hover {
	background-image:url(../images/bg_readmore-hover.gif);
}

.modBorder {
	border: 3px double #666;
	padding: 0 9px 0 9px;
	margin-bottom: 20px;
}

#content ol, #content ul {
	margin: 0 0 0 40px;
}

#content ol li, #content ul li {
	margin: 5px 0 5px 0;
}

#content ol li ol, #content ul li ul {	/* Added for nested LISTS */
	margin: 0 0 0 0;
}

.shopMCCimg img {
	border: 1px solid red;
}

/* @end */

#covers td {
	vertical-align:top;
}

.tdPadding {
	padding: 0 50px 50px 50px;
	text-align:center;
}

.express {
	margin: 7px;
	padding: 7px;
	border: 3px double #CC0000;
	background-color:#6B6B6B;
}

#events li {
	padding-bottom: 20px;
	font-size: 14px;
}

#events li a, #events li span {
	font-weight: bold;
}

