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


/*main body*/

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:100%;
	color:#cdcdcd;
	background-image:url(images/glossymetal.jpg);
}
a:visited {
	color: #999a9c;
}
a:link {
	color:#999a9c;
}	
a:hover {
	color: #cddddd;
}

a:active {
	color: #7f3946;
}
a {
	text-decoration: none;
}

/*IDS*/


#allcontent {
	width:auto;
}

#header {
	text-align:center;
}
#footer {
	font-size:100%;
	text-align:center;
	padding: 5px;
	margin: 10px;
}
#maincontent {
	height:400px
	min-width:900px;
	overflow:auto;
	background-image:url(images/glossymetalgray.jpg);
	padding:10px;
	
}
#picleft {
	float:left;
	clear:right;
	height:auto;
	margin-right:10px;
	margin-left:5px;
}
#textcontent {
	width:auto;
	height:auto;
}

/*classes*/

.navigation {
	background:url(images/headerbg.png);
	padding-right:3px;
	padding-left:3px;
	font-variant:small-caps;
	font-size:105%;
}
.padleft {
	margin-left: 15px;
}

.active {
	color:#cddddd;
	background:url(images/headerbgactive.png);
	font-variant:small-caps;
	font-size:110%;
}


.companyname {
	color:#97c2ef;
	font-weight:bold;
	font-variant:small-caps;
	font-size:110%;
}
.slogan {
	color:#65a8ee;
}
.small {
	font-size:85%;
}
.info {
	font-weight:normal;
	text-decoration:underline;
	font-style:normal;
}

/*objects*/

img {
	border:0;
}

/*list functions*/

li {
	margin-left:50px;
	list-style-image:url(media/images/list.gif);
}

li a {
	color:#999a9c;
	text-decoration:underline;
}
li a:active {
	color:#999a9c;
}
li a:hover {
	color:#cdcdcd;
}

#maincontent a:hover {
	color:#CCC;
	text-decoration:underline;
}
#maincontent a {
	color:#ffffff;
	text-decoration:underline;
}

#maincontent h1, h2, h3 {
	font-size:150%;
}

table {
	border:thin;
	border-style:inset;
}
.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.ephasis {
	font-variant:small-caps;
}
.nothing {
	border:none;
}
.backgroundextend {
		min-height:550px;
}
blockquote {
	border:inset 2px;
}
.top {
	vertical-align:text-top;
}