/* ==== Moorland Motors ==== */

/* ====================== 
         Common 
====================== */

body, html {
	margin: 0; 
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	background: #2e2e2e;
	}
	
img {
	margin: 0; 
	padding: 0;
	border: 0;
	}
	
.notes {
	font-size: 10px;
	line-height: 12px;
	color: #949494;
	}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden; 
	}

#pages { 
	width: 990px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/content-bg.gif) top repeat-y;
	}	
	
.link-arrow {
	margin: 0;
	padding: 0 0 2px 12px;
	background: url(../images/link-arrow.gif) no-repeat 0 50%;
	}

.red {
	color: #CC3333;
	}


/* ====================== 
          Header 
====================== */

#header {
	width: 990px;
	height: 141px;
	padding: 0;
	margin: 0;
	background: url(../images/header.gif) top left no-repeat;
	}

.header-right {
	float: right;
	text-align: right;
	width: 550px;
	margin: 0;
	padding: 30px 40px 0 0;
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	}
	
.logo {
	float: left;
	margin: 0 0 0 37px;
	padding: 0;
	display: block;
	}

/* ====================== 
       Navigation 
====================== */

#navcontainer {
	float: left;
	width: 990px;
	height: 29px;
	margin: 0;
	padding: 2px 0 0 0;
	}

#nav {
	width: 990px;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav ul {
	float: left;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	border-right: 1px solid #81aca2;
	}

#nav li.first a {
	font-size: 10px;
	font-weight: bold;
	color: #000;	
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 8px 7px 7px 7px;
	border-left: none;
	}

#nav a {
	font-size: 10px;
	font-weight: bold;
	color: #000;	
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 8px 8px 7px 8px;
	}

#nav a:hover {
	background: url(../images/nav-hover.gif) top center no-repeat;
	}
	

#nav li.first a:hover {
	background: url(../images/nav-hover-first.gif) top left no-repeat;
	}

#nav ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	} 

/* ====================== 
     Left Navigation 
====================== */

#left-nav {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #222325;
	}
	
#left-nav a {
	font-size: 11px;
	color: #3e8ea3;	
	text-decoration: none;
	font-weight:bold;
	line-height:1.8em;
	margin: 0;
	padding: 0;
	}

#left-nav a:hover {
	color: #3e8ea3;
	text-decoration: underline;
	}

/* ====================== 
        Headings
====================== */

h1 {
	font-size: 20px;
	line-height: 22px;
	color: #485374;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.call-to-action { /*1 prodcut, main */
	width: 548px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #dce6e4;
	border: 1px solid #bfd2ce;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	}

/* ====================== 
         Content 
====================== */

#content {
	width: 990px;
	font-size: 11px;
	line-height: 17px;
	color: #1b1a1a;
	margin: 0; 
	padding: 0;
	}

#content p {
	margin: 0 0 12px 0;
	padding: 0;
	}
.blu-ray-header {
	color: #0093d6;
}

/* ====================== 
       Main Content 
====================== */

#main {
	width: 790px;
	float: left;
	margin: 0;
	padding: 0;
	}

#left-nav {
	width: 163px;
	float: left;
	margin: 0;
	padding: 0 0 0 7px;
	}
	
#main-right {
	width: 570px;
	float: right;
	margin: 0;
	padding: 0 10px 0 10px;
	}

#main-right a, #right-offers a, #footer a {
	color: #3E65A3;
	text-decoration: none;
	}
	
#main-right a:hover, #right-offers a:hover, #footer a:hover{
	color: #3E65A3;
	text-decoration: underline;
	}

#right-offers {
	width: 190px;
	float: right;
	margin: 0;
	padding: 0;
	}	

/* ====================== 
     Product Boxes
====================== */
	
.product-box { /*4 prodcuts, main, full width*/
	width: 160px;
	float: left;
	margin: 0 12px 10px 0;
	padding: 10px;
	background: #dce6e4;
	border: 1px solid #bfd2ce;
	}

.product-box-last { /*1 prodcut, main, last*/
	width: 160px;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #dce6e4;
	border: 1px solid #bfd2ce;
	}

.product-box-large { /*1 prodcut, main */
	width: 548px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #dce6e4;
	border: 1px solid #bfd2ce;
	}

.product-box-right { /*1 prodcut, right column */
	width: 148px;
	margin: 0 10px 10px 10px;	
	padding: 10px;
	background: #dce6e4;
	border: 1px solid #bfd2ce;
	}
	
.product-image {
	margin: 5px 0 0 0;
	padding: 0;
	}
	
#right-offers p {
	margin: 5px 0 0 0;
	padding: 0;
	}

/* ====================== 
  Product Landing Pages
====================== */

.large-product-image {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	}
	
/* ====================== 
  Product Landing Pages
====================== */

#contactlarge {
	width: 448px;
	height: 235px;
	padding: 10px 0 0 0;
	background-image:url(../images/construction/contact-bg.jpg); background-repeat:no-repeat;
	font-size: 11px;
	line-height: 18px;
	color: #1b1a1a;
	}
	
#contactlarge table {
	background: #dce6e4;
	border: 1px solid #bfd2ce;
	margin: 0;
	padding: 5px 0 5px 0;
	}

#contactlarge table td {
	margin: 0;
	padding: 5px 0 5px 10px;
	}

.enquirylarge {
	width: 245px;
	margin: 0 0 5px 0;
	border: 1px solid #bfd2ce;
	font-size: 11px;
	line-height: 14px;
	color: #000033;
	padding: 3px;
	height: 128px;
	}

.smallfield {
	width: 245px;
	margin: 0 0 5px 0;
	border: 1px solid #bfd2ce;
	font-size: 11px;
	line-height: 14px;
	color: #000033;
	padding: 3px;
	}

.smallsubmit {
	width: 254px;
	background: #2F5584;
	border: 1px solid #bfd2ce;
	margin: 0;
	padding: 2px 0 2px 0;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	cursor:pointer;
	}


/* ====================== 
         Footer
====================== */

#footer-container {
	width: 990px;
	margin: 0;
	padding: 0;
	border-top: 10px solid #fff;
	}

#footer {
	width: 970px;
	margin: 0 auto;
	padding: 10px 0 20px 20px;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	font-size: 11px;
	}
	
/* ====================== 
         Table
====================== */

td, th 
	{font: 11px Arial, Trebuchet MS, sans-serif; color: #060608;}

.datatable 
	{border: 1px solid #cacaca;
	border-collapse: collapse;
	margin: 0 0 15px 0;
	padding: 0;}
	
.datatable p 
	{margin: 0;
	padding: 0;}

.datatable td 
	{border: 1px solid #cacaca;
	padding: 4px 4px 4px 4px;
	color: #343537;
	height:25px;
	vertical-align:middle;}
	
.datatable th 
	{border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	background-color: #ebecea;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	color: #3e8ea3;
	height:25px;
	vertical-align:middle;}
	
.datatable tr:hover, .datatable td.hilite 
 	{background-color: #dae1eb;}
	
.datatable a:link, .datatable a:visited, .datatable a:active, .datatable a:hover
	{color: #3E65A3;
	text-decoration: none;}

/* ====================== 
      Epson advert
====================== */

#epsonAdvertHolder {
	width: 570px;
	height: 320px;
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #bfd2ce;
	background: url(../adverts/epson/images/discproducer-bg.jpg) top center no-repeat;
}
#epsonAdvertContent {
	width: 530px;
	padding: 20px;
	margin: 0;
}
#epsonAdvertContent p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;t
	font-weight: normal;
	color: #2e2e2e;
	text-align: left;
	padding: 0;
	margin: 0;
}
#epsonAdvertProductHolder {
	width: 280px;
	float: left;
	padding: 0;
	margin: 0;
}
#epsonAdvertProduct {
	width: 70px;
	float: left;
	text-align: center;
	padding: 0;
	margin: 20px 35px 0 0;
}
#epsonAdvertProduct a:link, #epsonAdvertProduct a:visited, #epsonAdvertProduct a:active{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #00529b;
	text-align: center;
	text-decoration: underline;
}
#epsonAdvertProduct a:hover{
	color: #69998e;
}
#epsonAdvertProductLast {
	width: 70px;
	float: left;
	text-align: center;
	padding: 0;
	margin: 20px 0 0 0;
}
#epsonAdvertProductLast a:link, #epsonAdvertProductLast a:visited, #epsonAdvertProductLast a:active{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #00529b;
	text-align: center;
	text-decoration: underline;
}
#epsonAdvertProductLast a:hover{
	color: #69998e;
}
#epsonAdvertLogo {
	width: 222px;
	float: left;
	padding: 0;
	margin: 150px 0 0 28px;
}
.lightblueBold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #0095da;
	text-decoration: underline;
}	
.blueBold {
	font-weight: bold;
	color: #00529b;
}	
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00529b;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0;
}
