a{ color: blue; text-decoration: none;}
a:hover{ color: blue; border-bottom: 1px dashed blue;}

body{
	width: 100%; 
	text-align: center; 
	background: url('images/cherry-repeat.jpg') fixed; 
	margin: 0px; 
	padding: 0px; 
	font-family: arial, sans-serif;
}

p{
	font-size: 15px;
	line-height: 20px;
}

h1{
	color: #2D4E33; 
	margin: 0px; 
	padding: 0px; 
	line-height: 35px
}

h2{
	margin-top: 0px;
	color: #333;
}

h3{
	margin-top: 40px;
}

ul li{
	font-size: 15px;
	line-height: 20px;
	margin: 10px 5px;
}

#main{
	width: 960px; 
	height: auto; 
	margin: 0px auto; 
	background: #fff url('images/banner2.jpg') no-repeat 2px 2px; 
	border: 2px solid #056839;
}

#nav{
	background: url('images/nav-bar.jpg') repeat-x; 
	height: 51px; 
	width: 690px; 
	color: #fff; 
	float: right; 
	margin-right: 2px;
}

#nav ul{
	list-style-type: none;
	text-align: center; 
	width: 100%; 
	margin: 0px; 
	padding: 0px;
}

#nav ul li{
	float: left; 
	width: 94px; 
	border-right: 1px solid #999; 
	margin: 0px 0px 0px 0px; 
	line-height: 40px;
	height: 42px;
	margin-bottom: 8px;
	padding: 0px 5px;
	font-size: 13px;
	width: 104px;
}

#nav ul li a{
	text-decoration: none;
	color: #fff;
}

#nav ul li a:hover{
	text-decoration: underline;
}

#nav ul li:hover{
	cursor: pointer; 
	color: #999;
}

#nav li ul {
	display: none; 
	margin: 0px; 
	padding: 0px;
	margin-left: 5px;
} 
#nav li:hover > ul {
	display: block; 
	position: relative; 
	z-index: 10;
}

#nav li ul li{
	background-color: #fff; 
	border: 1px solid #056839; 
	margin: 0px; 
	margin-left: -10px; 
	font-size: 11px; 
	color: #056839;
	line-height: 18px;
	width: 104px;
	height: 40px;
}

#nav li ul li a{
	display: block;
	height: 40px;
	width: 104px;
	text-decoration: none;
	color: #056839;
}

#nav li ul li:hover{
	background-color: #ccc;
	color: #666;
}

#nav li ul li a:hover{ text-decoration: none;}

#content{
	text-align: left;
	width: 930px;
	min-height: 650px;
	padding: 15px 15px 15px 20px;
}

#footer{
	background: url('images/footer-gradient-bg.jpg') repeat-x; 
	height: 53px;
}

#footer p{
	line-height: 13px; 
	font-size: 10px;
	margin: 0px;
	padding: 0px
}

#body_furniture_making #nav_furniture_making{ text-decoration: underline;}
#body_restoration #nav_restoration{	text-decoration: underline;}
#body_beautiful_homes #nav_beautiful_homes{	text-decoration: underline;}
#body_about_us #nav_about_us{ text-decoration: underline;}
#body_showroom #nav_showroom{ text-decoration: underline;}
#body_contact_us #nav_contact_us{ text-decoration: underline;}

#right-column{
	float: right;
	margin-left: 20px;
	width: 130px;
}

#right-column ul li{
	margin: 3px 0px;
}

.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}

.clear_left{
	clear: left;
	margin: 0px;
	padding: 0px;
}

#breadcrumb{
	margin-bottom: 40px;
}

#breadcrumb img{
	border: none;
}

.tick_section li{
	background: url('images/tick.png') no-repeat;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	padding-left: 35px;
}

form.contact{
	float: right;
}

form.contact input{
	width: 550px;
	height: 30px;
	font-size: 16px;
	font-family: arial, sans-serif;
}

form.contact textarea{
	min-width: 550px;
	max-width: 550px;
	font-size: 16px;
	font-family: arial, sans-serif;
}

form.contact input.send{
	float: right;
	width: 150px;
	height: 50px;
	background-color: #134949;
	cursor: pointer;
	color: #fff;
	border: 1px solid #ccc;	
}

form.contact label{
	font-weight: bold;
	font-size: 16px;
	color: #134949;
}

form.contact tr{
	vertical-align: top;
	line-height: 40px;
	height: 50px;
}
