/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	outline:none;
}
html, body {
	color:#333;
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
	display: block;
}
a:link, a:visited {
	color:#333;
	text-decoration:none;
}
b, strong {
	/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
li {
	/*
  For IE6 + IE7.
*/
	display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
sub, sup, small {
	font-size: 75%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg {
	/*
  For IE9.
*/
	overflow: hidden;
}
ul li {
	list-style:none;
}

/* Fonts
----------------------------------------------------------------------------------------------------*/

@font-face {
 font-family: 'DroidSansRegular';
 src: url('../fonts/DroidSans-webfont.eot');
 src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/DroidSans-webfont.woff') format('woff'),  url('../fonts/DroidSans-webfont.ttf') format('truetype'),  url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'DroidSansBold';
 src: url('../fonts/DroidSans-Bold-webfont.eot');
 src: url('../fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),  url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),  url('../fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
 font-weight: normal;
 font-style: normal;
}

/* Globals
----------------------------------------------------------------------------------------------------*/

.clearfix {
	clear:both;
	float:none
}
h1, h2 {
	font-family: 'DroidSansBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal
}
h1 {
	font-size:30px;
	color:#F15A24
}
h2 {
	font-size:18px
}
h2.black {
	color:#000;
	padding:10px 0
}
h2.regular {
	font-family: 'DroidSansRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:13px;
	margin-bottom:10px;
	color:#808080
}
p i {
	font-style:normal;
	color:#f00
}
strong {
	color:#000
}
a.readmore-small {
	display:block;
	width:142px;
	height:42px;
	background:url(../images/sprite-set-1.png) -442px 0 no-repeat
}
a.readmore-small:hover {
	background-position: -442px -62px
}
a.readmore-large {
	display:block;
	width:172px;
	height:62px;
	background:url(../images/sprite-set-1.png) -271px 0 no-repeat
}
a.readmore-large:hover {
	background-position: -271px -62px
}
a.ask-more {
	display:block;
	width:250px;
	height:42px;
	margin-bottom:70px;
	background:url(../images/sprite-set-1.png) -620px 0 no-repeat
}
a.ask-more:hover {
	background-position:-620px -62px
}
#source {
	width:910px;
	margin:0 auto;
	padding:20px 22px
}
#source p, #source a {
	font-size:12px;
	color:#999
}
.shadow-corner {
	border-radius:5px;
	box-shadow: 0px 2px 3px 1px #333
}
.shadow-corner-light {
	border-radius:5px;
	box-shadow: 0px 2px 3px 1px #808080
}
.icon-mag {
	position:absolute;
	width:36px;
	height:36px;
	background:url(../images/sprite-set-1.png) -584px 0 no-repeat;
	z-index:100
}
a.bluelink {
	color:#0071BC;
	font-size:11px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif
}
.float-l {
	float:left
}
.float-r {
	float:right
}
.wauto{
	width:auto !important	
}
.w120 {
	width:120px
}
.w190 {
	width:190px
}
.w80 {
	width:80px
}
.w240 {
	width:240px !important
}
.w297 {
	width:297px !important
}
.w280 {
	width:280px
}
.w435 {
	width:435px
}
.w785 {
	width:785px
}
.h40 {
	display:block;
	height:40px
}
.mar10-t {
	margin-top:10px
}
.mar5-b {
	margin-bottom:5px
}
.mar10-b {
	margin-bottom:10px !important
}
.mar15-b {
	margin-bottom:15px !important
}
.mar20-b {
	margin-bottom:20px !important
}
.mar25-b {
	margin-bottom:25px
}
.mar30-b {
	margin-bottom:30px !important
}
.mar40-b {
	margin-bottom:40px !important
}
.mar50-b {
	margin-bottom:50px !important
}
.mar25-t {
	margin-top:25px
}
.mar10-r {
	margin-right:10px !important
}
.mar20-r {
	margin-right:20px
}
.mar25-r {
	margin-right:25px !important
}
.mar30-r {
	margin-right:30px
}
.mar55-r {
	margin-right:55px !important
}
.mar20-l {
	margin-left:20px !important	
}
.mar25-l {
	margin-left:25px !important	
}
.mar50-l {
	margin-left:50px !important	
}
.mar55-l {
	margin-left:55px !important	
}
.mar88-l {
	margin-left:88px !important	
}
.mar10-t {
	margin-top:10px !important
}
.mar15-t {
	margin-top:15px !important
}
.mar50-t {
	margin-top:50px !important
}
.pad0-t {
	padding-top:0 !important
}
.pad40-t {
	padding-top:40px !important
}
.pad10-b {
	padding-bottom:10px !important
}
.pad150-b {
	padding-bottom:150px !important
}

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

body {
	background:url(../images/bg-content.jpg)
}
#header-wrapper, #content-wrapper {
	position:relative;
	width:100%
}
#header-wrapper {
	height:180px;
	background:url(../images/bg-header.jpg) repeat-x;
	z-index:10
}
#header {
	width:960px;
	height:180px;
	margin:0 auto;
	z-index:10
}
#content-wrapper {
	padding-bottom:60px
}
#content, #footer, #footer-copyright {
	width:950px;
}
#content {
	height:100%;
	margin:0 auto;
	padding:0 5px 5px;
	background:url(../images/bg-grey-trans.png)
}
#footer {
	height:100%
}
#footer-nav {
	width:860px;
	height:100%;
	padding:16px 45px;
	background-color:#FFF
}
#footer-copyright {
	height:60px;
	background:url(../images/bg-copyright.jpg) repeat-x
}

/* Header
----------------------------------------------------------------------------------------------------*/

#header a#header-logo {
	display:block;
	width:271px;
	height:65px;
	background:url(../images/sprite-set-1.png) 0 0 no-repeat;
	float:left;
	margin:35px 35px 15px
}
#header div#header-nav-wrapper {
	width:950px;
	height:60px;
	background:url(../images/bg-grey-trans.png);
	padding:5px 5px 0
}
#header div#header-nav-wrapper ul#header-nav {
	height:60px;
	width:920px;
	padding:0 15px;
	background:url(../images/bg-nav.jpg)
}
#header div#header-nav-wrapper ul#header-nav li.main {
	position:relative;
	float:left;
	padding:20px 17px
}
#header div#header-nav-wrapper ul#header-nav li.main a.main {
	font-size:14px;
	font-family: 'DroidSansBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#f2f0c5;
	text-shadow: 0.1em 0.1em #009245
}
#header div#header-nav-wrapper ul#header-nav li.active a.main, #header div#header-nav-wrapper ul#header-nav li.main a.main:hover {
	color:#fff
}
#header div#header-nav-wrapper ul#header-nav li.main ul.drop-down-list {
	position:absolute;
	top:50px;
	left:0px;
	padding:10px;
	display:none;
	background:url(../images/bg-nav-submenu.png);
	z-index:10
}
#header div#header-nav-wrapper ul#header-nav li.main ul.drop-down-list li {
	clear:both;
	list-style:none;
	padding:5px 0 2px;
	border-bottom:1px solid #4d4d4d
}
#header div#header-nav-wrapper ul#header-nav li.main ul.drop-down-list li.last {
	border:none
}
#header div#header-nav-wrapper ul#header-nav li.main ul.drop-down-list li a {
	font-size:14px;
	color:#4d4d4d;
	padding:0 7px;
	line-height:25px;
	font-family: 'DroidSansBold', "Trebuchet MS", Arial, Helvetica, sans-serif
}
#header div#header-nav-wrapper ul#header-nav li.main ul.drop-down-list li a:hover, #header div#header-nav-wrapper ul#header-nav li.main ul.drop-down-list li.active a {
	color:#F15A24
}

/* Content - Index
----------------------------------------------------------------------------------------------------*/

#content #content-links {
	width:950px;
	height:100%;
	background-color:#FFF
}
#content #content-links ul.divide-four-pad {
	padding:0 25px;
	width:900px;
	height:100%
}
#content #content-links ul.divide-four-pad li {
	list-style:none;
	float:left;
	width:208px;
	height:100%;
	margin-right:19px;
	padding-bottom:20px
}
#content #content-links ul.divide-four-pad li.last {
	margin:0
}
#content #content-links ul.divide-four-pad li.clear {
	float:none;
	clear:both;
	width:100%;
	height:0;
}
#content #content-links ul.divide-four-pad li h2.orange {
	display:block;
	color:#F15A24;
	line-height:1.2;
	margin:0;
	padding:10px 0 3px
}
#content #content-links ul.divide-four-pad li img.icon {
	margin:13px 5px 0 0;
	float:left;
}
#content #content-links ul.divide-four-pad li img.image {
	border:4px solid #E6E6E6;
	margin:10px 0
}
#content #content-links ul.divide-four-pad li p {
	display:block;
	height:65px;
	line-height:13px;
	margin-bottom:20px
}
#content #content-texture-bg {
	width:910px;
	height:200px;
	padding:20px;
	background:url(../images/bg-content-awards.jpg) repeat-x;
	text-align:center
}
#content #content-texture-bg h2 {
	color:#fff;
	font-weight:normal;
	text-shadow: 1px 1px #000;
	margin-bottom:10px
}
#content #content-texture-bg strong {
	position:absolute;
	top:78px;
	left:0;
	display:block;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal
}
#content #content-texture-bg a {
	position:relative;
	display:inline;
	margin: 0 10px;
}
#content div.content-padding {
	position:relative;
	width:890px;
	height:100%;
	background-color:#fff;
	padding:20px 30px 50px
}
ul.green-arrow-list, ul.no-arrow-list, ul.green-check-list, ul.green-check-list-plain, ul.green-check-list-minifloat, ul.grey-arrow-list {
	width:100%
}
ul.grey-arrow-list {
	margin-bottom:10px
}
ul.green-arrow-list li, ul.no-arrow-list li {
	list-style:none
}
ul.green-arrow-list li a, ul.no-arrow-list li a {
	font-family: 'DroidSansBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#4d4d4d
}
ul.green-arrow-list li {
	position:relative;
	padding-left:14px;
}
ul.green-arrow-list li.first {
	padding:0;
}
ul.green-arrow-list li div {
	position:absolute;
	top:4px;
	left:0;
	width:8px;
	height:9px;
	background:url(../images/sprite-set-1.png) -589px -41px no-repeat
}

/* Content - About Us
----------------------------------------------------------------------------------------------------*/

#content div.content-padding div.content-padding-left {
	margin-right:16px;
	float:left
}
#content div.content-padding div.content-padding-right {
	float:left;
}
#content div.content-padding ul.divide-four-nopad {
	width:100%;
	height:100%;
	margin-bottom:30px
}
#content div.content-padding ul.divide-four-nopad li {
	list-style:none;
	float:left;
	width:181px;
	height:120px;
	padding:0 20px;
	border:1px solid #f2f2f2;
	border-left:none
}
#content div.content-padding ul.divide-four-nopad li p strong {
	color:#000
}
#content div.content-padding ul.divide-four-nopad li.first {
	padding-left:0;
	padding-right:40px
}
#content div.content-padding ul.divide-four-nopad li.last {
	border-right:none
}
#content div.content-padding ul.divide-four-nopad li.clear {
	float:none;
	clear:both;
	width:100%;
	border:none;
	height:0;
}
#content div.content-padding div.grey-box {
	background-color:#f2f2f2;
	width:850px;
	height:100%;
	border-radius:5px;
	padding:10px 20px
}
#content div.content-padding div.grey-box ul.single-col {
	width:100%;
	height:100%
}
#content div.content-padding div.grey-box ul.single-col li {
	position:relative;
	list-style:none
}
#content div.content-padding div.grey-box ul.single-col li div.image-wrapper {
	position:relative;
	width:156px;
	padding:15px 0;
	float:left
}
#content div.content-padding div.grey-box ul.single-col li div.text {
	position:absolute;
	top:35%;
	left:160px;
	width:690px
}
#content div.content-padding div.grey-box ul.single-col li div.text h2 {
	line-height:1.2;
	margin-bottom:5px
}
#content div.content-padding div.grey-box ul.single-col li div.image-wrapper div.icon-mag {
	bottom:0;
	right:0;
	display:none
}

/* Content - Our Services
----------------------------------------------------------------------------------------------------*/

ul.green-check-list-enclosed, ul.green-check-list-plain, ul.green-check-list-minifloat {
	margin-bottom:25px
}
ul.green-check-list-minifloat {
	width:560px;
}
ul.green-check-list-enclosed li, ul.green-check-list-plain li, ul.green-check-list-minifloat li, ul.grey-arrow-list li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#808080
}
ul.green-check-list-minifloat li {
	width:140px;
	float:left
}
ul.green-check-list-enclosed li {
	padding:2px 25px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6
}
ul.green-check-list-plain li, ul.green-check-list-minifloat li {
	padding:2px 0;
}
ul.green-check-list-enclosed li div, ul.green-check-list-plain div, ul.green-check-list-minifloat div {
	width:11px;
	height:10px;
	float:left;
	margin:3px 5px 0 0;
	background:url(../images/sprite-set-1.png) -604px -40px no-repeat
}
ul.green-check-list-enclosed li.header {
	background-color:#68747A;
	padding:15px 25px 10px;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
	border:1px solid #68747A
}
ul.green-check-list-enclosed li.first {
	padding-top:10px;
	border-top:1px solid #e6e6e6
}
ul.green-check-list-enclosed li.last {
	padding-bottom:20px;
	border-bottom:1px solid #e6e6e6;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px
}
ul.green-check-list-enclosed li.header h2 {
	font-size:18px;
	color:#fff
}
ul.grey-arrow-list li {
	padding:2px 0
}
ul.grey-arrow-list li.header {
	color:#000;
	font-weight:bold
}
ul.grey-arrow-list li div {
	width:12px;
	height:12px;
	float:left;
	margin:2px 6px 0 0;
	background:url(../images/sprite-set-1.png) -596px -113px no-repeat
}
div.divide-left, div.divide-right {
	margin-bottom:60px
}
table#yeild-data {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#808080
}
table#yeild-data th {
	font-weight:bold;
	background:url(../images/bg-table-header.png) repeat-x
}
table#yeild-data th, table#yeild-data td {
	text-align:center;
	padding:10px 0;
	border:1px solid #eee
}
table#yeild-data th, table#yeild-data td.bg-grey {
	background-color:#f6f6f6
}
table#yeild-data .first {
	padding-left:15px;
	text-align:left
}

/* Content - Career
----------------------------------------------------------------------------------------------------*/

ul.expanding-list {
	width:100%
}
ul.expanding-list li.main {
	position:relative;
	width:890px;
	border-bottom:1px solid #eee
}
ul.expanding-list li.active a, ul.expanding-list li.active span {
	color:#39B54A
}
ul.expanding-list li.main a.main {
	float:left;
	padding:10px 0;
	margin-right:5px;
	font-size:18px;
	font-family: 'DroidSansBold', "Trebuchet MS", Arial, Helvetica, sans-serif
}
ul.expanding-list li.main a.mail {
	color:#0071BC;
	font-size:11px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif
}
ul.expanding-list li.main span {
	float:left;
	padding:10px 0;
	line-height:20px;
	font-family: 'DroidSansRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul.expanding-list li.main a.icon {
	display:block;
	cursor:pointer;
	margin:10px 0;
	width:20px;
	height:20px;
	float:right;
	background:url(../images/sprite-set-1.png) -592px -53px no-repeat
}
ul.expanding-list li.active a.icon {
	background-position: -592px -93px
}
ul.expanding-list li.main div.icon, ul.expanding-list li.main span {
	cursor:pointer
}
ul.expanding-list li.main div.expand {
	padding:0 0 10px;
	display:none
}

/* Content - Enquiry Form
----------------------------------------------------------------------------------------------------*/

#enquiryform div.enclosed-frame-header {
	background-color:#68747A;
	padding:15px 25px;
	border-top-right-radius:6px;
	border-top-left-radius:6px
}

#enquiryform div.enclosed-frame-header h2 {
	color:#fff
}

#enquiryform div.enclosed-frame {
	height:100%;
	padding:20px 25px 10px;
	margin-bottom:30px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	border:1px solid #e6e6e6
}

#enquiryform fieldset {
	width:890px
}
#enquiryform label, #enquiryform div.enclosed-frame label {
	display:block;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#808080;
	height:25px;
	line-height:25px;
}
#enquiryform label {
	width:60px
}
#enquiryform div.enclosed-frame label {
	width:90px	
}
#enquiryform i {
	font-style:normal;
	color:#f00
}
#enquiryform input[type="text"], textarea {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height:25px;
	color : #808080;
	padding : 0 5px;
	border : 1px solid #e6e6e6;
	border-radius: 5px;
}
#enquiryform input[type="text"] {
	float:left;
	height:24px;
	width:370px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#enquiryform input[type="text"].mini-text {
	width:35px;
	margin-right:10px
}
#enquiryform input[type="checkbox"] {
	float:left;
	margin:5px 10px 0 -2px
}
#enquiryform #scaptcha_img, #enquiryform #scaptcha-label {
	margin-left:60px;
}
#enquiryform #scaptcha_img {
	margin-bottom:10px
}
#enquiryform #scaptcha-label {
	margin-right:5px;
	width:auto
}
#enquiryform #scaptcha {
	width:60px;
	height:24px;
}
#enquiryform input[type="submit"] {
	margin: 11px 55px;
	padding: 0px;
	border: none;
	cursor: pointer;
	width:111px;
	height:43px;
	line-height:0;
	color:transparent;
	font-size:0px;
	float:left;
	outline:none !important
}
#enquiryform input[type="submit"] {
	background:url(../images/sprite-set-1.png) -872px -2px no-repeat;
}
#enquiryform input[type="submit"]:hover {
	background-position:-872px -64px;
}
#enquiryform textarea {
	height:120px;
	width:370px;
	float:left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	resize:none
}
#enquiryform input[type="text"]:focus, textarea:focus {
	color : #000;
	border : 1px solid #F15A24
}
#enquiryform select {
	width:382px;
	height:26px;
	float:left;
	color:#808080;
	padding:4px 5px 4px 4px;
	border-style:none;
	border:none;
	background:url(../images/bg-select-drop.png) no-repeat;
	-webkit-appearance: none
}
#enquiryform .container {
	padding-bottom:10px;
	clear:both;
}
#enquiryform div.container-error-all {
	width:442px;
	height:100%;
	margin-bottom:10px	
}
#enquiryform .error, #enquiryform .error-all {
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #f00;
}
#enquiryform .error-all {
	padding:0;
	line-height:10x;
	margin:0;
}
#enquiryform .error {
	padding:0 10px;
	height:26px;
	line-height:26px;
	margin:0 10px
}

#enquiryform .error-rel {
	position:relative	
}

#enquiryform fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}
#enquiryform fieldset#antispam legend {
	font-family : Arial, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}
#enquiryform .short_explanation {
	margin:5px 60px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#808080;
}
/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#enquiryform .spmhidip {
	display:none;
	width:10px;
	height:3px;
}
#fg_crdiv {
	font-family : Arial, sans-serif;
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

/* Content - News & Events
----------------------------------------------------------------------------------------------------*/

#content div.news-item {
	width:100%;
	height:100%;
	clear:both;
	padding:10px 0 20px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:20px	
}

#content div.news-item strong {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#808080;
}

#content div.news-item h2 {
	margin:10px 0	
}

#content div.news-item img.main {
	border-radius:5px;
	box-shadow: 0px 2px 3px 1px #808080;
	margin:0 20px 20px 0
}

#content div.news-item p {
	font-size:12px;
	color:#4d4d4d;
	line-height:15px	
}



/* Footer
----------------------------------------------------------------------------------------------------*/

#footer #footer-nav ul.divide-five-pad {
}
#footer #footer-nav ul.divide-five-pad li {
	float:left;
	width:172px
}
#footer #footer-nav ul.divide-five-pad li a:hover {
	color:#F15A24
}
#footer #footer-copyright a#footer-logo {
	display:block;
	width:151px;
	height:37px;
	margin:11px 27px;
	float:left;
	background:url(../images/sprite-set-1.png) 0 -66px no-repeat
}
#footer #footer-copyright p {
	font-size:11px;
	color:#999;
	float:right;
	margin:22px 27px 0
}