/* Container style */
.clearfix {
	clear: both;
}

body {
	background: url(../images/four-purebg.jpg) no-repeat;
	background-attachment: fixed;
	background-position: 50% 100%;
	background-color: #000;
	color: #fff;
	font-family: "Futura Condensed Medium", 'Arial Narrow', 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.main-container {
	width: 350px;
	float: left;
}

.social-container {
	width: 300px;
	float: right;
	background: #e20613;
}

@media (min-width:1024px){
	.social-container {
		width: 96px;
		float: right;
		background: #e20613;
		position: absolute;
		top: 0;
		right: 0;
	}
}

/* Text/content styles */
h1 {
	background: url(../images/four-pure-logo.gif) no-repeat;
	direction: ltr;
	text-indent: -900px;
	height: 182px;
	width: 338px;
	margin-top: 1em;
	margin-left: -38px;
	font-weight: normal;
}

h2 {
	font-size: 2.1em;
	line-height: 1.2em;
	font-weight: normal;
}

.copy {
	color: #e3b983;
	font-size: 1.032em;
	line-height: 1.5em;
}

.copy a {
	color: #ffffff;
	font-size: 1.032em;
	line-height: 1.5em;
}

.tagline {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.2em;
}

/* Form styles */
form {
	background: url(../images/four-pure-form-bg.gif);
	height: 280px;
	width: 280px;
	padding: 1em;
}
fieldset{border:none;}
legend {
	font-size: 1.4em;
	margin-left: -2px;
	margin-bottom: 0.5em;
}

label {
	display: inline;
	font-size: 0.7em;
	font-family: courier, sans-serif;
	line-height: 0.8em;
}

label:not([for=consumer]):not([for=trade]):not([for=rad_trade]):not([for=radios]):not([for=chk_sign-up]):not(.error) {
	display: block;
	margin-bottom: 0.4em;
}

label[for=consumer][for=trade][for=trade][for=radios] {
	width: 50px;
}
input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
   	border: none;
    padding: 5px;
    background: #1b5266;
    margin: 0 0 10px 0;
    width: 95%;
    display: inline;
    color: #fff!important;
}

.input {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.alternative{
	display: none;
}

label.error{
	background: none repeat scroll 0 0 #FF0000;
    position: absolute;
    right: 5px;
    top: 3px;
    padding: 5px;
}
label.error:before{	
	border-bottom: 5px solid transparent;
    border-right: 5px solid #FF0000;
    border-top: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: -5px;
    position: absolute;
    top: 4px;
    width: 0;
    z-index: 9999;
}
#submit-success, #submit-error{
	width: 272px;
	float:none;
}
#submit-success.success:before{	
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #009D4D;
    bottom: -8px;
    content: " ";
    display: block;
    height: 0;
    left: 8px;
    position: absolute;
    width: 0;
    z-index: 9999;
}
#submit-error.error:before{	
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FF0000;
    bottom: -8px;
    content: " ";
    display: block;
    height: 0;
    left: 8px;
    position: absolute;
    width: 0;
    z-index: 9999;
}
/* ==========================================================================
   Errors & Notices
   ========================================================================== */
.error {
  background: none repeat scroll 0 0 #FF0000 !important;
  border-color: #FF0000!important;
  color: #FFF!important;
  overflow: visible;
}

.notice {
  background: none repeat scroll 0 0 #fff6bf !important;
  border-color: #ffd324!important;
  color: #000!important;
  overflow: visible;
}

.success {
  background: none repeat scroll 0 0 #009d4d !important;
  border-color: #009d4d!important;
  color: #FFF!important;
  overflow: visible;
}

.notice p {
  color: #000!important;
}

.error p, .error h4 {
  color: #FFF!important;
}

.success p {
  color: #FFF!important;
}

.error a {
  color: #FFF;
}

.notice a {
  color: #514721;
}

.success a {
  color: #FFF;
}

.error, .notice, .success {
  border: 1px solid black;
  clear: both;
  margin: 1em 0 1em;
  padding: 1.2em;
  position: relative;
  z-index: 100;
  width: auto;
}

.error ol, .notice ol, .success ol, .error ul, .notice ul, .success ul {
  padding: 0;
  list-style: none;
}

.error ol li, .notice ol li, .success ol li, .error ul li, .notice ul li, .success ul li {
  list-style: none;
  background-image: none!important;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 13px;
}

.error p, .notice p, .success p, .error h4, .notice h4, .success h4, .error ul, .notice ul, .success ul {
  margin: 0 0 10px 0 !important;
  padding: 0;
  border: medium none !important;
}

div.type-of {
	width:31%;
	float: left;
}

div.type-of-2 {
	width:33%;
	float: left;
	margin-top: 10px;
}

div.type-of-2 label {
	padding-top: 10px;
}

.type-of label {
	width:30%;
}

input[type=radio] {
	display: inline;
}

.submit {
	width: 33%;
	float: left;
}

div.sign-up {
	width: 62%;
	float: left;
	line-height: 1.5em;
}

/* Custom checkbox/radio button styles */
.checker, .radio {
	display: inline;
}

div.radio span, div.checker span {
	background: url(../images/radio-box.jpg) no-repeat;
}

div.radio span.checked {
	background: url(../images/radio-box-checked.jpg) no-repeat;
}

div.checker span.checked, div.checker.active span, div.checker.hover span {
	background: url(../images/radio-box-checked.jpg) no-repeat;
}

/* End of custom checkbox/radio button styles */

div.sign-up label {
	font-size: 0.6em;
	text-transform: uppercase;
}

input#btnSubmit{
	background: #e20613;
	border: 0;
	height: 30px;
	width: 100px;
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	margin: 0.5em;
	font-family:"Futura Condensed Medium", 'Arial Narrow', 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

label img {
	position: relative;
	top: -6px;
}

aside {
	position: relative;
	left: 325px;
	bottom: 315px;
	width: 145px;
	font-size: 1.3em;
	font-weight: 500;
}

aside h3 {
	margin: 0;
	font-weight: normal;
	line-height: 1.2em;
}
aside h3 a {
	color: #fff;
}

aside p {
	margin-bottom: 10px;
}

/* Social media styles*/
.icons {
	width: 36px;
	float: left;
	padding-top: 4em;
	padding-left: 0.7em;
}

.icons img {
	margin-bottom: 0.5em;
	border: 0;
}

.follow-us {
	height: 225px;
	float: left;
	width: 44px;
}

@media (max-width:1024px) {
	.wrapper {
		width: 700px
	}

	.social-container {
		display: block;
		width: 96px;
		position: fixed;
		top: 0;
		right: 0;
	}
}

@media (min-width: 1024px) {
	.social-container {
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media (max-width:760px) {
	
	body {
		min-height: 1200px;
	}
	div.main-container p.copy{
		width:90%;
	}
	.social-container {
		position: relative;
		top: 0;
		width: 300px;
	}

	.wrapper {
		width: 300px;
	}
	
	.follow-us {
		display: none;
	}

	aside {
		top: 0;
		left: 0;
		width: 100%;
		margin-top: 1em;
	}

	.icons {
		width: 300px;
		height: auto;
		padding-top: 1em;
		padding-bottom: 0.8em;
		text-align: center;
	}

	.icons a {
		padding: 1em;
	}
}

.error {
	background-color: #ff0000;
	width: 50%;
	float: right;
	margin-bottom: 1em;
}

.stockist {
	margin-left: 21px;
	position: relative;
	top: -9px;
}

.updates {
	position: relative;
	top: -9px;
}

div#ccc-icon button {
	background: transparent url(../images/cookie-sprite.png) no-repeat 0 0 !important;
}

.ccc-inner h2 {
	background-color: #33768f !important;
}

.ccc-outer {
	border: 1px solid #33768f !important
}

.ccc-expand {
	background-color: #33768f !important;
}

.ccc-inner a {
	color: #33768f !important;
}