/*
 * MONTEK global stylesheet
 * Author David Dale - Imagica Design
 * www.imagica.net.au
 */

a {
	color: #3398FE;
}

a:hover {
	color: #fff;
}

body {
	background-color: #000;
	color: #ccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 20px 30px;
}

form {
	padding: 0;
	margin: 0;
}

li {
	list-style: square;
}

table, td, th {
	font-size: 100%;
}

.clr {
	clear: both;
	line-height: 0;
	height: 0;
}

.mblue {
	color: #3398FE;
}

.mwhite {
	color: #fff;
}

#content {
	clear: both;
	padding-top: 1px; 
}

#crumbs {
	line-height: 28px;
	color: #ccc;
	padding-left: 15px;
	text-align: left;
}

#crumbs a {
	color: #ccc;
	text-decoration: underline;
}

#crumbs a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer {
	clear: both;
}

#imgs {
	background-image: url(../images/left-panel-bg-2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: right;
}

#imgs #lrg {
	float: right;
	border: 3px solid #fff;
	border-right-width: 0;
	margin: 0;
}

#imgs #sml {
	border: 1px solid #fff;
	clear: both;
	margin: 8px 76px 10px 0;
}

#left {
	background-color: #3398FE;
	background-image: url(../images/left-panel-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 2px solid #000; 
	padding-left: 0;
	width: 340px;
}

#logo {
	padding-left: 173px;
	width: 167px;
}

#menu {
	font-size: 12px;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu li a {
	border-bottom: 1px solid #fff;
	color: #999;
	display: block;
	float: left;
	width: 105px;
	padding: 6px 4px;
	text-decoration: none;
}

#menu li a:hover {
	color: #fff;
}

#menu li a:hover, #menu li a.selected {
	font-weight: bold;
}

#menu li.mhome a:hover, #menu li.mhome a.selected {
	color: #fff;
	border-bottom-color: #3398FE;
}

#menu li.mabout a:hover, #menu li.mabout a.selected {
	color: #fff;
	border-bottom-color: #FFC000;
}

#menu li.mexpert a:hover, #menu li.mexpert a.selected {
	color: #fff;
	border-bottom-color: #009900;
}

#menu li.mwhy a:hover, #menu li.mwhy a.selected {
	color: #fff;
	border-bottom-color: #9933CC;
}

#menu li.mcareer a:hover, #menu li.mcareer a.selected {
	color: #fff;
	border-bottom-color: #3366CC;
}

#menu li.mcontact a:hover, #menu li.mcontact a.selected {
	color: #fff;
	border-bottom-color: #FF0033;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 680px;
}

#right {
	line-height: 18px;
	padding: 10px 0 10px 30px;
	width: 310px;
}

#right a {
	color: #FFC000;
}

#right a:hover {
	color: #3398FE;
}

#right ul {
	margin: 0;
	padding: 0;
}

#right li {
	padding-left: 0;
	margin-left: 10px;
}

#right.narrow {
	padding-left: 173px;
	width: 167px;
}

#strapline {
	color: #77D6FE;
	background-color: #3398FE;
	font-size: 90%;
	letter-spacing: .4em;
	padding: 15px 0;
	text-align: center;
	width: 340px;
}

#submenu {
	float: left;
	line-height: 14px;
	padding-left: 15px;
	text-align: left;
	width: 80px;
}

#submenu a {
	color: #77D6FE;
	text-decoration: none;
}

#submenu a:hover, #submenu a.selected {
	color: #FFC000;
}

#submenu ul {
	margin: 0;
	padding: 0;
}

#submenu li {
	margin-left: 10px;
	padding-left: 0;
}

#wrapper {
	width: 680px;
}