
/*---------------- menu tab----------------------*/

#menu_tab
{
	width: 100%;
	height: 45px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin:auto;
	position:fixed;
	top:0px;
	left:0;

}

.menu
{
	white-space: nowrap;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 0px;
	margin: auto;
}

.menu li
{
	display: inline;
	font-size: 20px;
	font-weight: bold;
	line-height: 34px;
}

.menu a
{
	display: inline;
	padding: 0px 15px 0px 15px;
	margin: auto;
	height: 68px;
	text-decoration: none;
	background: none;
	color: silver;
}


.menu a:hover
{
	display: inline;
	padding: 0px 15px 0px 15px;
	margin: auto;
	height: 68px;
	text-decoration: none;
	color: #ff0000;
}

.menu .selected
{
	display: inline;
	padding: 0px 15px 0px 15px;
	margin: 0;
	height: 68px;
	text-decoration: none;
	color: #ff0000;
}


/*---------------- menu tab----------------------*/


ul.iconmenu
{
list-style-type: none;
	float: right;
	display: block;
	width: 600px;
	margin: 0px;
	padding: 10px 0 0 10px;
	background: none;
}

ul.iconmenu li
{
	display: inline;
	font-size: 11px;
	font-weight: bold;

}

ul.iconmenu li.divider
{
	width: 2px;
	height: 102px;
	display: block;
	float: left;
	padding-top: 10px;
	background: url(http://www.tridentaccountancy.co.uk/media/756/separator.jpg) no-repeat center;
}



.title {
color: #841f27;
text-align: center;
font-weight: 600;
font-size:20pt;
font-family: calibri;
}

.stext, li {
color: #000;
text-align: left;
font-weight: 300;
font-size:14pt;
font-family: calibri;
}

.pageCenter {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	float: none;
}

#block_container {
    display: flex;
    justify-content: center;
}

.services {
border: 0px solid #ffffff;
color: #000;
text-align: left;
font-weight: 300;
font-size:14pt;
font-family: calibri;
}

.footer {
  border: 0px solid green;
  background-color:transparent;
}












