td,th,tr,table {
	font: normal 12px Tahoma, Verdana, Arial, Georgia, sans-serif;
	color: #333333;
	border:0px;
	background-color:#FFFFFF;
}

.leftth light bordered .leftth light{
	background-color:#FFFFFF;
}

#main_text {
	margin:0px 0px 0px 10px;
	padding:10px;
	color: #333333;
}

#main_title {
	padding:5px;
	font-size: 18px;
	color: #009933;
	font-weight:bold;
	font-style:italic;
}

#phone {
	padding-top:5px;
	font-size: 18px;
	color: #009933;
	font-weight:bold;
	font-style:italic;
}

body {
	font: normal 12px Tahoma, Verdana, Arial, Georgia, sans-serif;
	color: #000000;
	background: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#holder {
	width: 820px;
	background: url(http://www.web-ink.eu/clients_img/client_faux.png) repeat-y; 
	text-align: left;
	margin: 0 auto 0 auto;
}

#header {
background-image: url(http://www.web-ink.eu/images/header_rpt.png);
height:87px;
margin: 0px;
}

#logo_pic {
float:left;
background-image: url(http://www.web-ink.eu/images/web-ink_logo.png);
top:0px;
width:130px;
height:87px;
}

#header_holder
{
position:absolute;
top:0px;
width:800px;
}

#navcontainer
{
margin-left:200px;
text-align:center;
}

#navcontainer ul
{
padding: 0;
margin: 0;
color: White;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-style:italic;
}

#navcontainer ul li {
display: inline; 
}

#navcontainer ul li a
{
color: White;
text-decoration: none;
float: right;
width:100px;
height:87px;
padding-top:10px;
border-bottom:0;
text-transform:uppercase;
font-weight:bold;
}

#navcontainer ul li a:hover
{
background: url(http://www.web-ink.eu/images/btn.png) no-repeat;
color: #fff;
}

#links {
padding: 0px 10px 0px 511px;
}

#content {
	text-align:left;
	margin: 0 5px 0 250px;
	color:#333333;
	font-family:Arial;
	padding: 10px;
}
#content_holder{
	background-image: url(http://www.web-ink.eu/clients_img/client_content_top.png);
	background-repeat: no-repeat;
	background-position:top left;
}

#footer {
	height:80px;
	margin: 0px;
	background-image: url(http://www.web-ink.eu/clients_img/client_footer.png);
	background-repeat: no-repeat;
	text-align:right;
	padding-right:15px;
	}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

a {
	font-style:italic;
	text-decoration: none;
	text-transform:lowercase;
	color: #006600;
	border-bottom: 1px dotted #006600;
}
a:hover {
	color: #CEFBD5;
	border-bottom: 1px dotted #CEFBD5;
}

a.no_link{
	text-transform:none;
	text-decoration:none;
	color: #006600;
	border-bottom: 1px dotted;
}

#work_pic {
	float: right;
	padding: 5px;
	text-align:center;
}

#work {
	padding:5px;
	background: #2C2C2C;
	border: 1px dashed #666666;
	margin-bottom:5px;
}

#work_name {
	color: #000000;
	font-size: 18px;
	font-weight:bold;
}

#work_info {
	color: #009933;
}

#work_company{
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	font-style:italic;

}

/*  NEWS STYLES   */

#news {
	width: 200px;
	float: left;
	margin: 20px 0px 0px 20px;
	color: #E6E6E6;
	font-family:Arial;
	font-size:10px;
}

#news ul {
        list-style-type: none;
        width: 217px;
		padding: 0;
		margin: 0;
} 

#news li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#news li a { 
        color: #CEFBD5;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
		border-bottom:0;
		text-transform:uppercase;
}

 * html #news li a {  /* make hover effect work in IE */
	width: 217px;
}

#news li a:hover {
        background: #8FCD9D;
}

#news a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#news a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

/*  CLIENT LINKS STYLE  */

#nav_client {
float: left;
margin: 30px 0px 0px 40px;
}

#nav_client ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:120%;
text-transform:uppercase;
}

#nav_client ul li a
{
display: block;
padding: 3px;
border-bottom: 0;
}

#nav_client ul a:link, #nav_client ul a:visited
{
color: #333333;
text-decoration: none;
}

#nav_client ul li a:hover
{
background-color: #8FCD9D;
color: #CCC;
}

#nav_client div
{
font-size:80%;
padding-left:10px;
}

fieldset{
width: 150px; /* Let's not worry about box model issues */
border : 1px solid #8FCD9D;;
padding : 5px;
}

legend{
width: 200px; /* Let's not worry about box model issues */
border : 1px solid #8FCD9D;
font-style:italic;
font-weight:bold;
margin:10px 0px 0px 0px;
}

#error {
	margin:10px 0px 0px 0px;
	padding:10px;
	background: #FF0000;
	border: 1px dashed #000000;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	background-image:url(images/icons/exclamation.png);
	background-position:20px;
	background-repeat:no-repeat;
	font-weight:bold;
}

#success {
	margin:10px 0px 0px 0px;
	padding:10px;
	background: #009933;
	border: 1px dashed #003300;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
	background-image:url(images/icons/accept.png);
	background-position:20px;
	background-repeat:no-repeat;
	font-weight:bold;
}
