.promo-more-link {
	margin-top: 10px;	
}

/* info-full-box */
#info-full-box { 
	position: relative;
	width: 100%; 
	text-align: center;; 
	background-color: #E3E3E3;
	height: 30px;
}

#info-full-box-top-line { 
	position: relative;
	width: 100%; 
	height: 10px;
	font-size: 0px;
	background: url(/images/gradient2.gif) #E3E3E3 repeat-x;
}

#info-full-box-bottom-line { 
	position: relative;
	width: 100%; 
	height: 2px;
	font-size: 0px;
	background: url(/images/gradient3.gif) #E3E3E3 repeat-x;
}

#info-full-box .content { 
	position: relative;
	width: 931px; 
	margin: 0 auto;
	text-align: left;
	font-size: 10px;
	color: #000;
}
#info-full-box .content .left{ 
	float: left;
	width: 585px; 
	padding-top: 5px;
}

#info-full-box .content .right{ 
	position: absolute;
	left: 587px;
	top: 0px;
	width: 342px; 
	padding-top: 5px;
}
#info-full-box .content a { }




/* home-main-box */
#home-main-box { 
	position: relative;
	width: 931px; 
	margin: 0 auto; 
	text-align: left;
}

#home-main-box .left{ 
	float: left;
	width: 585px; 
	padding: 8px 0 8px 0;
}

#home-main-box .right{ 
	float: right;
	width: 336px; 
	padding: 8px 0 8px 0;
}


/* title bar */
.title-bar {
	position: relative;
	margin-bottom: 10px;

}

.title-bar img{
	border: 0;
	margin: 0;
	padding: 0;
}


/* panel */
.panel {
	clear: both;
	border: 0px solid red;
}

html>body .panel {
	margin-bottom: 0px;
}


/* left - right sections*/
#home-main-box .home-left-section {
	float: left;
	width: 325px; 
	border: 0px solid red;
}
html>body #home-main-box .home-left-section {
	margin-bottom: 10px;
}

#home-main-box .home-right-section {
	float: right;
	width: 250px; 
	border: 0px solid red;
}
html>body #home-main-box .home-right-section {
	margin-bottom: 10px;
}


/* home-search-panel */
#home-main-box #home-search-panel {
	position: relative;
	width: 250px;
}

* html #home-main-box #home-search-panel {
	height: 213px;
}
html>body #home-main-box #home-search-panel {
	min-height: 213px;
}

#home-main-box #home-search-panel .fly-search-form {
	position: relative;
	margin: 0 10px 0 10px;
	padding-top: 30px;
}

#home-main-box #home-search-panel .fly-search-form select{
	width: 193px;
	margin-bottom: 5px;
}

#home-main-box #home-search-panel .fly-search-form .submit{
	position: absolute;
	left: 200px;
	top: 54px;
}

#home-main-box #home-search-panel .menu {
	position: relative;
	margin: 5px 10px 10px 10px;
}


.home-left-section img {
	margin: 0 0 10px 0;
}

#home-main-box .right #banner-div {
	width: 336px;
	height: 280px;
	position: relative;
	clear: both;	
}

#home-main-box .right #banner-div #banner{
	position: absolute;
}
