/*
Theme Name: Assagay Hotel
Theme URI: http://www.assagayhotel.co.za/
Description:  Assagay Theme v2
Author: David Cramer
Author URI: http://www.digilab.com/
*/

/* standard elements */


body{
	background: #ffffff url(bg.jpg) top center repeat-x;
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#685f52;
}


/*Header*/
.header_segment{
	background:#fff url(header.jpg) center top no-repeat;
	height:259px;
	width: 757px;
	margin:0 auto 0 auto;
}
/*Content*/
.segment2{
	background:url(bodybg.jpg) center top repeat-y;
	width: 757px;
	margin:0 auto 0 auto;
	min-height:307px;
	height:auto !important;
	height:337px;	
}
/*Footer*/
.footer_segment{
	background:url(footer.jpg) center top no-repeat;
	padding-top:100px;
	height:164px;
	
}
/*Paddings for columns*/
.gen_column{
	margin:0 10px 0 0px;
}
/*SideBar*/
.seg3_col1{
	margin-right:10px;
}
	
.boxtitle, h1, h2, h3{
	font-size:14px;
	font-weight:bold;
	color:#685f52;
	border-top:1px dashed #c2bfb7;
	border-bottom:1px dashed #c2bfb7;
	padding-top:10px;
}
.boxbody{
	padding:5px;
}

a:link, a:visited{
	text-decoration:none;
	color:#699ccf;
}
a:hover, a:active{
	text-decoration:none;
	color:#aed5fa;
}

/* Sidebar List links */
.seg2_col1 ul li a:link, .seg2_col1 ul li a:visited{
	text-decoration:none;
	color:#7b8250;
}
.seg2_col1 ul{
	list-style:none;
	padding:0;
	margin:0;
}
.seg2_col1 ul li ul{
	list-style:none;
	padding:0;
	margin:0;
}

.seg2_col1 ul li ul li{
	display:block;
	padding:3px 4px 1px 38px;
	font-size:14px;
	font-weight:normal;
}
.seg2_col1 ul li ul li:hover{
	background:url(hover.jpg) left center no-repeat;
	text-decoration:none;
}
.current_page_item{
	background:url(hover.jpg) left center no-repeat;
	font-weight:bold;
}
.current_page_item a:link, .current_page_item a:visited{
	font-weight:bold;
}
.highlight{
	background:url(hover.jpg) left center no-repeat;
	font-weight:bold;
}

