html{
	overflow:scroll;
}

/* body */
body{
	background-color:#0070ac;
	background:#0070ac url(/styles/winlock.co.uk/WebsiteTemplateB/images/WLBG.jpg) repeat-y top center;
	font-family:Arial,Helvetica,sans-serif;
	line-height:120%;
	margin:0;
	padding:0;
	
}

h2{
	color:#0070ac;
	font-size:16px;
	font-weight:bold;
	padding-bottom:0;	
}

p strong{
	font-weight:bold;
	color:#0070ac;
}

/* container - The outside of the whole page */
#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:70%;
	width: 1080px;
	/*left:50%;
	margin:0 0 0 -375px;*/
	margin:0 auto;
	position:relative;
	display: block;
}

/* header - the whole the header */
#header{
}

/* headerTop - the top of the header div */
#headerTop{
}

/* headerMiddle - the middle of the header */
#headerMiddle{
	background-image: url(/styles/winlock.co.uk/WebsiteTemplateB/images/WebsiteTemplateB_01.jpg);
	height: 150px;
	width: 1080px;
}

/* headerMiddleLeft - the left part of the middle of the header */
#headerMiddleLeft{
}

/* headerMiddleMiddle - the middle part of the middle of the header */
#headerMiddleMiddle{

}

/* headerMiddleRight - the right hand part of the middle of the header */
#headerMiddleRight{

}

/* headerBottom - the bottom of header */
#headerBottom{
	background:#fff;
	height: 0px;
}

/* main - the main section of the website */
#main{
	overflow:auto;
	margin-top:-3px;
}

/* nav - the nav menu */
#nav{
	float:left;
	left:0px;
	min-height: 100px;
	width: 200px;
	position:static;
	margin-top:1px;
}

/* navTop - the top of the nav menu */
#navTop{
}

/* navMiddle - the middle section of the nav */
#navMiddle{
	background:#fff;
	margin-left:5px;
}

/* navMiddle ul - the menu list */
#navMiddle ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width:275px;

}

/*------------------------------------*\
	NAV
\*------------------------------------*/
#navMenu{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#navMenu li{
	float:left;
	margin-right:10px;
	width:275px;
	position:relative;
}
#navMenu a{
	display:block;
	padding:5px;
	color:#fff;
	text-decoration:none;
}
#navMenu a:hover{
	color:#fff;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#navMenu ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	margin:-30px 0 0 274px;
	z-index:1;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#navMenu ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#navMenu ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#navMenu li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#navMenu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */

	text-decoration:underline;
}
#navMenu li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#navMenu li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */

}


/* navMiddle ul li - an item of the menu list */
#navMiddle ul li{
	background-image: url(/styles/winlock.co.uk/WebsiteTemplateB/images/WebsiteTemplateB_03.jpg);
	background-repeat: no-repeat;
	height:29px;
	padding-top:1px;
	margin-bottom:1px;
}

/* navMiddle ul li - an item of the menu list on Hover */
#navMiddle ul li:hover{
	background-image: url(/styles/winlock.co.uk/WebsiteTemplateB/images/WebsiteTemplateB_07.jpg);
	background-repeat: no-repeat;
}

/*navMiddle ul li a - the link of an item in the menu list */
#navMiddle ul li a{
	color:#fff;
	font-size:12px;
	margin-left:27px;
	text-decoration:none;
	font-weight:normal;
}

/* navMiddle ul li a.Selected - the current page */
#navMiddle ul li a.selected{
	color:#999999;
}

/* navMiddle ul li a:hover - hover over a menu item */
#navMiddle ul li a:hover{
	color:#FFF;
}

/* navBottom - the bottom of the nav */
#navBottom{

}

/* contentFrame - the main section where the content would go */
#contentFrame{
	width: 798px;
	padding-top:0;
	background:#fff;
	float:right;
	/*background-image: url(/styles/winlock.co.uk/WebsiteTemplateB/images/WebsiteTemplateB_09.jpg);
	background-repeat: repeat-y;*/
}

#contentFrameLeft{
	height: 10px;
	display:none;
	background:#fff;
	/*background-image: url(/styles/winlock.co.uk/WebsiteTemplateB/images/WebsiteTemplateB_05.jpg);
	background-repeat: no-repeat;*/

}

#contentFrameMiddle{
	background:#fff;
	/*background-image: url(/styles/winlock.co.uk/WebsiteTemplateB/images/WebsiteTemplateB_09.jpg);
	background-repeat: repeat-y;*/
	padding-left:5px;
	padding-right:5px;
	min-height:698px;
}

#contentFrameMiddle .productsTable table{
	width:160px; height: 200px;
	border: 2px solid #0070AC;
}

#contentFrameMiddle .productsTable table tr td{
	text-align:center;
}

#contentFrameMiddleTitle{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
}

#contentFrameRight{
	height: 10px;
	background:#fff;
	/*background-image: url(/styles/winlock.co.uk/WebsiteTemplateB/images/WebsiteTemplateB_11.jpg);
	background-repeat: no-repeat;*/
}

/* contentText - the <p></p> around the text */
#contentText{
}

/* footer - the footer of the page */
#footer{
	clear:both;
}

#footerLeft{
	background:#fff;
	height: 30px;
}

#footerMiddle{
	height: 90px;
	background: #fff url(/styles/winlock.co.uk/WebsiteTemplateB/images/WebsiteTemplateB_13.jpg) no-repeat;
}

#footerRight{

}

/* */
#footerText, #lastUpdated{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:center;
}

.clearfix{
	background:#fff;
	}

/* the magic fixer! */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a img{
	border:0px;
}

#contactUsTable{
	display:none;
}

#advert{
	display:block;
	float:left;
	position:absolute;
	left:5px;
	top:430px;
}

#advert img{
	border:0;
	margin:0 0 5px 0;
}

.spacer{
	border:0;
	border-bottom:2px dashed #0084ba;
	padding:0;
	margin:10px 20px 10px 0;	
}

.info{
	font-weight:bold;
}

.TsandCs{
	margin:25px 0 0 0;
	font-size:10px;
}
.TsandCs th{
	text-align:left;
}
