/* DYMOCKS STRUCTURE */


body {
	background-color: #EC008C;
	background-image: url(../images/magenta_background.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}

#sideMenu ul li a:hover {
	color: #EC008C;
	}

#sideMenu li.active a {
	color: #EC008C;
	}
	
a {
	color: #EC008C;
	}
	
.active {
	color: #EC008C;
	background-image: url(../images/menu_marker_magenta.gif);
	background-repeat: no-repeat;
	background-position: center right;
	}

h3 {
	color: #EC008C;
	}

h4 {
	color: #EC008C;
	}


/* HEADER */
#header {
	background-image: url(../images/header_magenta.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
#headerMenu {
	width: 140px;
	margin: 0;
	padding: 0 0 0 30px;
	list-style-type: none;
	text-transform: uppercase;
	}
	
#headerMenu li {
	padding: 3px 0 0 0;
	font-weight: bold;
	}



/* CONTENT */
#mid {
	background-image: url(../images/logo_background_magenta.gif);
	background-position: 0 360px;
	background-repeat: no-repeat;
	}
	
#subMenu {
	background-color: #EC008C;
	}
	
#subMenuTinted {
	background-color: #F140A9;
	}

