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


/* CSS RESET SHEET v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
p {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* BASIC CSS */

html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	background-color: #100;
	background-image: url(images/background.png);
	background-position: center center;
}
img {
	border: 0;
}
a:link {
	color: #990;
	text-decoration: none;
}
a:visited {
	color: #990;
	text-decoration: none;
}
a:active {
	color: #990;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
#outer {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#outer[id] {
	display: table;
	position: static;
}
#middle {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
} /* for explorer only*/
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#inner {
	position: relative;
	top: -50%;
	text-align: left;
} /* for explorer only */
#inner {
	height: 630px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
} /* for all browsers*/
#header {
	height: 120px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.png);
	left: 0px;
	top: 0px;
	position: absolute;
}
#menu {
	height: 60px;
	width: 95px;
	margin: 0px;
	padding: 0px;
	left: 29px;
	top: 30px;
	position: absolute;
	background-color: #333;
}
#menu a img {
	height: 15px;
	width: 95px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#menu-about {
	height: 15px;
	width: 95px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu.png);
	background-position: 0px 0px;
}
#menu-services {
	height: 15px;
	width: 95px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu.png);
	background-position: 0px 45px;
}
#menu-port {
	height: 15px;
	width: 95px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu.png);
	background-position: 0px 30px;
}
#menu-contact {
	height: 15px;
	width: 95px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu.png);
	background-position: 0px 15px;
}
#background {
	background-color: #400;
	height: 480px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/content.png);
	left: 0px;
	top: 120px;
	position: absolute;
}
#content {
	margin: 0px;
	padding: 0px;
	height: 419px;
	width: 402px;
	background-color: #FFF;
	left: 30px;
	top: 150px;
	position: absolute;
}
#text {
	margin: 0px;
	padding: 0px;
	height: 359px;
	width: 340px;
	background-color: #fff;
	left: 59px;
	top: 180px;
	position: absolute;
	overflow: hidden;
}
#text p {	
}
#text ul {
	padding: 0px 0px 0px 15px;
}
#text li {
	margin: 0px;
	padding: 0px;
	list-style-type: circle;
}
#text img {
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
}
#media, #media2 {
	margin: 0px;
	padding: 0px;
	height: 420px;
	width: 421px;
	left: 450px;
	top: 150px;
	position: absolute;
}
#media img {
	margin: 0px 5px 8px 1px;
	padding: 0px;
	border: 3px solid #FFF;
	height: 414px;
	width: 90px;
}
#media2 img {
	margin: 0px 5px 8px 1px;
	padding: 0px;
	border: 3px solid #FFF;
	height: 90px;
	width: 90px;
}
#footer {
	height: 30px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/footer.png);
	left: 0px;
	top: 600px;
	position: absolute;
}

