body {
	background-color: #d4d2d2;
	color: #373737;
	background-image: url(../images/style02/bgdBody.gif);
	background-repeat:repeat;
}
a {
	color:#373737;
}
a:hover {
	color:#535353;
}
#header {
	background-color: #ffffff;
	color: #6d6d6d;
	border-left:2px solid #f1b6a6;
	border-right:2px solid #f1b6a6;
}
.imageHeaderLogo {
	background-image: url(../images/style02/logo.jpg); 
	background-repeat: no-repeat;
}
.imageHeaderMyDetails {
	background-image: url(../images/style02/btnMyDetails.jpg); 
	background-repeat: no-repeat;
}
.imageHeaderLogout {
	background-image: url(../images/style02/btnLogout.jpg); 
	background-repeat: no-repeat;
}
.imageHeaderAdmin {
	background-image: url(../images/style02/btnAdmin.jpg); 
	background-repeat: no-repeat;
}

/* start of menu and rollovers */

#menu {
	background-color: #6d6d6d;
	background-image: url(../images/style02/bgdMenu.jpg);
	background-repeat: no-repeat;
	border-left:2px solid #f1b6a6;
	border-right:2px solid #f1b6a6;
}

/* MENU ITEMS SET BELOW */

/*HOME*/
.menuHome {
	background-image: url(../images/style02/menuHomeb.jpg); 
	background-repeat: no-repeat;
}
/*ABOUT*/
.menuAbout {
	background-image: url(../images/style02/menuAboutb.jpg); 
	background-repeat: no-repeat;
}
/*APPOINTMENTS*/
.menuAppointments {
	background-image: url(../images/style02/menuAppointmentsb.jpg); 
	background-repeat: no-repeat;
}
/*SERVICES*/
.menuServices {
	background-image: url(../images/style02/menuServicesb.jpg); 
	background-repeat: no-repeat;
}
/*CONTACT US*/
.menuContact {
	background-image: url(../images/style02/menuContactb.jpg); 
	background-repeat: no-repeat;
}
/*EMPLOYEES*/
.menuEmployees {
	background-image: url(../images/style02/menuEmployeesb.jpg); 
	background-repeat: no-repeat;
}
/*SCHEDULE*/
.menuSchedules {
	background-image: url(../images/style02/menuSchedulesb.jpg); 
	background-repeat: no-repeat;
}

/* Style for Drop Down Menu */

.dropMenu{
	background-color: #6d6d6d;
}

.dropMenu a{
	color: #f4f2f0;
}

.dropMenu a:hover{
	color: #FFFFFF;
	background-color: #a9a8a7;
}

#ticker {
	background-color: #ffffff;
	border-left:2px solid #f1b6a6;
	border-right:2px solid #f1b6a6;
}
#titleWelcome {
	background-color: #6d6d6d;
}
#title {
	background-color: #6d6d6d;
	color: #ffffff;
	border-left:2px solid #f1b6a6;
	border-right:2px solid #f1b6a6;
}
.imageTitleWelcome {
	background-image: url(../images/style02/titleWelcome.jpg); 
	background-repeat: no-repeat;
}
.imageLoginCustomers {
	background-image: url(../images/style02/btnLoginCustomers.jpg); 
	background-repeat: no-repeat;
}
.imageLoggedCustomers {
	background-image: url(../images/style02/btnLoggedCustomers.jpg); 
	background-repeat: no-repeat;
	color:#FFFFFF;
}
.imageLoggedCustomers:hover {
	color: #f5f5f5;
}
.imageLoginEmployees {
	background-image: url(../images/style02/btnLoginEmployees.jpg); 
	background-repeat: no-repeat;
}
.imageLoggedEmployees {
	background-image: url(../images/style02/btnLoggedEmployees.jpg); 
	background-repeat: no-repeat;
	color:#FFFFFF;
}
.imageLoggedEmployees:hover {
	color: #f5f5f5;
}
#contentTop {
	background-image: url(../images/style02/bgdContentTop.jpg);
	background-repeat: no-repeat;
	border-left:2px solid #f1b6a6;
	border-right:2px solid #f1b6a6;
}
#content {
	background-image: url(../images/style02/bgdContent.jpg);
	background-repeat: repeat-y;
	background-color: #bebebe;
	border-left:2px solid #f1b6a6;
	border-right:2px solid #f1b6a6;
}
#contentBottom {
	background-image: url(../images/style02/bgdContentBottom.jpg);
	background-repeat: no-repeat;
	border-left:2px solid #f1b6a6;
	border-right:2px solid #f1b6a6;
}
#footer {
	/*
	background-image: url(../images/style02/bgdFooter.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	*/
	background-color: #6d6d6d;
	color: #FFFFFF;
	border-left:2px solid #f1b6a6;
	border-right:2px solid #f1b6a6;
}
#footerLinks a {
	color:#FFFFFF;
}
#footerLinks a:hover {
	color:#afafaf;
}
.imageFooterPowered {
}
.icon a {
	color:#6d6d6d;
}
.icon a:hover {
	color:#000000;
}
.input {
	background-image: url(../images/style02/bgdInput.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #3b3b3b;
	color: #4d443b;
}
.inputDetails {
	background-image: url(../images/style02/bgdInput.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #3b3b3b;
	color: #4d443b;
}
.boxTop {
	background-color:#6d6d6d;
	background-image:url(../images/style02/bgdTop.jpg);
	background-repeat: no-repeat;
}
.boxGrey {
	background-color:#848383;
	color: #000000;
}
.boxGreyNext {
	background-color:#848383;
	color: #000000;
}
.boxGreyNext a {
	color:#000000;
}
.boxGreyNext a:hover {
	color:#f4f3f3;
}
.boxContent {
	background-color:#f4f3f3;
}
.boxContent1 {
	background-color:#c0bfbf;
}
.boxContent2 {
	background-color:#d6d5d5;
}
.boxBottom {
	background-color:#6d6d6d;
	background-image:url(../images/style02/bgdBottom.jpg);
	background-repeat: no-repeat;
}
.boxTopSmall {
	background-color:#6d6d6d;
	background-image:url(../images/style02/bgdTopSmall.jpg);
	background-repeat: no-repeat;
}
.boxGreySmall {
	background-color:#848383;
	color: #000000;
}
.boxContentSmall {
	background-color:#f4f3f3;
}
.boxBottomSmall {
	background-color:#6d6d6d;
	background-image:url(../images/style02/bgdBottomSmall.jpg);
	background-repeat: no-repeat;
}
.inputLogin {
	background-image: url(../images/style02/bgdInput.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #3b3b3b;
	color: #4d443b;
}
#login {
	background-image: url(../images/style02/bgdLogin.jpg);
	background-repeat: no-repeat;
}
.registerCancel {
	background-image: url(../images/style02/btnCancel2.gif);
	background-repeat: no-repeat;
}
.registerBtn {
	background-image: url(../images/style02/btnRegister.gif);
	background-repeat: no-repeat;	
}