@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
	overflow-y: scroll;
	}


body, html {
	background: #e3e3e3;
	margin: 0 auto;
	padding:0;
	height: inherit;
	font-family: verdana;
	font-size: 13px;	
	line-height: 150%;
	}
	
a {color: #666;}

#wrap {
	background: url(images/bg_horiz.jpg) repeat-y;
	margin: 0 auto;
	padding: 0;
	width: 1124px;
	min-height: 900px;


}

#divaheader {
	padding: 0px 0px 0px 101px;
	

}

#contentleft {
	margin: 0px 0px 0px 20px;
	width: 505px;
	float:left;

}

#contentfull {
	margin: 0px 0px 0px 20px;
	width: 805px;
	float:left;

}
#contentright {
	padding: 0px 120px 0px 25px;
	width: 305px;
	float:right;
}

#contentteam {
	margin: 0px 0px 0px 70px;
	padding: 0px 0px 0px 0px;
	
}
.h1home {
	background:url(images/h1_home.gif) no-repeat;
	width: 478px;
	height: 28px;
	text-indent: -5000px;
}

.h1book {
	background: url(images/h1_bookspot.gif) no-repeat;
	width: 302px;
	height: 28px;
	text-indent: -5000px;
}


.h1team {
	background: url(images/h1_team.gif) no-repeat;
	width: 478px;
	height: 38px;
	margin-left: 50px;
	text-indent: -5000px;
}

.h1contact{
	background: url(images/h1_contact.gif) no-repeat;
	width: 478px;
	height: 38px;
	text-indent: -5000px;
}

.bookimgtxt {
	padding: 0px 150px 0px 0px;

}

.boombook {
	float:right;
	padding: 0px 10px 0px 0px;

}

.mainbook {
	padding: 20px 0px 0px 0px;
}


/* NAV */

#nav {	
	float:left;
	width: 41px;
	height: 333px; 
	padding: 0px 0px 0px 60px;
	}

#nav ul {
	width: 41px;
	height: 111px;
	list-style: none;
	}

#home {
	background: url(images/home_nav.gif) no-repeat;
	text-indent:-5000px;
	float: left;
	width: 41px;
	height: 111px;
	}	

#team {
	background: url(images/team_nav.gif) no-repeat;
	text-indent:-5000px;
	float: left;
	width: 41px;
	height: 111px;
	}	

#contact {
	background: url(images/contact_nav.gif) no-repeat;
	text-indent:-5000px;
	float: left;
	width: 41px;
	height: 111px;
	}

#nav a:active, #nav a:hover, #nav a.current {
	background-position: bottom left;
	}


/* BUTTON LINKS */

a.btnboom {
	display:block;
	background-image: url(images/btn_buyboom.gif);
	width: 150px; 
	height: 40px; 
	text-indent: -5000px;
}



a.btnboom:hover, a.btnboom:active  {
	display:block;
	background-image: url(images/btn_buyboom.gif);
	background-position: left bottom;
	width: 150px; 
	height: 40px; 
	text-indent: -5000px;
}




/* meet team */


#teamblockone {
	height: 390px;
}

#teamblock {
	height: 390px;
	padding-left: 33px;
}
.profilepics {
	float:left; 
	padding-left:40px;
	}
	
.profilep {
	float:right; 
	width: 470px; 
	padding: 0px 130px 0px 0px;
}


#footer {
	margin: 0 auto;
	color: #838383;
	font-size:11px;

}


#footer a{
	color: #838383;
}
