/*
 * APOGEE PHP FRONT CSS STYLESHEET
 */

/* GLOBAL SETTINGS */
body {
	font-size: 12px;
	//font-family: "lucida grande", "Trebuchet MS";
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

body * {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

a, a:visited {
	color: #2f58a3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight:bold;
}

a.sort {
	color: #000;
	font-weight: bold;
}

/* HEADER */

#header {
	height: 106px;
	background: #000 url(../images/img_search.jpg) no-repeat;
	margin-bottom: 20px;
}