
.bgholder {
	background-image: url(/templates/ortho_theme/images/main-background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a.menu-patient-forms { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 200px; /* width of reactive image */
     height: 40px; /* height of reactive image */
     background-image: url(/templates/simple/images/menu/patient-forms.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
a.menu-patient-forms:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/templates/simple/images/menu/patient-forms-hover.jpg); /* source for target image */
     } 

a.menu-compensation { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 200px; /* width of reactive image */
     height: 40px; /* height of reactive image */
     background-image: url(/templates/simple/images/menu/compensation.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
a.menu-compensation:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/templates/simple/images/menu/compensation-hover.jpg); /* source for target image */
     } 

a.menu-portal { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 200px; /* width of reactive image */
     height: 40px; /* height of reactive image */
     background-image: url(/templates/simple/images/menu/employee-portal.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
a.menu-portal:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/templates/simple/images/menu/employee-portal-hover.jpg); /* source for target image */
     } 

a.menu-employment { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 200px; /* width of reactive image */
     height: 40px; /* height of reactive image */
     background-image: url(/templates/simple/images/menu/employment.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
a.menu-employment:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/templates/simple/images/menu/employment-hover.jpg); /* source for target image */
     } 
     


a.top-home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 80px; /* width of reactive image */
     height: 61px; /* height of reactive image */
     background-image: url(/templates/simple/images/middle-home.jpg); /* source for start image */
     background-repeat: no-repeat;
     text-align: center;
     float: left;
     }
a.top-home:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/templates/simple/images/middle-home-hover.jpg); /* source for target image */
     } 
     
a.top-contact { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 97px; /* width of reactive image */
     height: 61px; /* height of reactive image */
     background-image: url(/templates/simple/images/middle-contact.jpg); /* source for start image */
     background-repeat: no-repeat;
     text-align: center;
     float: left;
     }
a.top-contact:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/templates/simple/images/middle-contact-hover.jpg); /* source for target image */
     } 

a.top-tour { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 111px; /* width of reactive image */
     height: 61px; /* height of reactive image */
     background-image: url(/templates/simple/images/middle-tour.jpg); /* source for start image */
     background-repeat: no-repeat;
     text-align: center;
     float: left;
     }
a.top-tour:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(/templates/simple/images/middle-tour-hover.jpg); /* source for target image */
     } 
