/*

GENERAL

*/

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a.selected {
	color: #666666;
	text-decoration: none;
}
a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}

/*

STRUCTURE

*/

#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 560px;
	margin-top: -280px;
	margin-left: -50%;
}
#canvas {
	height: 560px;
	width: 100%;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center center;
}
#layout {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: 560px;
	background-repeat: repeat-x;
	background-position: center center;
}
#layoutbg {
	left: 0px;
	right: 0px;
	position: absolute;
	width: 940px;
	height: 560px;
	background-color: #85b5e6;
	background-repeat: repeat-x;
	background-position: center center;
	filter: alpha(opacity=40);
	opacity: .4;
	-moz-opacity: .4;
	background-image: url("../images/layerbg.gif");
}

/*

HEADER

*/

#header {
	position: relative;
	width: 940px;
	height: 89px;
}
#header div.leftcontent {
	float: left;
	margin-left: 40px;
	padding-top: 35px;
	height: 54px;
	width: 148px;
	text-align: left;
}
#header div.rightcontent {
	float: right;
	margin-right: 40px;
	text-align: right;
}

/*

TOP NAVIGATION

*/

#topnavi {
	padding-top: 47px;
	float: left;
	height: 42px;
}
#topnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnavi ul li {
	float: left;
	padding-left: 20px;
}
#topnavi ul li a:link, #topnavi ul li a:visited, #topnavi ul li a:active {
	display: block;
	background-position: 0% 0px;
}
#topnavi ul li a:hover {
	background-position: 0% -26px;
}
#topnavi ul li a.selected {
	background-position: 0% 26px;
}

/*

BOX

*/

#box {
	position: absolute;
	left: 40px;
	top: 89px;
	width: 860px;
	height: 433px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: center center;
	text-align: left;
	vertical-align: top;
}
#leftcolumn {
	float: left;
	width: 312px;
	margin-left: 24px;
	margin-top: 24px;
	height: 385px;
}
#rightcolumn {
	float: left;
	width: 312px;
	margin-left: 20px;
	margin-top: 24px;
	height: 385px;
}
#leftcolumn p, #rightcolumn p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 22px;
	font-size: 16px;
	line-height: 22px;
}
#leftcolumn h2, #rightcolumn h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
#centercolumn {
	float: left;
	width: 860px;
	height: 433px;
	text-align: center;
	display: block;
}
#centercolumn p {
	margin: 0px;
	padding-top: 200px;
	font-size: 16px;
	line-height: 22px;
}

/*

CASE SLIDE

*/

#caseslide {
	float: left;
	width: 644px;
	height: 360px;
	background-image:  url("/assets/644x360.gif");
	margin-left: 24px;
	margin-top: 24px;
}

/*

CATEGORY SLIDE

*/

#categoryslide {
	float: left;
	width: 644px;
	height: 385px;
	background-image:  url("/assets/644x385.gif");
	margin-left: 24px;
	margin-top: 24px;
}

/*

CASE NAVIGATION

*/

#casenavi {
	position: relative;
	float: right;
	text-align: left;
	width: 160px;
	height: 359px;
	margin-top: 24px;
	margin-right: 24px;
}
#casenavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 10px;
}
#casenavi ul li {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-left: 0px;
}
#casenavi ul li.root {
	background-image: url("../images/casenavi_root_inactive.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 5px;
}
#casenavi ul li.selectedroot {
	background-image: url("../images/casenavi_root.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 5px;
}
#casenavi ul li.root:hover {
	background-image: url("../images/casenavi_root.gif");
}
#casenavi ul li.selectedroot:hover {
	background-image: url("../images/casenavi_root.gif");
}
#casenavi ul li.selected {
	background-image: url("../images/casenavi_selected.gif");
	background-repeat: no-repeat;
	background-position: left 5px;
}
#casenavi ul li a {
	width: 146px;
	display: block;
	padding-left: 14px;
}
#casenavi ul li a:link, #casenavi ul li a:visited, #casenavi ul li a:active {
	color: #005899;
}
#casenavi ul li a:hover {
	color: #000000;
}
#casenavi ul li.selected a {
	color: #666666;
}
#casenavi ul li.root a, #casenavi ul li.selectedroot a {
	color: #000000;
}

/*

CASE FOOTER

*/

#casefooter {
	position: relative;
	float: left;
	width: 860px;
	height: 50px;
}
#casefooter div.leftcontent {
	width: 300px;
	padding-top: 0px;
	float: left;
	text-align: left;
	margin-left: 24px;
	margin-right: 20px;
	padding-top: 4px;
}
#casefooter div.rightcontent {
	width: 240px;
	float: right;
	text-align: right;
	margin-right: 190px;
	font-size: 11px;
	line-height: 15px;
	padding-top: 10px;
}

/*

CASE NAVIGATION

*/

#casesubnavi {
	padding-top: 0px;
}
#casesubnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#casesubnavi ul li {
	float: left;
	padding-right: 4px;
}
#casesubnavi ul li a {
	background-image:  url("../images/casesubnavi.gif");
}
#casesubnavi ul li a:link, #casesubnavi ul li a:visited, #casesubnavi ul li a:active {
	display: block;
	background-position: 0% 0px;
}
#casesubnavi ul li a:visited {
	display: block;
	background-position: 0% 18px;
}
#casesubnavi ul li a:hover {
	background-position: 0% -18px;
}
#casesubnavi ul li a.selected {
	background-position: 0% -18px;
}

/*

FOOTER

*/

#footer {
	float: left;
	margin-top: 433px;
	width: 960px;
	height: 38px;
}
#footer div.leftcontent {
}
#footer div.rightcontent {
}
