/*
* Media Photos website by Matt Houghton @ Evolved IT Solutions
*/

html {
	width: 100%;
	height: 100%;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	color: white;
}

.sn_box {
	width: 60%;
	padding-left: 40px; 
	padding-right: -20px;
	padding-top: 20px; 	
	border: 0px solid white;
	display: none;
}
.sn_logo a img{
	border: 1px solid white;
}
.sn_logo a:hover img{
	border: 1px solid black;
}
.sn_logo {
	padding-top: -10px; float: left;
	padding-left: 5px;
}
.evolved {
	clear: both;
	padding-top: 15px;
}

/*
* Centre box on screen
*/

body {
	position: absolute;
	direction:ltr;
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 550px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -275px;
	border: 2px solid white;
	background-color: #000000;
}

/* For Text: mediaphotos */
.mplogobox {
	position: relative;
	float: left;
	border: 0px solid yellow;
	margin-left: 10px;
	margin-top: 5px;
	height: 60px;
	padding: 0px 0px 0px 0px;
}

h1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: xx-large;
	font-weight: 200;
}
/* Not read by IE7 */
*|html h1 {
	line-height: 0em;
}

h2 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.1em;
	font-weight: 200;
}
/* Only read by IE7 */
*:first-child+html h2 {
	margin-top: -18px;
}
/* Only read by Safari */
html[xmlns*=""] body:last-child h2 { margin-top: -15px; }

/* Only read by IE6 */
* html h2 {	
	margin-top: -18px;
	margin-bottom: -10px;
 } 

h5 {
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.8em;
	line-height: -2em;
	padding: 0px;
	text-align: center;

}

/* Links */
.toplink {
	float: right;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.toplink a{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 100;
	text-align: left;
	text-decoration: none;
}

.toplinkcurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 100;
	text-align: left;
	text-decoration: none;
	color: #FFFF99;
}

.toplink a:hover{
	color: #FFFF99;
}

/* Content Pane */
.content {
	clear: both;
	position: relative;
	border: 0px solid red;
	height: 420px;
	width: 100%;
	overflow: visible;
}

/* Strapline */
h4 {
	margin-top: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.2em;
	font-weight: 200;
	line-height: -1em;
	padding-left: 93px;
}

.termsconditions, a {
	margin-top: -13px;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: x-small;
	font-weight: 200;
}
.termsconditions {
	padding-left: 93px;
}
.termsconditions a:hover {
	color: #C0C0C0;
}

.termsbox {
	clear: both;
	margin-left: 50px; 
	width : 700px; 
	height: 380px; 
	overflow: auto; 
	margin-top: 20px; 
	font-size: x-small;
}

html[xmlns*=""] body:last-child .termsbox { margin-top: 10px; }
