HEX
Server: Apache
System: Linux infong-uk86 4.4.400-icpu-106 #2 SMP Mon Sep 15 08:23:40 UTC 2025 x86_64
User: u44115835 (4976590)
PHP: 8.4.17
Disabled: NONE
Upload Files
File: /homepages/29/d194883696/htdocs/css/global.css
/* CSS Document */

* {
	margin:0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* MAC HIDE \*/

html, body {
	height:100%;
	margin:0;
	padding:0;
}

/*END MAC HIDE*/

body {
	background: #F4F4F4 url(../images/background.jpg);
	background-repeat:repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 20px;
}

/************************************************************/

/*Container*/

/************************************************************/

/*MAC HIDE\*/

#container {
	min-height: auto;
}

/*END MAC HIDE*/

* html #container {
	height: inherit;
}

#container {
	width:780px;
	margin:0 auto;
	/*background-color:#FFFFFF;*/
	border: 1px solid #EEEEEE;
}

/************************************************************/

/*Header*/

/************************************************************/

.header {
	float:left;
	width:780px;
	height:187px;
	margin:0 auto;
	background: url(../images/header.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	text-align:left;
	color:#333333;
}

/************************************************************/

/*Main*/

/************************************************************/

#main {

	float:left;
	width:780px;
	margin:0 auto;
	
	/*background: #FFFFFF;*/
	
	
}

/*

/************************************************************/

/*Content*/

/************************************************************/

#flash {

	float:left;
	width:204px;
	height:317px;
	margin-left: 1px;
	
}

#content {
	float: left;
	font-size:9px;
	padding: 20px;
	padding-left:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:555px;
	/*height:320px;*/
	color:#000000;
	text-align:justify;
	border-right:1px solid #CCCCCC;
	line-height:15px;
	
}


#content a{
	text-decoration:none;
	color: #000000;
}

#content a:hover{
	text-decoration:underline;
	color: #4D4D4D;
}

#content h1 {
	font-size:24px;
	line-height:24px;
	margin:5px 1px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #95B93B;
	font-weight:400;
}

#content p {
	font-size: 10px;
}

.menu {
	float: left;
	width: 780px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-left:0px;
	background:#D2F0FF;
	height:42px;
}

.hmenu {
	float:left;
	background-image:url(../images/accountants_menu_button.jpg);
	width:156px;
	color:#FFFFFF;
	font-size: 12px;
	line-height:42px;
}

.hmenu a{
	color:#FFFFFF;
	font-size: 12px;
	line-height:42px;
	text-decoration:none;
	text-align:center;
}

.hmenu a:hover{
	width:156px;
	height:42px;
	color:#000000;
	font-size: 12px;
	text-decoration:underline;
}

input{font-family: Arial; font-size:10px; border:1px solid #95B93B; background: #F4F4F4; color:#666666;}

select{font-family: Arial; font-size:10px;}

#bottom {
	float:left;
	background:#FFFFFF;
	width:780px;
}
.Testimonials {
   float:left;
   width:490px;
   display:inline;
   border:1px solid #80FFFF;
   background-color:#E4FFFF;
   padding:5px;
   margin-bottom: 10px; 
}
#clearFooter {
	clear:both;
}

.footer {
	
	float: left;
	width: 740px;
	background: #95B93B;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding:20px;
}

#table {
	float:left;
	width:250px;
	margin-top:40px;
	margin-left:30px;

}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height: 317px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
/*border: 1px solid blue;*/
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: lightyellow;*/
padding: 5px;
left: 1000px;
/*border: 1px dashed gray;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -48px;
left: 535px; /*position where enlarged image should offset horizontally */
z-index: 50;
}