body {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

a {
}
a:visited {
}
a:hover {
}
a:active {
}

input, select, textarea, button {
}


#maincontainer {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	border: 1px solid #625F58;
}

#page{
	width: 740px;
	margin: 5px;
}

#header {
	clear:left;
	background: url(default_img/header-background.jpg);
	width: 740px;
	height: 140px;
}

#content{
}

#footer {
	clear: both;
	margin: 50px 8px 0px 8px;
	border-top: 2px solid #89867F;
	text-align: center;
	color: #777;
	font-size: 12px;
	padding: 6px 0px;
}

#footer a {
	color: #777;
}

#footer a:hover {
	text-decoration: none;
}

#copyright{
	float: left;
	padding-left: 6px;
}
#powered{
	float: right;
	padding-right: 6px;
}


#tableServices{
	background: url(default_img/services-background.jpg) no-repeat;
	margin-top: 10px;
	margin-left: 8px;
}
#tableServices .firstrow td{
	vertical-align: top;
	padding-top: 80px;
	padding-left: 16px;
	padding-right: 14px;
	padding-bottom: 12px;
	width: 210px;
}
#tableServices .secondrow td{
	vertical-align: top;
	height: 35px;
	text-align: center;
	line-height: 27px;
}
#tableServices .secondrow td a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 10px;
}
#tableServices .secondrow td.youcommerce a{
	color: #D85401;
}
#tableServices .secondrow td.aspcodehost a:hover{
	color: #2089B8;
}
#tableServices .secondrow td.youcommerce a:hover{
	color: #FFF;
}
#tableServices .secondrow td.aspcodecms a:hover{
	color: #D85401;
}
#tableServices .secondrow td a:hover{
	border: 0px;
}

