/*
 Designed by Elton Lobo
 Ph. No: 7204039820
 
 Created on 14th June 2014
 */
 
body{
	margin:0;
	font:"Times New Roman", Times, serif;
	font-size:16px;
}
a{
	text-decoration:none;
	color:inherit;
}
brown-dark{
	color:#4d3022;
}
brown-light{
	color: #c65600;
	font-size: 36px;
}

/*
 Website design
 */
.top-line{
	position: relative;
	width: 100%;
	height: 6px;
	top: 0px;
	background-color: #4d3022;
}
#wrapper{
	width:80%;
	margin:0 auto 0;
	top:6px;
}
#box{
	position:relative;
	width:100%;
	margin:0;
	background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#EFEFEF));
    background-image: -webkit-linear-gradient(top, #ffffff, #EFEFEF);
    background-image: -moz-linear-gradient(top, #ffffff, #EFEFEF);
    background-image: -o-linear-gradient(top, #ffffff, #EFEFEF);
    background-image: linear-gradient(to bottom, #ffffff, #EFEFEF); 
}
/*
 header
 */
header{
	width:100%;
	top:6px;
	position:relative;
	height:200px;
}
header nav{
	position:relative;
	width:100%;
	height:30px;
	top:140px;
	margin-left:auto;
	margin-right:auto;
}
header .bottom-line{
	position:absolute;
	width:100%;
	height:2px;
	bottom:-20px;
	background-color:#4d3022;
}
header nav a li{
	list-style:none;
	width:16%;
	height:30px;
	float:left;
	text-align:center;
	font:"Times New Roman", Times, serif;
	font-size:20px;
	color:#4d3022;
	line-height:30px;
}
header nav a li:hover{
	font-size:24px;
	line-height:30px;
	color:#c65600;
}
header nav .div-left{
	position:absolute;
	width:2px;
	height:30px;
	background-color:#c65600;
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
header nav .div-right{
	position: absolute;
	right: 45px;
	width: 2px;
	height: 30px;
	background-color: #c65600;
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
header .logo-box{
	position:absolute;
	width:650px;
	height:140px;
	top:-12px;
	left:0px;
}
header .logo-box .img{
	position: absolute;
	left: 0px;
	top:8px;
}
header .logo-box textbox large{
	font-size:28px;
}
header .logo-box textbox p{
	top:20px;
	position:absolute;
}
header .logo-box textbox{
	position: absolute;
	width: 490px;
	height: 45px;
	right: 0px;
	top: 20px;
	font: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4d3022;
}
header .logo-box adr{
	position: absolute;
	width: 490px;
	height: 45px;
	right: 0px;
	top: 74px;
	font: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4d3022;
}
header .logo-box adr p{
	top:5px;
	position:absolute;
}
/*
 footer
 */
footer{
	position:relative;
	width:100%;
	height:80px;
	margin-top:60px;
}
#footer_panel0{
	position:absolute;
	width:100%;
	height:50px;
	top:0px;
	background-color:#4d3022;
}
#footer_panel0 .footer-logo{
	position:absolute;
	left:50px;
	top:2px;
}
#footer_panel0 .top-line{
	position:absolute;
	width:100%;
	height:3px;
	top:0px;
	background-color:#c65600;
}
#footer_panel1{
	position:absolute;
	width:100%;
	height:30px;
	top:50px;
	line-height:30px;
	font:"Times New Roman", Times, serif;
	font-size:12px;
	color:#c65600;
	text-align:center;
}
#footer_panel0 nav{
	position:relative;
	width:680px;
	height:30px;
	top:-2px;
	left:325px;
}
#footer_panel0 nav a li{
	list-style:none;
	width:16%;
	height:30px;
	float:left;
	text-align:center;
	font:"Times New Roman", Times, serif;
	font-size:15px;
	color:#f0f0f0;
	line-height:30px;
}
#footer_panel0 nav a li:hover{
	color:#c65600;
}
#footer_panel0 .up{
	position:absolute;
	right:50px;
	top:2px;
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
#footer_panel0 .up:hover{
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
#footer_panel1 .design{
	position:absolute;
	right:50px;
	top:2px;
	color:#787878;
}
.topper-next{ width:100%; margin:auto;}
.topper-next ul{ float:left;}
.topper-next ul li{ float:left; margin-left:25px;}
.topper-next ul li img{border:1px solid #666;}