/* --------------------------------------------------------
Mid Service Centre (www.midservicecentre.co.uk) Master Stylesheet

Version: 1.0
Author: Andrew Smart (www.daylightdisco.co.uk)

This stylesheet is released under a creative commons license, 
you may study and learn from the code in this document but you
may not copy or replicate any section.
-------------------------------------------------------- */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #555555;
}

p {
	font-size: 0.8em;
	line-height: 1.7em;
}

p.about {
	width: 650px;	
}

span.bold {
	font-weight: bold;
	color: #333333;
}

strong {
	font-weight: bold;
	color: #333333;
}

h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}

h2 {
	color: #333333;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}

h3 {
	color: #333333;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
}

a:hover {
	color: #ed1c24;
	border: none;
}

a.download {
	color: #aa151b;
	background: url(/img/pdficon_small.gif) no-repeat;
	padding-left: 20px;
	border: none;
}

.example {
	color: #444444;
}

blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.1em;
	color: #999999;
	text-indent: 10px;
}

table {
	font-size: 0.8em;
}

span.small {
	font-size: 0.8em;
}
/* --------------------------------------------------------
NAV BAR
-------------------------------------------------------- */

ul.navBar {
	display:inline;
	list-style: none;
	margin: 0px 0px 0px 0px;
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
}

ul.navBar li {
	display:block;
	float:left;
	padding-bottom: 20px;
}

ul.navBar li.secondLink {
	display:none;
}

ul.navBar:hover li.secondLink {
	display:inline;
}

li.secondLink {
	position: absolute;
	top: 30px;
	left: 0px;
}

li.secondLink a {
	font-weight:normal;
	font-size: 0.9em;
	border:none;
	padding:0px;
	padding-left: 20px;
}

li.secondLink a:hover {
	border:none;
	padding:0px;
	padding-left: 20px;
}

a.topLink {
	margin-right: 30px;
	display:block;
	padding-top: 5px;
}

a.topLink:hover {
	border-top: 3px solid #ed1c24;
	padding-top: 2px;
}

a.homeLink {
	background: url(/img/homeLink.png) no-repeat;
	display:block;
	position:relative;
	height: 27px;
	width: 80px;
	overflow: hidden;
	text-indent: -9000px;
}

a.productsLink {
	background: url(/img/productsLink.png) no-repeat;
	display:block;
	position:relative;
	height: 27px;
	width: 117px;
	overflow: hidden;
	text-indent: -9000px;
}

a.supportLink {
	background: url(/img/supportLink.png) no-repeat;
	display:block;
	position:relative;
	height: 27px;
	width: 106px;
	overflow: hidden;
	text-indent: -9000px;
}

a.contactLink {
	background: url(/img/contactLink.png) no-repeat;
	display:block;
	position:relative;
	height: 27px;
	width: 93px;
	overflow: hidden;
	text-indent: -9000px;
}

a.homeLink:hover, a.productsLink:hover, a.supportLink:hover, a.contactLink:hover {
	background-position-y: -26px;
}

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

#topBar {
	text-align: right;
	left: 50%;
	width: 350px;
	margin-left: 100px;
	position:absolute;
	z-index: 9;
	top: 20px;
	background-color: transparent;
	height: 41px;
}

#mainBanner {
	width: 100%;
	position:relative;
	top: 70px;
	background:url(/img/topBanner.jpg) repeat-x top center;
	height: 250px;
}

#tagLine {
	z-index: 9;
	width: 900px;
	height: 36px;
	position:absolute;
	left: 50%;
	margin-left: -450px;
	top: 214px;
	text-indent: -9000px;
	background: url(/img/tagLine.png) no-repeat bottom center;
}

#logo {
	background: url(/img/logoTop.png) no-repeat top center;
	width:379px;
	height:70px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	z-index: 9;
}
/* --------------------------------------------------------
GENERAL LAYOUT
-------------------------------------------------------- */

#mainWrap {
	position:relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
	top: 70px;
}

#headerWrap {

}

.contentWrap1 {

}

.contentWrap2 {
	position:relative;
	display:block;
	clear:both;
}

.columnXL {
	display:inline;
	position:relative;
	float:left;
	width: 650px;
	margin-right:10px;
}

.columnLarge {
	display:inline;
	position:relative;
	float:left;
	width:340px;
	margin-right: 10px;
	
}

.columnMedium {
	display:block;
	position:relative;
	float:left;
	width:286px;
	margin-right: 20px;
}

.columnMediumLast {
	display:block;
	position:relative;
	float:left;
	width:286px;
}

.columnSmall {
	display:inline;
	position:relative;
	float:right;
	width:200px;
}

table {
	border: none;
	border-collapse: collapse;
	width: 100%
}

td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.white {
	background-color:#FFFFFF;
}

.grey {
	background-color: #f9f2ea;
} 

.right {
	text-align:right;
	padding-right: 5px;
}

.clearFix {
	clear:both;
	display:block;
}

.formItem {
	display:block;
	margin-bottom:10px;
	clear:both;
}

#mainContactForm label {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	text-align: right;
	width: 150px;
	display:block;
	position:relative;
	margin-right: 10px;
	float:left;
	padding-top: 5px;
}

#mainContactForm input, #mainContactForm textarea {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #f2e2ce;
	background-color: #f9f2ea;
	position:relative;
	float:left;
	width: 450px;
	margin-bottom: 10px;
}

#mainContactForm textarea {
	height: 100px;
}

#mainContactForm .sendEmailBtn {
	cursor: pointer;
	background: url(/img/emailBtnLarge.png);
	width: 108px;
	height: 25px;
	border: none;
	margin-left: 160px;
	text-indent: -9000px;
	position:relative;
	clear:both;
	float:left;
	
}

#catalogueLink {
	position:absolute;
	top: 220px;
	left: 50%;
	margin-left: 150px;
	width: 335px;
	height: 275px;
	z-index: 9;
}

#catalogueLink a {
	border: none;
}

#catalogueLink img {
	border: none;
}

.about p {
	display:block;
	width: 650px;
}

p.tagLine {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	color: #333333;
	display:block;
	width: 600px;
}


/* --------------------------------------------------------
PRODUCT PAGES LAYOUT
-------------------------------------------------------- */

.productNav {
	position:absolute;
	top: 10px;
	right: 0px;
	width: 330px;
}

.productNav ul {
	display:inline;
	list-style:none;
	padding: 0px;
	margin: 0px;
}

.productNav ul li {
	display:inline;
}

.productNav li a {
	display:block;
	width: 100px;
	height: 25px;
	overflow: hidden;
	float:left;
	position:relative;
	text-align: center;
	background:url(/img/productNavBg.png) no-repeat 0px 0px;
	padding-top: 5px;
	margin-left: 10px;
	border:none;
	font-size: 0.9em;
}

.productOdd, .productEven {
	position:relative;
	float:left;
	width: 440px;
	height: 450px;
}

.productOdd img, .productEven img {
	width: 440px;
	height: 150px;
	background: #999999;
}

.productEven {
	margin-left: 20px;
}

.productWrap {
	position:relative;
	display:block;
	clear:both;
	float:left;
	border-bottom: 1px solid #ebebeb;
	padding-top: 20px;
	padding-bottom: 20px;
}

.productImage {
	width: 440px;
	height: 150px;
	background: #999999;
	position:relative;
}

.productImage img{
	border: none;
}

.productImageOverlay {
	position:absolute;
	z-index: 8;
	top: 0px;
	left: 0px;
	width: 440px;
	height: 150px;
	display:none;
	background: url(/img/productOverlay.png) no-repeat top center transparent;
	text-indent: -9000px;
}

.productLink {
	display:block;
	width: 440px;
	height: 150px;
}

.productImage:hover .productImageOverlay {
	display:inline;
}

.productInfo {
	width: 470px;
	float: left;
	margin-left: 20px;
	position:relative;
}

.productInfo h3 {
	color: #333333;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}

.price, .price2 {
	width: 90px;
	height: 90px;
	position:absolute;
	right: -20px;
	top: 20px;
	z-index: 9;
	padding-top: 15px;
}

.price {
	background: url(/img/priceBadge.png) no-repeat;
}

.price2 {
	background: url(/img/priceBadgeOffshore.png) no-repeat;
}

span.priceText {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
	display:block;
}

span.priceTextSmall {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	color: #ffffff;
	text-align: center;
	display:block;
}

span.new {
	font-size: 0.8em;
	color: #ed1c24;
	padding-left: 10px;
	font-style: italic;
	font-weight:bold;
}

/* --------------------------------------------------------
FOOTER LAYOUT
-------------------------------------------------------- */

#footerWrapOuter {
	width: 100%;
	position:relative;
	margin-top: 20px;
	background-color: #eeeeee;
	padding-top:10px;
}

.footerWrapInner {
	width: 900px;
	position:relative;
	margin-left: auto;
	margin-right:auto;
}

.cardLogos {
	float:right;
	position:relative;
}

.copyright {
	float:right;
	position:relative;
}

.copyright p {
	font-size: 0.9em;
	color: #999999;
}
.bottomNav {

}

ul.footerNav {
	display:inline;
	list-style:none;
	float:left;
}

ul.footerNav li {
	display:block;
	float:left;
	padding-right: 10px;
}

ul.footerNav li a {
	color: #999999;
	font-weight: normal;
	font-size: 0.9em;
}