@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body{height:100%; }

h2 {
	font-size: 14px;
	color: #33FF67;
}


h3 {
	font-size: 90%;
	color: #33FF67;
	margin-bottom:10px;
}


/*                      */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	word-spacing:1px;
	font-weight:200px;
	background: #f3f3f3;
	height:auto;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x; !important 
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #959595;
	position:absolute;
	width:100% /*opera 9.5 fix*/
}

.bggray {
color: #151515
}

/*   #container { */
#container {
	width: 997px; 
	background: #151515; 
/*	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
*/	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #151515;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
}

#mcnheader {
	background: #DDDDDD; 
	border-top:0px;/* soak up negative margin*/
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #mcnheader instead of text, you may want to remove the padding. */
	height:165px;
}
#mcnheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #mcnheader div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#mcnheader .logo {
	float:left;
	width:645px;	
}

#mcnheader .contactus {
	float:right;
	background-image:"../images/mcnsport_header_contactus.png";
	padding: 100px 100px 100px 100px;
	width:352px;
	height:165px;
}


#mcnheader h1 span{
	display: none;
}
#mcnheader h2 span{
	display: none;
}

#mcnheader ul li {
   display:block;	   float:left;	   list-style-type:none;
}
#mcnheader ul li a {
    display:block;     height:165px;  	width:352px; 		text-indent:-9009px;
	background:transparent url(../images/mcnsport_header_contactus_combo.png) no-repeat 0 0;
}

#mcnheader ul li a:hover 			{    background-position: 0 0px; }
	
#mcnheader ul li#contactus a 			{    width:352px;    background-position: -11px 0; }
#mcnheader ul li#contactus a:hover 		{    background-position: -352px;}


.hidden{
	display:none;
}

#navigation {
	background: #DDDDDD; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #mcnheader instead of text, you may want to remove the padding. */
	background-image:url(../images/mcnsport_navibg.png);
	height:75px;
	width:100%;
}
#navigation  h2 {
	margin: 0; /* zeroing the margin of the last element in the #mcnheader div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#navigation ul li {
   display:block;	   float:left;	   list-style-type:none;
}
#navigation ul li a {
    display:block;     height:75px;  	width:252px; 		text-indent:-9009px;
	background:transparent url(../images/mcnsport_navigation_combo.jpg) no-repeat 0 0;
}

#navigation ul li a:hover 			{    background-position: 0 -75px; }
	
#navigation ul li#news a 			{    width:156px;    background-position: -252px 0; }
#navigation ul li#news a:hover 		{    background-position: -252px -75px;}
	
#navigation ul li#projects a 		{    width:156px;    background-position: -405px 0;}
#navigation ul li#projects a:hover 	{    background-position: -405px -75px; }
	
#navigation ul li#blog a 			{	 width:156px;    background-position: -551px 0; }
#navigation ul li#blog a:hover 		{    background-position: -551px -75px; }
	
#navigation ul li#whoarewe a 		{    width:247px;    background-position: -697px 0; }
#navigation ul li#whoarewe a:hover 	{    background-position: -697px -75px;   }

#mainContent {
	padding: 15px 30px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:400px;
	background:url(../images/mcn_main_content_repeating.png);
	background-repeat: repeat-y;
}

#mainContentContactUsPage {
	padding: 15px 30px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	background:url(../images/mcn_main_content_repeating.png);
	background-repeat: repeat-y;
}


#mainContentBottom {
	background:url(../images/mcn_main_content_bottom.png) no-repeat;
	height:52px;
	z-index:2;
	clear:both;
}

#addthisButton {
	float:right;
	margin-right:25px;
	margin-top:35px;
	z-index:1;
}


#footer {
	padding:65px 10px 10px 660px;
	font-size:10px;
	text-decoration:none;
	color:#dddddd;
	/*width: 320px; */
	margin-top:0px;	
	background:#DDDDDD;
	background-image:url(../images/mcn_footer.png);
	background-repeat:no-repeat;
	margin:auto;
	height:70px;/* must match negative margin and mcnheader soak up*/
	clear:both;
}

#cp_footer {
	padding:65px 10px 10px 660px;
	font-size:10px;
	text-decoration:none;
	color:#dddddd;
	/*width: 320px; */
	margin-top:0px;	
	background:#DDDDDD;
	background-image:url(../images/cp_mcn_footer.png);
	background-repeat:no-repeat;
	margin:auto;
	height:70px;/* must match negative margin and mcnheader soak up*/
	clear:both;
}

#footer a, a:visited, a:hover {
	text-decoration:none;
	color:#dddddd;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



#contactUsLeft {
	position:relative;
	left:0px;
	top:0px;
	width:470px;
	z-index:3;
	clear:left;
	float:left;
}






.homePageTagLineLeft {color: #666666}
.homePageTagLineRight {color: #33FF67}





form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */  
  font-family: 'Franklin Gothic Book', Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  min-width: 435px;
  max-width: 435px;
  width: 435px;
  margin-left:500px;

}

form fieldset {
  border-color: #33ff67;;;
  border-width: 1px;
  border-style:solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em;                        
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 140px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:240px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
							  background-color:#dddddd;
}


textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.formStyle {
	font-family: 'Franklin Gothic Book', Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

#seperatorBeads {
	margin-top: 10px;
	margin-bottom: 20px;
}

.minHeightAndClearance {
clear:both;
min-height:200px;
}







#manufacturers
{
	min-height:300px;
	clear: both;
	height: 200px;
}

.manufacturerLogoSelection {
	margin-right: 50px;
	width: 100px;
	height: 100px;
	margin-bottom: 40px;
	float: right;
}
.manufacturerLogoSelectionCaption {
	text-align: center;
}





.modelSelection {
	width: 400px;
	margin-right: 50px;
	margin-bottom: 30px;
	float: left;
}
.modelLogo {
	vertical-align: top;
	width: 100px;
	float: left;
	height: 75px;
}

.modelName {
	padding-left: 10px;
	width: 250px;
	float: left;
	vertical-align: text-top;
}





.partListing {
	width: 850px;
	margin-right: 50px;
	margin-bottom: 30px;
	float: left;
}
.partListingLogo {
	vertical-align: top;
	width: 100px;
	float: left;
	height: 75px;
	margin-botton: 0;
}

.partListingName {
	padding-left: 10px;
	width: 700px;
	float: left;
	vertical-align: text-top;
}







#floatingLogoPositionOne {
	position:relative;
	left:815px;
	width:100px;
	height:75px;
	z-index:2;
	top: -70px;
	margin-bottom: -75px;
}


#floatingLogoPositionTwo {
	position:relative;
	left:700px;
	width:100px;
	height:75px;
	z-index:2;
	top: -70px;
	margin-bottom: -75px;
}







#categories
{
	min-height:300px;
	clear: both;
	height: 200px;
}

.categoryLogoSelection {
	margin-right: 55px;
	width: 100px;
	height: 100px;
	margin-bottom: 40px;
	float: left;
}
.categoryLogoSelectionCaption {
	text-align: center;
}

#ContentWithLargerTopMargin {
margin-top:30px;
}






















.productListingPrice {
	font-weight: bold;
	color: #33FF67;
	font-size: 14px;
	margin-bottom: 20px;
}
.productTitleStyle {font-size: 16px}
.fourteenItalicGreen {font-style: italic; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #33FF67;}
.productInformationLinks {font-size: 14px}
.fourGreenBullets {color: #33FF67; font-weight: bold; font-size: 14px; clear:left;}
.fourGreenBullets enquiryLink {clear:both; margin-top:30px; color: #33FF67; font-weight: bold; font-size: 14px;}







.projectPic{
margin-top:20px;
margin-left:30px;
margin-right:30px;
margin-bottom:20px;
clear:left;
}



.partDetailLogo {
	vertical-align: top;
	width: 100px;
	float: left;
	height: 75px;
	margin-botton: 0;
}

.partDetail {
	padding-left: 10px;
	width: 700px;
	float: left;	
	vertical-align: text-top;
	min-height: 1000px;
	
}

.partDetailListing {
	padding-left: 20px;
	width: 700px;
	float: left;
	vertical-align: text-top;
}




.largePartImage
{
	float:left;
	margin-bottom:20px;
	margin-top:20px;

}

.youTubeWindow {
	float:left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}




.extraProductPics {`
	margin-top:20px;
	margin-right:40px;
	width: 100px;
	height: 75px;
	margin-bottom: 20px;
	float: left;
}



#aboutUsPics {
	width: 200px;
	float: right;
	padding-left: 30px;
}


#aboutUsText {
	float:left;
	width:700px;
	list-style:square;
}

#aboutUsText li {
	list-style:square;
}

#shopPicsContainer {
	padding-top:15px;
	clear:left;
}


.shopPics {
	padding-right:5px;
}

.aboutUsRightPics
{
	padding-left:5px;
	padding-bottom:20px;
}

.carForSaleCategory
{
clear:left;
min-height:115px;
padding-top:10px;
}

.carForSaleCategory img
{
padding: 0 20px 20px 0;
float:left;
}


.carForSalePicsContainer {
height:165px;
width:550px;
float:right;
}

.carForSalePicsContainer img {
padding: 0 10px 10px 0;
float:right;
}
