/* General */
html{
  background:#696969;
}

body {
	background: #696969 url('../images/bg-body.png') top left repeat-x;
	font-size: 12px;
/*
	color: #666;
*/
	font-family: Arial, Verdana, Geneva,  sans-serif;
	margin:0;
	padding:10px 0 10px 0;

	color: #919191;
	color: #333333;
}
.clear{
  clear:both;
  font-size:0;
  height:0;
  line-height:0;
  display:block;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #fff;
	position: relative;
/*
	overflow:hidden;
*/
	padding-bottom: 80px;

  width: 1017px;
  padding: 0;

}

.green-background {
	background: #868136 url('../images/bg-h3-send-enquiry.png') top left repeat-x;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	padding: 8px 10px;
}

.green {
	color: #8D8840;
}

.container {
	overflow: hidden;
	width: 100%;
}

.fleft {
	float: left;
}

.fright {
  margin:10px 0 0 0;
	float: right;
}

.last, p.last, .container p.last {
	margin-right: 0;
}

/* Header */

#header {
  position:relative;
  z-index:110;
}

#logo {
  display:block;
	float: left;
}
#logo img{
  width:337px;
  height:109px;
}

#follow-us {
	float: right;
	margin-top: 10px;
	margin-right: 15px;

  margin-right: 30px;
}
#follow-us img{
  width:19px;
  height:19px;

  width: 16px;
  height: 16px;
  margin-left: 5px;
}


#contact {
	float: right;
	clear: right;
	margin:20px 15px 0 0;
	padding: 10px 0;
	color: #8d8840;
	font-size: 18px;

  margin-right: 30px;
	color: #000;
  text-align: right;
}

#contact a {
	color: #666;

  text-decoration: none;
}

#nav {
  display:block;
  clear:both;
	width: 980px;
	background: #8d8840;
	overflow: hidden;

  height: 26px;
  background: #000;
  width: 957px;
  margin-left: 30px;
}

#nav .li1 {
	display: block;
	float: left;


}

#nav .lia1:link, #nav .lia2:link, #nav .lia1:visited, #nav .lia2:visited {
	color: #fff;
	font-size: 15px;
	font-size: 14px;
/*
	padding: 5px 15px;
*/
	margin: 5px 9px;
	display: block;
	float: left;
	text-decoration: none;

	margin-right: 15px;
}

#nav .lia1{
  
/*
*/
  height: 26px;
  padding: 3px;

	padding-left: 15px;
	padding-right: 15px;

}
#nav .li1.hover .lia1 {
	background: #ededed url('../images/bg-li-navigation.png') top left repeat-x;
	color: #8d8840;
}

#nav .li1 ul {
/*
	background: #ededed;
	width: 236px;
*/
/*
	position: absolute;
	margin-top: 30px;
	margin-left: 8px;
  margin-top: 26px;
*/
	display: none;



  width: 240px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  
  margin-top: 0px;
}

#nav .li1.hover ul {
	display: block;
}

#nav .li1.hover .menucontainer {
  display: block;
}
#nav .li2 {
	display: block;
  overflow:hidden;
	width: 220px;
/*
	border: 1px solid #8c883f;
	border-top: none;
	padding: 15px;
*/

  padding: 5px;
  padding-left: 15px;
  border-bottom: 1px solid #333;
  background-image: url(/images/submenu.png);
  background-repeat: no-repeat;
  background-position: 2px 6px;
}

#nav .li2 img {
	float: left;
	margin:0 5px 5px 0;
}
#nav .li2 p {
  margin:6px 0 0 0;
}

#nav .lia2:link, ul#nav .lia2:visited {
	color: #8d8840;
	float: left;
	clear: none;
	padding: 0;
/*
	margin: 0 0 5px 0;
*/
	font-size: 13px;

  font-weight: bold;
  margin: 0;
  color: #333;
}
#nav .with-img{
  width:157px;
}
#nav .lia2:hover{
  text-decoration:underline;
}

#nav .li2.hover{
  background:#f6f6f6;
  color:#555;
}
#nav .li2.selected{
/*
  background:#ddd;
*/
}
#nav .li2.selected .lia2{
  font-weight:bold;
}


/* Main */

#main {
/*
	width: 980px;
*/
	position:relative;
	z-index:100;
}
#breadcrumbs {
  padding:15px 0 10px 30px;
}
#breadcrumbs a {
	color: #666;
}

/* Left */

#left {
/*
	width: 235px;
*/
	float: left;
	margin:8px 20px 0 5px;
  

  width: 235px;
  margin-left: 30px;
  margin-right: 80px;
}

#left ul {
}

#left ul li {
	display:block;
}

#left ul li.even a{
/*
	background-color: #a09b4f;
*/
}
#left ul li.odd a{
/*
  background-color: #8d8840;
*/
}

#left ul li.first a {
  border-top: 1px dotted #6b6a6a;
}

#left ul li a {
/*
	color: #fff;
*/
  color: #5b5b5b;
	text-decoration: none;
	font-size: 15px;
	padding: 10px 18px 10px 18px;
	display:block;
  border-top: 1px dotted #6b6a6a;
}
#left ul li a:hover {
  text-decoration:underline;
}
#left ul li a.selected {
/*
  font-weight:bold;
  text-decoration:underline;
*/
  color: #8d8840;
  background-image: url(/images/submenu.png);
  background-repeat: no-repeat;
  background-position: 2px 12px;

  color: #8f8a40;
}
#left .side-image{
  margin:0 0 10px 0;
}

#left ul ul {
  padding-left: 15px;
}

#left ul ul li a {
  border: 0 !important;
  padding: 5px 18px;
}

#left ul ul li a.selected {
 background-position: 2px 7px;
}
/* Content */

#content {
	float: left;
	width: 500px;
}
#content.wide{
  width:715px;
  width:614px;

  padding-right: 56px;
}
#content.full_width{
  width:920px;
  padding:0 30px 0 30px;
}

#content.single {
	width: 970px;
	padding: 0 5px;

  width: 957px;
  padding: 0;
  margin-left: 30px;
}

#content a:link, #content a:visited {
	color: #8d8840;
	font-weight: bold;
	text-decoration: underline;
}

img.paragraph-image {
	float: left;
	margin: 0 10px 5px 0;
}

#content h1 {
	font-size: 24px;
/*
	color: #8d8840;
*/
	font-weight: normal;
	line-height: 150%;

	color: #000;
}

#content h2 {
	font-size: 18px;
/*
	color: #666;
*/
	font-weight: normal;
	line-height: 150%;
	margin-bottom:15px;

	color: #000;
}

#content h3 {
/*
	color: #868136;
*/
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;

	color: #000;
}

#content p {
	line-height: 140%;
	margin-bottom: 10px;
}

#content ol {
	list-style: decimal outside;
	color: #fff;
	margin: 10px 0 0 20px;
	color: #8d8840;
}

#content ol li {
	/*background: #fff url('../images/bg-ol-li.png') no-repeat 0 1px ;*/
	padding:0 0 0 0;
	line-height: 140%;
}

#content ol li p {
	color: #666;
	margin:0 0 5px 0;
}

#content ul {
	list-style: disc outside none;
	line-height: 140%;
	margin:0 0 0 20px;
	margin-bottom: 20px;
}

/* Content - Frontpage */
#intro{
  float:left;
  width:710px;
  height:257px;
  position:relative;

  width: 700px;
}
#intro #flash{
  padding:0;
  margin:0;
  outline:none;
}
#latest-work {
	background: #333;
	padding: 0 10px 10px 10px;
	overflow: hidden;
	text-align: center;
	height: 247px;
}

#latest-work img {
	margin-top: 10px;
}

#latest-work a.project-thumb img{
	border: 1px solid #e1e1e1;
}

#home_box1 {
	background: #333;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
  margin-top: 5px;
	color: #fff;
}

#home_box2 {
	background: #333;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
  margin-top: 5px;
	color: #fff;
}

#home_box1 h1 ,
#home_box2 h1 ,
#home_box2 h2 ,
#home_box1 h2 {
  color: #d6ce5f;
  margin-bottom: 8px !important;
}


#home_box1 a,
#home_box2 a {
  color: #d6ce5f !important;
  text-decoration: none !important;
}

#home_box1 a:hover,
#home_box2 a:hover {
  text-decoration: underline !important;
}

#testimonials {
	width: 245px;
	height: 173px;
	padding: 15px 20px;
	background: transparent url('../images/bg-front-testimonials.png') center center no-repeat;
	float: right;
	overflow: hidden;
}

#testimonials strong {
	font-size: 20px;
	color: #8d8840;
	clear: both;
	font-weight: normal;
	line-height: 150%;
}

#left-half {
	width: 482px;
	margin-right: 6px;
	float: left;
}

#frontpage-text {
	height: 326px;
	margin-top: 17px;
	padding:0 0 0 10px;
	overflow:auto;
}

#video {
	margin-top: 15px;
	text-align: center;
}
#video-links-wrapper {
  text-align: center;
}

#video-links{
  height:18px;
  background:#eee;
  font-size:11px;
  padding:0 0 0 5px;
  display: inline-block;

  width: 330px;
}
#video-links span{
  line-height:18px;
  padding:0 10px 0 0;
}
#content #video-links a{
  font-weight:normal;
  padding:0 3px;
  text-decoration:none;
}
#content #video-links a.selected{
  color:#666;
}


#frontpage-top {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #9d9d9d;
	overflow: hidden;


  margin: 0px;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#frontpage-top #left {
	width: 710px;
	margin: 8px 10px 0 0;

  width: 700px;
  margin-right: 0;
  overflow: hidden;
}

#frontpage-content {
	width: 620px;
	padding-left: 10px;
	overflow: hidden;
/*
	color: #979797;
*/
	padding: 45px 40px 0 40px;
}
#frontpage-top #right{
  float: right;
  margin: 8px 0px 0px;
  padding-right: 0px;
  width: 250px;
}

.subinfo {
  float: right;
  width: 130px;
  color: #333;
/*
  margin-top: 20px;
*/
  margin-bottom: 20px;
  line-height: 140%;
}

.subinfo img{
  margin-bottom: 10px;
}

.subinfo a{
  color: #000 !important;
  text-decoration: none !important;
}

.subinfo a:hover {
  text-decoration: underline !important;
}

.menucontainer {
  position: absolute;
  margin-top: 26px;
  margin-left: 8px;
  width: 417px;
/*
  background-image: url(/images/dropdown.png);
*/
  display: none;
/*
-moz-box-shadow: 6px 6px 3px #888;
-webkit-box-shadow: 6px 6px 3px #888;
box-shadow: 6px 6px 3px #888;
*/
  z-index: 10;

}


.ui-widget-content {
	color: #919191 !important;
}

#hometabs {
  float: left;
  width: 615px;
  margin-top: 15px;
  padding: 0 !important;
}

#hometabs .ui-tabs-panel {
  border: 1px solid #333;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#hometabs ul {
  margin: 0 !important;
  padding: 0 !important;
}

#hometabs.ui-widget-content {
  background: none !important;
  border: none !important;
}

#hometabs .ui-widget-header {
  background: none !important;
  border: none !important;
}

#hometabs li a {
  text-decoration: none !important;
}

#hometabs .ui-state-default {
  background: none !important;
  background-color: #333 !important;
  border-color: #333 !important;
}

#hometabs .ui-state-default a{
  color: #fff;
}

#hometabs .ui-state-active {
  background-color: #fff !important;
}

#hometabs .ui-state-active a{
  color: #8D8840;
}

#hometabs-2,  
#hometabs-1 {
  padding-left: 50px;
  padding-right: 50px;
}

#homenewsfooter {
  padding-top: 5px;
}

#homenewsfooter a,  
#hometabs-2 a,  
#hometabs-1 a{
  color: #000 !important;
  text-decoration: none !important;
}

#homenewsfooter a:hover,  
#hometabs-2 a:hover,  
#hometabs-1 a:hover {
  text-decoration: underline !important;
}

.front-panel-wrapper {
	margin-right: 31px;
	padding-bottom: 10px;
/*
	border-bottom: 7px solid #5e5e5e;
*/
	width: 302px;
	float: left;
}


.front-panel-wrapper.last {
	margin-right: 0;
}

.front-panel {
	padding: 0 10px 10px 10px;
	margin-top: 15px;
/*
	border: 1px solid #d1d1d1;
*/
	width: 280px;
	height: 270px;
}

#content .front-panel h3 {
	font-size: 14px;
	margin-bottom: 15px;
/*
	width: 200px;
	margin-left: -10px;
	background: #8c883f;
*/
	padding: 5px;
/*
	color: #fff;
	float: left;
	clear: both;
*/
	line-height: 100%;

  color: #000;
  border-bottom: 1px dotted #333;
}

#content .front-panel img {
	float: left;
	margin:0 10px 10px 0;
}

#content .front-panel p {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 0;
}




#recent{
  clear:both;
}
#recent ul{
  list-style:none;
  margin:0;
  display:block;
  overflow:hidden;
}
#recent li{
	overflow: hidden;
	margin:10px 0 0 0;
	display:block;

  border-bottom: 1px dotted #333;
  padding-top: 10px;
  padding-bottom: 10px;
}
#recent li a{
  padding:0 10px 0 90px;
  display:block;
  position:relative;

  color: #4a4a4a !important;
}
#content #recent li a img{
	margin: 0 0 0 0;
	max-width:80px;
	width:auto;
	height:auto;
	display:block;
  position:absolute;
  left:0;
}


#frontpage-top #right form {
	
}
#frontpage-top #right form h3 {
	background: #8c883f;
	padding: 5px;
	color: #fff;
}

#frontpage-top #right form p {
	padding: 5px 10px;
	margin: 0;
	font-size: 14px;
}

#frontpage-top #right big {
	color: #8c883f;
	font-size: 18px;
}

/* Right */

#right {
	width: 225px;
	padding-right: 5px;
	float: right;

  width: 225px;
  padding-right: 30px;
}
#right.collapsed{
  position:absolute;
  padding:0 0 0 30px;
  right:-230px;
  top:55px;
  z-index:210;
}
#right.collapsed #contact-tab{
  display:block;
  position:absolute;
  background:#8d8840 url(../images/contact-tab.png) no-repeat -2px top;
  width:25px;
  height:155px;
  top:0;
  left:0;
}

#right.collapsed #enquiry-form ,
#right.collapsed #subscribe-form {
  display: none;
}

/* Footer */

#footer {
/*
	width: 970px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:200;
*/
	overflow: hidden;
	background: #d0cb84;
	margin-top: 20px;
	border: 5px solid #fff;
	border-top: none;
	font-family: arial, Helvetica, sans-serif; 

  background-color: #000;
}

ul#footer-links {
/*
	width: 770px;

	background-color: #8d8840;
*/
	padding-left: 20px;
	height: 27px;
	line-height: 27px;
	float: left;

	
}

ul#footer-links li {
	display: inline;
}

ul#footer-links li a {
	color: #fff;
	background: transparent url('../images/bg-li-footer.png') center left no-repeat;
	padding: 25px 10px 25px 11px;
	display: block;
	float: left;
	text-decoration: none;
	text-transform:uppercase;


  text-transform: none;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

ul#footer-links li.first a {
	background: none;
}

a#panel-toggle {
	float: right;
	display: block;
/*
	padding: 10px 20px;
	margin: 5px 20px 0 0;
	background: #fff;
*/
	color: #8d8840;
	text-decoration: none;
	font-weight: bold;

  margin: 0;
  padding: 5px;
  font-weight: normal;
  color: #000;
  background: #8C883F;
  height: 27px;
  line-height: 27px;
  width: 130px;
  background-color: #cdc87d;
  text-align: center;

}

#links-panel {
	width: 100%;
	overflow: hidden;
	padding:20px 0 10px 0;
	display: none;

	background: #cdc87d;
}


#links-panel.show {
	display: block;
}

#links-panel .li1 a:link, #links-panel .li1 a:visited {
	color: #48472e;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	padding: 4px 0;
	display: block;
	text-decoration: none;

  color: #000;
}

#links-panel .li1 a:hover {
	text-decoration: underline;
}

#links-panel .li1 {
	float: left;
	width: 150px;
	margin-left: 10px;
	display:block;
}

#links-panel .lia1 {
  display:block;
	color: #48472e;
	font-family: Arial, Helvetica ,Garuda, sans-serif;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 5px;
	text-transform:uppercase;
}
#links-panel .lia2 {
  line-height:120%;
}
#links-panel .social-media li{
  position:relative;
  padding-left:23px;
  text-transform: capitalize;
}
#links-panel .social-media img{
  width:14px;
  height:14px;
  position:absolute;
  top:2px;
  left:0;
}
#links-panel .social-media img{
}

/* Forms */

input, textarea {
	border: 1px solid #ccc;
	padding: 5px;
}

/*facebox forms */
.signupform input,
.signupform textarea,
.enquiryform input,
.enquiryform textarea {
  font-size: 11px;
  color: #7c7b7b;
}

.radio_list input,
.checkbox_list input {
  border: none !important;
}

legend {
	font-style: italic;
	color: #666;
}

fieldset {
	
}

label {
	display: block;
	position: relative;
	margin-right: 10px;
	padding:8px 0 8px 0;
}

form#enquiry-form {
	border: 1px solid #d0d0d0;
	background: #ececec url('../images/bg-form-enquiry.png') top left repeat-x;
	padding: 20px;
}

#right #subscribe-form {
	background: #868136 url('../images/bg-form-signup.png') top left repeat-x;
	padding: 20px;
	border: 1px solid #d0d0d0;
	margin-top: 10px;
}


#right #subscribe-form label {
	color: #fff;
}

#right #subscribe-form h4 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 140%;
}


#right #subscribe-form p {
    font-size: 14px;
    margin: 0;
    padding: 5px 10px;
   padding-left: 0;
   padding-right: 0;
   color: #fff;
}

#right #subscribe-form big {
  font-size: 18px;
}

#right #subscribe-form img {
  margin:10px 0 0 2px;
  background:#fff;
  border:1px solid #000;
}

#right #subscribe-form button {
  display:block;
  margin:10px 0 0 3px;
}

#right #home-subscribe{
  width: 248px;
	margin-top: 15px;
	padding-bottom: 10px;
	border: 1px solid #bdbdbd;
	overflow: hidden;
}
#right #home-subscribe h3{
  background: #8C883F;
  color: white;
  padding: 5px;
}
#right #home-subscribe #subscribe-form{
  background:transparent;
  border:0;
  padding:0 10px;
}
#right #home-subscribe h4{
  display:none;
}
#right #home-subscribe p{
  font-size:14px;
  padding:5px 10px;
  margin:0;
}
#right #home-subscribe label{
  color: #000;
	font-weight: bold;
	width: 40px;
	margin: 0 15px 0 0;
	float: left;
	font-size: 12px;
	clear:both;
}
#right #home-subscribe input{
  width:120px;
  bottom:10px;
}
#right #home-subscribe label, #right #home-subscribe input{
  margin-bottom:10px;
}
#right #home-subscribe button{
  margin:10px 0 0 55px;
}
#right #home-subscribe label.error{
  display:none;
  position:absolute;
  display:block;
  left:200px;
  color:#990000;
}


form{
  overflow:hidden;
}
button {
	cursor: pointer;
}

button.dark-green {
	background: #868136 url('../images/bg-h3-send-enquiry.png') top left repeat-x;
	color: #fff;
	font-weight: normal;
	border: 0;
	padding: 5px 10px;
	margin-top: 15px;
	font-weight: bold;
}

button.light-green {
	background: #b4b072 url('../images/bg-button-light-green.png') bottom left repeat-x;
	border: 1px solid #fff;

	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}

label.error, form#subscribe-form label.error{
  color:#990000;
}
input.error, textarea.error{
  border-color:#990000;
  color:#990000;;
}

.formField label {
  font-weight: bold;
}

#invoice-form{
  margin:20px 0 0 0;
  overflow:hidden;
}
#invoice-form .formField{
  float:left;
  margin:0 10px 0 0;
  width:155px;
  overflow:hidden;
}


#content #portfolio{
 display:block;
 overflow:hidden;
 padding:0;
 margin:0;
}
#portfolio li{
  display:block;
  float:left;
  margin:0 0 40px 40px;
}
#portfolio li.first{
  clear:both;
  margin-left:0;
}
#portfolio a{
  display:block;
  border:5px solid #ccc;
}
#portfolio a:hover{
  border-color:#8D8840;
}
#portfolio strong{
  display:none;
}
#portfolio img{
  display:block;
  width:270px;
  height:170px;
}

#project{
  
}

#slider {
    position:relative;
    width:600px; /* Change this to your images width */
    height:370px; /* Change this to your images height */
    background:url(../images/loading.gif) no-repeat 50% 50%;
    margin:20px 0 50px 0;
    border:1px solid #8D8840;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:600px;
    height:370px;
}
#slider a {
    border:0;
    display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-32px;
}
.nivo-controlNav a {
	display:block;
	width:16px;
	height:16px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:8px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -16px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.visit-site{
  margin:0 113px 0 0;
  text-align:right;
}





#sitemap{
  margin:0;
}
#sitemap ul{
  margin:0 0 10px 40px;
}
#sitemap li{
  list-style:none;
}
#sitemap h1{
}
#sitemap h2{
  font-size:20px;
  margin:0;
}
#sitemap h3{
  font-size:16px;
}

/*
#content a.visit {
	float: right;
	background: #8D8840;
	color: #fff;
	padding: 0 5px 5px 5px;
	font-size: 10px;
	font-weight: normal;
}
*/

#team-flash{
  margin:0 0 20px 0; 
}

#articles{
  margin:20px 0 0 0;
  width:100%;
  color:#8d8840;
}
#articles th, #articles td{
  padding:10px 15px;
  border-bottom:1px solid #fff;
  border-right:1px solid #fff;
}
#articles th{
  color:#d6ce5f;
  background: #333333;
  font-size: 14px;

}
#articles td{
  background:#fff;
}
#articles .even td{
  background:#eeedda
}
#content #articles a{
  font-weight:normal;
  line-height: 17px;
}
#content #articles strong{
  color:#8d8840;
}
#pagination {
  clear:both;
  margin:20px 0 0 0;
  float:right;
}
#pagination  a, #pagination span{
  padding:0 5px;
}

#search-form{
  background:#333333;
  padding:20px;
  overflow:hidden;
}
#search-form h2{
  color:#d6ce5f;
  font-size:18px;
  font-weight:normal;
  margin:0 0 10px 0;
}
#search-form input{
  clear:both;
  height:20px;
  width:130px;
  padding:5px;
  display:block;
  float:left;
  border:0;
  margin:0;
  color: #919191;

  width: 110px;
}
#search-form button{
  height:30px;
  width:30px;
  display:block;
  float:left;
  border:0;
  margin:0;
  background:#fff url(../images/search.gif) no-repeat center center;
}


#article{
  
}
#article .author{
  color:#8d8840;
}
#article .date{
  display:block;
  color:#8d8840;
  margin:20px 0 40px 0;
}

.common-form{
  
}
.common-form .formField{
  overflow:hidden;
  margin:0 0 10px 0;
}
.common-form label{
  width:180px;
  margin:0 20px 0 0;
  float:left;
  line-height:140%;

}
.common-form label.error{
/*
  margin-left:200px;
*/
}
/*
.common-form input[type=radio],
.common-form input[type=checkbox],
.common-form input[type=text],
*/
.common-form input, .common-form textarea, .common-form select{

  width:220px;
  float:left;
}
.common-form button{
  margin:10px 0 0 200px;
}



.checkbox{
  line-height:140%;
}
.checkbox p{
  width:180px;
  margin:0 20px 0 0;
  float:left;
  line-height:140%;
}
#content .checkbox ul{
  list-style:none;
  overflow:hidden;
  display:block;
  width:220px;
  float:left;
  margin:10px 0 0 0;
  padding:0;
}
.checkbox ul li{
  list-style:none;
  display:inline;
}
.checkbox label{
  margin:0 20px 0 5px;
  padding:0;
  display:inline;
  width:auto;
}
.checkbox input{
  margin:0;
  padding:0;
  border:0;
  width:auto;
}

#enquiry_box, 
#signup_box {
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  margin-top: 5px;
  overflow: hidden;
  padding: 21px;
  padding-bottom: 23px;
}

/* popup fixes */
.popup ,
#facebox {
  z-index: 1001 !important;
  border-width: 10px !important;
border: none !important;
}

.popup .content {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
/*
  position: relative;
*/
  color: #7c7b7b;
  font-size: 14px;
  width: 767px !important;
  min-height: 250px;
}

.formRow {
  padding: 5px;
  padding-left: 0;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.enquiryform {
  width: 710px;
}

.enquiry-submitted {
  height: 160px;
}

.enquiryform .captcha{
  padding-top: 5px;
  display: block;
}

.signupform p,
.enquiryform  p {
  line-height: 140%;
}

#free-newsletter,
#enquiry-side {
  position: absolute;
  top: 0;
  right: 0;
  top: 10px;
  right: 10px;
  z-index: 10002;
}

.submitbtn {
  border: 0;
  background: transparent;
  vertical-align: middle;
  height: 25px !important;
  width: 60px !important;
}
.submit {
  vertical-align: middle;
}
.submit .fbclose {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  background-image: url(/images/enquiry-close.png);
  background-repeat: no-repeat;
  text-indent: -1000px;
  width: 68px;
  height: 25px;
}

.enquiryform #enquiry_message {
  width: 420px;
  height: 96px;
}

.enquiryform .radio_list li,
.enquiryform .checkbox_list li{
  float: left;
  width: 180px;
  vertical-align: top;
}

.enquiryform .radio_list li label ,
.enquiryform .checkbox_list li label {
  display: inline;
  font-weight: normal;
}

.enquiryform .rc {
  width: 400px;
  margin-left: 42px;
}

.signupform input, 
.enquiryform .lc input{
  width: 176px;
}

.signupform label,
.enquiryform label{
  display: block;
  font-weight: bold;
 color: #000;
}

.enquiryform p{
  margin-bottom: 20px;
}


#facebox_overlay {
  background-image: url(/images/fboverlay.png) !important;
}

.form_row_error label {
    color: red;
}

.form_row_error ul.error_list {
  display: none;
}

.form_row_error input, .form_row_error textarea {
    border: 1px solid red;
}

.global_error {
    color: red;
}

#left ul.article_categories {
   margin-bottom: 20px;
 }

 ul.article_category_list {
   list-style-type: none !important;
   padding:0 !important;
   margin: 0 !important;
 }
 ul.article_categories li.heading{
   font-size: 15px;
   font-weight: bold;
   padding: 10px 18px;
 }


.menubottomshadow {
  height: 10px;
  line-height: 10px;
clear: both;
  background-image: url(/images/bottom.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.topmenuwrapper {
  background-image: url(/images/side-repeat.png);
  background-position: top right;
  background-repeat: repeat-y;
  background-repeat: no-repeat;
}

.topmenusub {
  width: 410px;
  background-image: url(/images/dropdown.png);
  padding-top: 30px;
}



#quizform input{
  border: none !important;
}

img.quizprofile {
  float: left;
  margin: 5px;
  margin-top: 0;
  margin-left: 0;
}


#facebook-like-form .formField {
  padding: 5px;
}

#facebook-like-form label {
  display: inline-block !important;
  width: 150px;
}

#facebook-like-form img.captcha {
  display: block;
  margin-top: 5px;
  margin-left: 163px;
}

.form_row_error label {
  color: red;
}

.form_row_error input,
.form_row_error textarea {
  border: 1px solid red;
}

.global_error {
  color: red;
}

ul.error_list {
  display: none;
}



input[type=image] { 
  border: 0 !important;
}

