* {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	background-color: #333;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link, a:visited {
	color: #FF4C0C;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
}
ul, ol {
	margin:20px;	
}
a img {
	border-style: none;
}

h2, h3, h4, h5, h6, h7, h8 {
	color: #FF4C0C;
}

h2 {
	margin-bottom: 20px;
}
h3 {
	margin-top:25px;
	margin-bottom:15px;
}
#mainColumn h3 {
	margin-top: 35px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right:30px;
	padding-bottom:5px;
}


#pageWrapper {
	margin: auto;
	width: 980px;
}
#pageTop {
	background-image: url(../images/pageTop.png);
	background-repeat: no-repeat;
	height: 30px;
}
#pageContent {
	background-image: url(../images/pageBG.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}
#pageFooter {
	background-image: url(../images/pageFooter.png);
	background-repeat: no-repeat;
	height: 30px;
}
#headerArea {
	float: left;
	width: 940px;
}
#logoContainer {
	background-image: url(../images/magneticNorthLogo.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 477px;
	float: left;
	margin-top: 20px;
}
#logoContainer h1 {
	text-indent: -2000px;
}

.clearAll {
	clear: both;
}
#menuArea {
	background-color: #333;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:0.9em;
}


/*  MAIN MENU */
#menuArea ul {
	float: left;
	list-style: none;
	width: 920px;
	margin:0px;
	padding:0px;
	line-height:1;

}
#menuArea li {
	float: left;
}

#menuArea ul a:link, #menuArea ul a:visited {
	color:#CCC;
	text-decoration:none;
}
#menuArea ul a:hover, #menuArea ul a:active {
	color:#FFF;
	text-decoration:none;
}

/* Home link */
#menuArea .menuHome:link, #menuArea .menuHome:visited {
	background-image: url(../images/menuHome.gif);
	background-repeat: no-repeat;
	width:67px;
}
#menuArea .menuHome:hover, #menuArea .menuHome:active {
	background-position: 0px -20px;
}

/* Company link */
#menuArea .menuCompany:link, #menuArea .menuCompany:visited {
	background-image: url(../images/menuCompany.gif);
	background-repeat: no-repeat;
	width:74px;
}
#menuArea .menuCompany:hover, #menuArea .menuCompany:active {
	background-position: 0px -20px;
}

/* Productions link */
#menuArea .menuProductions:link, #menuArea .menuProductions:visited {
	background-image: url(../images/menuProductions.gif);
	background-repeat: no-repeat;
	width:82px;
}
#menuArea .menuProductions:hover, #menuArea .menuProductions:active {
	background-position: 0px -20px;
}

/* Rough Mix link */
#menuArea .menuRoughMix:link, #menuArea .menuRoughMix:visited {
	background-image: url(../images/menuRoughMix.gif);
	background-repeat: no-repeat;
	width:82px;

}
#menuArea .menuRoughMix:hover, #menuArea .menuRoughMix:active {
	background-position: 0px -20px;
}

/* Open Source link */
#menuArea .menuOpenSource:link, #menuArea .menuOpenSource:visited {
	background-image: url(../images/menuOpenSource.gif);
	background-repeat: no-repeat;
	width:79px;
}
#menuArea .menuOpenSource:hover, #menuArea .menuOpenSource:active {
	background-position: 0px -20px;
}

/* Contact Us link */
#menuArea .menuContactUs:link, #menuArea .menuContactUs:visited {
	background-image: url(../images/menuContactUs.gif);
	background-repeat: no-repeat;
	width:72px;
}
#menuArea .menuContactUs:hover, #menuArea .menuContactUs:active {
	background-position: 0px -20px;
}


/* END OF MENU LINKS */




/* DROP DOWNS FOR THE MAIN MENU */

#mainleveltopnav li{
	display:inline;
	list-style-type:none;
	padding-right:5px;
}

#mainlevelmainnav a{
	display:block;
	text-decoration:none;
	height: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	/*text-indent: -2000px;*/
	padding-right:40px;
	width:auto !important; 
	width: 80px;
	white-space:nowrap;
}

#mainlevelmainnav li{
	float:left;
	padding:0;
}

/* The first level sub menu */
#mainlevelmainnav li ul{
	position:absolute;
	left:-999em;
	height:auto;
	width:12em;
	background-color: #333;
	margin:0;
	padding: 0px 5px 10px 5px;
	
}

/* The menu items of the first level of sub menu */
#mainlevelmainnav li li{
	width:12em;
	background-image: url(../images/menuHorizontalDivider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}
#mainlevelmainnav li ul a{
	color:#fff;
	line-height:1em;
	width:12em;
}


/* The second level sub menu */
#mainlevelmainnav ul ul{
	position:absolute;
	left:-999em;
	height:auto;
	width:12em;
	background-color: #333;
	margin:-2.3em 0 0 12em;
	padding: 0px 5px 0px 5px;
	background-image: none;
}

/* The menu items of the second level of sub menu */
#mainlevelmainnav li li li{
	width:12em;
	background-image: url(../images/menuHorizontalDivider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


#mainlevelmainnav li:hover ul ul,#mainlevelmainnav li:hover ul ul ul,#mainlevelmainnav li.sfhover ul ul,#mainlevelmainnav li.sfhover ul ul ul{
	left:-999em;
}
#mainlevelmainnav li:hover ul,#mainlevelmainnav li li:hover ul,#mainlevelmainnav li li li:hover ul,#mainlevelmainnav li.sfhover ul,#mainlevelmainnav li li.sfhover ul,#mainlevelmainnav li li li.sfhover ul{
	left:auto;
	z-index:6000;
}

/* IE Dropdown fix */
#mainlevelmainnav li:hover, #mainlevelmainnav li.hover {  
    position: static;  
  }  
  
  
/* END OF THE MAIN MENU STUFF */

#mainColumn {
	float: left;
	width: 670px;
	margin-right: 30px;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top:20px;
}
#sideColumn {
	float: left;
	width: 240px;
	font-size: 0.7em;
}

.imgLeft {
	float: left;
	padding: 2px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #CCC;
}
.imgRight {
	float: right;
	padding: 2px;
	margin: 0px 0px 10px 10px;
	border: 1px solid #CCC;
}
.imgLeftNoBorder {
	float: left;
	margin: 0px 10px 10px 0px;
}
.imgRightNoBorder {
	float: right;
	margin: 0px 0px 10px 10px;
}


.lighterText {
	color: #555556;
}

.sideBox {
	margin-bottom: 35px;
	
}
#sideColumn h3 {
	font-size: 1.4em;
	line-height: 1.8em;
	color: #FF4C0C;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#newsletterForm #emailAddress {
	color: #555556;
}
#footer {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	float: left;
	width: 100%;
	margin-top: 5px;
}
#addressArea {
	float: left;
	width: 50%;
	font-size: 0.7em;
	color: #FF663F;
	line-height: 1.5em;
}
#fundingArea {
	text-align: right;
	float: right;
	width: 50%;
}
.biggerText {
	font-size: 1.1em;
}
#quoteContainer {
	float: right;
	height: 85px;
	width: 250px;
	text-align: right;
}

.modifydate {
	font-size: 0.8em;
	color: #CCC;
}

#mainColumn h4 {
	margin-top:25px;	
}


/* Productions Table on Productiosn page */
.productionsTable p {
	padding:0;
	margin:0;
}
.productionsTable td {
	padding-bottom:15px;
}

#productionImages {
	width: 940px;
	overflow: hidden;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
}
