/* ----------------- COLORS -----------------
Black
Dark Gray #323232
Olive Tan #a4a28d
Olive Tan Dark #9B907A
Purple #A42BB4
--------------------------------------------- */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background-color: #666;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

p {
	font-size: 14px;
	line-height: 20px;
	color: #323232;
	margin-top: 14px;
}

a {
	text-decoration: none;
}

.topNavBtns span a {
	display: block;
	width: 100%;
	height: 47px;
}

/* ----------------- WRAPPER ----------------- */
                            
#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* ----------------- BOXTOP ----------------- */

#boxTop {
	position: relative;
	width: 1000px;
	height: 615px;
	margin: 0 auto;
	background-color: #fff;
}

#logoBig {
	position: absolute;
	left: 22px;
	top: 47px;
	width: 574px;
	height: 279px;
}

.splats {
	position: absolute;
	left: 22px;
	top: 47px;
	width: 321px;
	height: 280px;
}

#splat1 {
	z-index: 10;
	display:none;
}

#splat2 {
	z-index: 15;
	display: none;
}

#splat3 {
	z-index: 20;
	display: none;
}

#splatText {
	position: absolute;
	left: 134px;
	top: 165px;
	width: 462px;
	height: 70px;
	z-index: 25;
	display: none;
}

#textBlock {
	position: absolute;
	left: 366px;
	top: 252px;
	width: 582px;
}

.capText {
	font-size: 15px;
	font-weight: bold;
/*	color: #555;*/
	color: #000;
}

/* ----------------- TOPNAV ----------------- */

#topNav {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 354px;
	height: 77px;
	padding-left: 51px;
	background-color: #323232;
}

.topNavBtns {
	float: left;
	margin-top: 17px;
	height: 47px;
	overflow: hidden;
	margin-right: 26px;
	background-position: 0 -47px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#topNav .activeBtn {
	background-position: 0 0;
}

.topNavBtns:hover {
	background-position: 0 0;
}

#btn_About {
	width: 38px;
	background-image: url('../img/btn_about.png');
}

#btn_Press {
	width: 36px;
	background-image: url('../img/btn_press.png');
}

#btn_Rebuild {
	width: 85px;
	background-image: url('../img/btn_rebuild.png');
}   

#btn_Contact {
	width: 54px;
	background-image: url('../img/btn_contact.png');
}

/* ----------------- STRIPES ----------------- */

#tanStripe {
	position: relative;
	width: 100%;
	height: 275px;
	background-color: #a4a28d;
}

#tanStripText {
	width: 1000px;
	height: 275px;
	margin: 0 auto;
}

#purpleStripe { 
	width: 100%;
	height: 54px;
	background-color: #A42BB4;
	cursor: pointer;
}

#purpleStripe:hover {
	background-color: #AD54D2;
}

#purpleStripe a {
	width: 100%;
	height: 54px;
}

#purpleStripText {
	width: 1000px;
	height: 54px;
	margin: 0 auto;
}

/* ----------------- BUTTONS ----------------- */ 

#btn_Here {
	position: absolute;
	right: 60px;
	top: 163px;
	width: 96px;
	height: 37px;
	overflow: hidden;
	background-image: url('../img/btn_here.png');
	background-repeat: no-repeat;
	background-position: 0 -37px;
	cursor: pointer;
}

#btn_Here:hover {
	background-position: 0 0;
}

#btn_Here span a {
	width: 100%;
	height: 37px;
	display: block;
}
 
/*-------- main button ---------*/

#btn_PIH_outer {
	position: absolute;
	left: 31px;
	top: 28px;
    width: 261px;
	height: 81px;
}

#btn_PIH_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 163px;
	height: 81px;
	overflow: hidden;
	background-image: url('../img/btn_PIH_left.png');
	background-repeat: no-repeat;
	background-position: 0 -81px;
	cursor: pointer;
}

#btn_PIH_left:hover {
	background-position: 0 0;
}

#btn_PIH_left span a {
	width: 100%;
	height: 81px;
	display: block;
}

#btn_PIH_right {
	position: absolute;
	top: 0;
	left: 163px;
	width: 98px;
	height: 81px;
	overflow: hidden;
	background-image: url('../img/btn_PIH_right.png');
	background-repeat: no-repeat;
	background-position: 0 -81px;
	cursor: pointer;
}

#btn_PIH_right:hover {
	background-position: 0 0;
}

#btn_PIH_right span a {
	width: 100%;
	height: 81px;
	display: block;
}

/*-------- simple button ---------*/

#btn_PIH_simple {
	position: absolute;
	left: 31px;
	top: 28px;
	width: 207px;
	height: 63px;
	background-image: url('../img/btn_PIH_simple.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

#btn_PIH_simple span a {
	width: 100%;
	height: 63px;
	display: block;
}


/* ----------------- BOXBOTTOM ----------------- */

#boxBottom {
	position: relative;
	width: 1000px;
	height: 24px;
	margin: 0 auto 100px;
	padding-top: 15px;
	background-color: #fff;
}

#ourTools {
	position: absolute;
	top: 15px;
	left: 35px;
	width: 212px;
	height: 9px;
	overflow: hidden;
	background-image: url('../img/info_ourtools.png');
	background-repeat: no-repeat;
	background-position: 0 -9px;
	cursor: pointer;
}

#ourTools:hover {
	background-position: 0 0;
}

#ourTools span a {
	display: block;
	width: 100%;
	height: 9px;
}

#isoProductions {
/*	margin: 0 auto;*/
	margin: 0 398px 0 398px;
	width: 257px;
	height: 9px;
	overflow: hidden;
	background-image: url('../img/isoProductions.png');
	background-repeat: no-repeat;
	background-position: 0 -9px;
	cursor: pointer;
}

#isoProductions:hover {
	background-position: 0 0;
}

#isoProductions span a {
	display: block;
	width: 100%;
	height: 9px;
}

#copyright {
	position: absolute;
	top: 15px;
	right: 25px;
}


/* ----------------- MISC ----------------- */

.noTopMargin {
	margin-top: 0;
}


