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

		MOTOR COP SHOP

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

/*------------------------------------------------------------------------------------
		BODY/CONTAINER
------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#page {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	text-align:left;
	margin-top: 0px;
	}

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}
	
a img {
	border: none;
	}
	
.hidden{
	display: none;
	}
	
a{
	color: #0976E0;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover{
	color: #043666;
	text-decoration: underline;
	}
	
.bold {
	font-weight: bold;
	}
	
h1 {
	font-size: 15px;
	font-weight: bold;
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	}

p	{
	font-size: 13px;
	line-height: 17px;
	}
	

/*------------------------------------------------------------------------------------
		HEADER
------------------------------------------------------------------------------------*/

#header {
	width: 760px;
	height: 100px;
	background-color: #0976E0;
	background-image: url(images/mcs_logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}
		
#headertext {
	width: 200px;
	height: 50px;
	float: left;
	margin-left: 10px;
	}
	
#headertext h1{
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 15px;
	padding-left: 45px;
	}
	
#utilities {
	width: 750px;
	float: left;
	text-align: right;
	}
	
#utilities p{
	color: #FFFFFF;
	font-size: 11px;
	padding-right: 10px;
	padding-top: 10px;
	}
	
#utilities p a{
	color: #FFF;
	text-decoration: none;
	}
	
#utilities p a:hover{
	color: #FFF;
	text-decoration: underline;
	}

#mainnav {
	width: 760px;
	height: 30px;
	background-color: #0976E0;
	margin-top: 2px;
	padding: 0px;
	font-size: 15px;
	}

/*------------------------------------------------------------------------------------
		CONTAINER
------------------------------------------------------------------------------------*/

#container {
	width: 760px;
	clear: both;
	}
	
/*------------------------------------------------------------------------------------
		LEFT
------------------------------------------------------------------------------------*/	
	
#left {
	float: left;
	width: 740px;
	margin-left: 10px;
	margin-bottom: 30px;
	}
	
#left h1 {
	margin-top: 15px;
	margin-bottom: 20px;
	}
	
#left p {
	
	}

#helmet_nav {
	height: 151px;
	width: 410px;
	}

a#home_classicle2 {
	display: block;
	float: left;
	width: 135px;
	height: 151px;
	background-image: url(images/home_classicle2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 20px;
	}
	
a#home_classicle2:hover {
	display: block;
	float: left;
	width: 135px;
	height: 151px;
	background-image: url(images/home_classicle2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
	}
	
a#home_szle2 {
	display: block;
	float: left;
	width: 135px;
	height: 151px;
	background-image: url(images/home_szle2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 2px;
	margin-bottom: 20px;
	}
	
a#home_szle2:hover {
	display: block;
	float: left;
	width: 135px;
	height: 151px;
	background-image: url(images/home_szle2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 2px;
	margin-bottom: 20px;
	}


a#home_vxpro3 {
	display: block;
	float: left;
	width: 135px;
	height: 151px;
	background-image: url(images/home_vxpro3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 2px;
	margin-bottom: 20px;
	}
	
a#home_vxpro3:hover {
	display: block;
	float: left;
	width: 135px;
	height: 151px;
	background-image: url(images/home_vxpro3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 2px;
	margin-bottom: 20px;
	}
	
#left ul{
	font-size: 13px;
	margin-left: 15px;
	}

#left li{
	padding-top: 5px;
	margin: 0px;
	list-style-type: disc;
	}
	
.textwidth{
	float: left;
	width: 410px;
	}
	
.imagewidth{
	float: left;
	width: 320px;
	margin-left: 10px;
	margin-bottom: 20px;
	}
	
hr {
	clear: both;
	}
	

/*------------------------------------------------------------------------------------
		RIGHT
------------------------------------------------------------------------------------*/

#right {
	float: left;
	width: 320px;
	height: 274px;
	margin-left: 10px;
	background-image: url(images/home_detailsmatter.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 52px;
	margin-bottom: 30px;
	}
	
	
#right_noimg {
	float: left;
	width: 320px;
	margin-left: 10px;
	margin-top: 52px;
	margin-bottom: 30px;
	}
	
	
/*------------------------------------------------------------------------------------
		FOOTER
------------------------------------------------------------------------------------*/	
	
#footer {
	clear: both;
	width: 760px;
	height: 100px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
	background-color: #0976E0;
	}
	
#footer p{
	font-size: 11px;
	padding-top: 15px;
	}
	
#footer a{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
#footer a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	}