@import url('base.css'); /*Get base functions*/

/*--------------------------------
			GLOBAL
  -------------------------------- */

a {
	color: #f7b414;
	text-decoration: none;
}

.special {
    color: #f7b414;
}

hr {
	color: #f7b414;
	background-color: #f7b414;
	border-color: #f7b414;
}

h4 {
    color: #F8B44E;
}

/*----------------------------------------
				HEADER
  ----------------------------------------*/

#logo {
	background-image: url("images/logoorange_center.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 93px;
}

#leftLogo {
	background-image: url("images/logoorange_left.png");
	background-repeat: no-repeat;
	width: 132px;
	height: 93px;
	float:left;
}

#rightLogo {
	background-image: url("images/logoorange_right.png");
	background-repeat: no-repeat;
	width: 487px;
	height: 93px;
	float:right;
	position: relative;
}

#themes {
	border-color: #f7b414;
}

/*-------------------------------------
                Menu
  -------------------------------------*/
#menu {
    border-color: #f7b414;
}

/* ----------------------------------
				Footer
   ----------------------------------*/

#footer {
	border-color: #f7b414;
}

/* Links */

ul.links {
    list-style-image: url("../images/bullet3.png");
}


/* ---------- SLIMBOX ---------------*/
.slimboxImage:hover {
    border-color: #f7b414;
}
