/* ------------------------------------------------------------------
MCL Site
author: Vikki Neal
email: vneal@one2create.co.uk
use of conditional comments have been used throughout site, therefore several styles have been filtered into appropriate IE6/IE7 CSS documents - notes have been made next to relevant css rules
/* ------------------------------------------------------------------
Sets default margin and padding
-------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* ------------------------------------------------------------------
 Sets default font-size for headers 
 -------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-size: 100%;
}
/* ------------------------------------------------------------------
Sets font-style and font-weight to normal
-------------------------------------------------------------------*/
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
/* ------------------------------------------------------------------
Removes border from fieldset and image
-------------------------------------------------------------------*/
fieldset, img {
	border: 0;
}
/* ------------------------------------------------------------------
Link styles
-------------------------------------------------------------------*/
a, a:hover {
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #993766;
}
/* ------------------------------------------------------------------
Form elements
-------------------------------------------------------------------*/
input, select {
	font-family: Arial, Helvetica, sans-serif;
}
/* ------------------------------------------------------------------
=Generic classes
-------------------------------------------------------------------*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}
/* ------------------------------------------------------------------
=Body settings
-------------------------------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background: #060505 url(../Images/Shared/bg_fade.jpg) top repeat-x;
	color: #ececec;
}
.htmlContainer {
	width: 955px;
	margin: 0 auto;
}
/* ------------------------------------------------------------------
=Search Panel
-------------------------------------------------------------------*/
#searchPanel {
	background: url(../Images/Search/search_bg.jpg) no-repeat;
	height: 19px;
	text-align: right;
	padding: 5px;
}
#formContainer {
	float: right;
	width: 700px;
}
#searchFormContainer {
	float: left;
}
#clientLoginContainer {
	float: right;
	border-left: 1px solid #444;
	height: 19px;
	padding-left: 10px;
}
#clientLoginContainer a {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	margin-left: 10px;
}
#clientLoginContainer a:hover {
	color: #bfbfbf;
}
#searchPanel label {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	margin-right: 10px;
	display: block;
	margin-top: 5px;
	float: left;
}
#searchPanel .textField {
	height: 14px;
	border: 1px solid #9c9c9c;
	width: 140px;
	padding-left: 5px;
	float: left;
	font-size: 1.1em;
	margin-right: 5px;
}
#searchPanel .password {
	width: 100px;
}
#searchPanel .goButton {
	float: left;
	background: none;
	border: none;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	margin: 5px 5px 0 0;
	color: #fff;
	cursor: pointer;
	text-transform: lowercase;
}
/* ------------------------------------------------------------------
=Flash movie
-------------------------------------------------------------------*/
#flashMovie {
	margin: 0;
}
/* ------------------------------------------------------------------
=Content Container
-------------------------------------------------------------------*/
#contentContainer {
	width: 945px;
	border-left: 5px solid #0a0a0a;
	border-right: 5px solid #0a0a0a;
	background: url(../Images/Shared/Left_Column/left_col_bg.jpg) left repeat-y;
}
/* ------------------------------------------------------------------
=Primary navigation
-------------------------------------------------------------------*/
#primaryNavigation {
	width: 945px;
	background: url(../Images/Shared/Navigation/nav_bg.jpg) no-repeat;
	height: 33px;
}
#primaryNavigation ul {
	list-style-type: none;
}
#primaryNavigation ul li {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 25px;
}
#primaryNavigation ul li a {
	color: #fff;
	line-height: 33px;
}
#primaryNavigation ul li#downloadsLink {
	width: 180px;
	font-size: 1.2em;
	margin-right: 30px;
	padding-left: 29px;
}
#primaryNavigation ul li#downloadsLink a {
	background: url(../Images/Shared/Navigation/downloads_bg_over.gif) center right no-repeat;
	padding-right: 25px;
}
#primaryNavigation ul li#downloadsLink a:hover {
	background: url(../Images/Shared/Navigation/downloads_bg.gif) center right no-repeat;
	color: #6d1a42;
}
#primaryNavigation ul li a:hover {
	color: #6d1a42;
}
/* ------------------------------------------------------------------
=Left column navigation
-------------------------------------------------------------------*/
#leftColumn {
	width: 220px;
	background: #161515 url(../Images/Shared/Left_Column/left_nav_bg.jpg) top left repeat-x;
	float: left;
	height: 433px;
}
#leftNavigation {
	padding: 0 0 0 4px;
	width: 204px;
	margin: 10px 0 0 15px;
}
#leftNavigation ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#leftNavigation li {
	margin:0;
	padding:0;
	list-style-type:none;
	color: #fff;
	margin: 0 0 10px 0;
}
#leftNavigation li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 2px 10px;
	font-size: 1.4em;
	cursor: pointer;
	width: 166px;
}
#leftNavigation li a:hover {
	color: #6d1a42;
}
#leftNavigation li.active a, #leftNavigation li li.active a {
	color: #fff;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	background-color: #6d1a42;
}
#leftNavigation li.active li a, #leftNavigation li li a {
	color: #fff;
}
#leftNavigation li ul li.active ul li a {
	background: none;
}
#leftNavigation li ul li {
	margin: 5px 0 0 0;
}
#leftNavigation li ul li a {
	color: #9e9c9c;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	padding-left: 20px !important;
}
#leftNavigation li ul li ul li a {
	color: #9e9c9c;
	font-size: 1.3em;
	margin: 0 0 10px 3px;
	padding-left: 50px !important;
}
#leftNavigation .closed {
/*background-image:url(ha-down.gif);*/
	}
#leftNavigation .closed, #leftNavigation .opened {
	padding-right:10px;
}
#leftNavigation .header {
	background-color:#7B7B7B;
}
#leftNavigation .opened {
	color: #993766;
}
/* ------------------------------------------------------------------
=Right Column
-------------------------------------------------------------------*/	
.rightColumn {
	background: url(../Images/Shared/Right_Column/right_col_bg.jpg) repeat-y;
	width: 720px;
	float: right;
	position: relative;
}
.rightColumnContent {
	background: #1b1b1b url(../Images/Shared/Right_Column/content_bg.jpg) top right no-repeat;
	width: 690px;
	padding: 15px 15px 20px 15px;
	min-height: 493px;
}
#breadCrumbs {
	margin: 0 265px 15px 0;
	font-size: 1em;
	color: #fff;
}
#breadCrumbs a {
	color: #fff;
}
#breadCrumbs a:hover {
	color: #993766;
}
.rightColumnContent h1 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
	margin-bottom: 20px;
	background: url(../Images/Shared/Right_Column/h1_background.gif) bottom left no-repeat;
	padding: 0 0 15px 0;
	width: 519px;
}
.rightColumnContent h2 {
	font-size: 1.3em;
	color: #fff;
	margin-bottom: 20px;
	font-weight: normal;
}
.rightColumnContent h3 {
	font-size: 1.3em;
	color: #9e9c9c;
	margin-bottom: 20px;
	font-weight: normal;
}
.rightColumnContent ul {
	margin: 20px 0 20px 50px;
}
.rightColumnContent ul li {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-left: 30px;
	
}
.rightColumnContent ul li a {
	color: #9e9c9c;
	font-weight: bold;
}
.rightColumnContent ul li a:hover {
	color: #993766;
	text-decoration: underline;
}
.rightColumnContent ul li a:visited {
	color: #9e9c9c;
}
.rightColumnContent p {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #fff;
	margin-bottom: 20px;
}
.rightColumnContent p a {
	color: #993766; 
}
.rightColumnContent blockquote {
	font-size: 1.6em;
	font-weight:bold;
	line-height: 1.5em;
	color: #9e9c9c;
	margin:30px auto 60px auto;
	font-style: italic;
	display: block;
	text-align: center;
	width: 680px;
}
.pdfDownload {
	width: 46px;
	height: 42px;
	position: absolute;
	right: 95px;
	top: -20px;
}
.imageThumb {
	position: absolute;
	right: 3px;
	top: -27px;
	border: 1px solid #adadad;
	width: 77px;
	height: 72px;
}
/* ------------------------------------------------------------------
=footer
-------------------------------------------------------------------*/
#footer {
	background: url(../Images/Search/search_bg.jpg) left no-repeat;
	height: 19px;
	padding: 5px 10px;
	margin-left: 12px;
	border-top: 1px solid #404040;
	width: 913px;
}
#footer p {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #fff;
}
#footer p a {
	color: #9e9c9c;
	font-weight: bold;
	padding-left: 5px;
}
/* -----------------------------------------------------------------
=News
------------------------------------------------------------------*/	
#News label.newsLabel {
	margin-top: 2px;
	float:left;
	width: 150px;
	font-size: 1.2em;
}
#News input.textField {
	margin-top: 2px;
	float:left;
	width: 500px;
	font-size: 1.2em;
}
#News input.fuImage {
	margin-top: 3px;
	float: left;
}
#News textarea.newsBody {
	margin-top: 2px;
	float:left;
	width: 500px;
	height: 200px;
}
#News img.currentImage {
	margin-top: 2px;
	float:left;
	width: 180px;
	height: 180px;
}
#News ul.templateList {
	float:left;
	list-style-type:none;
	padding-left: 0px;
	margin:3px 0px 3px 0px;
}
#News ul.templateList li {
	float:left;
	width: 120px;
	padding-left:0px;
}
#News ul.templateList li label {
	width: 120px;
}
#News ul.templateList li label img {
	padding-left: 5px;
	display:inherit;
}
#News span.checkBox {
	margin-top: 2px;
	float: left;
	width: 10px;
}
#News img.view {
	float: left;
	width: 75px;
	border: 0px none;
	margin-top: 2px;
}
#News table.newsLibrary td.CreatedDateTime {
	width: 100px;
	text-align: left;
}
#News table.newsLibrary td.Title {
	width: 200px;
}
#News table.newsLibrary td.ExpiryDate {
	width: 60px;
}
#News table.newsLibrary td.Action {
	width: 30px;
}
/* -----------------------------------------------------------------
=DownloadCentre
------------------------------------------------------------------*/	
#DownloadCentre table.Download td.CreatedDateTime {
	width: 150px;
	text-align: left;
}
#DownloadCentre table.Download td.Name {
	width: 300px;
}
#DownloadCentre table.Download td.DownloadUrl {
	width: 65px;
}
/* -----------------------------------------------------------------
=Technical Spec
------------------------------------------------------------------*/	

#TechnicalSpec label.specLabel {
	margin: 2px 0px 2px 3px;
	float: left;
	width: 150px;
}
#TechnicalSpec select.dropDownList {
	margin: 2px 0px 2px 3px;
	float: left;
	width: 186px;
}
#TechnicalSpec input.textField {
	margin: 2px 0px 2px 3px;
	float: left;
	width: 186px;
}
#TechnicalSpec ul.specList {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 2px 0px 2px 3px;
}
#TechnicalSpec ul.specList li {
	float:left;
	width: 120px;
	padding-left:0px;
}
#TechnicalSpec ul.specList li label {
	padding-left:3px;
}
#TechnicalSpec span.rfvText {
	margin: 2px 0px 2px 3px;
	float: left;
	width: 5px;
}
#TechnicalSpec table.specs td.CreatedDateTime {
	width: 100px;
	text-align: left;
}
#TechnicalSpec table.specs td.CategoryName {
	width: 200px;
}
#TechnicalSpec table.specs td.SpecificationName {
	width: 200px;
}
#TechnicalSpec table.specs td.Active {
	width: 40px;
}
#TechnicalSpec table.specs td.Action {
	width: 30px;
}
/* -----------------------------------------------------------------
=User
------------------------------------------------------------------*/	

#User label.userLabel {
	margin: 2px 0px 2px 3px;
	float: left;
	width: 150px;
}
#User input.textField {
	margin: 2px 0px 2px 3px;
	float: left;
	width: 150px;
}
#User select.dropDownList {
	margin: 2px 0px 2px 3px;
	float: left;
	width: 150px;
}
#User table.users td.CreatedDateTime {
	width: 65px;
}
#User table.users td.EmailAddress {
	width: 200px;
}
#User table.users td.SecurityLevel {
	width: 80px;
}
#User table.users td.Active {
	width: 40px;
}
#User table.users td.ClientSpecification {
	width: 105px;
}
#User table.users td.Action {
	width: 30px;
}
#User ul.SpecAssignment {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#User ul.SpecAssignment li label {
	padding-left: 3px;
}
/* -----------------------------------------------------------------
=Category
------------------------------------------------------------------*/	
#Category label.categoryLabel {
	margin-top: 3px;
	float: left;
	width: 150px;
}
#Category input.textField {
	margin-top:3px;
	float:left;
	width: 150px;
}
#Category span.checkBox {
	margin-top: 3px;
	float: left;
	width: 10px;
}
#Category table.categories td.CreatedDateTime {
	width: 120px;
}
#Category table.categories td.Name {
	width: 200px;
}
#Category table.categories td.MailTo {
	width: 200px;
}
#Category table.categories td.Active {
	width: 40px;
}
#Category table.categories td.Action {
	width: 30px;
}
/* -----------------------------------------------------------------
=SubCategory
------------------------------------------------------------------*/	
#SubCategory label.subCategoryLabel {
	float: left;
	width: 150px;
	margin-top: 2px;
}
#SubCategory input.textField {
	margin-top: 2px;
	float:left;
	width: 150px;
}
#SubCategory .fckEditor {
	float: left;
	width: 450px;
	margin-top: 2px;
}
#SubCategory span.checkBox {
	float:left;
	width: 10px;
	margin-top: 2px;
}
#SubCategory table.subcategories td.CreatedDateTime {
	width: 65px;
}
#SubCategory table.subcategories td.Name {
	width: 300px;
}
#SubCategory table.subcategories td.Action {
	width: 30px;
}
/* -----------------------------------------------------------------
=Product
------------------------------------------------------------------*/
#Product h1 {
	margin-top: 20px;
	}
#Product select {
	margin: 5px 0;
	}
#Product label.productLabel {
	float:left;
	width: 150px;
	font-size: 1.2em;
	margin: 5px 0;
}
#Product input.textField {
	float:left;
	width: 150px;
	margin: 5px 0;
	border: 1px solid #333;
	padding: 2px;
}
#Product span.checkBox {
	float: left;
	width: 10px;
	margin-top: 2px;
}
#Product input.productUpload {
	float: left;
	margin-top: 2px;
}
#Product .fckEditor {
	float: left;
	margin-top: 2px;
	width: 450px;
}
#Product table.products td.CreatedDateTime {
	width: 65px;
}
#Product table.products td.Name {
	width: 300px;
}
#Product table.products td.Active {
	width: 40px;
}
#Product table.products td.Action {
	width: 30px;
}
#SubCategory label, #Category label {
	float:left;
	width: 150px;
	font-size: 1.2em;
	margin: 5px 0;
	}
/* -----------------------------------------------------------------
=Useful Links
------------------------------------------------------------------*/
#UsefulLinks h1 {
	margin-top: 20px;
	}
#UsefulLinks label.linkLabel {
	float:left;
	width: 150px;
	font-size: 1.2em;
	margin: 5px 0;
}
#UsefulLinks input.textField {
	float:left;
	width: 150px;
	margin: 5px 0;
	border: 1px solid #333;
	padding: 2px;
}
#UsefulLinks span.checkBox {
	float: left;
	width: 10px;
	margin-top: 2px;
}
#UsefulLinks input.linkUpload {
	float: left;
	margin-top: 2px;
}
#UsefulLinks .fckEditor {
	float: left;
	margin-top: 2px;
	width: 450px;
}
#UsefulLinks table.products td.CreatedDateTime {
	width: 65px;
}
#UsefulLinks table.products td.Name {
	width: 300px;
}
#UsefulLinks table.products td.Active {
	width: 40px;
}
#UsefulLinks table.products td.Action {
	width: 30px;
}

/* -----------------------------------------------------------------
=UsefulLink
------------------------------------------------------------------*/
.UsefulLink {
	margin-bottom: 20px;
	width:690px;
	}
.UsefulLink h3 {
	font-size: 1.3em;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
	}
.UsefulLink h3 a {
	color: #9e9c9c;
	}
.UsefulLink h3 a:hover {
	color: #993766;
	}
.UsefulLink h3 a span {
	color: #fff;
	font-weight: normal;
	float: left;
	width: 570px;
	}
.UsefulLink h3 a img {
	float: right;
	margin: 0 0 20px 20px;
	width: 100px;
	}
.UsefulLink h3 a:hover span {
	color: #993766;
	}
.UsefulLink pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align:left;
	white-space: pre-wrap;
	width: 675px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	}
.UsefulLink img.floatLeft {
	margin: 0 20px 20px 0;
	border: 4px solid #666;
	}
.UsefulLink img {
	margin: 0 0 20px 20px;
	border: 4px solid #666;
	float:right;
	width:20%;
	}
/*.UsefulLink span 
{
	float:left;
	width:300px;
	}
*/
.Action 
{
	color:#fff;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
	float:right;
	}
.Action:hover 
{
	color:#993766;
	}

/* -----------------------------------------------------------------
=ContactUs
------------------------------------------------------------------*/
#ContactUs label.contactUsLabel {
	float:left;
	width: 190px;
	font-size: 1.2em;
	margin: 5px 0;	
}
#ContactUs a {
	color: #993766;
	font-size: 1.2em;
}
#ContactUs input.submitButton {
	display: block;
	margin: 10px 0 10px 190px;
	padding: 5px;
	background-color:#993766;
	border: none;
	font-weight: bold;
	color: #fff;
}
#ContactUs input.textField {
	float:left;
	width: 150px;
	margin: 5px 0;
	border: 1px solid #333;
	padding: 2px;
	background-color: #fff;
	font-weight: normal;
	color: #000;
}
#ContactUs .checkBox {
	float: left;
	width: 10px;
	margin: 2px 0 0 0;
}
#ContactUs img {
	float: right;
	margin: 0 0 20px 20px;
}
#ContactUs select.dropDownList {
	float:left;
	width: 150px;
	margin-top: 2px;
}
#ContactUs textarea.message {
	float:left;
	width: 490px;
	height: 100px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#ContactUs address.mcl {
	float:left;
	width: 350px;
	margin-top: 2px;
	display: inline;
	font-size: 1.2em;
}
#ContactUs address.mcl p {
	font-size: 1em;
}
/* -----------------------------------------------------------------
=Repeater Table
------------------------------------------------------------------*/
table {
	margin: 10px 0;
}
table th {
	font-size: 1.2em;
	text-align: left;
	padding: 5px;
}
table td {
	font-size: 1.1em;
	padding: 5px;
}
table td a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
table td a:hover {
	color: #993766;
}
table td a:visited {
	color: #993766;
}
/* -----------------------------------------------------------------
=News Article
------------------------------------------------------------------*/
.NewsArticle {
	margin-bottom: 20px;
	}
.NewsArticle h3 {
	font-size: 1.3em;
	color: #9e9c9c;
	margin-bottom: 20px;
	font-weight: normal;
	}
.NewsArticle h3 a {
	color: #9e9c9c;
	}
.NewsArticle h3 a:hover {
	color: #993766;
	}
.NewsArticle h3 a span {
	color: #fff;
	font-weight: normal;
	float: left;
	width: 570px;
	}
.NewsArticle h3 a img {
	float: right;
	margin: 0 0 20px 20px;
	width: 100px;
	}
.NewsArticle h3 a:hover span {
	color: #993766;
	}
#NewsArticle pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align:left;
	white-space: pre-wrap;
	width: 675px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	}
#NewsArticle img.floatLeft {
	margin: 0 20px 20px 0;
	border: 4px solid #666;
	}
#NewsArticle img.floatRight {
	margin: 0 0 20px 20px;
	border: 4px solid #666;
	}

.noBullet li 
{
	list-style:none;
	}