/*  ----------  BASIC  ----------  */

a, h1, h2 {
	color: #4b7a8c;
}

#frameMiddle ul li {
	background-image: url("../images/eproffit/arrow-cube.png");
}

input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover,
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border: 1px solid #4b7a8c;
}

input[type="button"], input[type="submit"] {
 	background: url("../images/eproffit/button.png");
}

/*  ----------  MENU  ----------  */

#topMenu li:hover a, #topMenu li a:hover, #topMenu li.selected a {
	color: #4b7a8c
}

#topMenu ul li:hover a {
	color: #4b7a8c !important;
}

#topMenu ul li a {
	background-image: url("../images/eproffit/arrow-cube.png");
}

/*  ----------  FRAME  ----------  */

#siteStripe {
	background-color: #4b7a8c;
}

#footerStripe {
	background-color: #4b7a8c;
}

#footerInner table td a:hover {
	color: #4b7a8c;	
}

#middlePanels table td a:hover {
	color: #4b7a8c;
}

#middlePanels table td a {
	background-image: url("../images/eproffit/arrow-cube.png");
}

#topSearch input[type="submit"] {
	background: url("../images/eproffit/button-search.png");
}
