
html
{
	background-color: #0E0E0E;

	color: #CCCCCC;
}

h1 { color: #ECECEC; }
h2 { color: #DCDCDC; }

head, body
{
	text-align: center;
	margin: 0 auto;
}

div.frotr
{
	padding: 0em;
	padding-top: 0px;
	padding-bottom: 0px;

	background-color: #404040;
	background-image: url(images/stdbg.jpg);
	background-repeat: repeat-x;
}

div.frinr
{
	margin: 0 auto;

	padding-top: 1.5em;

	width: 1024px;
	height: 600px;

	/* background-color: #606060; */
		background-image: url(images/innerbg4.jpg);
	background-repeat:no-repeat;
	}

html
{
	line-height: 1.2em;
}

body, p, a, table, input, textarea, select, radio, checkbox, ul, li
{
	font-family: Verdana, sans-serif;
	font-size: 9pt;
}

address
{
	text-align:center;

	font-size: 7pt;
	padding-top: 0.5em;
}

table, input, textarea, select, radio, checkbox
{
	font-size: 8pt;
}

h1, h2, h3
{
	font-style: italic;
}

h1
{
	font-size: 2.25em;
}

h2
{
	font-size: 1.8em;
	margin-bottom: .5em;
}

h3
{
	font-size: 1.45em;
}


p
{
	text-align:justify;
	text-justify:auto;

	font-weight:bold;
	font-style:italic;
}


ul.keyinfo
{
	margin-top: 11.5px;
	margin-bottom: 0px;

	padding-left: 0px;
	margin-left: 0px;

	list-style-position: inside;
	white-space:nowrap;
}

ul.keyinfo li
{
	font-weight:bold;
	font-style:italic;
	font-size: 1.45em;

	margin-top: .6em;;
	margin-bottom: .6em;;
}

ul.keyinfo li a
{
	font-weight:bold;
	font-size: 0.8em;
}


a:link
{
	color: #ECECEC;
}

a:visited
{
	color: #ECECEC;
}

a:hover
{
	color: #0248FF;
}


div.imgfield
{
	padding: 4px;

	font-weight:bold;
	font-style:italic;
}

div.imgfield img
{
	position: relative;
	top: 0.5em;
	left: 0.5em;

	border-style:none;
}

div.imgfield img.phone
{
	top: 0.65em;
}

div.imgfield img.email
{
	top: 0.9em;
}


div.busadd
{
	position: relative;
	top: 7em;
}

p.busadd
{
	font-size: 8pt;
	font-style: italic;
	font-weight:normal;
	line-height: 1.5em;
}


img.preload
{
	display: none;
}

div.spc
{
	clear: both;
}

div.spcrt
{
	clear: right;
}

div.spclt
{
	clear: left;
}

div.stdhdr
{
	margin: 0 auto;
	padding: 0px;
	
	/*margin: 0em 9em 0em 9em;*/
}

div.stdhdr div.mbar
{
}

ul.mbar
{
	margin: 0 auto;
	padding:0px;

	width: 960px;
	height: 64px;

	background-image: url(images/mbframe.png);
	background-repeat: no-repeat;
}

li.mitm
{
	display: inline;
}

li.mitm a
{
	color: White;
	font-weight:bold;
	text-decoration: none;
	text-align: center;	
	float: left;
	overflow:hidden;
	outline-style: none;

	width: 96px;
	height: 40px;

	background-image: url(images/mbbuttons.jpg);
	background-repeat: no-repeat;

	position:relative;
	top: 12px;
}

li.mitm a:hover
{
	background-image: url(images/mbbuttons_hl.jpg);
}

li.mitm a:active, li.mitm a:focus, li.mitm span.selected a
{
	background-image: url(images/mbbuttons_dn.jpg);
}

li.mitm a.index
{
	width: 48px;

	left: 12px;

	background-position: -12px -12px;
}
li.mitm a.services
{
	left: 72px;

	background-position: -120px -12px;
}
li.mitm a.credentials
{
	left: 84px;

	background-position: -228px -12px;
}
li.mitm a.games
{
	left: 96px;

	background-position: -336px -12px;
}
li.mitm a.info
{
	left: 108px;

	background-position: -444px -12px;
}
li.mitm a.wobotech
{
	left: 120px;

	background-position: -552px -12px;
}
li.mitm a.contact
{
	left: 324px;

	background-position: -852px -12px;
}


div.stdbdy
{
	margin: 0 auto;

	width: 960px;
	text-align: left;
}


div.stdbdy div.index
{
	padding-top: 12.8em;
	padding-left: 8em;
}

div.stdbdy div.services
{
	padding-top: 7.2em;
	padding-left: 8em;
}

div.stdbdy div.credentials
{
	padding-top: 4.8em;
	padding-left: 7.2em;
}

div.stdbdy div.games
{
	padding-top: 5.7em;
	padding-left: 7.2em;
}

div.stdbdy div.info
{
	padding-top: 7.4em;
	padding-left: 6em;
}

div.stdbdy div.wobotech
{
	padding-top: 4.0em;
	padding-left: 5.6em;
}

h1.contact
{
	font-size: 2em;
}


div.idt
{
	margin-left: 1.5em;
	margin-right: 1.5em;
}


div.form
{
	background-image: url(images/formbg.jpg);
	background-repeat:no-repeat;

	color: #ECECEC;
	
	width: 52em;

	border: 1px solid Black;
	padding: 8px;
}

div.form input[type="text"], textarea
{
	background-color: #DCDCDC;
}

table.form
{
}

table.form td
{
	padding: 4px;
}

table.form td.spc
{
	height: 1em;
}

table.form td.label
{
	text-align: right;
}

table.form td.labelmulti
{
	text-align: right;
	vertical-align: text-top;
}

table.form td.ctrl
{
	text-align: left;
}

td.e, td.v
{
	font-size: 8pt;
}
