/* Destination Beauty of Texas Homepage CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6{
  margin:0px;
  padding:0px;
  border:0px;
  outline:0px;
  font-size:100%;
}

body{
	background-image:url(../imgs/back-rep.jpg);
	background-position:center top;
	background-repeat:repeat;
	text-align:center;
}

/*BigContainer
-----------------------------------------------------------------*/

#bigcontainer{
	height:100%;
	width:955px;
	margin:0px auto;
}

/*TopNavigation
-----------------------------------------------------------------*/

#topnavigation{
	height:60px;
	width:955px;
	text-align:right;
}

#topnavigation p{
	font:13px "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding-right:10px;
	padding-top:40px;
	color:#462508;
	text-align: left;
}

#topnavigation a{
	font:12px "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#462508;
}

#topnavigation a:hover{
	font:12px "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:underline;
	text-align: right;
}

/*Top Content
-----------------------------------------------------------------*/

#topcontent{
	background-image:url(../imgs/home-top-back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:382px;
	width:955px;
	margin:0px;
}

/*Navigation
-----------------------------------------------------------------*/

#navigation{
	clear:both;
	width:955px;
	height:75px;
	margin:0px;
	text-align:center;
	padding-top:20px;
}

#navigation p{
	font:11px "Times New Roman", Times, serif;
	line-height:10px;
	text-transform:uppercase;
	color:#fff7e8;
}

#navigation a{
	font:11px "Times New Roman", Times, serif;
	line-height:10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff7e8;
}

#navigation a:hover{
	font:11px "Times New Roman", Times, serif;
	line-height:10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#462508;
}

/*Party Badge
-----------------------------------------------------------------*/
a span#party_badge {
	float: left;
	display: block;
	position: absolute;
	width: 145px;
	height: 137px;
	background: url(../imgs/party_badge.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	overflow: hidden;	
}
a:hover span#party_badge {
	background: url(../imgs/party_badge.gif) no-repeat 0px -137px;
}

/*Middle Content
-----------------------------------------------------------------*/

#middlecontent{
	background-image:url(../imgs/home-middle-back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:205px;
	width:955px;
	margin:0px;
}

.floatL{
	float:left;
}

/*BottomNav
-----------------------------------------------------------------*/

#bottomnav{
	background-image:url(../imgs/home-bottom-back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:43px;
	width:955px;
	clear:both;
	margin:0px;
}

#bottomnav p{
	font:11px "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin:0px;
	padding-top:10px;
	color:#462508;
}

#bottomnav a{
	font:11px "Times New Roman", Times, serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#462508;
}

#bottomnav a:hover{
	font:11px "Times New Roman", Times, serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#d58b2b;
}


/*Bottom
-----------------------------------------------------------------*/

#bottom{
	width:955px;
	margin:0px;
	text-align:center;
}

#bottom p{
	font:11px "Times New Roman", Times, serif;
	line-height:13px;
	color:#462508;
}

#bottom a{
	font:11px "Times New Roman", Times, serif;
	text-decoration:underline;
	color:#462508;
}

