/**
 * Content CSS for the BonusThemes.com Corez Template
 *
 * @package bt_corez
 * @version 1.0
 * @copyright BonusThemes.com 2008
 * @link http://www.bonusthemes.com/goto/bt_corez
 */


/* #######################  GENERAL SETTINGS ############################ */



/*  Global Formatting */

.buttonheading img {
	border: none;
}

/* #######################  END GENERAL SETTINGS ############################ */

/* ######################  LAYOUT SETTINGS       ############################## */

/* ######################  LAYOUT SETTINGS       ############################## */

/*##################### NAVIGATION SECTION #####################*/

/* Pathway Breadcrumbs */

.pathway {
	font-size: 11px;
	color: #333;
}

a.pathway:link {
	color: #2971a7;
}

a.pathway:visited {
	color: #2971a7;
}

a.pathway:active {
	color: #2971a7;
}

a.pathway:hover {
	color: #b5d5ff;
	text-decoration: underline;
}

span.pathway {
	display: block;
	line-height: 30px;
	height: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}

/* Mainlevel menu */

.mainlevel {
	height: 18px;
}

a.mainlevel {
	display: block;
	color: #7189a2;
	padding: 7px 0 3px 19px;
	margin: 0 0 1px;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
	background: url(http://www.novatela.com.br/templates/bt_corez/images/arrow-1.gif) no-repeat left center;
}

a.mainlevel:hover {
	color: #10478c;
	background: #ededed url(http://www.novatela.com.br/templates/bt_corez/images/arrow-hover.gif) no-repeat left center;
}


/* Sub Menu */

.sublevel {
	height: 18px;
}

a.sublevel {
	display: block;
	color: #7189a2;
	padding: 7px 0 3px 29px;
	margin: 0 0 1px;
	text-decoration: none;
	border-bottom: 1px solid #FF00FF;
	background: url(http://www.novatela.com.br/templates/bt_corez/images/arrow-right-sub.png) no-repeat 15px center;
}

a.sublevel:hover {
	display: block;
	color: #10478c;
	background: #ededed url(http://www.novatela.com.br/templates/bt_corez/images/arrow-right-sub.png) no-repeat 15px center;
}


/* Joomla 1.5 menu */

ul.menu li {
	list-style-position: outside;
	border-bottom: 1px solid #FF0000;
	padding-left: 1.6em;
	margin-left: 0;
	background: url(http://www.novatela.com.br/templates/bt_corez/images/arrow-1.gif) no-repeat 2px 5px;
}

ul.menu li:hover {
	background: url(../images/arrow-hover.gif) no-repeat 0px 1px;
	background-color: #00FF00;
}

ul.menu li a {
	margin-left: 0px;
}

ul.menu li li {
	border: none;
	padding-left: 1em;
	margin-left: 0;
	background: url(http://www.novatela.com.br/templates/bt_corez/images/arrow-right-sub.png) no-repeat 0px 8px;
}

ul.menu li li:hover {
	background: #ededed url(http://www.novatela.com.br/templates/bt_corez/images/arrow-right-sub.png) no-repeat 0px 8px;
}


/* Add Custom Menus */

/* Add Custom Menus */

/*##################### NAVIGATION SECTION #####################*/
