@charset "UTF-8";
/* CSS Document */

body {
  background-color: #ffffff;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#000;  
  padding:20px;
  margin:0px;
  text-align: center;
}


#content { 	
text-align: left;
vertical-align: middle;	
margin: 0px auto;
padding: 0px;
width: 780px;
background-color: #ffffff;
/*border: 1px dashed #564b47;*/
}

			
p, h1, pre {
margin: 0px; 
padding: 5px 10px; 
}
h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;
}


a { 
color: #009AD9;
text-decoration: none; 
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}	


#header {
width:100%;
height:100px;
}
/* menu */
#tabs {
	background:#ffffff;
	margin:0;
	padding:45px 0 0 0;
	height:20px;
}
#tabs li {
	width:90px;
	height:auto;
	display:inline;
	float:left;
}
#tabs a{
	font-size:12px;
	font-weight:bold;
	color:#111111;
	line-height:21px;
	text-align:center;
	display:block;
	width:90px;
	text-decoration:none;
}
#tabs a:hover {
	background:#111111;
	color:#ffffff;
	text-decoration:none;
}
#tabs a.selected {
	color:#999;
	text-decoration:none;
}
/*content*/
.wbg {
background:url(images/bg_content.gif) top no-repeat;
height:480px;
padding:0px 45px;
}
#content h2 {
color:#009AD9;
font-weight:lighter;
font-size:20px;
}
#content p {
padding:10px 100px 10px 0;
}
#content li {
padding:8px 0;
}
.bigger {
font-size:16px;
}
.gray {
color:#666666;
}
#services {
background:url(images/filmstrip.gif) right no-repeat;
height:460px;
}

div#contact td p {
padding:10px 0;
}
div#clients td p {
padding:0 0 10px 0;
}
div#clients td {
padding:0 0 20px 0;
}

/*illustr8design footer*/
#illustr8 {
	font-family:Verdana, sans-serif;
	width:780px;
	margin:5px auto;
	color:#666;
	font-size:9px;
	text-align:left;
	}
#illustr8 a {
	color:#666;
	font-size: 9px;
	text-decoration:underline;
}
#illustr8 a:hover {
	color:#888;
}