/* 
------------------------
Author: Daniyal Hamid 
Made for: HomeopathyNHS.com
(C) 2007, All Rights Reserved.
------------------------
*/

/******** LAYOUT - ABOUT **********/

.float_left_spacer {
	margin: 13px 10px 10px 0;
	padding: 0;
}

.float_right_spacer {
	margin: 13px 0 10px 10px;
	padding: 0;
}


#awards img, #member img {
	border: 0;
}

.awards_ul {
	margin: 0;
	padding: 0;
	
	/*text-align: center;*/
}

.awards_li {
	display: inline;
	list-style-type: none;
	
	padding-right: 15px;
}


/******** LAYOUT - TAB MENU **********/

/*
#tab-top {
	width: 446px;
	
	background: url('../../visual/layout/tab/tab-top_bg.gif') no-repeat;
}
*/

#tab {
	width: 448px;
	min-height: 81px;
	
	border-left: 1px dotted #d3d3d3;
	border-bottom: 1px dotted #d3d3d3;
	
	background: url('../../visual/layout/tab/tab-middle_bg.gif') repeat-x;
	background-color: #ffffff;
}

#tab-content {
	width: 302px;
	
	padding: 10px; /* subtract 20px from width */
	
	border-top: 1px dotted #d3d3d3;
}

#tab-menu {
	width: 126px;
}

#tab-menu ul {
	margin: 0;
	padding: 0;
}

#tab-menu li {
	list-style-type: none;
	
	width: 125px;	/* subtract 1px border */
	
	/* either these two ... */
	height: 25px;
	padding-top: 10px;
	
	/* or line-height: 35px; */
	
	text-align: center;
}

.on {
	height: 35px;
	
	border-top: 1px dotted #d3d3d3;
	border-right: 1px dotted #d3d3d3;
}

.off {
	height: 35px;
	
	border-top: 1px dotted #d3d3d3;
	border-left: 1px dotted #d3d3d3;
	
	background-color: #f9f9f9;
}

.over {
	background-color: #ecf8fb;
	
	cursor: pointer;
}

.spacer {
	border-left: 1px dotted #d3d3d3;
	border-top: 1px dotted #d3d3d3;
	
	background: url('../../visual/layout/bg-pattern.gif');
	background-color: #f9f9f9;
}


/******** LAYOUT - TAB MENU (CONTENT) **********/

#tab-content .para_inner {
	line-height: 12px;
	
	width: 185px;
	
	margin: 0;
	padding: 3px 0 0 0;
	
	text-align: left;
}

#tab-content .float_lower {	
	width: 297px;
	
	padding: 5px 0 0 5px;
}
