.sidebar aside {
	background-color:#fff;
	border: 1px #e0e0e0 solid;
	float: left;
	margin-top: 20px;
	width: 278px;
	padding: 10px;
}

.sidebar ul { 
	font-size: 14px;
	margin: 0px;
	padding: 0;
}

.sidebar li { 
	border-top: 1px #e0e0e0 solid;
	margin: 5px 0;
	padding: 5px 0 7px 10px;
	list-style: none;
}

.sidebar li:first-child {
	border-top: 0px;
}

.sidebar li ul {
	border-top: 1px #e0e0e0 solid;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: -10px;
}

.sidebar li li {
	padding-left: 20px;
	padding-bottom: 0px;
	margin-botom: 0px;
}

.sidebar li li:first-child {
	margin-top: 0px;
	padding-bottom: 7px;
}

.sidebar li li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.sidebar h4 {
	margin: 10px 0 10px 0;
}

.sidebar .products {
	margin: 10px 0 10px 5px;
}


.sidebar .brand_logo img {
	padding:4px;
	border: 1px #e6e6e6 solid;
}

.sidebar .brand_logo img:hover {
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

/* SIDEBAR - CONTACT INFO */

#sidebar_contactinfo {
	width: 298px;
	margin-top:20px;
	float: left;
	display:inline;
	border:1px #e0e0e0 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 75%, rgba(238,238,238,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(40%,rgba(255,255,255,0)), color-stop(75%,rgba(255,255,255,0)), color-stop(100%,rgba(238,238,238,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 75%,rgba(238,238,238,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 75%,rgba(238,238,238,0.7) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 75%,rgba(238,238,238,0.7) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#b3eeeeee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 75%,rgba(238,238,238,0.7) 100%); /* W3C */
}

#sidebar_contactinfo ul { 
	padding: 0; 
	font-size:14px;
}


#sidebar_contactinfo li { 
	border-bottom: 0px;
	list-style: none;
	padding: 0px;
}


/* SIDEBAR - NO BORDER */

#sidebar_simple {
	width: 300px;
	margin-top:20px;
	float: left;
	display:inline;
}

/* SIDEBAR - CAREERS SUCCESS */

#sidebar_careers_success {
	width: 278px;
	margin-top:20px;
	padding:10px;
	float: left;
	display:inline;
	border:1px #e0e0e0 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	background-color:#d2000f;
}

#sidebar_careers_success h4 {
	color:#eee;
}

/* SIDEBAR - CAREERS MAGAZINE */

#sidebar_careers_mag {
	width: 300px;
	height: 390px;
	margin-top:20px;
	float: left;
	display:inline;
}

#sidebar_careers_mag img {
}

#sidebar_careers_mag img:hover {
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

/* SIDEBAR - SCROLLING */

#sidebar_about {
	width: 298px;
	margin-top:20px;
	float: left;
	display:inline;
	border:1px #e0e0e0 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 75%, rgba(238,238,238,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(40%,rgba(255,255,255,0)), color-stop(75%,rgba(255,255,255,0)), color-stop(100%,rgba(238,238,238,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 75%,rgba(238,238,238,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 75%,rgba(238,238,238,0.7) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 75%,rgba(238,238,238,0.7) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#b3eeeeee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 75%,rgba(238,238,238,0.7) 100%); /* W3C */
	
}

#sidebar_about ul { 
	padding: 0; 
	font-size:14px;
}


#sidebar_about li { 
	margin: 5px 0px;
	padding: 5px 0px 7px 10px;  
	list-style:none;
	border-bottom:1px #e0e0e0 solid; 
}

#sidebar_about li:last-child { 
	margin: 5px 0px;
	padding: 5px 0px 7px 10px;  
	list-style:none;
	border-bottom:none;
}

#sidebar_about li.sub { 
	margin: 5px 0px;
	padding: 5px 0px 7px 20px;   
	list-style:none;
	border-bottom:1px #e0e0e0 solid
}

#sidebar_about a {
	text-decoration:none;
	color:#333;	
}

#sidebar_about a:hover {
	text-decoration:none;
	color:#0080c2;
}

#sidebar_about h4 {
	margin: 20px 10px 10px;	
}


/* SIDEBAR - TWITTER */

aside.twitter h4 {
	background-image: url('../images/brand/twitter_logo_sidebar.png');
	background-position: right -4px;
	background-repeat: no-repeat;
	padding-right: 90px;
	line-height: 1.2em;
}

aside.twitter li {
	background-image: url('../images/brand/twitter_icon_small.png');
	background-position: right 96%;
	background-repeat: no-repeat;
	float: left;
	padding-left: 0px;
}

aside.twitter li:last-child {
	border-bottom: none;
}

aside.twitter a {
	color: #1A74C2;
	font-weight: bold;
}

aside.twitter a.account {
	display: block;
}

aside.twitter li img {
	float: left;
	margin-right: 10px;
}

aside.twitter div {
	float: right;
	margin-top: 0px;
	margin-bottom: 6px;
	width: 214px;
}

aside.twitter p a {
	font-weight: normal;
}

aside.twitter span {
	color: #999;
	font-size: 11px;
	float: right;
	width: 214px;
}

/* SIDEBAR - ENQUIRYFORM */

aside input {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
	color:#939393;
	width:258px;
	height:30px;
	border: 1px solid #d4d4d4;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:5px;
	margin:5px;	
}

aside select {
	color:#939393;
	width:269px;
	height:150px;
	border: 1px solid #d4d4d4;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:5px;
	margin:5px;	
}

aside textarea {	
	width:258px;
	height:100px;
	color:#939393;
	border: 1px solid #d4d4d4;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:5px;
	margin:5px;	
}

aside button {
	height:30px;
	color:#FFF;
	background-color:#66b339;
	border: 1px solid #d4d4d4;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left:5px;	
}

/* SIDEBAR - APPLYFORM */
.statement_field {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
}

