
/*****
	MAINMENU
*****/

.mainmenu { 
	background: #9d9d9d; /* Old browsers */
	background: -moz-linear-gradient(top,  #9d9d9d 0%, #acacac 50%, #b9b9b9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #9d9d9d 0%,#acacac 50%,#b9b9b9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #9d9d9d 0%,#acacac 50%,#b9b9b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */
}

.col-maincontent
{
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}
.col-maincontent-fullwidth
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active > a:hover {
	background: #a64545; /* Old browsers */
	background: -moz-linear-gradient(top,  #a64545 0%, #b35353 50%, #c16161 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a64545 0%,#b35353 50%,#c16161 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a64545 0%,#b35353 50%,#c16161 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a64545', endColorstr='#c16161',GradientType=0 ); /* IE6-9 */
}

/*****
	MAINCONTENT
*****/

.maincontent-pre,
body.home .maincontent-pre .avPlayerWrapper,
body.home .maincontent-pre .avPlayerWrapper .avPlayerContainer iframe { 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*****
	MODULE POSITIONS
*****/

.maincontent-pre .custom .map { 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}