
/* Reset all margins and paddings for browsers */
*
{
	padding: 0;
	margin: 0;
}

body
{
	font: .8em Verdana, Arial, Sans-Serif;
	line-height: 1.6em;
	margin: 0;
	background: #F8FAFC url(../images/bg.gif) repeat-x;
}

#xbutton
{
	background-image:none;
	background-color:#910303;
	-webkit-font-smoothing:antialiased;
	-webkit-transition:all 150ms ease;
	transition:all 150ms ease;
	-webkit-transition-property:
	background-color border-color color;
	transition-property:background-color border-color color;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	display:inline-block;
	padding:0.3em 0.6em;
	border:0;
	border-radius:6px;
	cursor:pointer;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	white-space:nowrap
}

/* TOPMARGIN ------------- */
#topmargin
{
	margin: auto;
	padding: 15px 0 0 0;
	width: 100%;
	background-color: transparent;
}

/* WRAP ------------- */
#wrap
{
	margin: auto;
	width: 840px;
	background-color: #FFFFFF;
	box-shadow: 1px 0 1px rgba(0,0,0,0.1), -1px 0 1px rgba(0,0,0,0.1);
}

#wrap #topleftcorner
{
	float: left;
	height: 12px;
	width: 13px;
	background: url(../images/top_left_corner.gif) no-repeat top left;
}

#wrap #toprightcorner
{
	float: right;
	height: 12px;
	width: 13px;
	background: url(../images/top_right_corner.gif) no-repeat top right;
}

/* CONTENT -------- */
#content
{
	margin: auto;
	width: 800px;
	background-color: #FFFFFF;
}

/* TOP HEADER -------- */
#top
{
	margin: 0;
	padding: 0;
	color: #666666;
	background: #FFFFFF url(../images/logo.gif) no-repeat left;
	height: 81px;
}

/*- TOP Menu --------------------------- */
#topmenu
{
	height: 40px;
	width: 100%;
	margin: 0 0 0 30px;
	overflow: hidden;
}

#topmenu ul
{
	margin: 0;
	padding: 10px 10px 0 0;
	list-style: none;	
}

#topmenu li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#topmenu a
{
	float: left;
	background: url("../images/menu_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#topmenu a span
{
	float: left;
	display: block;
	background: url("../images/menu_right.gif") no-repeat right top;
	padding: 6px 12px 4px 6px;
	margin-right: 0px;
	color: #FFFFFF;
}

#topmenu a span
{
	float: none;
}

#topmenu li.active a
{
	background-position: 0% -42px;
}

#topmenu li.active a span
{
	background-position: 100% -42px;
	color: #FF6F0F;
}

/* End IE5-Mac hack */
#topmenu a:hover span
{
}

#topmenu a:hover
{
	background-position: 0% -42px;
}

#topmenu a:hover span
{
	background-position: 100% -42px;
	color: #FF6F0F;
}

/* WELCOME ----------- */
#welcome
{
	height: 30px;
	line-height: 30px;
	margin: 0 0 15px 0;
	width: 100%;
	background: #FFFFFF url(../images/welcome_bg.gif) no-repeat center;
	overflow: hidden; 
}

#welcome p
{
	color: #FF6F0F;
	margin: 0 0 0 30px;
}

/* BANNER ----------- */
#banner
{
	margin: 0 0 15px 0;
	height: 215px;
	width: 100%;
	background: #FFFFFF url(../images/middle_banner.jpg) no-repeat center;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}

#banner #news
{
	float: right;
	margin: 27px 10px 0 0;
	color: #FF0000;
	font-size: 100%;
	font-weight: bold;
}

#banner #title
{
	padding: 32px 0 0 60px;
	font-size: 140%;
	font-weight: bold;
	color: 0x0000FF;
	background: transparent;
}

#banner #content
{
	position: absolute;
	width: 360px;
	padding: 10px 0 0 60px;
	color: 0x000000;
	background: transparent;
}

#banner #button
{
	position: absolute;
	width: 450px;
	padding: 100px 0 0 60px;
	color: #CC0000;
	background: transparent;
}

#banner #button *
{
	vertical-align: middle;
}

#banner img
{
	border: 0;
}

/* SIDEBAR ---------- */
#sidebar
{
	width: 230px;
	float: right;
}

/* BOX -------------- */
#sidebar .box
{
	color: #004986;
	width: 100%;
	background: url(../images/box_bg.gif) repeat-y;
}

#sidebar .box .title
{
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 8px;
	font-weight: bold;
	background: url(../images/box_title.gif) no-repeat;
}

#sidebar .box .content
{
	height: 187px;
	padding: 0 0 0 8px;
	font-weight: normal;
	background: url(../images/box_content.gif) bottom no-repeat;
}

#sidebar .box .content li
{
	height: 147px;
	padding: 0 0 0 8px;
	font-weight: normal;
	background: url(../images/box_content.gif) bottom no-repeat;
}

/* MAIN ---------- */
#main
{
	color: #666666;
	width: 550px;
	float: left;
}

#mainx
{
	color: #666666;
	padding: 50px 150px 50px 150px;
	display: table-cell;
	text-align: center;
}

/* LINE ------------ */
#main .line
{
	border-top: 1px solid #CDD2DF;
	text-align: right;
	margin: 15px 10px 25px 0;
}

#main .left
{
	float: left;
}

#main .right
{
	float: right;
}

#main .center
{
	text-align: center;
}

#main .center *
{
	vertical-align: middle;
}

#main h2
{
	color: #007BC1;
	font-size: 90%;
	margin: 0 0 10px 0;
}

#main ul
{
	list-style: none;
}

#main img
{
	border: 0;
}

/* FOOTER --------- */
#footer
{
    clear: both;
}

/* FOOTERMENU --------- */
#footermenu
{
	height: 28px;
	line-height: 28px;
	background: url(../images/footer_menu.gif) no-repeat;
}

#footermenu a
{
	margin: 0 8px 0 8px;
}

#footermenu a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#footermenu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#footermenu a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

#footermenu p
{
	color: #FFFFFF;
	font-size: 100%;
	margin: 0 15px 0 15px;
	padding: 0 15px 0 15px;
	line-height: 32px;
	text-align: center;
} 

/* COPYRIGHT --------- */
#copyright
{
	font-size: 75%;
	text-align: center;
}
