/*														CSS RESET	start */
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: baseline;
}
/* 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: "" "";
}
/*														CSS RESET	end */

body {
	width: 670px;
	margin: 0 auto;
	color: #666666;
	background: #cdcdcd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #004d85;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

#header {
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
}

#header h1 {
	display: block;
	height: 95px;
	background: #ffffff url('/img/monocom_logo.gif') no-repeat 17px 14px;
	font-size: 0px;
	color: #ffffff;
}

#container {
	padding-left: 20px;
	padding-bottom: 55px;
	border-top: 12px solid #ffffff;
	border-bottom: 18px solid #f2f2f2;
	background:  #ffffff url('/img/container_background.gif') repeat-x top left;
}

#container img#section_image {
	float: right;
	clear: right;
}

#container address.addr {
	margin-top: 60px;
	width: 50%;
	font-style: normal;
}

#container address.addr span {
	display: block;
	width: 100%;
}

#container address.addr span.company {
	font-weight: bold;
}

#container address.addr span.location {
	margin-bottom: 10px;
}

#container address.addr span.type {
	width: 50px;
	float: left;
}

#container address.addr span.value {
	width: 250px;
}

#container p {
	margin-top: 10px;
}

#container p.addr_details {
	margin-bottom: 40px;
}

h3 {
	margin-top: 60px;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #004d85;
}

ul.references {
	overflow: auto;
	width: 100%;
	list-style: none;
}

ul.references li {
	float: left;
	margin-right: 1px;
}

ul.references a {
	display: block;
	width: 68px;
	height: 50px;
	padding-top: 6px;
	border: 1px solid #eeeeee;
}

ul.references a:hover {
	border-color: #dddddd;
}

#footer {
	border-top: 1px solid #cccccc;
	border-bottom: 10px solid #ffffff;
}
