/*
//CUBIC Visual Systems 2009
//Paul Grant
//Common Template
*/

html {
	overflow:hidden;
}

body {
	margin:0px;

	/*background-color:white;*/


	background-color:#D8D9DB;
	background-image:url(../images/background/background.jpg);


	/*background-color:#E0E0E0;*/

	background-repeat:repeat-y;
	background-position:top left;
}

a {
	color:#60646D;
}

/*Menu*/

#menu_main {
	position:absolute;
	top:-31px;
	left:0px;
	height:50px;
	width:900px;
	z-index:10;
}

#menu_main_inner {
	/*position:relative;
	width:auto;
	float:left;*/
}

#menu_pointer {
	position:absolute;
	left:0px;
	top:31px;
	margin:0px;
	padding:0px;
	width:102px; /*49*/
	height:12px;
	background-image:url(../images/buttons/menu_arrow_on.png);
	background-repeat: no-repeat;
	z-index:88;
	cursor:pointer;
}

.menu_top_item {
	float:left;width:auto;height:31px;overflow:hidden;
}

#menu_main_language {
	position:relative;
	float:left;
}

#menu_main_language_button {

}

#menu_main_language_text {
	position:absolute;
	top:8px;
	left:12px;
	font-family:Arial;
	font-size:8pt;
	text-align:center;
	color:#60646D;
	width:70px;
}

#menu_main_language_items {
	position:absolute;
	top:20px;
	left:12px;
	visibility:hidden;
}

.menu_lang_item {
	margin-left:0px;
	margin-right:0px;
	background-color:white;
	width:70px;
}

.menu_lang_item, .menu_lang_item a {
	font-family:Arial;
	font-size:8pt;
	text-align:center;
	text-decoration:none;
	color:#60646D;
}

.menu_lang_item a:hover {
	color:#FF0082;
}

/*Page*/

#logo_area {
	position:absolute;
	top:40px;
	right:40px;
	text-align:right;
	z-index:101;
}

#flash_area {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}

/*Content*/

#content_block {
	position:absolute;
	top:400px;

	background-color:#60646D;
	background-image:url(../images/background/text_block.jpg);
	background-repeat:no-repeat;

	padding-top:15px;
	padding-left:15px;
	padding-bottom:15px;
	padding-right:15px;

	width:588px;
	height:94px;
	color:white;
	font-size:9pt;
	font-family:Arial;

	text-align:justify;

	overflow:hidden;
	z-index:10;
}

#content_border_top {
	position:absolute;
	top:0px;
	left:0px;
	width:618px;
	height:5px;
	background-image:url(../images/background/text_block_top.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	z-index:88;
}

#content_border_bottom {
	position:absolute;
	bottom:0px;
	left:0px;
	margin:0px;
	width:618px;
	height:5px;
	background-image:url(../images/background/text_block_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	z-index:88;
}

#content_inner {
	position:absolute;
	top:0px;
	left:0px;
	padding-top:15px;
	padding-left:15px;
	padding-right:20px;
	z-index:0;
}

#content_nav {
	position:absolute;
	height:20px;
	width:10px;
	bottom:5px;
	right:3px;
	z-index:89;
}

#content_img_arrow_up {
	float:left;
	background-image:url(../images/buttons/arrow_up.png);
	background-repeat:no-repeat;
	width:10px;
	height:9px;
	margin-bottom:4px;
	cursor:pointer;
}

#content_img_arrow_down {
	float:left;
	background-image:url(../images/buttons/arrow_down.png);
	background-repeat:no-repeat;
	width:10px;
	height:9px;
	margin-bottom:0px;
	cursor:pointer;
}

/*Bars*/

#page_bar {
	position:absolute;
	top:390px;	/*369px*/
	left:0px;
	width:618px;
	height:44px;
	z-index:5;
}

.page_bar_top {
	position:absolute;
	top:0px;
	right:0px;
	width:50px;
	height:11px;
	background-image:url(../images/buttons/bar_button.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.page_bar_attachments {
	position:absolute;
	top:10px;
	left:0px;
	width:618px;
	height:29px;
	padding-top:3px;
	padding-left:0px;
}

#mb2 ul li a:hover {
	color:#FF0082;
}

/* Tool Tip */
#tt {position:absolute; display:block; background:url(../images/tooltip/tt_right.gif) top right no-repeat;z-index:99;}
#tttop {display:block; height:5px; margin-right:5px; background:url(../images/tooltip/tt_top.gif) top left no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 7px 3px 12px; margin-right:5px; background:#838792; color:#FFF; font-family:Arial;font-size:9pt;text-align:justify;}
#ttbot {display:block; height:5px; margin-right:5px; background:url(../images/tooltip/tt_bottom.gif) top left no-repeat; overflow:hidden}

#menu_bottom {
	position:absolute;
	top:562px;
	text-align:center;
	width:100%;
	font-size:8pt;
	font-family:Arial;
	font-weight:normal;
	color:#60646D;
	margin-bottom:40px;
}

#menu_bottom a {
	text-decoration:none;
	font-size:8pt;
	font-family:Arial;
	font-weight:normal;
	color:#60646D;
}

#menu_bottom a:active, .menu_bottom_current {
	color:#FF0082 !important;
}

#the_cvs {
	position:absolute;
	top:562px;
	right:40px;

	width:70px;
	height:61px;

	background-image:url(../images/C_V_S.png);
	background-repeat:no-repeat;
	background-position:top right;

	z-index:101;
}

/*End*/
