
ul.domtabs{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1CBC4;
	float:left;
	line-height:43px;
	height:53px;
	padding:10px 0px 0px 0px;
	width:552px;
	margin-bottom:25px;
}
ul.domtabs li{
	float: left;
	width: 160px!important;
	margin: 0px;
	font-size:1.2em;
	padding: 10px 10px 0px 10px;
	height: 32px;
	line-height:27px;
	text-align: center;
	text-decoration:none;
	margin-right:5px;
	margin-left:10px;
		}
ul.domtabs a{
	float: left;
	width: 160px!important;
	margin: 0px;
	font-size:1.2em;
	padding: 10px 10px 0px 10px;
	height: 32px;
	line-height:27px;
	text-align: center;
	text-decoration:none;
	margin-right:5px;
	margin-left:10px;
	background-color:#EEEBE8;
	border: 1px solid #D1CBC4;
		}
ul.domtabs a:hover{
	color:#6B4D27!important;
		}
div.domtab div.pane{
	clear:both;
	display:none;
	float: left;
	width:552px;
		}
ul.domtabs li.active a {
	color:#6B4D27;
	background-color:#fff;
	border-bottom-color:#fff;
		}

.padding40 {
	padding-top: 40px;
	padding-bottom:40px;
}
.pane-cont {float:right; width:552px; }
