﻿/*removes annoying margin at top in browser windows*/
* {
	margin: 0px;
	border: 0px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* html5 means this will set width to include padding and margin */
}

body, .dont-show {	/* Sets colour of text and overrides any links of class .dont-show */
	color: #444444;
	font-weight:normal;
}

body {
	position: static;
	font-family: Helvetica, Verdana,  Arial,  sans-serif;
	font-size: 100%;
	line-height:1.4em;
	background: #777777 /*url(../web_images/background.jpg)*/;
}
 
 
p {
	font-size: .8em;
	}

#contents {
	margin:auto;
	width: 450px;
}

#contents p {
	padding-top: 20px;

}
#contents a {
	width:inherit;
	height:auto;
}

#contents img {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: auto;
	padding:0px;
	border: 1px solid #97957E; 
}
	
#long-box, #thin-slice-photo {
	margin: 0 auto 20px auto;
	width:450px;
	padding:0px;								/*changed*/
	border: 0px solid #97957E;					/*changed*/
}

#thin-slice-photo{
	height: 165px;
	display:block;
}

#long-box img {
	height: 100%;
	width: 100%;
}	

#long-box td:nth-of-type(1){
	width:23.7%;
		padding:0px 1px 0px 0px;
	}
#long-box td:nth-of-type(2){
	width: 52.6%;
	padding:0px 2px 0px;
	}
#long-box td:nth-of-type(3){
	width:23.7%;	
	padding:0px 0px 0px 1px;
	}
	
.description {
	width: 450px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 0px solid #97957E;
	border-bottom: 1px solid #97957E;
}

img {
	vertical-align: bottom;
}

h1 {
	font-size: 1em;
	font-weight: normal;
}

h2 {
	font-size: 1em;
	font-weight: normal;
	
}

h3 {
	font-size: 1em;
	font-weight: normal;
}

h4{
	font-size: 1em;
	font-weight: normal;
}

/* Link colours; slightly different in paragraphs and nav bar*/
a{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

 a:hover {
	color: blue;
	text-decoration: underline;
}

p a{
	font-weight: normal; 
	color:#4169E1; /*royalBlue */
}

p a:hover {
	color: blue;
}


.white-box {
	background-color: white;
}

.header {
	text-align: center;
	padding: 30px;
	background: url(../web_images/header%20background.gif) repeat-x 0px 0px;
}

.logo {
	height: 40px;
	width: 209px;
}

.navigation-bar {
	font-size: 0.7em;
	text-align: center;
	padding-top:0.7em;
	padding-bottom: 0.7em;
}

.navigation-bar a{
	display:inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0em;
	font-weight: bold;
	color: #444444;
}

.navigation-bar a:hover {
	color: blue;
	text-decoration: underline;
}

.title{
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 45px;
	padding-bottom: 0.5em;
	color: #222222;
	font-weight: normal;
	margin: auto;	
	text-align: center;
	display: table;
}

.new-title {
	margin: auto;
	font-size: 1em;
	color: #222222;
	font-weight: normal;
}

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

.page-number{
	font-style:italic;
	font-size:0.6em;	
}

.strapline {
	text-align: center;
	font-size: 0.65em;
	padding-top: 0.8em;
	color: #666666;
	padding-bottom: 50px;
	font-style: italic;
}

.side-heading {
	text-align: left;
/*	text-decoration:underline;
*/	padding: 35px 0 0.7em 0;
	font-size: 1em;
	font-weight:normal;
	color:#555555;
}

.side-heading-ordering {
	text-align: left;
	text-decoration:underline;
	padding: 20px 0 0.7em 0;
	font-size: 1em;
	font-weight:normal;
	color:#555555;
}



.side-heading a{
	font-weight: normal;
	color:black;
	}

.photo-box {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.photo-land {
	height: auto;
	width: inherit;
}

.photo-land-large {
	height: auto;
	width: inherit;
}

.photo-square {
	height: auto;
	width: inherit;
}

.photo-port {
	height: auto;
	width: inherit;
}



.centre {
	margin:auto;
}

.clear {
	clear:both;
	height:0px;
	width: 0px;
	}

.footer {
	background-color: white;
	padding-top:40px;
	clear:both;
}

.ltdcompany{
	font-size: 0.6em;
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 0.5em;
	padding-top: 25px;
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
}


.address{
	font-size: 0.75em;
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 0.5em;
	padding-top: 25px;
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.phone_number {
	font-size: 0.9em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
	font-style: normal;
	color: #444444;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
}

.legal-stuff {
	height: 100px;
	font-size: 0.7em;
	position: relative;
	font-style: italic;
	color: #444444;
}

.terms {
	text-align: left;
	position: absolute;
	left: 15px;
	top: 0px;
	visibility: visible;
}

.terms a {
	font-weight: normal;
}	

#social {
	display: table;
	margin: auto;
	padding-top: 15px;
	visibility: visible;
}

.copyright{
	text-align: right;
	position: absolute;
	right: 15px;
	top: 0px;
}

#breadcrumbs {
	font-size: .7em;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 35px;
}
	
#breadcrumbs a {
	padding: 0.5em;
}

.back-button {
	font-size: .7em;
	text-align: center;
	padding: 40px;
}


@media screen and (min-width:1100px) {
	body {
		width:800px;
		margin-right: auto;
		margin-left: auto;
		background: #777777;
	}
}
@media screen and (max-width:500px){

		
	.description, #thin-slice-photo, #contents, #long-box {
		width:90%;
	}
	
	.navigation-bar {			
		background-color: #F5F5F5;
	}
	
	.navigation-bar a{
		color:black;
	}

	#thin-slice-photo{
		height: auto;
	}
	
	.title,.new-title, .side-heading{
	font-size: 0.9em;
	}

	.title,.new-title .underline{
		border-bottom-width: 0px;
	}
	
	#long-box {
		padding:4px;
	}
	
	#long-box img {	
		height: auto;
		width: 100%;
	}
}
