body {
	background: #ececec url(images/bg.png) repeat-y center;
	font-size: 11px;
	font-family: verdana;
}

img {
	border-style: none;
}

* {
	margin: 0;
	padding: 0;
}

img, div { 
	behavior: url(images/iepngfix.htc)
}

#wrapper {
	width: 800px;
	margin: auto;
}

#branding {
	width: 800px;
	position: relative;
}

#groupLogo {
	padding: 12px 0px 25px 20px;
}

#topLinks {
	position: absolute;
	top: 20px;
	right: 19px;
	color: #bfbfbf;
	font-size: 10px;
	font-family: verdana;
}

#topLinks a:link, #topLinks a:active, #topLinks a:visited {
	color: #6d6d6d;
	text-decoration: none;
	margin-right: 5px;
}

#topLinks a:hover {
	color: #bf9530;
	text-decoration: underline;
}

#content {
	width: 800px;
	text-align: center;
	position: relative;
}

#mainImage {
	border: 1px solid #efefef;
}

#contentPosition {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
}

#brands {
	float: left;
	margin-top: 15px;
	margin-left: 32px;
	width: 215px;
	background: url(images/contentBg.png);
	border: 1px solid #efefef;
	display: inline;
}

#brandsContent {
	padding: 15px;
	text-align: left;
}

#ULBrands {
	list-style-type: none;
}

#ULBrands li {
	padding-bottom: 12px;
}

#mainContent {
	float: right;
	margin-top: 15px;
	margin-right: 32px;
	width: 490px;
	background: url(images/contentBg.png);
	border: 1px solid #efefef;
	text-align: left;
	display: inline;
}

#contentLogo {
	position: absolute;
	top: 15px;
	right: 32px;
}

#smsLogo {
	position: absolute;
	top: 24px;
	right: 55px;
}

#greenLogo {
	position: absolute;
	top: 20px;
	right: 55px;
}

#SDLogo {
	position: absolute;
	top: 30px;
	right: 42px;
}

#mainContentStyle {
	padding: 15px;
}

#contentHeading {
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 12px;
	padding-top: 8px;
	color: #2e2e2e;
	line-height: 16pt;
}

#footer {
	width: 765px;
	margin: auto;
	padding: 20px 0px 30px 0px;
}

#footerLeft {
	float: left;
}

#footerRight {
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

a:link, a:active, a:visited {
	color: #00487d;
	text-decoration: none;
}

a:hover {
	color: #de0a00;
	text-decoration: underline;
}

h1 {
	font-size: 17px;
	color: #3f3f3f;
}

p {
	color: #2e2e2e;
	line-height: 14pt;
	font-size: 11px;
}

.b {
	font-weight: bold;
}

.bGrey {
	font-weight: bold;
	color: #3f3f3f;
}

#contactForm fieldset {
	color: #2e2e2e;
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #bfbfbf;
	background: #e3e3e3;
}

#contactForm label {
	float: left;
	margin-bottom: 1px;
	width: 130px;
	padding-top: 3px;
}

#contactForm #name, #contactForm #email, #contactForm #number {
	width: 180px;
	margin-bottom: 10px;
	border: 1px solid #bfbfbf;
	height: 20px;
}

#contactForm textarea {
	width: 250px;
	height: 90px;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
}

#contactForm h3 {
	font-size: 15px;
}

#contactForm #submit {
	padding: 2px;
}

.required {
	font-size: 0.85em;
	color: #ff0000;
}

#mailError {
	border: 1px solid #bfbfbf;
	background: #efefef url(images/error.jpg) 15px 50% no-repeat;
	padding: 20px 20px 20px 70px;
	font-weight: bold;
	color: red;
}

#mailGood {
	border: 1px solid #bfbfbf;
	background: #efefef url(images/bigTick.jpg) 15px 50% no-repeat;
	padding: 20px 20px 20px 70px;
	font-weight: bold;
	color: green;
}

.news {
	padding: 5px 0px 5px 0px;
}
