body {
    padding:0;
    margin:0;
	background-image: url(imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	color:#000000;
}

h1 {
	font-size:1.5em;
	color:#000a86;
}

h2 {
	font-size:1.3em;
	color:#3753cd;
}

a, a:Visited {
	color:#000a86;
	text-decoration:underline;
}

a:Hover {
	color:#3753cd;
}

b, strong {}


#footer {
	color:#000000;
	font-size:10pt;
	height:33px;
	line-height: 33px;
	clear:both;
	padding-top:15px;
}

#foot-copy {float: left;}
#foot-info {float: right;}

#wrapper
{
    position:relative;
}
#inner-wrapper
{
    width:980px;
}
#top
{
    border:0px solid red;
    height:40px;
    background: url('/images/top.gif');
    padding:40px;
}
#menu
{
    border:0px solid green;
    width:250px;
    float:left;
    padding-top:25px;
}
#content
{
    padding-top: 25px;
    border:0px solid pink;
    float:left;
	padding-right:20px;
	width:700px;
}
#footer
{
    height:30px;
    background: url('/images/bottom.gif');
    padding:0 20px 20px 20px;
    margin-top:25px;
}

.ulservices li
{
    font-size:1em;
    padding:5px;
}

.imgservice
{
    width:200px;
}

.tblproduct td
{    
    height:100px;
    vertical-align:middle;
}

.form
{
    border:1px solid gray;
    padding:0px 20px;
    background-color:#efefef;
}