BODY, #body {
	background: #419639 url(/media/gui/site-bg.png) top left repeat;
	font-family: Arial;
	font-size: 13px;
	color: #898989;
}

TD, DIV {
	font-size: 13px;
}

TD {
	vertical-align:top;
	empty-cells: show;
}

IMG {
	border: none;
	outline: none;
}

FORM {
	margin: 0px;
	padding: 0px;
}

UL {
	margin: 0px 0px 12px 0px;
	/* padding-left: 0; */
	font-weight: bold;
}

LI {
	font-weight: normal;
	margin-left: 1.1em;
	
}

UL LI {
	margin-left: 1.1em;
	padding-left: 0;
}

BLOCKQUOTE {
	margin: 10px 20px;
}


INPUT[type~="text"], INPUT[type="text"], TEXTAREA, SELECT {
	background-color: #efefef;
	border: 1px solid #0daeb0;
}

SELECT {
	cursor: pointer;
	border-style: outset;
}

input[type~="radio"],
input[type="radio"],
input[type~="checkbox"],
input[type="checkbox"] {
	background: none;
	cursor: pointer;
	margin: 0px 3px 3px;
	border: 0;
}

input[type~="submit"],
input[type="submit"],
input[type~="button"],
input[type="button"],
button {
	cursor: pointer;
}

LABEL {
	cursor: pointer;
	border: dotted #666;
	border-width: 0px 0px 1px 0px;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

a:link, a:visited {
	color: #ed1d24;
	outline: none;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
	outline: none;
}

a:link IMG, a:visited IMG {
	border: none;
	outline: none;
}

.lightwindow, a.lightwindow {
	font-size: inherit;
}
.gallery[], a.gallery[] {
	font-size: inherit;
}

/* ===================== PAGE =================== */

#wrapperPre {
	width: 1032px;
	height: 35px;
	background: transparent url(/media/gui/page-top.png) no-repeat;
	margin: 0px auto;
}
#wrapper {
	width: 1032px;
	background: transparent url(/media/gui/page-bg.png) repeat-y;
	margin: 0px auto;
	padding: 14px 0 25px;
}
#wrapperPost {
	width: 1032px;
	height: 35px;
	background: transparent url(/media/gui/page-bot.png) no-repeat;
	margin: 0px auto;
}
#header TABLE {
	width: 887px;
	margin: 0 auto;
}
#footer, #footer * {
	margin: 0px auto;
	color: #d2d2d2;
	text-align: center;
	font-size: 10px;
}
#layoutPre {
	width: 882px;
	height: 5px;
	background: transparent url(/media/gui/layout-top.jpg) no-repeat;
	margin: 0px auto;
}
#layout {
	width: 873px;
	background: transparent url(/media/gui/layout-bg.jpg) repeat-y;
	margin: 0px auto;
	padding: 0px 5px;
}
#layoutPost {
	width: 882px;
	height: 5px;
	background: transparent url(/media/gui/layout-bot.jpg) no-repeat;
	margin: 0px auto;
}

#h1 {
	position: absolute;
	margin: 170px 0px 0px 25px;
}


#pageHeading {
	margin: 0px 0px 0px 0px;
	color: #00aaad;
	font-size: 27px;
	background: transparent url(/media/gui/h1bg.jpg) top left no-repeat;
	width: 873px;
	height: 72px;
}
#pageHeading H1 {
	padding: 11px 0px 0px 22px;
	margin: 0px;
	font-weight: normal;
	font-size: 27px;
}
#pageHeading H2 {
	padding: 0px 0px 0px 22px;
	margin: 0px;
	font-weight: normal;
	font-size: 16px;
	font-style: oblique;
	color: #5f5f5f;
}

H2 {
	color: #898989;
	font-size: 16px;
}

#contents {
	margin: 20px auto 0;
	width: 802px;
	padding-bottom: 20px;
}
.contents2 {
	width: 798px !important;
	padding: 196px 0px 0px 75px !important;
}
.contents3 {
	width: 873px !important;
	padding: 196px 0px 0px 0px !important;
}



/* ===================== UI STUFF ============= */
#clear {
	clear: both;
}




/* ===================== NAVIGATION =========== */

.nav {
	background: transparent url(/media/nav/mid.png) repeat-x; 
	letter-spacing: 0.015em;
	height: 41px;
	font-size: 13px;
	vertical-align: middle;
}

#navigation {
	width: 860px; 
}
#navigation li {
	position: relative;
	font-size: 13px;
	margin-left: 0;
	padding-left: 0;
}

/* LEVEL 1 */

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	font-size: normal;
	font-weight: normal;
}

/* LEVEL 2 */

#navigation ul ul {
	position: absolute;
	z-index: 500;
	width: 300px;;
	background-color: #5d5d5d;
	top: 35px;
	left: -1px;
	opacity: 0.9;
	-moz-box-shadow: 0px 3px 9px black;
	-webkit-box-shadow: 0px 3px 9px black;
	box-shadow: 0px 3px 9px black;
}
#navigation li li {
	border: 1px solid white;
	border-width: 0px 0px 1px 0px;
}

/* LEVEL 3 */

#navigation ul ul ul {
	background-color: #717171;
	top: 5px;
	left: 14em;
	position: absolute;
}

/* LINKS */

#navigation a  {
	display: block;
	margin: 0;
	color:white;
	cursor:pointer;
	font-size:14px;
	font-weight:normal;
	height: 2.1em;
	padding: 12px 8px 0px;
	text-decoration: none;
	text-shadow: 0px 0px 6px black;
}
#navigation li li A {
	font-size:11px;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0 0 10px;
	height: 1.5em;
	width: 100%;
}

/* HOVER */

#navigation a:hover {
	color: #ccffcc !important;
	text-decoration:;
	text-shadow: 0px 0px 6px white !important;
}
#navigation li:hover a {
	color: #ccffcc;
	text-decoration:;
	text-shadow: 0px 0px 6px white;
}
#navigation li:hover li a {
	color: white;
	text-decoration:;
	text-shadow: 0px 0px 6px black;
}

#navigation ul ul ul,
#navigation ul ul li:hover ul ul,
#navigation ul ul,
#navigation ul li:hover ul ul
{display: none;}

#navigation ul li:hover ul,
#navigation ul ul li:hover ul,
#navigation ul li:hover ul,
#navigation ul ul li:hover ul
{display: block;}


/* ===================== HOME ================ */

#homeFaster {
	background: transparent url(/media/home/faster-mid.jpg) repeat-y; 
}
#hfInner {
	background: transparent url(/media/home/faster-top.jpg) no-repeat;
	line-height:20px;
	padding: 57px 24px 0px 24px;
	width: 576px;
}

#homeNewsletter {
	background: transparent url(/media/home/newsletter-mid.jpg) repeat-y;
}
#hnlInner {
	background: transparent url(/media/home/newsletter-top.jpg) no-repeat;
	padding: 57px 20px 0px 24px;
	width:201px;
}

#intro {
	margin: 5px auto 0;
	background: transparent url(/media/home/intro-bg.png) no-repeat;
	width: 882px;
	height: 360px;
}
#intro TABLE {
	margin: 6px auto 0;
}

#homeThree {
	margin: 0 auto; 
	/* width:882px; */
}




/* ===================== UTILS ================ */

.pre {
	white-space: pre;
}

.posabs {
	position: absolute;
}

/* .png { behavior: url('/includes/iepngfix/iepngfix_v2.htc) } */

.mceContentBody {
	overflow:auto;
	padding: 5px;
	background: white;
}

.filefield {
	background:transparent;
	-moz-opacity:0.0 ;
	filter:alpha(opacity: 000);
	opacity: 0.0;
}
