body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bold;
	background-position: top;
	text-align: left;
	background-color: #600000;
	
	scrollbar-base-color: #D3D3D3;
	scrollbar-face-color: #D3D3D3;
	scrollbar-track-color: #DCDCDC;
	scrollbar-highlight-color: #FFFFF0;
	scrollbar-3dlight-color: #D3D3D3;
	scrollbar-shadow-color: Black;
	scrollbar-darkshadow-color: Gray;
	scrollbar-arrow-color: #8B0000;
}

div.container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width:1000px;
	height:589px;
	border: dotted;
	border-style: dotted;
	border-width: 1px;
	border-color: #D3D3D3;
}

div.logo {
	background-image: url(../images/LogoBlackRev.gif);
		background-repeat: no-repeat;
	position: absolute;
	left:29px;
	top:25px;
	width:225px;
	height:79px;
	z-index: 3;
}

div.service_title {
	background-image: url(../images_services/title_services.jpg);
	width: 357px;
	height: 227px;
	background-repeat: no-repeat;
	position: absolute;
 left: 75px;
	top: 85px;
	z-index: 2;
}
a
{
text-decoration:none;
color: #B22222;
}

a:hover
{
color: Silver;
}

div.services-left_ {
	position:absolute;
	background-image: url(../images_services/services_left.jpg);
		background-repeat: no-repeat;
	left:0px;
	top:0px;
	width:431px;
	height:589px;
}

div.services-center_ {
	position:absolute;
	background-image: url(../images_services/services_center.jpg);
		background-repeat: no-repeat;
	left:431px;
	top:0px;
	width:355px;
	height:589px;
	z-index: 1;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 7px;
	color: #D72828;
	}
	
div.copyleft_ {
	position: absolute;
	width: 320px;
	left: 80px;
	top: 239px;
	text-align: left;
	height: 270px;
	color: White;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight: bold;
	z-index:4;
}
	
div.copy_ {
	position: absolute;
	width: 320px;
	left: 15px;
	top: 15px;
	text-align: left;
	height: 379px;
	color: White;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight: bold;
	z-index: 3;
}

div.ZingLogo_{
	background-image: url(../images_index/zingserveLogoRev.gif);

	width: 80px;
	height: 29px;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	
	padding: 2px;
	z-index:4;
	
}

div.services-right_ {
	position:absolute;
	background-image: url(../images_services/services_right.jpg);
		background-repeat: no-repeat;
	left:786px;
	top:0px;
	width:214px;
	height:589px;
	z-index:1;
}

div.nav_ {
position: absolute;
	background-repeat: no-repeat;
	top: 50px;
	right:55px;
}

ul.navigation{
position: relative;
	list-style: none; /* this line will remove any kind of bullet from the menu */
	width: 120px; /* sets the menu width */
	font-size: 11px;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
}
 
#menu a {
	display: block; /* this is a very important property here and it controls the way the menu elements are displayed - like block-level elements */
	height: 14px;
	padding-right: 13px; /* sets the padding properties */
	font-weight: bold; /* sets the font weight */
	background: transparent url(../images/arrowRed_BlueBack.gif) no-repeat right;  /* sets the color of the background */
	color: #191970; /*border-top: 1px solid #efefef;  this code sets the line between the menu items 
*/
}

 
#menu a:link {
	color: White; /* sets the font color */
	text-decoration: none;
	background: transparent url(../images/arrowRed_BlueBack.gif) no-repeat right; 
}

 
#menu a:visited {
	color: Silver;
	text-decoration: none;
	
}

 
#menu a:hover {
	background: transparent url(../images/arrowWhite_BlueBack.gif) no-repeat right; /* when the cursor is over, in the left side of the menu item background it will be display the arrow.gif picture */
	text-indent: 0px; /* this line of code move the text 15 px to the right */
	color: Silver;
}

 
#menu a:active {
	color: Silver;
	background: transparent url(../images/arrowRed_BlueBack.gif) no-repeat right;
	text-decoration: underline;
}

div.copyrightFC_{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 595px;
	left: 0px;
	color: #A9A9A9;
	text-align: left;
	font-size:7pt;
	background-color: transparent;
	width: 566px;
}
