@charset "UTF-8";
/* CSS Document */

/* Selector Identification */

body, div, form, fieldset, input, p, h1, h2, h3, table, td { margin: 0; padding: 0; font-weight: normal; font-size: 1em;    }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
a { text-decoration: none; }
p, table, img
{ margin-bottom: 0em; }
html
{ height: 100%; }

a, a.link, a.active, a.visited {
	display: block;
	height: 0px;
	margin-top: 0px;
	text-decoration: none;
	outline: none;
	border: none;
	cursor: pointer;
}




img {
	border: none;
	outline: none;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}




/* All Content Margins & Padding */
#content {
width: 890px;
margin: 0 0 0 0;
padding: 0 0 100px 0;
background: transparent;
}

h1,h2 { width: 890px; }
h1 { height: 300px; }


h1#mos { 
	background-image: url(images/mos.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	}


a#aboutus { 
	width: 275px;
	height: 60px;
	background-image: url(images/aboutus_btn.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


a#news_press { 
	width: 275px;
	height: 60px;
	background-image: url(images/news_btn.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

a#portfolio { 
	width: 400px;
	height: 60px;
	background-image: url(images/portfolio_btn.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	vertical-align: top
}

a#contactus {
	width: 275px;
	height: 60px;
	background-image: url(images/contactus_btn.jpg);
	background-repeat: no-repeat;
	backgroudn-color: #FFFFFF;
}

a#moslogo {
	width: 890px;
	height: 300px;
	background-image: url(images/mos.jpg);
	background-repeat: no-repeat;
	backgroudn-color: #FFFFFF;
}
		

/* About Us / News / Portfolio / Contact Us/ Drop Down Setup */
.mosport_aboutus {
	width: 500px;
	height: 80px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #FFFFFF;
}
.mosport_portfolio {
	width: 500px;
	height: 100px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #FFFFFF;
}

.mosport_news_press {
	width: 500px;
	height: 250px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #FFFFFF;
}
.mosport_contactus {
	width: 500px;
	height: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #FFFFFF;
}



.main_text{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #91867e;
padding-top:3px; 

}

.main_text A:link {text-decoration: none; color:#695c54}
.main_text A:visited {text-decoration: none; color: #695c54;}
.main_text A:active {text-decoration: none; color: #695c54;}
.main_text A:hover {text-decoration: none; color: #aba200;}

.heading_text{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #b2aaa4; 

} 