@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;
}


a {
    color: #264c73;
    text-decoration: none;

}


a:hover{
    color: #33FF67;
    text-decoration: none;
}

   



/*                      */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	word-spacing:1px;
	font-weight:200px;
	background: #f3f3f3;
	height:auto;
	background-image:url(http://mcnsport.com/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(http://mcnsport.com/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:"http://mcnsport.com/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(http://mcnsport.com/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(http://mcnsport.com/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(http://mcnsport.com/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: #FFFFFF;
	background:url(http://mcnsport.com/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 */
	height:650px;
	background: #FFFFFF;
	background:url(http://mcnsport.com/images/mcn_main_content_repeating.png);
	background-repeat: repeat-y;
}


#mainContentBottom {
	background:url(http://mcnsport.com/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(http://mcnsport.com/images/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;
}















textarea { overflow: auto; }

#seperatorBeads {
	margin-top: 10px;
	margin-bottom: 10px;
}

.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;}












.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;

}

.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;
}

#shopPics {
padding-right:5px;
}

#shopPicsContainer {
padding-top:15px;
clear:left;
}

.carForSaleCategory
{
clear:left;
min-height:115px;
padding-top:10px;
}

.carForSaleCategory img
{
padding: 0 20px 20px 0;
float:left;
}


.carForSalePicsContainer {
padding-top:15px;
clear:left;
}

.carForSalePicsContainer img {
padding: 0 20px 20px 0;
margin-bottom:100px;
}


/* Modified from Wordpress Haveli Theme */

#blogcontent {
	padding: 2px 10px 25px 12px;
	float: left;
	width: 650px;
	overflow: hidden;
}

.post {
	clear:both;
	padding-top: 15px;
}

.post-date {
	width: 45px;
	height: 46px;
    color: #660000;
    float:left;
    border: 1px dashed #9e9f9a;
                	
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #264c73;
	text-align: center;
	display:block;
	line-height: 14px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #33ff67;
	text-align: center;
	display:block;
	line-height: 20px;
	padding-top: 2px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 590px;
}

h2.entry a {
	color: #33ff67;
}


.post-cat {
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #cbcbcb;
}
.post-comments {
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: #151515;
	padding-left: 10px;
	float: right;
	font-size: 95%;
	color: #cbcbcb;
}
.post-content {
	clear: both;
	background-color:#151515;
	border:1px dashed #222222 ;
	padding: 5px;
	padding-top: 10px;
}






.blog-navigation {
	clear: both;
	padding: 10px 0px;
}
.blog-navigation a, .blog-navigation a:visited {
	color: #cbcbcb;
}

.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(img/arrowleft.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(img/arrowright.gif) no-repeat right center;
}









/*sidebar */
#sidebar {
	float: right;
	padding: 5px 14px 25px 13px;
	width: 230px;
	color: #cbcbcb;
	overflow: hidden;
}
/*sidebar title  */
#sidebar h3, #sidebar .sidebartitle{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #33FF67;
	padding:2px;
	margin: 20px 0px 2px;
    border-bottom: 1px dashed #333333;
                
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #cbcbcb;
    font-size: 12px;
	text-decoration: none;
}
#sidebar a:hover{
	color: #686868;
    font-size: 12px;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding:0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 0px 2px 0px 10px;
	border: none;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 0px;
	border: none;
}






/*blogroll widget */
ul.list-blogroll li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*meta  widget*/
ul.list-meta li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*rss widget */
ul.list-rss li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*category  widget */
ul.list-cat li, li.bar_categories li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*recent  widget  */
ul.list-rec li, li.bar_comments ul li {
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*archives widget */
ul.list-archives li, li.bar_archives li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*pages widget */
ul.list-page li, li.bar_pages li, li.bar_recent_entries li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*sub-pages widget */
ul.list-page li ul li, li.bar_pages li ul li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 15px !important;
}
/*calendar bar widget */
li.bar_calendar td {
	padding: 1px 7px;
}





/*text bar */
.textbar {
	padding-top: 5px;
}

#searchform br {
	display: none;
}
#searchform #s {
	width: 125px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #cbcbcb;
	background: #151515;
	margin-right: 2px;
	color: #cbcbcb;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: #151515;
	border: 1px solid #cbcbcb ;
	width: 67px;
	height: 28px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #cbcbcb;
	vertical-align: middle;
}

/* page close */
#close {
	clear: both;
	background: #ffffff;
	color: #ffffff;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 0px;
}













/* blog alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
















/* comments  */
#comments, #respond {
	border-bottom: 1px dotted #cbcbcb;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 150%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: transparent;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight:normal;
	font-style: normal;
	font-size: 100%;
	color: #ffffff;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #e5e3e6;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#151515;
	border:1px solid #222222;
	padding: 3px;
	margin-top: 3px;
    color: #cbcbcb;
}
#commentform textarea{
	width: 515px;
	height: 115px;
	background:#111111;
	border:1px solid #222222;
	padding: 2px;
	margin-top: 3px;
    color: #cbcbcb;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #151515;
}
#commentform #submit{
	background: #111111;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #264c73;
	border:1px solid #222222;
    float:left;
	width: 130px;
	height: 28px;
	cursor: pointer;
}