/* index.php css Document */

 body {
 	margin: 0;
 	padding: 0;
 	background: #fff;
 }

 
 #hdr_index {
	margin: 0;
	padding: 0;
	background-image: url(../images/hdr_index_bg.gif);
	background-repeat: no-repeat;
	display: block;
 	height: 163px;
 }
 
 #cont {
 	display: inline;
 	margin: 0;
	padding: 0;
	width: 986px;
}

#ftr_index {
 	clear: right;
	margin:10px 0 0 0;
	padding: 0 0 0 25px;
 	height: 30px;
 	color: #333;
 }
 
 /* =========== present link =========== */
 #present {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/present_static.gif);
	background-repeat: no-repeat;
}

 #present:link {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/present_static.gif);
	background-repeat: no-repeat;
}

#present:visited {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/present_static.gif);
	background-repeat: no-repeat;
}

#present:hover {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/present_over.gif);
	background-repeat: no-repeat;
}

 #present:active {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/present_static.gif);
	background-repeat: no-repeat;
}


 /* =========== past link =========== */
 #past {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/past_static.gif);
	background-repeat: no-repeat;
}

 #past:link {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/past_static.gif);
	background-repeat: no-repeat;
}

#past:visited {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/past_static.gif);
	background-repeat: no-repeat;
}

#past:hover {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/past_over.gif);
	background-repeat: no-repeat;
}

 #past:active {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/past_static.gif);
	background-repeat: no-repeat;
}
 
  /* =========== crud link =========== */
 #crud {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/crud_static.gif);
	background-repeat: no-repeat;
}

 #crud:link {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/crud_static.gif);
	background-repeat: no-repeat;
}

#crud:visited {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/crud_static.gif);
	background-repeat: no-repeat;
}

#crud:hover {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/crud_over.gif);
	background-repeat: no-repeat;
}

 #crud:active {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/crud_static.gif);
	background-repeat: no-repeat;
}

 /* =========== shop link =========== */
 #shop {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/shop_static.gif);
	background-repeat: no-repeat;
}

 #shop:link {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/shop_static.gif);
	background-repeat: no-repeat;
}

#shop:visited {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/shop_static.gif);
	background-repeat: no-repeat;
}

#shop:hover {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/shop_over.gif);
	background-repeat: no-repeat;
}

 #shop:active {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/shop_static.gif);
	background-repeat: no-repeat;
}



/* =========== links link =========== */
 #links {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/links_static.gif);
	background-repeat: no-repeat;
}

 #links:link {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/links_static.gif);
	background-repeat: no-repeat;
}

#links:visited {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/links_static.gif);
	background-repeat: no-repeat;
}

#links:hover {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/links_over.gif);
	background-repeat: no-repeat;
}

 #links:active {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/links_static.gif);
	background-repeat: no-repeat;
}

 /* =========== contact link =========== */
 #contact {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/contact_static.gif);
	background-repeat: no-repeat;
}

 #contact:link {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/contact_static.gif);
	background-repeat: no-repeat;
}

#contact:visited {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/contact_static.gif);
	background-repeat: no-repeat;
}

#contact:hover {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/contact_over.gif);
	background-repeat: no-repeat;
}

 #contact:active {
 	margin: 0;
	padding: 0;
	background-image: url(../images/index_pg/contact_static.gif);
	background-repeat: no-repeat;
}


.hide {
 	display: none;
}

 