/*********************************************************************************************
	Elements
*********************************************************************************************/

*, img {
	border: none;
	}

body 
{
	margin: 0px;
	padding: 30px 0px 0px 0px;
	font-family:  Arial, Verdana, Tahoma;
	background: url(../images/layout/mw-bg.gif) repeat-x 0px 0px #640e10;
}

p, li, td, label, th, a
{
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
}

h1
{
	font-size: 1.4em;
	color: #fff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/*********************************************************************************************
	Site Structure
*********************************************************************************************/
#divGlobalWrapper970
{
	margin: 0px auto 0px auto;
	padding: 20px;
	width: 928px;
	height: 468px;
	border: 1px solid #4c0e10;
	background: url(../images/layout/mw-inner-bg.gif) no-repeat 0px 0px;
}

#divLeftColumnWrapper, #divRightColumnWrapper, #divFooterLeftWrapper, #divFooterRightWrapper
{
	float: left;
}

#divRightColumnWrapper, #divFooterRightWrapper
{
	width: 240px;
	padding-left: 18px;  /*Lost 2 pixels down centre to keep sizes proportional*/
}

#divLeftColumnWrapper, #divFooterLeftWrapper
{
	width: 670px;
}

#divFooterLeftWrapper, #divFooterRightWrapper
{
	height: 20px;
}

#divLeftColumnWrapper, #divRightColumnWrapper
{
	height: 448px;
}

/*********************************************************************************************
	Primary Navigation
*********************************************************************************************/
.ulPrimNav {
	float: left;
	margin: 0;
	padding: 0;
	height: 400px;
	}
	.liPrimNav, .liVidNav, .liLENav {
		float: left;
		display: block; 
		list-style: none;
		padding-bottom: 10px;
		overflow: hidden;
		height: 22px;
		display:block;
		text-transform: uppercase;
		}
		.aPrimNav {
			float: left;
			display: block;
			margin: 0px;
			padding: 6px 0px 6px 10px;
			background-color: #520b0c;
			width: 230px;
			}
			.aPrimNav:hover {
				background-color: #222;
				}

	.liVidNav {
		height: 80px;
		}
		
		.aVidNav {
			width: 240px;
			height: 80px;
			display: block;
			overflow: hidden;
			text-indent: -5000px;
			background: url('../images/layout/vid_nav.gif') 0 0 no-repeat;
			}
			
			.aVidNav:hover {
				background-position: 0 -80px;
				}
	
	.liLENav {
		height: 44px;
		}
		.liLENav .aPrimNav {
			padding: 17px 0px 17px 10px;
			}

/*********************************************************************************************
	Boxes
*********************************************************************************************/
.ulBoxList {
	margin: 0px;
	padding: 0px;
	height: 357px;
	width: 670px;
	}
	.liBoxList {
		list-style: none;
		display: block;
		float: left;
		padding-top: 10px;
		}
		.liBoxList div {
			font-size: 0.8em;
			}
		.aBoxList, .aBoxListRowItem1, .aBoxListBrand, .aBoxListBrandRowItem1, .aBoxListNew, .aBoxListRowItemNew1 {
			display: block;
			border: 3px solid #a66161;
			width: 154px;
			height: 161px;
			margin: 0px 0px 0px 10px;
			background: url('../images/icons/mw-pdf-icon.gif') no-repeat 0px 129px #fff;
			color: #000;
			}
		.aBoxListNew, .aBoxListRowItemNew1 {
			background: url('../images/icons/mw-bg-no-icon.gif') no-repeat 0px 129px #fff;
			}
		.aBoxListBrand, .aBoxListBrandRowItem1 {
			background: none #fff;
			height: 100px;
			}

	.aBoxList img, .aBoxListRowItem1 img, .aBoxListBrand img, .aBoxListBrandRowItem1 img, .aBoxListNew img, .aBoxListRowItemNew1 img /*Keep HTML code down*/
	{
		padding: 2px;
		border: none;
	}
	
	.aBoxList span, .aBoxListRowItem1 span, .aBoxListNew span, .aBoxListRowItemNew1 span  /*Keep HTML code down*/
	{
		display: block;
		padding: 2px 0px 0px 5px;
	}

.aBoxListRowItem1, .aBoxListRowItemNew1, .aBoxListBrandRowItem1
{
	margin-left: 0px;
}

.aBoxList:hover, .aBoxListRowItem1:hover, .aBoxListBrand:hover, .aBoxListBrandRowItem1:hover, .aBoxListNew:hover, .aBoxListRowItemNew1:hover
{
	border: 3px solid #222;
	background: url(../images/icons/mw-pdf-icon-hover.gif) no-repeat 0px 129px #fff;
	color: #fff;
}

.aBoxListRowItemNew1:hover, .aBoxListNew:hover
{
	background: url(../images/icons/mw-bg-no-icon-hover.gif) no-repeat 0px 129px #fff;
}

.aPrevious, .aNext
{
	float:left;
	display: block;
	width: 150px;
	padding: 6px 0px 6px 10px;
	background-color: #520b0c;
}

.aNext
{
	text-align: right;
	padding: 6px 10px 6px 0px;
}

.aPrevious:hover, .aNext:hover
{
	background-color: #222;
}

/*********************************************************************************************
	Misc Styles
*********************************************************************************************/
.imgShopWindow
{
	border: 3px solid #a66161;
}

.imgLayoutSpacer
{
	float:left;
}

.clear
{
	clear:left;
}

/*********************************************************************************************
	Contact us
*********************************************************************************************/

.contact-input  {
	float: left;
	width: 320px;
	}

.contact-input-row {
	overflow: hidden;
	padding-bottom: 10px;
	}

.contact-input input {
	margin: 2px 0;
	}
		
	.contact-input-row input, .contact-input-row textarea {
		clear: both;
		float: left;
		width: 300px;
		}

		.contact-input-row select {
			width: 300px;  *width: 304px;
			}
			
input.submit, input.reset, input.button {
	margin: 0;
	background: #360606;
	color: white;
	border: 0;
	width: 100px;
	cursor: pointer;
	}