/* BODY STYLING
----------------------------------------------- */

body {
	margin:0px;
	padding:0px;
	background-color: #fff;
	/* background-color: #d0d0c8; */
	font-family: Tahoma, Arial, helvetica, sans-serif;
}
a:link, a:active, a:visited  {
	color:#F030A2;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: none;
}


img { border-style:none }

em {
	color: #333333;
	font-style:italic;
}

strong {
	color: #009cb0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

abbr, acronym {
	cursor: help;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.skip {
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

h1 {
	margin: 0px;
	font-size: 0.7em;
	color: #252115;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}
h2 {
	font-family: Tahoma, Arial;
	font-size: 0.95em;
	color: #0083A4;
	padding-left: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	line-height: 22px;
	padding-right: 20px;
}


/* CONTAINER
----------------------------------------------- */

#container {
	width: 936px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}


/* HEADER
----------------------------------------------- */
#header	
 {
	width: 936px;
	padding: 0px;
	height: 95px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/header-right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.label
{
  float: right;
  padding: 0px;
  margin-top: 0px;
  margin-right: 60px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.search {
	font-family: Tahoma, Arial;
	width: 250px;
	float: right;
	margin-top: 40px;
	height: 20px;
	margin-right: 10px;
}
.search #go {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 21px;
	width: 66px;
	background-image: url(../img/search-bg2.gif);
	background-repeat: no-repeat;
}
.search #go2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 21px;
	width: 66px;
	background-image: url(../img/search-bg2.gif);
	background-repeat: no-repeat;
}

.search input {
	border: 1px solid #c3c3c3;
	color: #009DC4;
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	height: 18px;
	width: 158px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
	background-image: url(../img/search-bg.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
#logoweb {
	float: left;
	height: 95px;
	width: 227px;
	display: block;
	background-image: url(../img/seethelight-logo.jpg);
	background-repeat: no-repeat;
}
#logoprint {
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.7em;
	color: #000000;
	height: 15px;
}
#main-nav {
	height: 48px;
	background-image: url(../img/navbg.jpg);
	padding-left: 28px;
	padding-top: 7px;
	background-repeat: no-repeat;
}

div.error-text
{
  margin: 10px;
  padding: 5px 10px 0px 10px;
  border: solid 1px #d22;
}

div.error-text p span.error
{
  color: #d22;
}

div.message-ok-text
{
  margin: 10px;
  padding: 5px 10px 0px 10px;
  border: solid 1px #009cb0;
}

div.message-ok-text p
{
  color: #009cb0;
}



/* FOOTER
----------------------------------------------- */

#footer {
	color: #6e6a6a;
	font-family: Tahoma, Arial;
	font-size: 0.6em;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-weight: normal;
	width: 936px;
	clear: both;
	background-position: top;
	background-color: #ECECE4;
	background-repeat: no-repeat;
	padding-top: 10px;
	float: left;
	margin-top: 18px;
}

#footer p{
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 21px;
}

#footer img{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer strong{
	color: #333333;
	font-weight: normal;
}

#footer em{
	color: #000000;
	font-weight: bold;
}

#footer a{
	margin: 0px;
	padding: 0px;
	color: #666666;

}
#footer ul {
	list-style:none;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
}

#footer li {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	display: inline;
	padding-left: 10px;
}
.pic_float_right {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
}
.postcode {
	font-family: Tahoma, Arial;
	width: 305px;
	float: left;
	margin-top: 10px;
	height: 20px;
	margin-right: 0px;
	margin-left: 12px;
}
.postcode  #search {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 21px;
	width: 66px;
	background-image: url(../img/search-bg2.gif);
	background-repeat: no-repeat;
}
.postcode input {
	border: 1px solid #c3c3c3;
	color: #009DC4;
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	height: 18px;
	width: 158px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
	background-image: url(../img/search-bg.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.error-text {
	display: block;
	color: #FF0000;
}
#container   #main .box2 .message-text p    {
	color: #FF0000;
	display: block;
	float: left;
	padding-top: 10px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

.clear
{
  clear: both;
}