body.interior {
	background: url("/images/bg/interior-bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#imageblockprofile {
	height: 156px;
	width: 976px;
	background: url("/images/bg/profile-bg.jpg") no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#imageblockserv {
	height: 156px;
	width: 976px;
	background: url("/images/bg/services-bg.jpg") no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#imageblocksite {
	height: 156px;
	width: 976px;
	background: url("/images/bg/site-bg.jpg") no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#imageblockcontact {
	height: 156px;
	width: 976px;
	background: url("/images/bg/contact-bg.jpg") no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.imageblock2 {
	height: 106px;
	width: 427px;
	float: right;
	color: #ffffff;
	font-size: 11pt;
	line-height: 20px;
	margin: 25px 40px 0 0;
	padding: 0 15px 0 15px;
}

/********************************************
*********************************************
			CONTENT BLOCK
*********************************************
********************************************/

#contentBlock {
	width: 956px;
	min-height: 760px;
	background: url("/images/bg/contentBlock-bg.jpg");
	background-repeat: repeat;
	margin: 0 auto 0 auto;
	padding: 35px 20px 0 0;
	color: #ffffff;
	font-size: 14px;
}

#contentBlock2 {
	width: 916px;
	min-height: 840px;
	background: url("/images/bg/contentBlock-bg.jpg");
	background-repeat: repeat;
	margin: 0 auto 0 auto;
	padding: 35px 40px 0 20px;
	color: #ffffff;
	font-size: 14px;
}

#contentBlock3 {
	width: 956px;
	min-height: 920px;
	background: url("/images/bg/contentBlock-bg.jpg");
	background-repeat: repeat;
	margin: 0 auto 0 auto;
	padding: 35px 20px 0 0;
	color: #ffffff;
	font-size: 14px;
}

#contentBlock4 {
	width: 956px;
	min-height: 1270px;
	background: url("/images/bg/contentBlock-bg.jpg");
	background-repeat: repeat;
	margin: 0 auto 0 auto;
	padding: 35px 20px 0 0;
	color: #ffffff;
	font-size: 14px;
}

.cbLeft {
	width: 233px;
	height: 600px;
	float: left;
	margin: -10px 20px 0 0;
	padding: 0 0 0 0;
}

.cbRight {
	width: 703px;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.contactRight {
	width: 370px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
}

.contactForm {
	width: 310px;
	float: right;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

.contactForm2 {
	background: url("/images/bg/form-bg.png") no-repeat;
	width: 285px;
	height: 773px;
	padding: 10px 10px 0 15px;
}

div.cservices {
    width: 285px;
    height: 216px;
	float: left;
	margin: 0 0 0 0;
}

a.cservices {
    display: block;
    width: 285px;
    height: 216px;
    text-decoration: none;
    background: url("/images/assets/contact-services.png");
}

a.cservices:hover {
    background-position: -285px 0;
}

div.cclients {
    width: 285px;
    height: 216px;
	float: right;
	margin: 0 0 0 0;
}

a.cclients {
    display: block;
    width: 285px;
    height: 216px;
    text-decoration: none;
    background: url("/images/assets/contact-clients.png");
}

a.cclients:hover {
    background-position: -285px 0;
}

/********************************************
*********************************************
			SUBNAVIGATION
*********************************************
********************************************/

div.subnav {
	width: 159px;
	height: 45px;
	background: url("/images/bg/subnav-bg.jpg") no-repeat;
	padding: 7px 0 0 25px;
	margin: 10px 0 15px 15px;
}

.subnav a {
	font-size: 12px;
}