/* MK Tyres Master - CSS Document */

/*Global Styles
--------------------------------------------------------------------------*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	margin-bottom: 100px;
	text-align:center;
	margin-top: 5px;
}
p{
	margin-bottom: 20px;
}
/*Layout 
--------------------------------------------------------------------------*/

#container{
	border-right: 1px dashed #e2e2e2;
	width: 762px;
	margin:0px;
	padding: 0px;
	background-color:#fff;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}
#rounded-top{
	height: 10px;
	background-image: url(../../images/misc/rounded-top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 762px;
		margin-left: auto;
	margin-right: auto;
}
#banner{
	width: 762px;
	height: 65px;
	background-image:url(../../images/misc/top.jpg);
}
#index-image-banner{
	height: 261px;
	background-image:url(../../images/misc/main-img.jpg);
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;

}
#image-banner{
	height: 137px;
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;

}
#divider{
	margin: 0px;
	height: 29px;
	background-image:url(../../images/index/index-divider.jpg);
}
#main{
text-align:left; }
#main-right{
	width: 500px;
	float: right;
	color: #666666;
}
#main-right p{
	padding-left:20px;
	padding-right: 20px;

}
#main-right h1{
	color: #000;
	font-size:14px;
	font-weight: bold;
	margin: 0px;
	margin-top: 20px;
	padding-left: 7px;
	margin-left: 20px;
	border-left: 4px solid #d11615;
		color: #333;

}
#main-right h2{
	color: #000;
	font-size:12px;
	font-weight: bold;
	margin: 0px;
	margin-top: 20px;
	padding-left: 7px;
	margin-left: 13px;
	color: #333;

}
#main-left{
	
	width: 258px
}
#main-left p{
margin: 0px;
}
#ring-back{
	background-color:#f3f3f3;
	padding: 10px;
	width: 225px;
	border-bottom: #999999 solid 3px;
}
#ring-back form{
	margin-left: 20px;
	margin-right: 20px;
}
#footer{
	padding: 10px;
	width: 742px;
	background-color:#e2e2e2;
	text-align:center;
	font-size: 10px;
	clear: both;
}
#numbers{
	text-align:center;
	margin-top: 25px;
	clear: both;
}
.strap{
	padding: 20px;
	font-weight:bold;
	font-style:italic;
	font-size:24px;
	color: #000;
	border-bottom: 3px solid #990000;
	text-align:center;
}
.strap p{
	margin: 0px;
}
.large-black{
	font-size: 36px;
}
/*Navigation
-------------------------------------------------------------------------*/
#navcontainer {
	font-size:12px;
	margin: 0;
	padding: 0 0 0 0px;
	height: 28px;
	background-image:url(../../images/misc/nav-bg.jpg);
}

#navcontainer UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer LI {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;

}
#navcontainer A {
	color: #fff;
	font-weight: bold;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 6px 20px;

}

#navcontainer A:hover, #navcontainer A:active {
	background: #d11615;
	color: #fff;
}

#navcontainer A.active:link, #navcontainer A.active:visited {
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	font-weight: bold;
}
body#welcome-page a#welcome-link,

body#contact-page a#contact-link,
{	
	background: #333333;
}
/*Class Styles
--------------------------------------------------------------------------*/
.left-header{
	width: 258px;
	height: 30px;
	background-image:url(../../images/misc/left-header.gif);
	padding: 0px;
	display: block;
}
.left-header h1{
	color: #fff;
	font-size:14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 7px;
	padding-left: 7px;
}
.left-feature{
	background-color:#dddbdb;
	width: 245px;
	text-align:center;
	border-bottom: #999999 solid 3px;
}
.large-bold{
	font-weight: bold;
	font-size: 20px;	
}
.medium-bold{
	font-weight: bold;
	font-size: 14px;	
}
.align-center{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
