/* default */
body
{
	background-color: #A5A29B;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}
div, span, table
{
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}
a
{
	color: #0f75bc;
}
img
{
	border: 0px;
}


/* main */
.main-table
{
	width: 950px;
	height: 100%;
	background-image: url(../images/bg_default.jpg);
	background-repeat: repeat-y;
}


/* containers */
.header-container-home
{
	width: 950px;
	height: 171px;
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
}
.header-container-about
{
	width: 950px;
	height: 130px;
	background-image: url(../images/bg_about.jpg);
	background-repeat: no-repeat;
}
.header-container-solutions
{
	width: 950px;
	height: 130px;
	background-image: url(../images/bg_solutions.jpg);
	background-repeat: no-repeat;
}
.header-container-customers
{
	width: 950px;
	height: 130px;
	background-image: url(../images/bg_customers.jpg);
	background-repeat: no-repeat;
}
.content-container
{
	width: 950px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	padding: 40px 0px 15px 75px;
}
.content-container-home
{
	width: 950px;
	background-image: url(../images/bg_home_content.jpg);
	background-repeat: repeat-y;
	padding: 0px 0px 15px 0px;
}
.footer-container
{
	width: 950px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
}
.footer-container-home
{
	width: 950px;
	background-image: url(../images/bg_home_footer.jpg);
	background-repeat: no-repeat;
}


/* header */
.menu
{
	padding: 8px 0px 0px 43px;
}
.logo
{
	padding: 5px 0px 0px 96px;
}

/* content */
.content-table
{
	width: 800px;
}
.content-menu
{
	width: 240px;
	vertical-align: top;
}
.content-body
{
	width: 560px;
	vertical-align: top;
}
.content-title
{
	padding-bottom: 15px;
}
.content-body ul
{
	list-style-image: url(../images/bullet.gif);
}

/* footer */
.copyright
{
	padding: 30px 0px 20px 58px;
	font-size: 10px;
	color: #999999;
}
