/* CSS Document */

/* =============================================== */
/* =====REGULAR HTML TAGS========================= */
/* =============================================== */


body {
	background: url("bggradient.jpg");
	background-repeat: repeat-x;
	background-color: #B49A36;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	x-overflow: hidden;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #E29133;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:link {
	color: #8C9C29;
	text-decoration: none;
}
a.menu:visited {
	color: #8C9C29;
	text-decoration: none;
}
a.menu:active {
	color: #E29133;
	text-decoration: none;
}
a.menu:hover {
	color: #E29133;
	background: #FFFC8C;
	text-decoration: none;
}

/* =============================================== */
/* =====OTHER HTML TAGS=========================== */
/* =============================================== */

#topContainer {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 1016px;
	height: 430px;
	background: url("splash.jpg");
	background-repeat: no-repeat;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 385px;
	left: 290px;
	width: 420px;
	height: 51px;
	background: url("logo.png");
	background-repeat: no-repeat;
	z-index: 3;
}

#mascot {
	position: absolute;
	top: 172px;
	left: 65px;
	width: 322px;
	height: 392px;
	background: url("mangonator.png");
	background-repeat: no-repeat;
	z-index: 2;
}

#pattern {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1066px;
	height: 440px;
	background: url("pattern.png");
	background-repeat: repeat;
	z-index: 2;
}

#menuContainer {
	position: absolute;
	top: 440px;
	left: 0px;
	width: 100%;
	min-width: 1066px;
	height: 18px;
	background-color: #FFFFFF;
	border-top: 1px solid #E29133;
	border-bottom: 1px solid #B49A36;
}

#menuContents {
	position: absolute;
	top: 441px;
	left: 0px;
	width: 450px;
	height: 18px;
	color: #8C9C29;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0px 0px 0px 285px;
	z-index: 3;
}

#mainContainer {
	position: absolute;
	top: 500px;
	left: 320px;
	width: 240px;
	color: #432200;
	font-size: 11px;
	z-index: 5;
}

#mangoTransparency {
	position: absolute;
	top: 460px;
	left: 285px;
	width: 399px;
	height: 304px;
	background: url("mangotransparency.png");
	background-repeat: no-repeat;
	z-index: 4;
}

#title {
	position: absolute;
	top: 475px;
	left: 180px;
	background-repeat: no-repeat;
	z-index: 3;
}
.home {
	width: 91px;
	height: 204px;
	background: url("home.png");
}
.about {
	width: 93px;
	height: 221px;
	background: url("about.png");
}
.services {
	width: 72px;
	height: 302px;
	background: url("services.png");
}
.portfolio {
	width: 126px;
	height: 359px;
	background: url("portfolio.png");
}
.contact {
	width: 75px;
	height: 304px;
	background: url("contact.png");
}

#bullets {
	position: absolute;
	top: 490px;
	left: 20px;
	width: 175px;
	height: 99px;
	background: url("bullet.png");
	background-repeat: no-repeat;
	z-index: 3;
}

#bottom {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	background-color: #E29133;
}