/* `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
}
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 {
	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;
}
ul {
	margin:0	
}
li {
	/*
  For IE6 + IE7.
*/
	list-style:none;
	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;
}
.hidetext {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.break {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.ellipsis {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* Required for IE8 */
	-o-text-overflow: ellipsis; /* Required for Opera */
	text-overflow: ellipsis;
}
.hide {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

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

#wrapper, #wrapper.full, #header-wrapper, #header, #home-slider, #content-wrapper, #content, #content-custom, #footer-wrapper, #footer {
	position:relative;
	display:block
}

#header-wrapper, #header, #content-wrapper {
	background-color:#FFF	
}

#wrapper {
	width:960px;
}

#wrapper, #header, #navigation, .subnavigation-wrapper, #content, #content-custom, #footer {
	margin:0 auto
}

#wrapper.full, #home-slider {
	width:100%;
	margin:0 auto
}

#header-wrapper {
	z-index:10	
}

#header {
	height:100px;
	z-index:10	
}

.subnavigation-wrapper {
	width:920px;
	padding:0 20px	
}

#header, #content, #footer {
	width:900px;
	padding-left:30px;
	padding-right:30px;		
}

#content-custom {
	width:920px;
	padding:20px;
	margin-bottom:30px;
}

#footer {
	padding:40px 0
}

.light-lime-bg {
	background-color:#EEFFFD !important
}

/* Global
----------------------------------------------------------------------------------------------------*/

body {
	font-family:Helvetica, Arial,  sans-serif;
	font-size:14px;
	font-weight:300;
	color:#333;
	background:url(../images/bg-custom.png)
}

.bordered-lshadow {
	border:3px solid #fff;
	box-shadow: 0px 0px 5px 0px #bfbfbf	
}

.bordered-dshadow {
	border:3px solid #fff;
	box-shadow: 0px 0px 5px 0px #666	
}

/* Background Colors */

.lime-bg {
	background-color:#31BBAC
}

.grey-bg {
	background-color:#333
}

/* Custom Buttons */

.link-btn-grey {
	display:block;
	padding:0 20px 0 30px;
	height:30px;
	line-height:32px;
	color:#333;
	font-size:14px;
	font-weight:700;
	background:#fff url(../images/icon/grey-arrow.png) no-repeat 15px 10px;
	border-radius:5px;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s	
}

.link-btn-grey:hover {
	color:#fff;
	background:#C61881 url(../images/icon/white-arrow-sml.png) no-repeat 15px 10px;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s
}

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

h1, h2, h3, h4 {
	font-weight:normal	
}

h1 {
	font-size:36px;
	line-height:36px;
	font-family: 'Lato', Verdana, sans-serif;
	font-style:italic;
	margin-bottom:15px
}

h2 {
	font-size:24px;
	line-height:24px;
	font-family: 'Open Sans', Tahoma, sans-serif	
}

h3 {
	font-size:21px;
	line-height:30px;
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-weight:300;
	margin-bottom:25px
}

h4 {
	font-size:18px;
	line-height:18px;
	font-family: 'Open Sans', Tahoma, sans-serif	
}

h1 strong, h3 strong, h4 strong {
	font-weight:700	
}

p a {
	color:#0071BC;	
}

/* Font Colors */

.lime {
	color:#31BBAC
}

.grey {
	color:#333333
}

.white {
	color:#ffffff !important
}


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

#header #logo {
	display:block;
	height:46px;
	line-height:46px;
	float:left;
	margin:27px 0;
	font-family: 'Roboto', sans-serif;
	font-size:26px;
	font-weight:900;
	color:#4D4D4D;
}

#header #logo img {
	float:left;
	margin-right:20px;	
}

#header > img {
    float:right;
    margin:25px 0;
}

/* Header / Fixed Navigation */

#header-navigation, #fixed-navigation {
	width:100%
}

#header-navigation {
	height:40px;
	background-color:#e6e6e6	
}

#fixed-navigation {
	position:fixed;
	display:none;
	height:60px;
	background-color:#e6e6e6;
	top:0;
	left:0;
	z-index:200	 
}

#header-navigation ul#navigation, #fixed-navigation ul#navigation {
	display:block;
	background-color:#e6e6e6
}

#header-navigation ul#navigation {
	width:920px;
	padding:0 20px
}

#fixed-navigation ul#navigation {
	width:960px
}

#header-navigation ul#navigation {
	height:40px;
}

#fixed-navigation ul#navigation {
	height:60px
}

#header-navigation ul#navigation li, #fixed-navigation ul#navigation li {
	float:left
}

#header-navigation ul#navigation li {
	margin-left:-10px
}

#fixed-navigation ul#navigation li {
	margin-left:-16px
}

#header-navigation ul#navigation li:first-child, #fixed-navigation ul#navigation li:first-child {
	margin-left:0	
}

#header-navigation ul#navigation > li > a, #fixed-navigation ul#navigation > li > a {
	display:block;
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-weight:700;
	font-size:16px;
	color:#333
}

#header-navigation ul#navigation > li > a {
	height:40px;
	line-height:40px
}

#fixed-navigation ul#navigation > li > a {
	height:60px;
	line-height:60px
}

#header-navigation ul#navigation > li > a > span, #fixed-navigation ul#navigation > li > a > span {
	display:block;
	float:left;
	padding:0 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#header-navigation ul#navigation > li.active > a > span, #header-navigation ul#navigation > li:hover > a > span,
#fixed-navigation ul#navigation > li.active > a > span, #fixed-navigation ul#navigation > li:hover > a > span {
	background-color:#C61881;
	color:#fff;
}

#header-navigation ul#navigation > li > a:before, #header-navigation ul#navigation > li > a:after,
#fixed-navigation ul#navigation > li > a:before, #fixed-navigation ul#navigation > li > a:after {
	content: "";
	display:block;
	opacity:0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#header-navigation ul#navigation > li > a:before, #header-navigation ul#navigation > li > a:after {
	height:40px;
	width:10px
}

#fixed-navigation ul#navigation > li > a:before, #fixed-navigation ul#navigation > li > a:after {
	height:60px;
	width:15px
}

#header-navigation ul#navigation > li > a:before,
#fixed-navigation ul#navigation > li > a:before {
	float:left
}

#header-navigation ul#navigation > li > a:after,
#fixed-navigation ul#navigation > li > a:after {
	float:right
}

#header-navigation ul#navigation > li > a:before {
	background:url(../images/corner/trans-violet-sml.png) no-repeat center left
}

#header-navigation ul#navigation > li > a:after {
	background:url(../images/corner/violet-trans-sml.png) no-repeat center right
}

#fixed-navigation ul#navigation > li > a:before {
	background:url(../images/corner/trans-violet-lrg.png) no-repeat center left
}

#fixed-navigation ul#navigation > li > a:after {
	background:url(../images/corner/violet-trans-lrg.png) no-repeat center right
}

#header-navigation ul#navigation > li.active > a:before, #header-navigation ul#navigation > li > a:hover:before, #header-navigation ul#navigation > li:hover > a:before,
#fixed-navigation ul#navigation > li.active > a:before, #fixed-navigation ul#navigation > li > a:hover:before, #fixed-navigation ul#navigation > li:hover > a:before {
	opacity:1;
}

#header-navigation ul#navigation > li.active > a:after, #header-navigation ul#navigation > li > a:hover:after, #header-navigation ul#navigation > li:hover > a:after,
#fixed-navigation ul#navigation > li.active > a:after, #fixed-navigation ul#navigation > li > a:hover:after, #fixed-navigation ul#navigation > li:hover > a:after {
	opacity:1
}

#header-navigation.header-navigation-opaque {
	position:absolute;
	top:0;
	z-index:100
}

/* Header Subnavigation */

#header-navigation .subnavigation,
#fixed-navigation .subnavigation {
	display:none;
	left:0;
	background-color:#C61881;
	padding:20px 0;
	width:100%;
	z-index:100
}

#header-navigation .subnavigation {
	position:absolute;
	top:140px
}

#header-navigation.header-navigation-opaque #navigation {
	background:none;
}

#header-navigation.header-navigation-opaque .subnavigation {
	top:40px;
}

#fixed-navigation .subnavigation {
	position:fixed;
	top:60px
}

#header-navigation .subnavigation .subnavigation-primary, #header-navigation .subnavigation .subnavigation-secondary,
#fixed-navigation .subnavigation .subnavigation-primary, #fixed-navigation .subnavigation .subnavigation-secondary {
	display:block;
	float:left;
	width:450px
}

#header-navigation .subnavigation .subnavigation-wrapper,
#fixed-navigation .subnavigation .subnavigation-wrapper {
	background:url(../images/bg-border.png) repeat-y center center
}

/* Header Subnavigation Primary Block */

#header-navigation .subnavigation .subnavigation-primary,
#fixed-navigation .subnavigation .subnavigation-primary {
	padding-right:10px;
	margin-right:10px
}

#header-navigation .subnavigation .subnavigation-primary .thumb-link,
#fixed-navigation .subnavigation .subnavigation-primary .thumb-link {
	display:block;
	padding:6px	
}

#header-navigation .subnavigation .subnavigation-primary .thumb-link:hover,
#fixed-navigation .subnavigation .subnavigation-primary .thumb-link:hover {
	background-color:#AF1779
}

#header-navigation .subnavigation .subnavigation-primary img,
#fixed-navigation .subnavigation .subnavigation-primary img {
	margin-right:13px;
	float:left
}

#header-navigation .subnavigation .subnavigation-primary h4,
#fixed-navigation .subnavigation .subnavigation-primary h4 {
	font-weight:700;
	margin-top:4px;
	margin-bottom:10px	
}

#header-navigation .subnavigation .subnavigation-primary p,
#fixed-navigation .subnavigation .subnavigation-primary p {
	font-size:12px;
	font-weight:300;
	line-height:16px
}

#header-navigation .subnavigation .subnavigation-primary h4, #header-navigation .subnavigation .subnavigation-primary p,
#fixed-navigation .subnavigation .subnavigation-primary h4, #fixed-navigation .subnavigation .subnavigation-primary p {
	color:#fff	
}

/* Header Subnavigation Secondary Block */


#header-navigation .subnavigation .subnavigation-secondary a,
#fixed-navigation .subnavigation .subnavigation-secondary a {
	display:block;
	height:33px;
	padding-left:22px;
	font-size:18px;
	line-height:33px;
	background:url(../images/icon/white-arrow-sml.png) no-repeat 7px 13px;
	color:#fff
}

#header-navigation .subnavigation .subnavigation-secondary h4,
#fixed-navigation .subnavigation .subnavigation-secondary h4 {
	font-weight:700;
	line-height:36px
}

#header-navigation .subnavigation .subnavigation-secondary a:hover,
#fixed-navigation .subnavigation .subnavigation-secondary a:hover {
	background-color:#AF1779
}


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

#content-custom a {
	display:block;
	float:left;
	height:70px;
	color:#fff;	
}

#content-custom a h4 {
	line-height:70px;
	padding-left:20px;
	float:left
}

#content-custom a.primary {
	cursor:default	
}

#content-custom a.primary h4 {
	background-color:#31BBAC;
	width:862px
}

#content-custom a.secondary {
	position:absolute;
	top:20px;
	right:20px	
}

#content-custom a.secondary h4 {
	background-color:#333;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s	
}

#content-custom a span {
	display:block;
	width:20px;
	height:70px	
}

#content-custom a span:first-child {
	float:left
}

#content-custom a span:last-child {
	float:right
}

/* Custom Content Cornering */

/* Primary */

#content-custom a.primary span:first-child {
	background:url(../images/corner/trans-green.png) no-repeat center left	
}

/* Secondary */

#content-custom a.secondary:hover h4 {
	background-color:#C61881;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s
}

#content-custom a.secondary span img {
	opacity:1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s
}

#content-custom a.secondary:hover span img {
	opacity:0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;	
}

#content-custom a.secondary span:first-child {
	background:url(../images/corner/trans-violet.png) no-repeat center left;	
}

#content-custom a.secondary span:last-child {
	background:url(../images/corner/violet-trans.png) no-repeat center left	
}


/* Custom Icon */

.white-arrow {
	background:url(../images/icon/white-arrow-lrg.png) no-repeat 155px 28px;
	padding-right:40px
}


/* Content Header Titles */

#content-header-text {
	position:absolute;
	top:75px;
	left:20px;
	z-index:10
}

#content-header-text h2 {
	display:block;
	float:left;
	height:50px;
	line-height:50px;
}

#content-header-text h2 strong {
	display:block;
	height:50px;
	padding:0 20px;
	float:left	
}

#content-header-text h2 span {
	display:block;
	width:13px;
	height:50px
}

#content-header-text h2 span:first-child {
	float:left
}

#content-header-text h2 span:last-child {
	float:right
}

/* Content Header Title Section */

#content-header-text h2.title-section strong {
	padding-right:40px;
	background-color:#fff	
}

#content-header-text h2.title-section span:first-child {
	background:url(../images/corner/trans-white-med.png) no-repeat left center
}

/* Content Header Title SubSection */

#content-header-text h2.title-subsection {
	margin-left:-30px	
}

#content-header-text h2.title-subsection strong {
	background-color:#C61881;
	color:#fff	
}

#content-header-text h2.title-subsection span:first-child {
	background:url(../images/corner/trans-violet-med.png) no-repeat left center
}

#content-header-text h2.title-subsection span:last-child {
	background:url(../images/corner/violet-trans-med.png) no-repeat right center
}

/* Content Sidebar */

#content-sidebar {
	display:block;
	width:270px;
	margin-right:30px;
	float:left
}

#content-sidebar h4 {
	display:block;
	margin-bottom:10px;
	background:url(../images/bg-strokes.png) no-repeat 120px 6px
}

#content-sidebar h4 span {
	margin-bottom:10px;
	background-color: #FFF;
	padding-right: 10px;
}

#content-sidebar ul#sidebar-navigation {
	display:block;
	width:100%
}

#content-sidebar ul#sidebar-navigation li {
	display:block;
	font-weight:700
}

#content-sidebar ul#sidebar-navigation li a {
	display:block;
	padding:13px 0;
	color:#333;
	border-bottom:1px solid #e6e6e6;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s
}

#content-sidebar ul#sidebar-navigation li:last-child a {
	border:none
}

#content-sidebar ul#sidebar-navigation li.active a, #content-sidebar ul#sidebar-navigation li:hover a {
	color:#C61881;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s
}


/* Content Section */

#content-section {
	display:block;
	width:600px;
	float:left	
}

#content-section h4 {
	line-height:22px;
	margin-bottom:10px
}

#content-section p {
	line-height:18px;
	margin-bottom:20px	
}

/* Content Section Custom List Styles */

ul.img-content-box {
	position:relative;
	display:block;
	width:100%
}

ul.img-content-box li {
	display:block;
	width:50%;
	float:left
}

ul.img-content-box li.clear {
	height:10px;
	width:100%	
}

ul.img-content-box li img {
	margin-right:7px;
	margin-bottom:7px
}

ul.img-content-box li p {
	font-size:12px;
	margin-top:5px;
	line-height:15px !important;
	color:#666
}

ul.green-arrow-list {
	display:block
}

ul.green-arrow-list li {
	display:block;
	padding-left:13px;
	margin-bottom:10px;
	background:url(../images/icon/green-arrow.png) no-repeat 0 4px
}

/* BX Slider Override */

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	border:0;
	left:0;
	background:none;
}

#home-slider .bx-wrapper img {
	width:100%;
}

/* Carousels */

#home-carousel,
#content-carousel {
	padding:30px 0 10px;	
}

#home-carousel .bx-wrapper .bx-viewport,
#content-carousel .bx-wrapper .bx-viewport {
	height:170px !important;
}

#home-carousel .bx-wrapper .bx-viewport {
	max-width:830px;
	margin:0 auto;
}

#home-carousel li,
#content-carousel li {
	width:260px !important;
	border:3px solid #E6E6E6;
}

#content-carousel .bx-wrapper {
	margin:0 !important;	
}

#content-carousel,
#content-carousel .bx-wrapper,
#content-carousel .bx-wrapper .bx-viewport {
	max-width:550px !important;
}

/* Custom Carousel Controls */

#carousel-controls,
#carousel-controls div a {
	display:block;
}

#carousel-controls {
	text-align:center;
	padding:10px 0 0
}

#carousel-controls,
#carousel-controls div,
#carousel-controls div a {
	height:21px;
}

#carousel-controls #prev,
#carousel-controls #next {
	display:inline-block;
	margin:0 6px;
}

#carousel-controls div a {
	width:21px;	
}

#carousel-controls #prev a {
	background:url(../images/icon-slider-prev.png) no-repeat 0 0;
}

#carousel-controls #next a {
	background:url(../images/icon-slider-next.png) no-repeat 0 0;
}

#carousel-controls #prev:hover a,
#carousel-controls #next:hover a {
	background-position:0 -22px;	
}

/* Enquiry Form */

.form {
	position:relative;
	display:block;
	width:100%;
}

.form .container {
	position:relative;
	text-align:left;
	min-width:inherit;
	background:none;
	padding:0 0 20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.form .container.labelless {
	padding-left:75px;	
}

.form .container.captcha {
	padding-top:10px;	
}

.form label,
.form input,
.form textarea,
.form .button {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:400;
}

.form label {
	display:block;
	height:30px;
	line-height:30px;
	width:80px;
	margin-right:5px;
	float:left;
	text-align:right;
}

.form input {
	height:30px;
	padding:0 5px;
}

.form input,
.form textarea {
	float:left;
	width:395px;
	border-bottom:1px solid #31BBAC;
	border-top:none;
	border-left:none;
	border-right:none;
	background-color:#ffffff;
	line-height:30px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}

.form input:focus,
.form textarea:focus {
	border-color:#C61881;
}

.form textarea {
	padding:5px 5px;
	line-height:20px;
	height:50px;
	resize:none;
	overflow-y:hidden;
}

.form div#spamtrap {
	visibility:hidden
}

.form .container-error-all {
	position:relative;
	display:block;
	height:auto !Important;
	margin-bottom:10px
}

.form .container-error-all span {
	height:auto !important	
}

.form .error {
	position:relative;
	display:block;
	margin:0;
	z-index:2;
	float:none;
	clear:both;
	color:#f00;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form #enquiryform_server_errors {
	position:relative;
	background:none;
	white-space: nowrap;
	width: auto;
	margin-bottom:10px;
	color:#f00 !important;
	visibility:visible !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form .error div {
	display:block;
	clear:both;
	font-size:12px;
	font-weight:100;
	line-height:20px;
	padding:4px 10px 0;
	margin:0 0 0 80px;
}

.form .error, .form .error-all {
	font-size: 11px;
	color: #f00;
}

.form .error-all {
	padding:0;
	line-height:15px;
	margin:0
}

.form fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}

.form fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}

.form .button {
	position:relative;
	color:#fff;
	padding:0 20px;
	background:#333333;
	border:none;
	width:auto;
	cursor:pointer;
	height:40px;
	line-height:40px;
	font-weight:bold;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition: background-color 150ms;
	-moz-transition: background-color 150ms;
	transition: background-color 150ms;
}

.form .button:hover {
	background-color:#C61881;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/

.form .spmhidip {
	display:none;
	width:10px;
	height:3px
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled],
input[type=text]:disabled,
input[type=text][disabled=disabled],
text:disabled,
text[disabled=disabled] {
	background:#b5b5b5 !important;
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled] {
	color:#ccc !important;
}

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

#footer-wrapper.content-footer {
	background-color:#ffffff;	
}

#footer-wrapper.content-footer #footer {
	padding-top:0;	
}

#footer img {
	float:left;
	margin:0 5px 20px 30px;	
}

#footer p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#ccc;
	padding-top:8px;
	line-height:25px
}

#footer p span,
#footer p span a {
	color:#323232;
	font-size:11px;
	font-weight:100;
}

/* Content Page Footer */

#footer-wrapper.content-footer p {
	color:#333333;	
}

#footer-wrapper.content-footer p span,
#footer-wrapper.content-footer p span a {
	color:#ffffff;
}
