@charset "utf-8";
/* 
====================================================
CSS Document for LaBelle Rockette 2008

	Colors:
	Pink	=	#ff139f
====================================================
*/

/*
====================================================
			Layout normalization 
====================================================
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin : 0; padding : 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight:normal; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
caption, th { text-align: left; }

a:link,
a:hover,
a:active,
a:focus,
a:visited
{
 color: #FF139F;
}

/* PNG FIX */
img, #left_wrapper, #top_wrapper  { behavior: url(/textpattern/iepngfix.htc); }

body {
	background:url(../page_pics/bg4.gif) no-repeat top;
	margin-left:auto;
	margin-right:auto;

}
#pin {
	position:absolute; 
	right:14px; 
	top:476px;
}
#position_in_place {
	width: 842px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#super_wrapper {
	width: 842px;
	height: auto;
	margin-top: 10px;
	float:left;
}

#left_wrapper {
	/*background:url(../page_pics/left_bg.png) no-repeat;*/
	width: 61px;
	height: auto;
	float:left;
}

#phone {
	float:left;
}

#button_l {
	background:url(../page_pics/button_l.gif) no-repeat;
	width:47px;
	height:54px;
	float:right;
	margin-top:113px;
}

#top_wrapper {
	background: url(../page_pics/top_bg.png) no-repeat;
	width: 720px;
	height:16px;
	font-size: 1px;
	float:left;
}
#right_wrapper {
	width: 61px;
	height: auto;
	float: right;
}

#button_r {
	background:url(../page_pics/button_r.gif) no-repeat;
	width:47px;
	height:54px;
	float:left;
	margin-top:250px;
}

#main_wrapper {
	float:left;
	width: 720px;
	height: auto;
	background-color: #000000;
	padding-bottom:10px;
}

/*
====================================================
			   Inside #main_wrapper
====================================================
*/
#l_area, #l_area a {
	background:url(../page_pics/blank.gif) repeat;
	width:401px;
	height:433px;
	position: absolute;
	top:0px;
	left:-28px;
	z-index:4;
}

#r_area, #r_area a {
	background:url(../page_pics/blank.gif) repeat;
	/*width:344px;*/
	width:401px;
	height:433px;
	position: absolute;
	top:0px;
	right:-28px;
	z-index:4;
}

#l_area a, #r_area a {
	cursor:pointer;
}

#pic_area {
	width: 700px;
	height: 433px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
	position:relative;
}


#pic_area img {
	float: left; 
	position:absolute;
	z-index:1;
}

#info_pic {
	width:345px;
	height:433px;
}

#info_text {
	width:311px;
	height:416px;
	padding:17px 17px 0px 17px;
	background-color:#ffffff;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:1;
}

#info_text h1{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

#pic_text {
	width: 700px;
	height: 9px;
	float:left;
	display:inline;
	margin-top: 3px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}


#pic_text_l {
	width:345px;
	height:auto;
	margin-right:10px;
	float:left;
}

#pic_text_l p {
        display:inline;
}

#pic_text_r {
	width:345px;
	height:auto;
	float:left;
}

.total_pics {
	color: #ff139f;
}



/*
====================================================
					   Menu
====================================================
*/
ul.menu li a, ul.menu2 li a, ul.menu3 li a {
	color:#FFFFFF;
	text-decoration:none;
}

ul.menu li a:hover, ul.menu2 li a:hover, ul.menu3 li a:hover {
	color:#ff139f;
	text-decoration:none;
}

ul.menu {
	height:auto;
	width: 152px;
	float:left;	
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:24px;
	padding-left:10px;
	line-height:15px;
}

ul.menu li {
	width:auto;
	height:auto;
}

ul.menu li.active a, ul.menu2 li.active a, ul.menu3 li.active a {
	color:#ff139f;
}

ul.menu2 {
	height:auto;
	width: 203px;
	float:left;	
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:24px;
	line-height:15px;
}

ul.menu2 li {
	width:auto;
	height:auto;
}

ul.menu3 {
	height:auto;
	width: 180px;
	float:left;	
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:24px;
	line-height:15px;
}

ul.menu3 li {
	width:auto;
	height:auto;
}
/*
====================================================
			    /#main_wrapper
====================================================
*/

/*
Code to hide certain elements when we have js-enabled
*/

html.js #button_r,
html.js #button_l{
	left: -58px;
	position: relative;
	z-index: 2;
}

html.js #button_l{
	left: 58px;
}

#main_wrapper{
	z-index:3;
	position:relative;
	top: 0;
	left:0;	
}

#pin{
	z-index: 4;
}

