@charset "utf-8";
/* CSS Document */

/* Fonts */
@font-face
{
	font-family: 'Glasgow';
	src: url('../fonts/GLAW.TTF') format('truetype');
}

@font-face
{
	font-family: 'Glasgow Bold';
	src: url('../fonts/GLAWB.TTF') format('truetype');
}

/* Basic */
body
{
	margin: 0;
	padding: 0;
	font-family: 'Glasgow', 'Arial', 'Verdana';
	font-size: 14px;
	background-image: url(../backgrounds/Nature_by_abhishekultimatum.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #555;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
h1, h2, h3, h4, h5
{
	margin: 5px 0px 5px 0px;
}
h1
{
	font-size: 22px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 16px;
}

p
{
	padding: 0px 10px 5px 10px;
}

a, a:visited
{
	color: #555;
}
a:hover
{
	color: #777;
}







/* Header */
div#header
{
	height: 52px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	cursor: default;
	/*position: fixed;
	width: 100%;*/
}

div#header > div#top_left
{
	width: 75px;
	height: 29px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/header_top_left.png);
}

div#header > div#top_right
{
	width: 85px;
	height: 29px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../images/header_top_right.png);
}

div#header > div.headercontent
{
	margin: auto;
	width: 900px;
}

/* Logo */
div#header > div.headercontent > div#logo
{
	position: absolute;
	top: 7px;
	height: 19px;
	width: 100px;
	background-image: url(../images/massamino.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

/* Site */
div#header > div.headercontent > div#site
{
	position: relative;
	left: 100px;
	height: 35px;
	width: 134px;
	background-image: url(../images/header_top_textspace.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

div#header > div.headercontent > div#site > div#sitename
{
	position: absolute;
	top: 7px;
	width: 100%;
	height: 26px;
	background-image: url(../images/header_company.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
div#header > div.headercontent > div#site > div#siteselection
{
	position: absolute;
	top: 31px;
	width: 100%;
	background-image: url(../images/dropdown_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 20;
}
div#header > div.headercontent > div#site > div#siteselection > div
{
	background-image: url(../images/dropdown_middle.png);
	background-position: -4px 0px;
	margin-bottom: 14px;
	color: #A4A3A3;
	font-weight: bold;
	font-size: 22px;
	padding-top: 3px;
}
div#header > div.headercontent > div#site > div#siteselection > div img
{
	margin: 2px 0px;
	border: 0px;
}

div#header > div.headercontent > div#sitelanguage
{
	/*position: absolute;*/
	float: right;
	padding-right: 15px;
	padding-top: 5px;
	color: #AAA;
}
div#header > div.headercontent > div#sitelanguage > a
{
	color: #999;
}
div#header > div.headercontent > div#sitelanguage > a:hover
{
	color: #CCC;
}
div#header > div.headercontent > div#sitelanguage > a > img
{
	border: 0;
}

/* Header Menu */
div#header > div.headercontent > div.menu
{
	margin-top: -6px;
	height: 18px;
	margin-left: 234px;
	font-family: 'Glasgow Bold', 'Arial';
	font-weight: bold;
	color: #444;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

div#header > div.headercontent > div.menu > span.menuitem
{
	position: relative;
	z-index: 10;
}

div#header > div.headercontent > div.menu > img.menuspacer
{
	margin: 0px -18px 0px -18px;
	border: 0px;
	vertical-align: middle;
}

/* Content */
div.content
{
	margin: auto;
	/*padding-top: 60px;*/
	width: 900px;
}

/* Footer */
div.content > div.footer
{
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

/* Menu */
div.content > table.menu
{
	margin: 20px 0px 5px 0px;
	width: 100%;
	border-collapse: collapse;
	height: 74px;
	cursor: default;
}

div.content > table.menu > tbody > tr > td
{
	padding: 0px;
	background-image: url(../images/menu_middle.png);
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	/*padding-top: 25px;*/
	font-size: 18px;
}
/*div.content > table.menu > tbody > tr > td > a:hover
{
	color: #444;
}
div.content > table.menu > tbody > tr > td > a > div,
div.content > table.menu > tbody > tr > td > ul
{
	margin-top: 4px;
	margin-bottom: -5px;
	padding: 0px;
	height: 40px;
	text-align: center;
	vertical-align: top;
	padding-top: 17px;
	font-size: 18px;
	cursor: pointer;
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	z-index: 10;
}
div.content > table.menu > tbody > tr > td > a > div:hover,
div.content > table.menu > tbody > tr > td > ul:hover
{
	background-image: url(../images/menu_middle.png);
	background-position: 0px -78px;
	background-repeat: repeat-x;
}*/
div.menu
{
	position: absolute;
	margin-top: 4px;
	margin-bottom: -5px;
	text-align: left;
	z-index: 100;
}
div.menu a
{
	color: #555;
}
div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.menu > ul
{
	float: left;
}
div.menu > ul ul ul
{
	border-top: 1px solid #777;
}
div.menu > ul > li
{
	background-image: url(../images/menu_middle.png);
	background-position: 0px -4px;
}
div.menu > ul > li:hover
{
	background-position: 0px -78px;
}
div.menu > ul > li > a > div, div.menu > ul > li > div
{
	height: 40px;
	padding: 17px 10px 0px 10px;
}
div.menu > ul > li > ul
{
	position: absolute;
	top: 56px;
	background-color: #fff;
}
div.menu > ul > li > ul li
{
	background-image: url(../images/menu_middle.png);
	background-position: 0px -10px;
	height: 30px;
	width: 140px;
	font-size: 14px;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}
div.menu > ul > li > ul li:hover
{
	background-position: 0px -84px;
}
div.menu > ul > li ul li > a > div, div.menu > ul > li ul li > div
{
	padding: 7px;
}
div.menu > ul > li > ul ul
{
	position: relative;
	left: 100%;
	top: -31px;
}
div.menu > ul ul
{
	display: none;
}
div.menu ul li:hover > ul
{
	display: block;
}

div.content > table.menu > tbody > tr > td.left
{
	width: 25px;
	background-image: url(../images/menu_left.png);
	background-repeat: no-repeat;
	cursor: default;
}

div.content > table.menu > tbody > tr > td.right
{
	width: 25px;
	background-image: url(../images/menu_right.png);
	background-repeat: no-repeat;
	cursor: default;
}

/* Normal Window */
table.fullnormalwindow
{
	width: 100%;
	border-collapse: collapse;
}

table.fullnormalwindow > tbody > tr > td
{
	padding: 0px;
	vertical-align: top;
}

table.fullnormalwindow > tbody > tr > td.topleft
{
	width: 26px;
	height: 135px;
	background-image: url(../images/window_normal_top_left.png);
	background-repeat: no-repeat;
}

table.fullnormalwindow > tbody > tr > td.topmiddle
{
	height: 135px;
	background-image: url(../images/window_normal_top_middle.png);
	background-repeat: repeat-x;
}

table.fullnormalwindow > tbody > tr > td.topright
{
	width: 26px;
	height: 135px;
	background-image: url(../images/window_normal_top_right.png);
	background-repeat: no-repeat;
}

table.fullnormalwindow > tbody > tr > td.left
{
	width: 26px;
	background-image: url(../images/window_normal_left.png);
	background-repeat: repeat-y;
}

table.fullnormalwindow > tbody > tr > td.middle
{
	background-image: url(../images/window_normal_middle.png);
}

table.fullnormalwindow > tbody > tr > td.middle > div
{
	position: relative;
	margin: -121px -5px -116px -5px;
}

table.fullnormalwindow > tbody > tr > td.right
{
	width: 26px;
	background-image: url(../images/window_normal_right.png);
	background-repeat: repeat-y;
}

table.fullnormalwindow > tbody > tr > td.bottomleft
{
	width: 26px;
	height: 137px;
	background-image: url(../images/window_normal_bottom_left.png);
	background-repeat: no-repeat;
}

table.fullnormalwindow > tbody > tr > td.bottommiddle
{
	height: 137px;
	background-image: url(../images/window_normal_bottom_middle.png);
	background-repeat: repeat-x;
}

table.fullnormalwindow > tbody > tr > td.bottomright
{
	width: 26px;
	height: 137px;
	background-image: url(../images/window_normal_bottom_right.png);
	background-repeat: no-repeat;
}


/* Special Window */
table.fullspecialwindow
{
	border-collapse: collapse;
	width: 100%;
}

table.fullspecialwindow > tbody > tr > td
{
	padding: 0px;
	vertical-align: top;
}

table.fullspecialwindow > tbody > tr > td.topleft
{
	width: 122px;
	height: 147px;
	background-image: url(../images/window_special_top_left.png);
	background-repeat: no-repeat;
}

table.fullspecialwindow > tbody > tr > td.topmiddle
{
	height: 147px;
	background-image: url(../images/window_special_top_middle.png);
	background-repeat: repeat-x;
}

table.fullspecialwindow > tbody > tr > td.topright
{
	width: 122px;
	height: 147px;
	background-image: url(../images/window_special_top_right.png);
	background-repeat: no-repeat;
}

table.fullspecialwindow > tbody > tr > td.left
{
	width: 122px;
	background-image: url(../images/window_special_left.png);
	background-repeat: repeat-y;
}

table.fullspecialwindow > tbody > tr > td.middle
{
	background-image: url(../images/window_special_middle.png);
}

table.fullspecialwindow > tbody > tr > td.middle > div
{
	position: relative;
	margin: -121px -5px -116px -5px;
}

table.fullspecialwindow > tbody > tr > td.right
{
	width: 122px;
	background-image: url(../images/window_special_right.png);
	background-repeat: repeat-y;
}

table.fullspecialwindow > tbody > tr > td.bottomleft
{
	width: 122px;
	height: 163px;
	background-image: url(../images/window_special_bottom_left.png);
	background-repeat: no-repeat;
}

table.fullspecialwindow > tbody > tr > td.bottommiddle
{
	height: 163px;
	background-image: url(../images/window_special_bottom_middle.png);
	background-repeat: repeat-x;
}

table.fullspecialwindow > tbody > tr > td.bottomright
{
	width: 122px;
	height: 163px;
	background-image: url(../images/window_special_bottom_right.png);
	background-repeat: no-repeat;
}




























