/* CSS Document */


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

body {
	text-align:center;
	background-color:#e8e8e8;
	margin:0px;
	padding:0px;
	background-image:url(../images/global_background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	
}





.topButtonsBackup{
	position:absolute;
	top:0px;
	right:13px;
	width:200px;
	text-align:right;
	overflow:hidden;
	height:13px;
}


.divBtContactBackup{
	background:url(../images/bt_top_contactUs2.gif)  no-repeat left top;
	width:71px;
	height:13px;
	float:right;
	cursor:pointer;
	font-size:10px;
}


.divBtContactBackup:hover, #currentBtBackup .divBtContactBackup{
	background:url(../images/bt_top_contactUs2.gif)  no-repeat left bottom;
}





.topButtons{
	position:absolute;
	top:6px;
	right:4px;
	width:53px;
	text-align:right;
	overflow:hidden;
	height:79px;
}


.divBtContact{
	background:url(../images/contact_us.jpg)  no-repeat left top;
	width:53px;
	height:79px;
	float:right;
	cursor:pointer;
	font-size:10px;
}


.divBtContact:hover, #currentBt .divBtContact{
	background:url(../images/contact_us.jpg)  no-repeat left bottom;
}



.buttonContact{
	position:absolute;
	top:0px;
	right:15px;
	width:57px;
	height:35px;
	text-align:right;
	overflow:hidden;
}


.divBtContact_v2{
	background:url(../images/contact_us_2.jpg)  no-repeat left top;
	width:57px;
	height:35px;
	float:right;
	cursor:pointer;
	font-size:10px;
}


.divBtContact_v2:hover, #currentBt .divBtContact_v2{
	background:url(../images/contact_us_2.jpg)  no-repeat left bottom;
}




.mainBanner{
	width:797px;
	height:142px;
	background-image:url(../images/top_banner.jpg);
	background-repeat:no-repeat;
	margin:auto;
	position:relative;
}


#menu_content {
	position:absolute;
	top:97px;
	left:150px;
}




.titles{
	width:787px;
	height:61px;
	position:relative;
	margin:auto;
	padding-top:5px;
}

.contentInfos{
	text-align:justify;
	width:750px;
	position:relative;
	margin:auto;
}

.contentInfos li{
	margin-bottom:10px;
}

.copyright_bar{
	width:793px;
	height:33px;
	position:relative;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(../images/copy_right.jpg);
	background-repeat:no-repeat;
}



.sideByside{
	width:255px;
	float:left;
	padding:10px;
	margin:5px;
	
	/*font-weight:bold;*/
	
}

.laserInscriptionTxt{
	background-image:url(../images/laserInscription.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding:30px;
	padding-right:350px;
	
	
}

.sideByside2{
	width:390px;
	float:left;
	padding:10px;
	margin:5px;
}

.sideByside3{
	width:330px;
	float:left;
	padding-left:40px;
}

.contentServices{
	padding:30px;
	padding-top:50px;
	font-size:14px;
}


.boxServices{
	margin-top:10px;
	background-image:url(../images/box_standard_service.jpg);
	background-repeat:no-repeat;
	
	width:373px;
	height:154px;
	float:left;
	
	color:#FFFFFF;
	margin-bottom:30px;
}

.boxServices h2, .boxServices2 h2 {
	color:#FFFFFF;
}

.boxServices2{
	margin-top:10px;
	background-image:url(../images/box_premium_service.jpg);
	background-repeat:no-repeat;
	
	width:373px;
	height:154px;
	float:left;
	
	color:#FFFFFF;
	margin-bottom:30px;
}



.important_note{
	margin-top:10px;
	color:#000099;
}


#loading {
 	width: 100%;
 	height: 100%;
 	background-color: #404040;
 	position: absolute;
 	left: 0;
 	top: 0;
	z-index:2;
 	text-align: center;
}


.mainDiv {
	width:954px;
	position:relative;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	margin:auto;
	text-align:left;
	margin-top:80px;
	z-index:1;
}



.mainLogo{
	width:329px;
	height:107px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../images/zander57_logo.gif);
	background-repeat:no-repeat;
}

.cornerRight{
	width:62px;
	height:63px;
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(../images/site_09.jpg);
	background-repeat:no-repeat;
}

.mainFrame{
	width:954px;
	
	position:relative;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
}

.footerFrame{
	position:relative;
	width:954px;
	height:37px;
	background-image:url(../images/down.jpg);
	background-repeat:no-repeat;
}


.bgSide{
	/*background-image:url(../images/diamond_big.jpg);
	background-repeat:no-repeat;*/
	width:280px;
	height:202px;
	position:absolute;
	text-align:center;
	top:140px;
	left:10px;
}

.txtInside{
	width:610px;
	position:relative;
	margin-left:300px;
	padding-top:70px;
	color:#9d9da9;
}

.boxSideBySide{
	width:305px;
	float:left;
}

.boxInside{
	padding:5px;
}


.logoJAA{
	position:absolute;
	bottom:0px;
	left:87px;
	width:37px;
	height:61px;
	display:none;
}




h1{
	font-weight:bold;
	font-size:18px;
	color: #D4D4D4;
}

.title1{
	color:#A0C2FA;
}

a:active, a:link, a:visited {
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#999;
}

.bottom_line{
	color:#CCCCCC; 
	text-align:center;
}
