﻿body {
	background: white url(../web_images/header%20background.gif) repeat-x 0px 0px;
	margin-top: 0px;
	width:1300px;
	
}

.slide-title {
	margin: auto;
	font-family:  Arial, Helvetica, Verdana,  sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #222222;										/*border: 1px solid lime;*/
}

.slide-title .underline{
	padding-bottom: .5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align:center;
	padding-top:45px;		
}

#panel1 .slide-title .underline{
	margin-left: 0px;
	padding-top:0px;
	text-align: left;
}

#panel1 .slide-title a{
	color:#FF0000;
	font-weight:bold;
}

#panel1 .slide-title {
	margin-left: 0px;
}

#wrapper {
	margin: auto;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}

#small-copyright {
	width:160px;
	display:block;
	clear:both;
	text-align:right;
	font-size: 0.6em;
	font-style: italic;
	padding-top: 25px;			
	float:right;	
	margin-right:10px;									/*border: 1px solid purple;*/
	}

#nav-column {											/*border: 1px solid yellow;*/
}

.description{
	padding: 0px; /*reset from paddings in other descriptions*/
	padding-top: 1.5em;
	width: 100%; /*reset from width in other descriptions*/
	border:0px; /*reset from border in other descriptions*/
}

.small-photo {
	height: 100px;
	width: 100px;
	vertical-align: bottom;
	margin: 0 10px 10px 0;
	padding:0px;
	border:1px solid #97957E;
}


#panel3 a:hover img {
	border: 2px solid blue;
}

#info {
	position:relative;
	font-size: .6em;
	font-style: normal;
	padding: 10px 0;
}

#panel1{
	width:400px;
	vertical-align: top;
	padding: 0px 0px 2.5em 20px;		 				/*border: 1px solid green;*/
}



#CentrePicture {
	max-width: 650px;
	max-height: 650px;
	padding:0px; 
	border:0px;
}

#panel2{
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
	padding: 0px 30px 1.5em 30px;						/*border: 1px solid blue;*/
		
}

#panel3{
	vertical-align: top;
	padding: 0px 0px 1.5em 0px;							/*border: 1px solid orange;*/
}


.footer{
	padding-top:30px;
	}

.slideltdcompany{
	font-size: 0.6em;
	border-top-width: 0px;
	border-top-style: solid;
	padding-bottom: 0.8em;
	padding-top: 10px;
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
}



.slide-address{
	font-size: 0.75em;
	padding-top: 0px;
	text-align: center;
	display: table;
	margin: auto;
}

.no-click {
	padding: 0px;
	}
	
	
	
@media screen  and (max-width:1301px) {

body {
	width:1000px;
	
}

.small-photo {
	height: 75px;
	width: 75px;
}

#panel1{
	width:300px;

}

#CentrePicture {
	max-width: 450px;
	max-height: 450px;
}

#panel2{
	padding-left: 30px;
	padding-right: 30px;
}


}




@media screen  and (max-width:1001px) {
	#wrapper {
		width:450px;
	}
	
	#panel1 {
		display:block;
		width:100%;
	padding: 0px 0px 2.5em 0px;
	}
	
	#panel2 {
		display:block;
		padding: 20px 0px 0px 0px;
	}
	
	#panel3 {
		display:block;
		width:100%;
	}

	body {
 		background:#777777;
		width:100%;
	}



	#CentrePicture {
		display:block;
		margin:auto;
		max-height:680px;
		height:auto;
		width:100%;
		padding:0px;
		border:0px solid #97957E;
	}

	
	.small-photo {
		height: 70px;
		width: 70px;
		border: 0px solid #97957E;
		padding:0px;
		margin:2px;
	}

	#info {
		width:100%;
	}
	
	#nav-column {
		margin-left:0px;	}

	#nav-column tr {
		float:left;
	}

	#small-copyright {
		width:100%;
		padding: 20px 0;
	}
	
	#panel1 .slide-title .underline{
		padding-bottom: 0em;
	}
	
	.slide-title {
		font-size: 0.9em;
	}

	.description{
		padding-top: 1em;
	}
}



@media screen and (max-width:500px) {
		
	#wrapper {
		width:90%;
	}

	#info {
		font-size:0.6em;
		text-align:left;
		padding: 0.5em 20;
	}
	
	/*remove link and match links and text to paragraphs */
	#info a {	
		color:#444444;
		font-weight:normal;} 	
	#info .no-click {
		pointer-events: none;
	}
	/*end of remove link and match links and text to paragraphs */
	


#CentrePicture {
/*		display:none;
*/}


	#panel2 {
		padding: 0px;
	}
	
	#nav-column td {
		display:block;
		width:100%
	}
	
	#nav-column tr {
		width:100%;
	}
	
	.small-photo {
		height: auto;
		width: 100%;
		border: 0px solid #97957E;
		padding: 0px;
		margin: 10px auto;
				/*pointer-events: none;*/				/*disable links in small photos to stop fancy box on small screen if needed*/
	}
	
	.slide-title .underline{
		padding-bottom: 0em;
		border-bottom-width: 0px;
	}
	
	#panel1 .slide-title .underline{
		border-bottom-width: 1px;
	}

	.strapline {
		padding-bottom: 30px;
	}
	
	#panel3 a:hover img {
		border: 1px solid #97957E;
}
}
