body {
	margin:0px ;
	color: #FFF;
	background-color: #595959;
	font-family: Arial;
	font-size: 16px;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	width:100%;
}

a {
	color: #FFCC33;
}

a:active {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

body h3 {
	color: #FFD020;
}


/* CONTENT BEGIN */
#content {
	float:left;
	margin-top:30px;
	margin-left:20px;
	width: 500px;
}
/* CONTENT END */



/* MENU BEGIN */

#menu {
	float:left;
	margin-top:111px;
	margin-left:0px;
}

.menu_bar_spacer {
	float:left;
	width: 2px;
	height: 28px;
	background: url(/images/menu_bar_spacer.png) no-repeat;
}

#menu_bar_spacer_left {
	float:left;
	width: 20px;
	height: 28px;
	background: url(/images/menu_bar.png) repeat-x;
}

.menu_bar_item {
	float:left;
	background: url(/images/menu_bar.png) repeat-x;
}

.menu_bar_item a {
	float:left;
	display: block;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	color:white;
	text-decoration:none;
} 

.menu_bar_item a:hover { 
	color:#FFCC33;
}

#menu_bar_spacer_right {
	float:left;
	width: 115px;
	height: 28px;
	background: url(/images/menu_bar.png) repeat-x;
}

#menu_bar_fade {
	float:left;
	width:300px;
	height:28px;
	background: url(/images/menu_bar_fade.png) no-repeat;
}

/* MENU END */



#footer {
	width:800px;
	height:30px;
	margin-top: 30px;
	text-align:center;
}


/* LEFT NAVIGATION */

.moduletable_menu h3 {
	padding-left: 18px;
}

#navigation {
	margin-left: 550px;	
	margin-top: 30px;
	width: 150px;
}

ul.menu,ul#mainlevel {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu li ul, ul#mainlevel li ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu a, ul#mainlevel a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.0em;
	display:block;
	width:110px;
	border-bottom:solid 1px #FDC502;
	line-height:2em;
	text-align: center;
	padding-left: 11px;
	padding-right: 14px;
}

ul.menu a:link, ul#mainlevel a:link {
	color:#000000;
}

ul.menu a:visited, ul#mainlevel a:visited {
	color:#000000;
}

ul.menu a:hover, ul#mainlevel a:hover {
	color: #FFF;
}


/* BOXES BEGIN */

#content_box {
	float:left;
	margin-top:30px;
	margin-left:20px;
	width:500px;
}

.boxRO {
	float:left;
	background:url(../images/box.right.top.gif) top right no-repeat;
	margin:0;
	padding:0;
}
.boxLO {
	float:left;
	background:url(../images/box.left.top.gif) top left no-repeat;
	margin:0;
	padding:0;
}
.boxRU {
	float:left;
	background:url(../images/box.right.bottom.gif) bottom right no-repeat;
	margin:0;
	padding:0;
}
.boxLU {
	float:left;
	background:url(../images/box.left.bottom.gif) bottom left no-repeat;
	margin:0;
	padding:0;
}

.boxBOX {
	float:left;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0.5em;
	padding-bottom:1em;
}

.boxBOX img {
	margin:5px;
	margin-top:0px;
}

/* BOXES END */



.fleft {
	float:left;
}

.fright {
	float:right;
}

a:focus { outline:none }

img { border: none; }

.error_msg {
	float:left;
	color:#7fbaee;
	font-size:20px;
}

.clear {
	clear:both;
}

.close {
	float:right;
}

form {
	float:left;
	width:445px;
}

.form_table {
	float:left;
}

#recaptcha_widget_div {
	float:left;
}

#recaptcha_table {
	float:left;
}

ul {
	margin:0px;
}

#flashmsg {
	float:left;
	width:100%;
	background:#FFFF99;
	margin-bottom:20px;
}

#flashtitle {
	float:left;
}

#flashmsg:a {
	border:none;
}

.close {
	float:right;
}

#blank {
	display:none;
}

#language_form {
	float:left;
}

#language_form_tag {
	width:auto;
}

#heading {
	font-size:20px;
	font-weight:bold;
	color:#ffcc33;
	width:480px;
}

.showcase_container {
	float:left;
	padding-top:20px;
}

#showcase_pillar {
	float:left;
	height:270px;
}

#showcase_main_item {
	width:400px;
	height:270px;
	margin-left:30px;
}

#showcase_items {
	position:relative;
	width:400px;
	height:80px;
	margin-left:5px;
	margin-right:5px;
	overflow:hidden;
}

#showcase_line {
	width:1700px;
}

.showcase_item {
	width:220px;
	height:80px;
	padding-right:10px;
}

.showcase_img {
	margin:5px;
}

.showcase_img_big {
	margin:5px;
	padding-top:5px;
	border:solid;
	border-color:white;
	border-width:2px;
}

#showcase_slider_back {
	width:30px;
	height:80px;
	margin-right:1px;
	background-image:url(/images/arrow_l.png);
	background-repeat:no-repeat;
	opacity:0.3;
	filter: alpha(opacity = 30);
}

#showcase_slider_forward {
	width:30px;
	height:80px;
	padding-left:1px;
	background-image:url(/images/arrow_r.png);
	background-repeat:no-repeat;
	cursor:pointer;
}