@charset "UTF-8";
/* CSS Document */
img
{
border-style: none;
text-decoration: none;
} 

#t1_marquis_wrapper {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/assets/images/t1_marquis_bkground.jpg);
	background-repeat: repeat-x;
/*	margin-bottom: 30px;*/
}

#t1_marquis_content_container {
	height: 355px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* Carousel */

#carousel1 {
	width:960px;
	height:355px;
	overflow:hidden;
}

#carousel1 ul {
	width:3840px;
}

/* bread crumb */
#bread_crumb_wrapper {
/*	background-image: url(/assets/images/bread_bkground.jpg);
	background-repeat: repeat-x;*/
	height: 25px;
	width: 100%;
}
#bread_crumb_container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}
#bread_crumb_content {
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color: #666666;*/
	font-weight: bold;
	height: 14px;
}

#bread_crumb_content a:link {
	text-decoration: none;
	color: #666666;
}

#bread_crumb_content a:visited {
	text-decoration: none;
	color: #666666;
}