body
{
	margin: 0px;
	background-color: #FFFFFF;
	overflow: auto;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}

img
{
	border: 0px;
}
table 
{
	border-collapse: collapse;
}
body, td, th, input
{
	font-size: 11px;
	color: #999999;
}
a, a:link, a:visited, a:active
{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Header Section */
table.Header 
{
	width: 100%;
}
table.Header td.logo 
{
	text-align: left;
}
table.Header td.page 
{
	text-align: right;
}
table.Header td.spacer 
{
	height: 10px;
	background-color: #80A7C4;
}

table.Header td.spacer img
{
	height: 10px;
	width: 100%;
}

/* Footer Section */
.footer 
{
	background-color: #B7D3E8;
	padding-top: 0px;
}
table.tbFooter 
{
	width: 100%;
}
table.tbFooter td 
{
	height: 24px;
	background-color: #80A7C4;
	padding-left: 200px;
}

table.tbFooter td a, table.tbFooter td a:link, table.tbFooter td a:visited, table.tbFooter td a:active, table.tbFooter td a:hover{
	color:#fff;
}

/* Menu */
table.tbMenu a 
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
table.tbMenu a:hover img
{
	background-position: 0px -40px;
}
table.tbMenu img.none,
table.tbMenu img.home, table.tbMenu img.home_on,
table.tbMenu img.service, table.tbMenu img.service_on,
table.tbMenu img.portfolio, table.tbMenu img.portfolio_on,
table.tbMenu img.work, table.tbMenu img.work_on,
table.tbMenu img.contact, table.tbMenu img.contact_on,
table.tbMenu img.consulting, table.tbMenu img.consulting_on,
table.tbMenu img.client, table.tbMenu img.client_on
{
	width: 205px;
	height: 40px;
}
table.tbMenu img.home, table.tbMenu img.home_on
{
	background-image:url(../images/menu/Home.gif);
}
table.tbMenu img.service, table.tbMenu img.service_on
{
	background-image:url(../images/menu/Service.gif);
}
table.tbMenu img.portfolio, table.tbMenu img.portfolio_on
{
	background-image:url(../images/menu/Portfolio.gif);
}
table.tbMenu img.work, table.tbMenu img.work_on
{
	background-image:url(../images/menu/Work.gif);
}
table.tbMenu img.contact, table.tbMenu img.contact_on
{
	background-image:url(../images/menu/Contact.gif);
}
table.tbMenu img.consulting, table.tbMenu img.consulting_on
{
	background-image:url(../images/menu/Consulting.gif);
}

table.tbMenu img.client, table.tbMenu img.client_on
{
	background-image:url(../images/menu/Client.gif);
}
table.tbMenu img.home_on,
table.tbMenu img.service_on,
table.tbMenu img.portfolio_on,
table.tbMenu img.work_on,
table.tbMenu img.contact_on,
table.tbMenu img.consulting_on,
table.tbMenu img.client_on 
{
	background-position: 0px -40px;
}

/* INPUT */
input.login 
{
	width: 93px;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #999999;
	background-color: #FBFBFB !important;
	border: solid 1px #C6C6C6;
}
input.dash
{
	width: 170px;
	font-size: 11px;
	color: #999999;
	border: none 0px;
	border-bottom: dashed 1px;
	background-color:#FFFFFF !important;
}

/* Page Header */
td.pageHead
{
	height: 50px;
	background-image: url(../images/pagehead/bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
td.pageBody 
{
	padding-top: 15px;
	padding-left: 20px;
}

/* Home */
table.tbHome th 
{
	font-size: 14px;
	color: #666666;
	text-align: left;
	font-weight: bold;
}
table.tbHome td.text 
{
	font-size: 11px;
	color: #999999;
}


/* Service */
table.tbService td
{
	font-size: 11px;
	color: #999999;
}
table.tbService .title
{
	font-weight: bold;
}

/* Portfolio*/

/* Work with us */
table.tbWork div.Content 
{
	width: 100%;
	height: 360px;
	overflow: auto;
	scrollbar-3dlight-color: #FFB400; 
	scrollbar-darkshadow-color: #FFB400; 
	scrollbar-face-color: #FFB400;
}

table.tbWork th
{
	text-align: left;
	height: 20px;
	padding-left: 10px;
	font-weight: bold;
	background-color: #E0E0E0;
	white-space: nowrap;
}
table.tbWork th a
{
	color: #999999;
	padding-right: 10px;
	font-weight: normal;
	white-space: nowrap;
}
table.tbWork th a:hover 
{
	font-weight: bold;
	text-decoration: none;
}
table.tbWork td.Qualifications
{
	padding: 10px;
	padding-bottom: 20px;
}

/* Portfolio */
table.tbPortfolioCate td 
{
	padding-right: 3px;
}
table.tbPortfolioCate img
{
	height: 22px;
}
table.tbPortfolioCate a 
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
table.tbPortfolioCate a:hover img
{
	background-position: 0px -22px;
}
table.tbPortfolioCate img.cate1, table.tbPortfolioCate img.cate1_on
{
	width: 90px;
	background-image: url(../images/portfolio/cate1.gif);
}
table.tbPortfolioCate img.cate2, table.tbPortfolioCate img.cate2_on
{
	width: 90px;
	background-image: url(../images/portfolio/cate2.gif);
}
table.tbPortfolioCate img.cate3, table.tbPortfolioCate img.cate3_on
{
	width: 90px;
	background-image: url(../images/portfolio/cate3.gif);
}
table.tbPortfolioCate img.cate4, table.tbPortfolioCate img.cate4_on
{
	width: 125px;
	background-image: url(../images/portfolio/cate4.gif);
}
table.tbPortfolioCate img.cate5, table.tbPortfolioCate img.cate5_on
{
	width: 125px;
	background-image: url(../images/portfolio/cate5.gif);
}
table.tbPortfolioCate img.cate1_on,
table.tbPortfolioCate img.cate2_on,
table.tbPortfolioCate img.cate3_on,
table.tbPortfolioCate img.cate4_on,
table.tbPortfolioCate img.cate5_on
{
	background-position: 0px -22px;
}

table.tbPortfolio td.content 
{
	width: 25%;
	height: 150px;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
}
table.tbPortfolio table.image td
{
	width: 125px;
	height: 83px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
table.tbPortfolio table.image td img 
{
	width: 102px;
	height: 65px;
}
table.tbPortfolio div.name 
{
	font-size: 10px;
	width: 130px;
	padding-top: 3px;
	text-align: center;
}

/* Contact Us */
table.tbContact td.title
{
	font-size: 11px;
	font-weight: bold;
}

/* Free Internet Consulting */
table.tbConsult th
{
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 3px;
	font-size: 11px;
	font-weight: normal;
}
/* Client Area */
table.tbClient div.Content 
{
	width: 100%;
	height: 360px;
	overflow: auto;
	scrollbar-3dlight-color: #999999; 
	scrollbar-darkshadow-color: #999999; 
	scrollbar-face-color: #999999;
}
table.tbClient td.title
{
	font-variant:small-caps;
}
table.tbClient div.title
{
	font-variant:small-caps;
}
table.tbClient div.click
{
	width: 100px;
	height: 65px;
	border: solid 1px #666666;
	background-color: #999999;
	padding-top: 40px;
	padding-left: 50px;
}
table.tbClient div.click a
{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-variant:small-caps;
}

table.tbClient div.click a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
table.tbClient div#AdminView div.name {
	display: inline-block;
	width: 100px;
	float: left;
}
table.tbClient div#AdminView div.arrow {
	display: inline-block;
	width: 50px;
	float: left;
	text-align: center;
}
table.tbClient div#AdminView div.space {
	display: inline-block;
	width: 150px;
	float: left;
}
table.tbClient div#AdminView div.item {
	display: inline-block;
	width: 100px;
	float: left;
	padding-bottom: 10px;
}
table.tbClient div#AdminView div.item a { display: block; }

/* Paging */
.paging  {
	font-size: 11px;
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.paging a:link, .paging a:visited, .paging a:active, .paging a:hover    {
	font-size: 11px;
	color: #999999;
	font-weight:normal;
	text-decoration:none;
}




