/*----------------------------------------------
	HOMEPAGE.CSS
	Author:		Engage Interactive
	Requires:	none
----------------------------------------------*/


h3 {
	font-size:18px;
}

/*-------------------------------
	CONTENT AREAS
-------------------------------*/

.content_left{
	position:relative;
	width:472px;
	height:291px;
	padding:13px 12px;
	background:url(/assets/bella/images/homepage/frame.jpg);
}
	
.content_right{
	width:268px;
	background:#FFF;
	border:none;
}

.box_wrapper {
	width:268px;
	overflow:hidden;
}

/*---------------------
	BROWN BOX
*/

.promo_box_brown_container {
	margin:2px 0 0 0;
	min-height:132px;
 	height:auto !important;
    height:132px;
}

.promo_box_brown {
	min-height:123px;
 	height:auto !important;
    height:123px;
	padding:5px 5px 0;
}

.promo_box_brown h3 {
	margin-bottom:3px;
}


.promo_box_brown dt {
	margin-bottom:3px;
}
	
.promo_box_brown dl dd, .promo_box_brown dl dd p {
	line-height:18px;
	margin:0;
}
	
	
/*---------------------
	GREEN BOX
*/

.promo_box_green_container {
	float:left;
	width:127px;
	min-height:171px;
 	height:auto !important;
    height:171px;
}

.promo_box_green {
	min-height:157px;
 	height:auto !important;
    height:157px;
}

.container_left {
	margin-right:2px;
}

/*---------------------
	BLANK BOX
*/

.promo_box_blank {
	float:left;
	width:133px;
	margin-right:2px;
}


/*---------------------
	FIND MY NEAREST
*/

form.fmn input {
	width:105px;
	margin:5px 0;
}


/*-------------------------------
	TWITTER
-------------------------------*/

#twitter{
	position:relative;
	width:762px;
	height:30px;
	margin:0 auto;
	border:2px solid #FFF;
	border-bottom:none;
	padding:2px;
	background:#661617;
	overflow:hidden;
	text-align:left;
}


#twitter a.link{
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:35px;
	height:34px;
	text-indent:-5000px;
	background:url(/assets/bella/images/homepage/tweet.gif);
	z-index:200;
}
#twitter a.link:hover{
	background-position:left bottom;
}

#twitter span.fade {
	position:absolute;
	right:0;
	top:0;
	width:35px;
	height:34px;
	background:url(/assets/bella/images/homepage/tweet_fade.png);
	z-index:200;
}

/*---------------------
	TEXT STYLING
*/

#twitter p.loading{
	position:relative;
	height:25px;
	padding:5px 0 0 64px;
	margin-bottom:0;
	background:url(/assets/bella/images/homepage/loading.gif) 44px 50% no-repeat;
	color:#d8c1c1;
	text-shadow:1px 1px 0 #3b0909;
}

/*---------------------
	TWEETS
	The code for this is generated by tweet.js
	(The id cannot be changed, twitter says so)
*/

#twitter_update_list{
	position:absolute;
	left:44px;
	top:34px;
	display:block;
	width:1000px;
	height:300px;
	overflow:hidden;
	z-index:100;
}
#twitter ul li{
	position:relative;
	display:block;
	width:1600px;
	height:25px;
	padding-top:9px;
	margin-bottom:4px;
	color:#d8c1c1;
	text-shadow:1px 1px 0 #3b0909;
}

#twitter_update_list li a{
	color:#FFA200;
	text-decoration:none;
}
#twitter_update_list li a:hover{
	text-decoration:underline;
}


/*-------------------------------
	SLIDER
-------------------------------*/

#window {
	position:relative;
	width:472px;
	height:291px;
	overflow:hidden;
}

#slider {
	position:absolute;
	left:0;
	top:0;
	width:10000px;
	height:274px;
}

#slider li {
	display:block;
	float:left;
	width:472px;
	height:274px;
}

#promo_nav li {
	position:absolute;
	top:50%;
	width:38px;
	height:46px;
	margin-top:-23px;
	z-index:200;
}

#promo_nav li.prev {
	left:12px;
}
#promo_nav li.next {
	right:12px;
}

#promo_nav li a {
	display:block;
	width:38px;
	height:46px;
	text-indent:-5000px;
	background:url(/assets/bella/images/homepage/promo_nav.gif) left top no-repeat;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

#promo_nav li.next a {
	background-position:right top;
}

/*-------------------------------
	FIND MY NEAREST
--------------------------------*/

#results {
	width:479px;
	height:291px;
}

#results_content {
	padding:20px 50px;
}

#results h4 {
	font-size: 18px;
	color: #FFF;
	margin-bottom:20px;
}



