/* reset css styles individually instead of universal selector. */
html, body{
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
}
* {margin:0;padding:0}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {	list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background:#333333;
	color:#FFF;
	font-size: 12px; 
	text-align:center;
	min-height:468px;/* for good browsers*/
	min-width:552px;/* for good browsers*/
}

.fleft {
	float:left; 
}
.fright {
	float:right; 
}
.tleft {
	text-align:left;
}
.tbold {
	font-weight:bold;
}
.titalic {
	font-style:italic;
}
.mtop20 {
	margin-top:20px;
}
.mtop50 {
	margin-top:50px;
}
.fs110 {
	font-size:110%;
}
.fs120 {
	font-size:120%;
}

a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.clearboth {
	clear:both;
}

#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:top;
}
#xcontainer {
	text-align: center;
	position:relative;
	vertical-align:top;
	display:table-cell;

}	
#xinner {
	width: 1036px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top:90px;
}
#header {
	text-align:left; 
	position:relative; 
	height:70px;
	background:#333333 url(../images/logo_mm.gif) 45px 0px no-repeat;
}
.logolink {
	margin-left:45px;
}
#menu { 
	height:70px; 
	position:relative;
}
#menu span {
	position:absolute; 
	bottom:13px; 
	right:50px; 
	white-space:nowrap;
}
#content-container {
	background-color:#993300; 
	position:relative;
	border:4px solid #FFF;
	font-size:115%;
	line-height:125%;
 	width:1028px;
}
#content {
	position:relative;
}
.content-contact {
	height:398px; 
	background:#993300 url(../images/content_img_contact.jpg) no-repeat;
	line-height:130%;
}
#footer {
	font-size:100%; 
	line-height:300%; 
	position:relative; 
	height:30px;
	padding:0 12px;
}
.about-flash-cont {
	line-height:1px; 
	border-left:4px #FFF solid; 
	border-right:4px #FFF solid; 
	width:327px; 
	height:572px;
}
.about-txt {
	padding:50px 40px 50px 35px;
}
.about-txt-left {
	width:180px;	
}
.about-txt-right {
	width:360px;	
}

.ullist {
	margin-top:50px;
	list-style: none outside;	
}
.ullist li {
	margin-top:10px;
}
.ullist li span {
	margin-left:-10px;
}


