html, body
{
	background-color:#c9dcc8;
	margin:0px;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size:12pt;
	background-image:url(graphics/background.jpg);
	background-repeat:repeat-x;
}

input, textarea
{
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size:12pt;
}

h1 { font-size:13pt;font-weight:bold;margin:0px;padding:0px; }
h2 { font-size:13pt;font-weight:bold;margin:0px;padding:0px; }

ul { margin:0px 0px 0px 10px;padding:0px 0px 10px 10px; }
ul li { margin:0px;padding:0px; }
ul li ul { padding-bottom:0px; }

a { color:#333; }
a:link { text-decoration:none; } /* unvisited link */
a:visited { text-decoration:none; } /* visited link */
a:hover { text-decoration:underline; } /* mouse over link */
a:active { text-decoration:underline; } /* selected link */
a img { border:none; }

p { margin:0px;padding:0px 0px 20px 0px; }

div#header {}

div.content
{
	margin:0px auto;
	width:980px;
}

div#content { margin-top:-10px; }

div#content div.top
{
	margin:0px auto;
	width:960px;
	height:20px;
	background-image:url(graphics/content-top.png);
	background-repeat:no-repeat;
}

div#content div.content
{
	margin:0px auto;
	width:900px;
	padding:10px 30px;
	background-image:url(graphics/content-center.png);
	background-repeat:repeat-y;
}

div#content div.bottom
{
	margin:0px auto;
	width:960px;
	height:20px;
	background-image:url(graphics/content-bottom.png);
	background-repeat:no-repeat;
}

div#footer div.content
{
	text-align:right;
	width:920px;
	padding:0px 20px;
}

img.title { display:block; }

/*START - MENU*/
div#menu
{
	margin:-35px 0px 20px 0px;
	padding-left:130px;
	font-size:15pt;
}

div#menu a { color:#666;padding:5px 10px;text-decoration:none; }

div#menu a:hover { color:#eee; }
div#menu a:active { color:#eee; }
div#menu a.on { color:#fff; }
/*END - MENU*/

div.Our-Valued-Clients_content table { width:100%;border-collapse:collapse;margin-bottom:20px;border-bottom:1px solid; }
div.Our-Valued-Clients_content table tr th { padding:5px 5px 0px 5px;font-size:12pt;font-weight:bold;text-align:left; }
div.Our-Valued-Clients_content table tr td { padding:5px; }
div.Our-Valued-Clients_content table tr td.info { border-width:1px 1px 0px 1px;border-style:solid; }
div.Our-Valued-Clients_content table tr td.work { font-size:11pt;border-left:1px solid; }
div.Our-Valued-Clients_content table tr td.link { font-size:11pt;text-align:right;border-right:1px solid; }

div.Our-Valued-Clients_content table.odd, div.Our-Valued-Clients_content table.odd tr td { border-color:#095; }
div.Our-Valued-Clients_content table.odd tr th { color:#095; }

div.Our-Valued-Clients_content table.even, div.Our-Valued-Clients_content table.even tr td { border-color:#059; }
div.Our-Valued-Clients_content table.even tr th { color:#059; }

div.Contact-Us_content { text-align:center; }
div.Contact-Us_content input#from { margin:10px 0px;width:640px;border:1px solid #099;background-color:#eee;padding:5px;color:#066; }
div.Contact-Us_content textarea#message { margin:10px 0px;width:640px;height:120px;border:1px solid #099;background-color:#eee;padding:5px;color:#066; }
div.Contact-Us_content input[type=submit] { margin:10px 0px;padding:5px 10px;border:2px solid #eef;background-color:#e70;cursor:pointer;color:#eef;font-weight:bold; }
