/* change default html styles */
* {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
p {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
  font-weight: normal;
}
a img {
  border-style: none;
}

/* hax */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*
.clearfix {
  zoom: 1;
}
*/
/* general styling */
body {
  color: #000;
  font: normal 11px  Verdana, sans-serif;
  
}
a {
  color: #cc0000;
  text-decoration: underline;
}
a:hover {
  text-decoration:none;
  
}

/* layout */
#line {
  width: 100%;
  margin: 0 auto;
  height:10px;
  background-color:#66CC00;
}

#pagewrapper {
  width: 995px;
  margin: 0 auto;
  background-color:#FFFFFF;
  padding:0 0px 0 0px;
  margin-top:0px;
  /*border:3px solid #cccccc;*/
}
#top-div {
	/* background:#00FFFF; */
	margin:0px;
}
#top-div #logo {
  /* padding-top: 18px; 
  padding-bottom: 11px; */
  float:left;
  margin:0;
}

#top-div #flash {
  /* padding-top: 18px; 
  padding-bottom: 11px; */
  float:left;
  margin:0;
}
#top-div #basket {
  /* padding-top: 18px; 
  padding-bottom: 11px; */
  float:left;
  margin:0;
}

#menu {
	 clear:left;
 width:995px;
  margin-bottom: 12px;
  background:#444740;
  border-bottom:10px solid #C56846;
   line-height: 30px;
 
}

#menu ul {
  padding: 0 15px;
  width:610px;
  
  float:left;
  
}
#menu li {
  display: inline;
   font-size: 12px;
 
  line-height: 30px;
  border-right:1px solid #fff;
  
}
#menu li.last{
	border-right:none;
}
#menu li a {
  color: #fff;
  text-decoration: none;
  padding:0 10px 0 10px;
}
#menu li a:hover {
  background: none;
  border-bottom: none;
  text-decoration: underline;
}

#menu #cssdropdown li.headlink ul { 
	display: none; 
	text-align: left; 
	background:#444740;
	width:125px; 
	position:absolute;
	margin:-8px 0 0 -27px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	 padding-top:10px;
}

#menu #cssdropdown li.headlink ul li{ 
	list-style:none;
	border-bottom:1px solid #333;
	line-height:20px;
	padding:0px;
	background:#444740;
	text-align:left;
	border-right:none;
	width:140px; 
	display:block;
}
#menu #cssdropdown li.headlink ul li a{
	margin:0px;
	padding:0px;
	font-size:11px;
	
	
}


#menu ul.language {
  padding: 0 0px;
  width:220px;
  
  float:right;
  /*background: url(../images/menu_top.gif) top no-repeat;*/
}

#menu ul.language li {
  display: inline;
   font-size: 12px;
 
  line-height: 30px;
  border-right:1px solid #fff;
  
}
#menu ul.language li.last{
	border-right:none;
}
#menu ul.language li a {
  color: #fff;
  text-decoration: none;
  padding:0 10px 0 10px;
}
#menu ul.language li a:hover {
  background: none;
  border-bottom: none;
  text-decoration: underline;
}


h1 {
  color: #990000;
  padding-top: 20px;
  padding-bottom: 3px;
  font-size: 18px;
}

.content {
  margin-bottom: 0px;
  padding-top: 0px;
  
}
.column1 {
  float: left;
  display: inline;
  width: 730px;
  margin-left:15px;
}
.column2 {
  float: right;
  display: inline;
  width: 240px;
  /*height:350px;*/
}

.column2 h1{
padding:0;
margin:0 0 5px 0;
border-bottom:1px solid #f2f2f2;
}

.column2 a:hover{
  text-decoration:none;
  border-bottom:none;
}

.column2 div#google-div{margin:10px 0 15px 0;  }

.column2 div.news-box ul{
/*	border:1px solid #cc0000; */
	width:200px;
	padding:40px 0 0 25px;
}

.column2 div.news-box ul li{
/*	border:1px solid #cc0000; */
	width:200px;
	line-height:20px;
	list-style:disc;
	border-bottom:dotted 1px #666666;
}

.column2 div.news-box ul li a{
	text-decoration:none;
}

.content h2 {
  margin-top: 1.75em;
  margin-bottom: .75em;
  padding-bottom: 2px;
  background: url(../images/bg_dot.gif) bottom repeat-x;
  color: #86b514;
  font-size: 1.3em;
}

.content p {
  margin-bottom: 1em;
}
.content .more {
  text-align: right;
}
.img {
  float: right;
  display: inline;
  width: 191px;
  height: 129px;
  margin-left: 15px;
  margin-bottom: 15px;
  background: url(../images/bg_img.gif) center center no-repeat;
}
.img img {
  width: 173px;
  height: 111px;
  margin-left: 9px;
  margin-top: 9px;
}
.right {
  float: right;
}
.left {
  float: left;
}


#footer {
  clear: both;
  margin-top: 1em;
  margin-bottom: 2em;
  background: #444740;
  height:20px;
  width:995px;
  text-align:center;
  color:#FFFFFF;
}

#contact {
  float: right;
  font-size: 1.1em;
  text-align: right;
}

.case_study{
	height: 35em;
}
label{
	display:block;
	font-weight: bold;
}
input{
  color: #222;
	padding: 4px;
  font-size: 1.2em;
	border: 1px solid #ccc;
	width: 270px;
}
input:focus, textarea:focus {
  background: #fffdeb;
}

.large_input{
	padding: 3px;
	border: 1px solid #c0c0c0;
	width: 400px;
	height: 100px;
}
fieldset{
	border: none;
	width: 550px;
}

#contact_form {
	padding-left: 10px;
}
#contact_form label{
	float:left;
	clear:left;
	width: 200px;
}
#contact_form textarea {
	margin-left: 200px;
}

.large_input {
	margin-top: -15px;
}
#submit_btn {
	border: none;
	margin-left:200px;
	padding: 3px;
	width:auto;
	background:#993333;
	color:#FFFFFF;
}





.required{
	font-weight: normal;
}

.client_thumb {
  display: block;
  padding: 4px;
  background: #f4f4f4;
}
.client_thumb:hover {
  background: #ddd;
  border: none;
}
.client_thumb img {
  border: 1px solid #cdcdcd;
}

.redtext{ color:#cc0000; }


