
html {
	width:			100%;
	height:			100%;
	padding:		0px;
	margin:			0px;
}

body {
	width:			100%;
	height:			100%;
	padding:		0px;
	margin:			0px;
	font-family:	arial, sans-serif;
	font-size:		12px;
}

img {
	border-width:	0px;
}

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

a {
	text-decoration:none;
	color:		#666666;
}

h1 {
	color:			#999999;
	/*font-size:		1.6em;*/
	font-size:		18px;
	font-weight:	700;
	padding:		0px;
	margin:			0px 0px 8px 0px;
}
h3 {
	color:			#999999;
	font-size:		1.3em;
	padding:		0px;
	margin:			0px 0px 8px 0px;
}
p {
	padding:		0px 0px 16px 0px;
	margin:			0px;
}

#main_positioner {
	position:		absolute;
	display:		block;
    
	left:			50%;
	top:			50%;
	width:			908px;
	height:			600px;
	margin-left:	-458px;
	margin-top:		-310px;
}

/** Top part of the page **/
#main_header {
	width:			80%;
	height:			120px;
    margin-left:    110px;
}
	#main_top_menu {
		position:		absolute;
		display:		block;
		right:			0px;
		top:			72px;
		font-size:		1.1em;
	}
		#main_top_menu input {
			border:			1px solid #999999;
			height:			18px;
			margin:			0px;
			padding:		0px;
		}
		#main_top_menu span {
			float:			left;
			display:		block;
			padding:		1px 8px 1px 8px;
			border-style:	solid;
			border-color:	#999999;
			border-width:	0px 0px 0px 1px;
		}
		#main_top_menu a {
			color:			black;
			text-decoration:none;
		}

/** Bottom part of the page **/
div.pink {
    background-color:   #DE3D8B;
    height:             478px;
    margin-top:         -190px;
    position:           absolute;
    top:                50%;
    width:              100%;
}

#main_body {
	width:			100%;
	padding:		0px 0px 5px 0px;
}
	/** Background image **/
	#main_background {
		border-style:		solid;
		border-width:		0px;
		border-color:		#999999;
	}

	/** Main content area **/
	#main_content {
		position:		absolute;
		display:		block;
		top:			143px;
		left:			125px;
		width:			440px;
		height:			434px;
		padding:		10px 0px 10px 10px;

		background:		white;
		border:			1px solid #999999;
		overflow:		hidden;
		font-size:		1.1em;
	}
	#scrolling {
	}
	
	#move_up{
		position:	absolute;
		left:		432px;
		top:		-1px;
	}
	#move_down{
		position:	absolute;
		left:		432px;
		top:		435px;
	}
	
	#move_container {
		position:		absolute;
		display:		block;
		left: 544px;
		top: 352px;
	}

	/** White menu {{{ **/
	#main_menu_white {
		position:		absolute;
		right:			0px;
		top:			145px;
		z-index:		5;
	}
		#main_menu_white img {
			display:		block;
		}
		#main_menu_white ul {
			list-style:		none;
			padding:		0px;
			margin:			0px;
		}
		#main_menu_white li {
			list-style:		none;
			padding:		0px;
			margin:			0px;
			background-image:url('../image/menu_white_background.gif');

			border-style:		solid;
			border-color:		#999999;
			border-width:		0px 0px 1px 0px;
			height:				21px;
			width:				162px;
		}
			#main_menu_white li a, #main_menu_white li span {
				display:		block;
				color:			black;
				text-decoration:none;
				height:			18px;
				padding-top:	3px;
				padding-left:	12px;

				width:			140px;
				text-align:		left;

				border-style:	solid;
				border-width:	0px 10px 0px 0px;
				border-color:	white;
			}
				.main_menu_border_blue_dark		{ border-color:	#336699 !important; }
				.main_menu_border_green_light	{ border-color:	#33cc33 !important; }
				.main_menu_border_red			{ border-color:	#cc0000 !important; }
				.main_menu_border_orange		{ border-color:	#cc9933 !important; }
				.main_menu_border_green_dark	{ border-color:	#339933 !important; }
				.main_menu_border_yellow		{ border-color:	#cccc33 !important; }
				.main_menu_border_purple		{ border-color:	#cc0099 !important; }
				.main_menu_border_blue			{ border-color:	#66ccff !important; }
				#main_menu_white li a:hover {
					color:				white;
					background:			#cccccc;
					border-color:		#cccccc !important;
				}
					#main_menu_white li a.main_menu_border_blue_dark:hover	{ border-color:	#336699 !important; background: #336699; }
					#main_menu_white li a.main_menu_border_green_light:hover { border-color:	#33cc33 !important; background: #33cc33; }
					#main_menu_white li a.main_menu_border_red:hover		{ border-color:	#cc0000 !important; background: #cc0000; }
					#main_menu_white li a.main_menu_border_orange:hover		{ border-color:	#cc9933 !important; background: #cc9933; }
					#main_menu_white li a.main_menu_border_green_dark:hover	{ border-color:	#339933 !important; background: #339933; }
					#main_menu_white li a.main_menu_border_yellow:hover		{ border-color:	#cccc33 !important; background: #cccc33; }
					#main_menu_white li a.main_menu_border_purple:hover		{ border-color:	#cc0099 !important; background: #cc0099; }
					#main_menu_white li a.main_menu_border_blue:hover		{ border-color:	#66ccff !important; background: #66ccff; }

				#main_menu_white li a.activated {
					color:				white;
					background:			#336699;
					border-color:		#336699 !important;
				}
					#main_menu_white li.main_menu_blue_dark a.activated	{ border-color:	#336699 !important; background: #336699; }
					#main_menu_white li.main_menu_green a.activated		{ border-color:	#33cc33 !important; background: #33cc33; }
					#main_menu_white li.main_menu_red a.activated		{ border-color:	#cc0000 !important; background: #cc0000; }
					#main_menu_white li.main_menu_orange a.activated	{ border-color:	#cc9933 !important; background: #cc9933; }
					#main_menu_white li.main_menu_green_dark a.activated { border-color:	#339933 !important; background: #339933; }
					#main_menu_white li.main_menu_yellow a.activated	{ border-color:	#cccc33 !important; background: #cccc33; }
					#main_menu_white li.main_menu_purple a.activated	{ border-color:	#cc0099 !important; background: #cc0099; }
					#main_menu_white li.main_menu_blue a.activated		{ border-color:	#66ccff !important; background: #66ccff; }

					#main_menu_white li.main_menu_blue_dark a.selected	{ border-color:	#336699 !important; background: #336699; color: white; }
					#main_menu_white li.main_menu_green a.selected		{ border-color:	#33cc33 !important; background: #33cc33; color: white; }
					#main_menu_white li.main_menu_red a.selected		{ border-color:	#cc0000 !important; background: #cc0000; color: white; }
					#main_menu_white li.main_menu_orange a.selected	{ border-color:	#cc9933 !important; background: #cc9933; color: white; }
					#main_menu_white li.main_menu_green_dark a.selected { border-color:	#339933 !important; background: #339933; color: white; }
					#main_menu_white li.main_menu_yellow a.selected	{ border-color:	#cccc33 !important; background: #cccc33; color: white; }
					#main_menu_white li.main_menu_purple a.selected	{ border-color:	#cc0099 !important; background: #cc0099; color: white; }
					#main_menu_white li.main_menu_blue a.selected		{ border-color:	#66ccff !important; background: #66ccff; color: white; }
	/** }}} End of white menu **/

	/** Grey menu {{{ **/
	.main_menu_grey {
		position:		absolute;
		visibility:		hidden;
		right:			0px;
		top:			177px;
		z-index:		4;
	}
		.main_menu_grey img {
			display:		block;
		}
		.main_menu_grey ul {
			list-style:		none;
			padding:		0px;
			margin:			0px;
		}
		.main_menu_grey li {
			list-style:		none;
			padding:		0px;
			margin:			0px;
			background-image:url('../image/menu_grey_background.gif');
			border-style:		solid;
			border-color:		#999999;
			border-width:		0px 0px 1px 0px;
			height:				21px;
			width:				365px;
		}
			.main_menu_grey li a {
				display:		block;
				color:			black;
				text-decoration:none;
				height:			18px;
				padding-top:	3px;
				padding-left:	12px;

				width:			342px;
				text-align:		left;

				border-style:	solid;
				border-width:	0px 10px 0px 0px;
				border-color:	#cccccc;
			}
				.main_menu_grey li a:hover {
					color:				white;
					background:			#666666;
					border-color:		#666666 !important;
				}
				.main_menu_grey li a.activated {
					color:				white;
					background:			#666666;
					border-color:		#666666 !important;
				}
	/** }}} End of grey menu **/

		/** Sub menus {{{ **/
	.sub_menu {
		position:		absolute;
		visibility:		hidden;
		display:		block;
		left:			0px;
		top:			0px;
		background:		#afafaf;
		z-index:		7;
	}
		.sub_menu ul {
			list-style:		none;
			padding:		0px;
			margin:			0px;
			border:			1px solid #999999;
		}
		.sub_menu li {
			list-style:		none;
			background:		#666666;
			width:			200px;
			padding:		0px;
			margin:			0px;
			height:			21px;
			border-bottom:	1px solid #999999;
		}
		.sub_menu li a {
			display:		block;
			color:			white;
			width:			194px;
			height:			18px;
			padding:		3px 0px 0px 6px;
			text-decoration:none;
		}
		.sub_menu li a:hover {
			background:		#999999;
		}
	/** }}} End of sub menus **/


/** Mod section **/

/** Bread crumbs **/
.breadcrumbs {
	font-size:		10px;
}

/** News letter assign **/
.mod_nb_left label, .mod_nb_left input.mod_nb_left {
	display:		block;
	float:			left;
	margin:			4px;
}
	.mod_nb_left label {
		width:		100px;
	}
	.mod_nb_left input.mod_nb_text_input {
		width:		200px;
		height:		16px;
		border:		1px solid #999999;
	}
		.mod_nb_left input.mod_nb_text_input_day {
			width:		30px;
			border:		1px solid #999999;
		}
		.mod_nb_left input.mod_nb_text_input_year {
			width:		50px;
			border:		1px solid #999999;
		}
	.mod_nb_left select {
		border:		1px solid #999999;
		width:		200px;
	}
	.mod_nb_left .lradio {
		width:		80px;
	}
	.mod_nb_left .radio {
		display:		block;
		float:			left;
		width:		16px;
	}
	.mod_nb_left .submit {
		border:		1px solid #999999;
		width:		200px;
	}
.mod_nb_left br {
	clear:			both;
}

/** Custom form **/
.mod_customform td {
	text-align:	left;
	vertical-align:	top;
	width:		100px;
}
.mod_customform input, .mod_customform textarea {
	width:		200px;
	border:		1px solid #999999;
}









