body {
	background-color: #fff;
	background-image: url(images/ebc_bg.gif);
	background-repeat:  repeat-x;
	background-position:top; 
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
	border:0px;
}


h1 {
	color: #1D509E;
	line-height: 22px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;	
}
h2 {
	font-size: 20px;
	color: #273D62;
	background-image: url(images/container_title.gif);
	background-repeat: repeat-x;
	height: 30px;
}

h2 {
	font-size: 20px;
	color: #273D62;
	background-image: url(images/container_title.gif);
	background-repeat: repeat-x;
	height: 30px;
}

h2.deco{
	font-size: 20px;
	color: #899328;
	background-image: url(images/container_title.gif);
	background-repeat: repeat-x;
	height: 30px;
}

h2.premium{
	font-size: 20px;
	color: #BB8835;
	background-image: url(images/container_title.gif);
	background-repeat: repeat-x;
	height: 30px;
}
h2.coat{
	font-size: 20px;
	color: #B3222A;
	background-image: url(images/container_title.gif);
	background-repeat: repeat-x;
	height: 30px;
}
h2.interior{
	font-size: 20px;
	color: #0B7446;
	background-image: url(images/container_title.gif);
	background-repeat: repeat-x;
	height: 30px;
}
h2.windows{
	font-size: 20px;
	color: #C65A17;
	background-image: url(images/container_title.gif);
	background-repeat: repeat-x;
	height: 30px;
}
h2.light{
	font-size: 20px;
	color: #E2AD14;
	background-image: url(images/container_title.gif);
	background-repeat: repeat-x;
	height: 30px;
}
h2.floor{
	font-size: 20px;
	color: #6E4222;
	background-image: url(images/container_title.gif);
	background-repeat: repeat-x;
	height: 30px;
}


h3 {
	font-size: 16px;
	color: #273D62;
}

h4 {
	font-size: 14px;
	color: #273D62;
	margin-top: 3px;
	margin-bottom: 3px;
}

h5 {
	font-size: 12px;
	color: #1D509E;
}

h6 {
	color: #1D509E;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 12px;
}

.fbold{
	color:#003333;
	font-size:18px;
	font-weight:bold
}

body,td,th {
	color: #23222F;
}

.container_title{
	background-color:#FFFFFF;
	padding-left:6px;
	padding-right:6px;
	margin-left:20px;
	vertical-align:middle;
	
}

ul,li {
	list-style-image: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.container ul,li {
	list-style-image: url(images/squr.gif);
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 2px;
}


a:link {
	color: #212756;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1B204C;
}
a:hover {
	text-decoration: underline;
	color: #223260;
}
a:active {
	text-decoration: underline;
	color: #223260;
}

body,div,tr,td, .Normal {
	font-size: 12px;
}

.header, .footer {
	color: #1C2338;
	font-size: 12px;
}

.menucol{
	width: 100%;
	background-image: url(images/ebc_menubg.gif);
	height: 30px;
}

.horizontalMenu{
	padding: 0px;
	margin-top:4px;
	margin-left: 12px;
	height:26px;
	float: left;
	display: inline;
}

.horizontalMenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}

/*Top level list items*/
.horizontalMenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-image: url(images/ebc_menushadow.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;

}

/*Top level menu link items style*/
.horizontalMenu ul li a{
	display: block;
	color: #032948;!important
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
	border:1px solid #032948;
}

.horizontalMenu ul li a:hover{
	text-decoration: none;
	background-color: #003F6C;	
	color: #ffffff;
	border:1px solid #ffffff;
}
.horizontalMenu ul li a:active{
	text-decoration: none;
	background-color: #003F6C;	
	color: #ffffff;
	border:1px solid #ffffff;
}
.horizontalMenu ul li a:visited{
	text-decoration: none;
}
.horizontalMenu ul .selected a{
	background-color: #032948;
	color: #ffffff;
	border:1px solid #ffffff;
}
.horizontalMenu ul .selected ul  a{
	background-color: #032948;
	color: #ffffff;
	border:1px solid #ffffff;
}
	/*Sub level menu*/
.horizontalMenu ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	background-color: #032948;
}
/*Sub level menu list items*/
.horizontalMenu ul li ul li{
	display: inline;
	float: none;
	margin: 1px;
	padding: 1px;
}
/* Sub level menu links style */
.horizontalMenu ul li ul li a{
	font-weight: normal;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-right: 3px;
	color: #ffffff;
	width: 180px; /*width of sub menu levels*/
	background-color: #032948;

}
.horizontalMenu ul li ul li a:hover{
	color: #FFFFFF;
	background-color: #032948;
	text-decoration: underline;
}


.horizontalMenu ul li ul li a:visited{
	color: #FFFFFF;
	background-color: #032948;
	text-decoration: none;
}


/* Photo gallery */
.gallery {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 220px;
	height: 162px;
}
.gallery li {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	width: 220px;
	height: 162px;
	list-style-type: none;
}
.gallery img {
	margin-left: 0px;
}
.gallery span {
	display: block;
	position: absolute;
	background-image: url(images/ebc_photosgallery_frame.jpg);
	background-repeat: repeat;
	width: 220px;
	height: 162px;
	
}
.gallery a {
	text-decoration: none;
}
#rotator
{
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 220px;
	height: 162px;
	
}

#rotator img
{
	margin: 0px;
	width: 220px;
	height: 162px;
	margin-left: 0px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;	
}


.breadcumb {
	float: left;
	background-image:url(images/ebc_guidebg.gif);
	width: 800px;
	text-align: left;
	height: 26px;
}

.scroll {
	height: 150px;
	width:630px; 
	background-image:url(images/textframe.gif); 
	background-repeat:no-repeat;
	vertical-align:middle;
}

#scrollWrap {  
	width:610px; 
 	height: 130px;  
 	overflow: hidden;
	text-align:justify;
}  

.scrolltext {
	height: 130px;
	width:600px; 
	text-align:justify;
}

#scrollMsg li {  
  list-style:url(images/squr_s.gif); 
	  line-height:13px;
}  
#scrollMsg ul {  
	padding:0px;
	margin:0px;
}  



/* Pane define */

.top_pane{
	width:900px;
	background-image:url(images/ebc_topbg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#ffffff;
	height:184px;
}

.top_pane h2{
	font-size: 0px;
	height: 0px;
	line-height:0x;
	background-image:none;
	display:none;
}

.top_pane h2 container_title{
	display:none;
}


.intro_pane{
	width:430px;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(images/ebc_introbg.gif);
	padding-bottom:10px;
	padding-left:5px;
	padding-right:15px;
	padding-top:15px;
}

.intro_pane h2{
	font-size: 0px;
	height: 0px;
	line-height:0x;
	background-image:none;
	display:none;
}

.intro_pane h2 container_title{
	display:none;
}


.right_pane{
	width:230px;
	background-image:url(images/ebc_rightbg1.gif);
	padding:10px;
	background-repeat:repeat-y;
	height:100%;
	vertical-align:top;
}

.left_pane{
	width:220px;
	vertical-align:top;
	padding:0px;
	margin:0px;
	display:inline;
	background-image:none;
}

.left_pane br{
	line-height:0x;
	height: 0px;
}


.left_pane h2{
	font-size: 0px;
	height: 0px;
	line-height:0x;
	display:none;
}

.left_pane h2 container_title{
	font-size: 0px;
	height: 0px;
	line-height:0x;
	padding:0px;
	margin:0px;
	display:none;
}


.Content_Pane{
	width:630px;
	background-image:url(images/ebc_contentbg2.gif);
	padding:10px;
}

.2ndContent_Pane{
	width:630px;
	background-image:url(images/ebc_2ndpage_contentbg.gif);
	padding:10px;
	background-repeat:repeat-y;
}

.single_Pane{
	width:100% ;
	background-image:url(images/ebc_2ndpage_contentbg.gif);
	padding:10px;
	background-repeat:repeat-y;
}


/* Table border & bg define */

.briefcol{
	background-image:url(images/ebc_contentbg1.gif);
	background-repeat:no-repeat;
}


.bottomcol1{
	border-top:1px dotted #333333;
}

.bottomcol2{
	border-top:1px dotted #333333;
	background-image:url(images/ebc_rightbg2.gif);
	width:250px;
}

.bottomcol3{
	border-top:1px dotted #333333;
	background-image:url(images/ebc_singlepane_bg2.gif);
	height:119px;
	vertical-align:middle;
}


.bottomtab{
	width:630px;
	height:119px;
	background-image:url(images/ebc_contentbg3.gif);
	vertical-align:top;
}

.rightshadow1{
	width:10px;
	background-image:url(images/ebc_rightshadow1.gif);
	background-position:top;
}

.rightshadow2{
	background-image:url(images/ebc_rightshadow2.gif);
}

.rightshadow3{
	background-image:url(images/ebc_rightshadow3.jpg);
}
