/* body */
body{
	background:#000 url(/styles/selfdefencenortheast.co.uk/SDNE/images/SDNE-ChainBG.jpg);
	color:#bebebe;
	font-family:Arial,Helvetica,sans-serif;
	line-height:120%;
	margin:0;
	padding:0;
	
}

/* container - The outside of the whole page */
#container {
	background: transparent url(/styles/selfdefencenortheast.co.uk/SDNE/images/SDNE-HoneyComb.jpg) repeat-y;
	font-family:Arial,Helvetica,sans-serif;
	font-size:70%;
	width: 959px;
	/*left:50%;
	margin:0 0 0 -375px;*/
	margin:0 auto;
	position:relative;
	display: block;
}

a{ color:#FFFF00;}
a:hover{ color:#FFF;}

/* header - the whole the header */
#header{
padding: 60px 0 0;
}

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

/* headerMiddle - the middle of the header */
#headerMiddle{
	background-image: url(/styles/selfdefencenortheast.co.uk/SDNE/images/SDNE-Header.png);
	height: 238px;
	width: 100%;
}

/* 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{
	height: 20px;
}

/* main - the main section of the website */
#main{
	overflow:auto;
}

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

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

/* navMiddle - the middle section of the nav */
#navMiddle{
  margin: 0 0 0 20px;
}

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

}

/* navMiddle ul li - an item of the menu list */
#navMiddle ul li{
	background-image: url(/styles/selfdefencenortheast.co.uk/SDNE/images/WebsiteTemplateB_03.jpg);
	background-repeat: no-repeat;
	height:26px;
	padding-top:4px;
}

/* navMiddle ul li - an item of the menu list on Hover */
#navMiddle ul li:hover{
	background-image: url(/styles/selfdefencenortheast.co.uk/SDNE/images/WebsiteTemplateB_07.jpg);
	background-repeat: no-repeat;
	height:26px;
	padding-top:4px;
}

/*navMiddle ul li a - the link of an item in the menu list */
#navMiddle ul li a{
	color:#bebebe;
	font-size:14px;
	margin-left:20px;
	text-decoration:none;
}

/* 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{
	font-weight: bold;
	color: red;
}

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

}

/* contentFrame - the main section where the content would go */
#contentFrame{
  margin:0 20px 0 0;
	width: 640px;
	float:right;
	background-image: url(/styles/selfdefencenortheast.co.uk/SDNE/images/WebsiteTemplateB_09.jpg);
	background-repeat: repeat-y;
}

#contentFrameLeft{
	height: 10px;
	background-image: url(/styles/selfdefencenortheast.co.uk/SDNE/images/WebsiteTemplateB_05.jpg);
	background-repeat: no-repeat;

}

#contentFrameMiddle{
	background: transparent url(/styles/selfdefencenortheast.co.uk/SDNE/images/SDNE-TextBG.png) repeat;
	padding-left:5px;
	padding-right:5px;
}

#contentFrameMiddleTitle{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

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

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

/* footer - the footer of the page */
#footer{
	height: 239px;
	background-image: url(/styles/selfdefencenortheast.co.uk/SDNE/images/SDNE-Footer.png);
	background-repeat: no-repeat;
	margin:30px 0 0 0;
	clear:both;
}

#footerLeft{
  clear:both;
}

#footerMiddle{
  color:#fff;
	height: 209px;
	padding:55px 85px;
	font-size:18px;
	line-height: 21px;
}

#footerRight{
  clear:both;
}

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

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

	
a img{
	border:0px;
}
.ssSlider {
  margin:0 0 10px auto!important;
}

.tableMain {
  white-space: normal !important;
}