@charset "utf-8";
/* CSS Document - Dilmah Sevenstar | Author - Sam */

/*----------------Page Positions----------------------------- */

body{	
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:11px;
	color:#787878;
	}
	

#outer-container{
	margin:auto;
	width:900px;
	background:url(../images/menu-bck.jpg) top left repeat-y;
	}
	
#left-menu-container{
	background:url(../images/menu-top-bck.jpg);
	width:200px;
	float:left;
	height:600px;
	}

#right-container{
	width:700px;
	float:left;
	}
	
#logo-left-container{
	width:159px;
	height:115px;
	float:right;
	margin-top:27px;
	}
	
#logo-right-container{
	width:36px;
	height:115px;
	float:left;
	}
	
#signup-container{
	width:700px;
	height:27px;
	background:#FFFFFF;
	float:left;
	opacity:0.7;
	filter: alpha(opacity=70);
	}
	
#main-banner{
	width:700px;
	height:360px;
	}
	
#search-container{
	width:700px;
	height:35px;
	background:url(../images/search-bck.jpg) top left no-repeat #FFFFFF;
	border-top:#ebe3ce 1px solid;
	border-bottom:#ebe3ce 1px solid;
	margin-top:4px;
	padding:5px 0px 0px 0px;
	}
	
#search-box{
	width:195px;
	height:30px;
	float:right;
	padding-top:3px;
	}
	
#favourites-link{
	width:100px;
	height:30px;
	float:right;
	margin-right:5px;
	}
	
#menu-bar{
	width:180px;
	float:right;
	padding-right:6px;
	}

#inside-menu-box{
	position:relative;
	}
	
#content-area{
	width:680px;
	margin:20px 0px 20px 20px;
	}
	
#footer-container{
	width:700px;
	height:80px;
	border-top:#ece3cd 1px solid;
	float:left;
	}
	
#footer-inner-container{
	width:680px;
	height:70px;
	background:#faf4e5;
	margin-top:1px;
	padding-left:20px;
	padding-top:10px;
	}
	
#footer-inner-left-container{
	float:left;
	width:300px;
	}

#footer-inner-right-container{
	float:right;
	width:200px;
	margin-right:20px;
	text-align:right;
	}
	
#contentarea-left-container{
	width:420px;
	float:left;
	}
	
#contentarea-right-container{
	width:228px;
	float:left;
	margin-left:32px;
	}
	
#welcome-text-container{
	height:210px;
	width:420px;
	border-bottom:#ebe3ce 1px solid;
	background:url(../images/welcome-txt.gif) top left no-repeat;
	padding-top:45px;
	}
	
#welcome-left-container{
	width:126px;
	height:167px;
	float:left;
	background:url(../images/ceo-pic.jpg) top left no-repeat;
	}
	
#welcome-right-container{
	float:left;
	margin-left:20px;
	width:274px;
	}
	
#welcome-bottom-container{
	width:274px;
	background:url(../images/signature-ceo.gif) top left no-repeat;
	padding-top:60px;
	margin-top:10px;
	}
	
#feature-product-container{
	width:420px;
	margin-top:15px;
	border-bottom:#ebe3ce 1px solid;
	}

.main-title{
	float:left;
	width:420px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#4e380f;
	padding-bottom:15px;
	}

.home-page-feature-left-box{
	width:194px;
	border-right:#ebe3ce 1px solid;
	float:left;
	}

.home-page-feature-right-box{
	width:194px;
	float:left;
	}
	
.image-container{
	float:left;
	width:65px;
	height:65px;
	}

.feature-sub-title{
	float:left;
	width:114px;
	height:50px;
	margin-left:15px;
	}
	
	
.add-link-btn{
	float:left;
	width:114px;
	height:15px;
	margin-left:15px;
	}
	
.video-image-container{
	float:left;
	width:65px;
	height:65px;
	}

.video-sub-title{
	float:left;
	width:148px;
	height:45px;
	margin-left:15px;
	}
	
.watch-video-btn{
	float:left;
	width:148px;
	height:20px;
	margin-left:15px;
	}
	
#home-icon{
	background-image:url(../images/ico_home.jpg);
	width:30px;
	height:30px;
	float:right;
}