/* CSS Document */



/*------------------- PAGE LAYOUT -------------------*/

body {	

	margin-top: 15px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	

	background-color: #000000;

	background-image: url(../images/PNG%20-%20Transparent/images/background-top.gif);

	background-repeat: no-repeat;

	background-position: center top;
	
	width: 927px;
}

#canvas, #page {

	text-align: left;

	line-height: 19px;

	float: right;

	width: 700px;

	padding: 20px 10px 25px 10px;

}

#canvas {

	background-image: url(../images/page_tr.gif);

	background-repeat: no-repeat;

	background-position: right top;

	height: 500px;

}

#logo {

	background-image: url(../images/logo.png);

	background-repeat: no-repeat;

	background-position: 14px 5px;

	vertical-align: bottom;

	text-align: right;

	margin: 0px;

	width: 300px;

	height: 40px;

	float: left;

	clear: left;

}

#tab, #search, #menu, #info { width: 190px; float: left; clear: left; }

#menu, #search, #info { margin: 7px 7px 0px 0px; }

#tab {

	text-align: left;

	background-image: url(../images/page_tl.gif);

	background-repeat: no-repeat;

	background-position: left top;

	padding: 4px 10px 4px 7px;

	margin: 0px;

}

#search {

	background-image: url(../images/menu_trans.png);

	background-repeat: repeat-x;

	padding: 4px;

	vertical-align: middle;
	
	text-align: right;

}

#search form { margin: 0px; padding: 0px; vertical-align: middle; }

#info {

	background-image: url(../images/logo_full_2.png);

	background-repeat: no-repeat;

	background-position: right top;

	padding: 5px;

	height: 105px;

}

#end {

	color: #999999;

	font-size: 10px;

	text-align: center;

	padding: 5px 10px 10px 10px;

	width: 720px; 

	margin: 0px;

	float: right;

	clear: both;

}

#end a:link, #end a:visited { color: #999999; }

/*---------------------------------------------------*/



/*------------------- MENU -------------------*/

#menu {

	padding: 5px;

	text-align: right;

}

#menu a.main, #menu a.select {

	display: block;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #F5F5F5;	

	padding: 4px 7px 4px 7px;

}

#menu a.select { font-weight: bold; background-color: #F9F9F9; }

#menu a.main:link, #menu a.select:link { color: #666666; text-decoration: none; }

#menu a.main:visited, #menu a.select:visited { color: #666666; text-decoration: none; }

#menu a.main:hover, #menu a.select:hover { color: #CC6600; background-color: #FEFEFE; }

#menu a.main:active, #menu a.select:active { }

#menu div ul, .linkbox ul { padding: 1px 5px 3px 5px; margin: 0px; }

#menu div ul {

	border-top-width: 1px;

	border-bottom-width: 0px;

	border-left-width: 1px;

	border-top-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #EEEEEE;

	border-bottom-color: #EEEEEE;

	border-left-color: #EEEEEE;

}

#menu div li, .linkbox li {

	display: block;

	padding: 3px 7px 3px 7px;

	margin: 0px;

}

#menu div a, #menu div a.subselect, .linkbox a, .linkbox a.subselect {

	font-size: 10px;

}

#menu div a.subselect, .linkbox a.subselect {

	font-weight: bold;

}

#menu div a:link, #menu div a:visited {

	color: #CC6600; text-decoration: none;

}

#menu div a:hover, #menu div a:active, .linkbox a:hover, .linkbox a:active {

	text-decoration: underline;

}

.linkbox a { text-decoration: underline; }

/*--------------------------------------------*/



/*------------------- TITLE -------------------*/

#title {

	margin-top: 4px;

	border-bottom: 1px solid #000000;

	float: right;

}

#title #l {

	background-image: url(../images/tab_l.png);

	background-position: right top;

	width: 13px;

}

#title #c {

	background-color: #CC6600;

	padding-top: 9px;

	padding-right: 18px;

	padding-bottom: 6px;

	padding-left: 18px;

	vertical align: middle;

	height: 20px;

}

#title #r {

	background-image: url(../images/tab_r.png);

	background-position: left top;

	width: 7px;

}

#title #l, #title #r { height: 35px; background-repeat: no-repeat; }

#title #l, #title #c, #title #r  { float: left; }

/*---------------------------------------------*/
