body {
font-family: 
Tahoma; 
color:#668097
}

p { font-size:10pt}
li { font-size:10pt}
td { font-size:10pt}

h1 {font-size:20pt; margin-bottom:0;}

h2 {font-size:16pt; margin-bottom:0;}

a { text-decoration:none; color:#92B4CF}
a:hover { text-decoration:none; color:#981C1F }


td.footercap {
	background-image: url('http://www.breakthroughmarketingsolutions.com/images/footer-cap.gif'); 
	background-repeat: no-repeat; 
	background-position: bottom center;
	background-color: #6A8397;}
	
input.yellow { background-color: #FFFFA0;}
select { background-color: #FFFFA0;}
textarea { background-color: #FFFFA0;}

#footer a{
color: #668299;
}

#footer a:hover{
color:#981C1F;
}

#topleft {
background: url(http://www.breakthroughmarketingsolutions.com/images/topleft.gif) top left no-repeat;
margin: 0px;
}

#topright {
background: url(http://www.breakthroughmarketingsolutions.com/images/topright.gif) top right no-repeat;
margin: 0px;
}

#midleft {
background: url(http://www.breakthroughmarketingsolutions.com/images/midleft.gif) top left repeat-y;
margin: 0px;
}

#midright {
background: url(http://www.breakthroughmarketingsolutions.com/images/midright.gif) top right repeat-y;
margin: 0px;
}

#bottomleft {
background: url(http://www.breakthroughmarketingsolutions.com/images/bottomleft.gif) bottom left no-repeat;
margin: 0px;
}

#bottomright {
background: url(http://www.breakthroughmarketingsolutions.com/images/bottomright.gif) bottom right no-repeat;
margin: 0px;
}


/*######## MENU #######*/

.solidblockmenu ul{
margin: 0;
padding: 0;
font: bold 13px Arial;
width: 100%;
height: 33px;
border: 0px ;
border-width: 0px 0;
background: url(http://www.breakthroughmarketingsolutions.com/images/blockdefault2.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
height: 33px;
}

.solidblockmenu li a{
color: #668299;
float: left;
text-decoration: none;
border-right: 1px solid #8E959C; 
padding-left:13px; padding-right:13px; padding-top:7px; padding-bottom:7px
}

.solidblockmenu li a:visited{
color: #668299;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: #981C1F ;
background: transparent url(http://www.breakthroughmarketingsolutions.com/images/blockactive2.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:30px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
padding-top: 3px;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}

/*######## End of MENU #######*/