/*------------------>> Reset style <<-----------------------
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
---------------------------------------------------------------*/
html, body, 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, strong, 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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*
	vertical-align: top;
	*/
}
/* remember to define focus styles! */
:focus {	outline: 0;}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {	list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { 	content: "";}
blockquote, q {quotes: "" "";}

/*------------------>> End Reset style <<-----------------------*/

/*------------------>> Layout <<-----------------------*/

body {
	background: #050706;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#919294;
	cursor: default;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

/*---------------NAVIGATION--------------*/

#navigation {
	float: left;
	width: 1000px;
	height: 35px;
}

#navigation .links {
	display:inline;
	float:right;
	height:15px;
	margin:10px 0;
	width:260px;
}

#navigation .links li {
	display:inline;
	float: right;
}

#navigation a:link, #navigation a:visited {
	color:#919294;
	padding:0 0 0 5px;
	text-decoration:none;
	text-transform:capitalize;
}

#navigation a:hover {
	color:#666;
}

/*------------HEADER-----------------*/

#header {
	background:url(../images/mx_header.jpg) no-repeat;
	display:inline;
	float:right;
	height:70px;
	width:1000px;
}

#header span{
	display: none;
}

.left {
	background: url(../images/mx_left_bg.gif) repeat-y;
	border:1px solid #404040;
	display:inline;
	float:left;
	height:385px;
	*height:384px;
	margin-right:10px;
	width:200px;
	*padding-top: 1px;
}

.left li {
	margin-bottom:2px;
}

.left li a {
	display:block;
	height:24px;
	text-decoration:none;
	padding:9px 0 0 13px;
	*padding:8px 0 0 0px;
	color:#CECFD1;
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
}

.left .no10 a {
	color: #d80c15;
}

.left .no10 a:hover {
	color: #84090c;
}

.left li a:hover {
	color:#858586;
}

.left li a span {

}

#banner {
	background:transparent url(../images/mx_banner.jpg) no-repeat scroll 0 0;
	display:inline;
	float:left;
	height:387px;
	width:626px;
}

#banner span{
	display: none;
}

.right {
	background:transparent url(../images/mx_right_bg.png) no-repeat scroll 0 0;
	border:1px solid #404040;
	display:inline;
	float:right;
	height:312px;
	*height:314px;
	list-style-position:outside;
	list-style-type:disc;
	padding-top:73px;
	*padding-top:71px;
	width:151px;
}

.right li {
	color:#CECFD1;
	margin-bottom:2px;
	margin-left:22px;
	*margin-left:27px;
	*padding-right: 1px;
}

.right .no1 {
	*margin-top:-40px;
}

.right li a {
	display:block;
	height:40px;
	margin-left:-5px;
	*margin-right:-6px;
	padding:10px 0 26px;
	text-decoration:none;
	color:#CECFD1;
	font-family:verdana;
	font-size:12px;
	font-weight:normal;
	line-height:2;
	position: relative;
	*top:42px;
	*left: -6px;
}

.right li a:hover {
	color:#858586;
}

.right li a span {

}

/*-----------CONTENT---------------*/

#content {
	float: right;
	width: 1000px;
	display: inline;
	margin-top: 9px;
}

#content #imgmap2009423151328:hover {
	cursor: pointer;
}

/*-----------FOOTER---------------*/

#footer {
	width: 1000px;
	height: 45px;
	clear: both;
}

#footer .logo {
	float: left;
	background: url(../images/mx_djo_logo.gif) no-repeat;
	width: 63px;
	height: 25px;
	margin:10px 0px;
}

#footer .logo strong{
	display: none;
}

#footer .copyright {
	float: right;
	font-size:9px;
	padding:13px 0px;
}
