/* reset
------------------------------------------------------------------*/
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,
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; }
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; }

/* general
------------------------------------------------------------------*/
body { background: #7e6493; color: #beb1c9; font: 14px/20px Verdana, Arial, sans-serif; }
h1 {}
h2 { margin: 0 0 30px 0; color: #7c6292; font-size: 25px; font-weight: bold;}
h3 { font-size: 16px; font-weight: bold; }
h4 {}
ul, ol { margin: 0 0 14px 16px; }
p, form { margin: 0 0 14px 0; }
a { color: #4F535C; }
a:hover { color: #6CB417; }
input, textarea, select { font-size: 11px; font-family: Arial, sans-serif; color: #4F535C; }
strong { font-weight: bold; }
em { font-style: italic; }

.img_left { float: left; margin: 0 10px 10px 0; }
.img_right { float: right; margin: 0 0 10px 10px; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* page structure
------------------------------------------------------------------*/
#wrapper { position: relative; width: 943px; height: 580px; margin: 0 auto; background: url(/images/bg_underConstruction.jpg) no-repeat; }
h1 { position: absolute; top: 20px; left: 13px; width: 251px; height: 44px; }

/* content
------------------------------------------------------------------*/
#content { padding: 228px 0 0 518px; }
p { margin: 0; }
a { display: block; width: 116px; height: 24px; margin-top: 30px; padding-top: 2px; background: url(/images/bg_btn_uc.gif) no-repeat; color: #fff; font-size: 12px; text-align: center; text-decoration: none; cursor: pointer; }
a:hover { color: #fff; }

/* footer
------------------------------------------------------------------*/
#footer { position: absolute; bottom: 10px; left: 13px; color: #7e6494; font-size: 10px; }



/* CMS Preview
------------------------------------------------------------------*/
#CMSpreviewBar { margin-bottom: 10px; padding: 3px; background-color: red; color: #fff; }
#CMSpreviewBar a { color: #fff; }


