/* 
Mission Inflatable CSS
Last updated 02/06/06 
*/


/* ---- General/Default Styles ---- */

body {
	margin: 0;
	border: 0;
	color: #000;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #666 url(images/bg.gif) repeat-x;
	}
img {
	border: 0;
	}
a:link, a:visited {
	color: #639;
	text-decoration: none;
	border-bottom: 1px solid #f26492;
	}
a:hover, a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #669;
	}

/* ---- Layout ---- */	

#wrapper {
	position: relative;
	width: 771px;
	margin: 0 auto;
	padding: 0;
	}
#header {
	position: absolute;
	width: 770px;
	height: 98px;
	background: url(images/header.jpg);
	}
#contentTop {
	position: absolute;
	width: 770px;
	height: 89px;
	top: 98px;
	background: url(images/contentTop.gif);
	}
#moved {
	position: absolute;
	top: 180px;
	width: 490px;
	height: 65px;
	color: #fff;
	border: 1px solid #669;
	background: #f26492;
	margin: 10px 0 0 35px;
	z-index: 1;
	padding: 5px;
	}
	#moved h2 {
		font-weight: bold;
		color: #639;
		font-size: 112%;
		margin: 0;
		padding: 0;
		}
#contentWrap {
	position: absolute;
	width: 770px;
	top: 187px;
	background: url(images/wrapBG.gif) repeat-y;
	}
#content {
	float: left;
	width: 539px;
	margin-left: 13px;
	padding: 5px 2px 2px 2px;
	}
#sidebar {
	float: right; 
	width: 175px;
	margin-right: 21px;
	}
#footer {
	clear: both;
	width: 750px;
	height: 45px;
	padding: 25px 0 0 20px;
	font-size: 75%;
	background: url(images/footerBG.gif) no-repeat;
	}
	
/* ---- Navigation ---- */

#nav {
	position: relative;
	top: 0;
	left: 40px;
	width: 565px;
	height: 36px;
	margin: 0;
	padding: 0;
	}
#nav li {
	position: absolute;
	list-style: none;
	top: -1px;
	}
#nav li a {
	height: 36px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	border: 0;
	background: none;
	}

#home { left: 0; width: 52px; }
#inflatables { left: 52px; width: 142px; }
#faq { left: 194px; width: 44px; }
#booking { left: 238px; width: 122px; }
#about { left: 360px; width: 95px; }
#contact { left: 456px; width: 108px; }

/* ---- Sidebar ---- */

#sidebar ul {
	top: 3px;
	left: 10px;
	list-style: circle;
	}
#sidebar img {
	margin: 0 0 0 25px;
	}
#sidebar img a:link {
	text-decoration: none;
	border: 0;
	background: none;
	}
#plain {
	border: 0;
	background: 0;
	}

/* ---- 'Typography' ---- */

#header h1 {
	text-indent: -9999px;
	}
#contentTop h2 {
	text-indent: -9999px;
	}
#content h2 {
	color: #639;
	font-weight: bold;
	font-size: 1.5em;
	}
.emphasis, .highlight {
	color: #639;
	}
.emphasis {
	font-weight: bold;
	}
/* ---- Images ---- */
.dImg {
	border: 1px solid #000;
	margin-left: 7px;
	}
#boxes {
	border: 0;
	margin: 0;
	}
#boxes {
	margin-top: 8px;
	}
