* { font-family: Helvetica, Arial, sans-serif !important; }

html { background: #fff url(theme/background.jpg) top center no-repeat; }
body { background: transparent none; }

#siteContainer2.one_panel #topNav, #siteContainer2.two_panel #topNav { padding: 0; margin-bottom: 15px; }

#accountNav { position: absolute; z-index: 200; }

.facebookLink {
	position: absolute; bottom: 25px; left: 35px;
	-webkit-transition: .2s opacity ease-in-out;
		 -moz-transition: .2s opacity ease-in-out;
			-ms-transition: .2s opacity ease-in-out;
			 -o-transition: .2s opacity ease-in-out;
					transition: .2s opacity ease-in-out;
}

.facebookLink:hover { opacity: .8; }

#topNav { background: transparent none; padding: 0; }
#topNav table { background: transparent none; }
#topNav table tr td.selected, #topNav table tr td.selected a, #topNav table tr td:hover, #topNav table tr td:hover a { background: transparent none; }
#topNav table tr td { padding-bottom: 0; }
#topNav table tr td a {
	border-left: 1px solid #020723; border-right: 1px solid #283784; color: #fff; line-height: 49px;
	-webkit-transition: .2s background ease-in-out;
		 -moz-transition: .2s background ease-in-out;
			-ms-transition: .2s background ease-in-out;
			 -o-transition: .2s background ease-in-out;
					transition: .2s background ease-in-out;
	}
#topNav table tr td a:hover, #topNav table tr td.selected a { background: #080e33 none; }
#topNav table tr td.firstNavElement a { border-left: none; }
#topNav table tr td.lastNavElement a { border-right: none; }


#siteHeader { height: 276px; }

#siteFooter ul li { color: #333; }

/* DROPDOWN NAVIGATION */

#topNav tr td:hover { background: #060d35 none !important; }

#topNav tr td ul {
	box-shadow: none;
	border-bottom: 4px solid #060d35;
	background: #060d35 none;
}

#topNav tr td ul li {
	background: transparent none;
	border: none;
	margin: 0;
}

#topNav td ul li:hover, #topNav td ul li.hover {
	background: #060d35 none;
}

#topNav tr td ul li ul {
	border: none;
	background: #1b2b88 none;
}

#topNav tr td ul li ul li a:hover {
	background: #2c3fad none;
}

#topNav tr td ul li a, #topNav tr td.selected ul li a {
	border: none;
	margin: 0;
	line-height: 10px;
	padding: 6px 10px;
	text-transform: capitalize;
	color: #fff;
	background: transparent none;
}

#topNav td ul li:hover > a, #topNav td ul li.hover > a {
	border: none;
	background: #1b2b88 none;
}

#topNav tr td ul li a:hover {
	color: #fff;
	background: #1b2b88 none;
}