/*  Standard styles  */  
body {
	background-image: url('../images/background2.jpg');
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #512549;
	
}

td										{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
td img 								{ display: block;}
h1										{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; }


/*  Navigation  */  
                                                                                                     
.but-home a        { float:left;height:40px; width:56px; background-image:url('../images/nav03-home-buttonM.jpg');background-position:0px 40px;  }   
.but-home a:hover     { float:left;height:40px; width:56px; background-image:url('../images/nav03-home-buttonM.jpg');background-position:0px 0px;}

.but-cred a           { float:left;height:40px; width:104px; background:url(../images/nav04-credentials-buttonM.jpg) no-repeat bottom left; }   
.but-cred a:hover     { float:left;height:40px; width:104px; background:url(../images/nav04-credentials-buttonM.jpg) no-repeat top left;}

.but-wedo a           { float:left;height:40px; width:99px; background:url(../images/nav05-what-we-do-buttonM.jpg) no-repeat bottom left; }   
.but-wedo a:hover     { float:left;height:40px; width:99px; background:url(../images/nav05-what-we-do-buttonM.jpg) no-repeat top left; }

.but-bus a            { float:left;height:40px; width:259px; background:url(../images/nav06-your-business-problems-buttonM.jpg) no-repeat bottom left; }   
.but-bus a:hover      { float:left;height:40px; width:259px; background:url(../images/nav06-your-business-problems-buttonM.jpg) no-repeat top left; }

.but-contacts a       { float:left;height:40px; width:106px; background:url(../images/nav07-contacts-buttonM.jpg) no-repeat bottom left; }   
.but-contacts a:hover { float:left;height:40px; width:106px; background:url(../images/nav07-contacts-buttonM.jpg) no-repeat top left; }


/*  Footer */  
.footer								{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }
.footer a 						{ font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: 10px; color: #FFFFFF; text-decoration:none; }
.footer a:hover 			{ font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: 10px; color: #FFFFFF; text-decoration:underline; }

