﻿/* CSS Document MEANINGFUL-CHANGE.CO.UK */


/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/*                                 CSS                                  */

body {
	background-color: #FDFEFC;
	margin:0;
	background-image: url(../../images/bkg.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 800px;
	text-align: left;
	padding-left: 10px;
}

img	{
	border:0;
}

#header {
	height: 70px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer {
	position: absolute;
}

#topNav {
	float: right;
}

#centerContent {
	width: 500px;
	position: absolute;
	left: 150px;
}
#leftContent {
	width: 130px;
	float: left;
	position: absolute;
}
#rightContent {
	width: 120px;
	position: absolute;
	left: 687px;
}

#loginMessage {
	padding: 10px;
	border: 2px solid #FF9609;
	background-color: #E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#blackBar {
	background-color: #333333;
	width: 100%;
	height: 8px;
	background-position: top;
	margin-top: 0px;
}

div.transOFF {
	width: 100%;
	background-color: silver;
	border:1px solid black;
	padding: 8px;
	text-align: center;
	filter: alpha(opacity=80);
	-moz-opacity: 0.5;
}

div.transON {
	width: 100%;
	background-color: silver;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	border:1px solid black;
	padding: 8px;
	text-align: center;
}

div.trans25 {
	width: 100%;
	background-color: silver;
	opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:1px solid black;
}

div.trans75 {
	width: 100%;
	background-color: silver;opacity:.75;
	filter: alpha(opacity=75); -moz-opacity: 0.75;
	border:1px solid black;
}

.uploadPic {
	width: 75%;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	height: 215px;
}

#uploadPicRightPane {
	width: 48%;
	float: right;
	height: 150px;
	text-align: center;
}

#uploadPicLeftPane {
	width: 50%;
	float: left;
}

/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/*                             TYPOGRAPHY                               */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	letter-spacing: 2px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	text-decoration: underline;
}

/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/*                               A TAGS                                 */

a:link.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:visited.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
}

a:link.loggedInNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	text-decoration: none;
}
a:visited.loggedInNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	text-decoration: none;
}
a:hover.loggedInNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
}

a:link.smallLoggedInNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:visited.smallLoggedInNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:hover.smallLoggedInNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: none;
}




a:link.scrollerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.scrollerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.scrollerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
}

/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */
/*                           FORM PROPERTIES                            */

.enquireForm {
	padding: 10px;
	border: 2px solid #FF9609;
	background-color: #F5F5F5;
}

.textBox {
	

}

.textArea {
	
	
}

.sendButton {
	
}

.textBoxlogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 115px;
}

.loginButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
