/* ------------------------------------------------------------
   Project: Goods Protection
   Type: CSS2
   Author: Lee Westwood
   Date: 1/10/2008
   Company: www.brandintermedia.co.uk
   ------------------------------------------------------------ */ 

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* ------------------------------------------------------------
   Layout
   ------------------------------------------------------------ */

#wrapper {
	width: 1000px;
	margin: auto auto;
	text-align: center;
	background: url(../images/gp.png) no-repeat bottom left;
	padding: 0px 0px 44px 0px;
}
#content {
	background: url(../images/background.png) repeat-y;
	margin: auto auto;
	text-align: left;
	width: 861px;
	z-index: 1;
}
#footer {
	background: url(../images/footer.png) no-repeat;
	width: 861px;
	height: 78px;
	margin: auto auto;
}
#text {
	width: 794px;
	z-index: 1000;
	padding: 0px 37px 0px 30px;
	overflow: auto;
}
#bgp {
	background: url(../images/bgp.png) no-repeat;
	width: 1000px;
	height: 150px;
	margin: auto auto;
	clear: both;
}
#maintext {
	width: 315px;
	float: left;
	padding: 182px 0px 0px 0px;
}
#box {
	width: 215px;
	float: left;
	padding: 10px 0px 0px 10px;
}
#topbox {
	width: 190px;
	background: #ebd902;
	border-top: solid 10px #333333;
	margin-bottom: 15px;
	padding: 5px;
}
#bottombox {
	width: 190px;
	background: #333333;
	border-top: solid 10px #ebd902;
	padding: 5px;
}
#news {
	width: 360px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	background: url(../images/house.jpg) right bottom no-repeat;
}

/* ------------------------------------------------------------
   Typography
   ------------------------------------------------------------ */

#maintext h1 {
	color: #33A02C;
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
}
#maintext h2 {
	color: #33A02C;
	font-weight: normal;
	font-size: 11px;
	margin: -12px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
}
#maintext h2 a {
	color: #33A02C;
	font-size: 11px;
	text-decoration: none;
}
#maintext p {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 11px;
	line-height: 26px;
}
#maintext p a {
	color: #333333;
	font-size: 11px;
}
#news h1 {
	color: #33A02C;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
}
#news h2 {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
}
#news p {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 11px;
	line-height: 26px;
}
#news p a {
	color: #000;
	font-size: 11px;
}
#topbox h1 {
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 15px;
}
#topbox p {
	color: #333333;
	font-size: 10px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}
#topbox p a {
	color: #33A02C;
	font-size: 10px;
	text-decoration: none;
}
#bottombox h1 {
	color: #EBD902;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
#bottombox p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 11px;
	color: #fff;
	line-height: 19px;
}
#bottombox p a {
	font-size: 11px;
	color: #EBD902;
	text-decoration: none;
	font-weight: bold;
}
/* supplemental */
#bottombox p a:hover {
	font-size: 11px;
	color: #333333;
        background-color: #ebd902;
	text-decoration: none;
	font-weight: bold;
}

/* ------------------------------------------------------------
   Menu
   ------------------------------------------------------------ */

#menu {
	width: 160px;
	float: left;
	background: url(../images/logo.jpg) no-repeat;
	padding: 181px 0px 360px 90px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	display: block;
}
#menu li a {
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	padding: 4px 0px 4px 10px;
	line-height: 26px;
}

/* ------------------------------------------------------------
   Other
   ------------------------------------------------------------ */

form {
	margin: 0px;
	padding: 0px;
}
input {
	margin: 5px 0px 0px 0px;
}

/* ------------------------------------------------------------
   Supplemental: Goods Protection Additions
   Type: CSS2
   Author: Steve Payne
   Date: 14/11/2008
   Company: www.brandintermedia.co.uk
   ------------------------------------------------------------ */ 
th,td
{
border: 1px solid #cccccc;
font-size:11px;
}

th, .center
{
text-align:center;
}

img
{
border : 0;
}

.noborder
{
border : 0;
}

a:link
{
color:#333333;
}

a:visited
{
color:#333333;
}

a:hover
{
background-color:#ebd902;
}

a:active
{
color:#333333;
}

fieldset
{
width:60%;
border: 0;
}

legend
{
font-size:12px;
color:#ffffff;
background-color:#333333;
}

label
{
font-size:12px;
background-color:#ebd902;
width:115px;
padding:2px;
display:block;
}