/* GLOBALS --------------------------- */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	min-width: 880px;
	margin-left: 20px; padding: 0;
}

h1, h2, h3, h4, p, ul, ol { margin-top: 0; margin-bottom: 1px; }

img {
	border:0px solid #000000;
	margin:0px;
}

img.hidden {
	border:0px;
	margin:0px;
  visibility: hidden;
}

img.language {
	border:1px solid #000000;
	margin:2px;
}

a {
	color:#333364;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#4A8ACE;
	text-decoration:none;
}


a.language {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	font-size: 10px;
}

a.language:hover {
	color:#4A8ACE;
	font-weight:normal;
	text-decoration:none;
	font-size: 10px;
}



/* LAYOUT --------------------------- */

#top {
	width: 940px; height: 166px;
	background: url(../images/bg_top.gif) top left no-repeat;
}

#header {
	width: 940px; height: 126px;
	background: url(../images/bg_header.gif) top left no-repeat;
}

#container {
	background: url(../images/container.gif) top left repeat-x;
	padding-top: 0px;
	width: 940px;
	float: left;
}

#sub_navigation {
	width: 780px;
	height: 20px;
	float: left;
	margin:0;
	padding: 7px 0 0px 20px
}

#content {
	width: 750px; min-height: 312px;
	float: left;
	padding: 5px;
}



#footer {
	width: 940px; height: 30px;
	font-size: 10px;
	padding: 10px 10px 10px 20px;
	float: left;
}

#maxi {
height:expression(1450 + "px");
overflow:hidden;
}

/* NAVIGATION */

#navigation {
	background: url(../images/bg_navigation.gif) top left no-repeat;
	width:940px;
	height:34px;
	padding-bottom: 6px;
}

#navigation ul {
	font-size:16px;
	margin:0px;
	padding:0px;
}

#navigation li.n1 {	float:left;	list-style:none; border-right:1px solid  #808080;}
#navigation li.n2 {	float:left;	list-style:none; border-right:1px solid  #808080;}
#navigation li.n3 {	float:left;	list-style:none; margin-right:7px}

#navigation a {
	display:block;
	padding:8px 15px 7px;
	margin:1px;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#navigation a:hover {
	background: url(../images/nav_hover.gif);
	text-decoration:none;
}


/* D_NAVIGATION */

#d_navigation {
	background: url(../images/bg_d_navigation.gif) top left no-repeat;
	width:940px;
	height:34px;
	padding-bottom: 6px;
}

#d_navigation ul {
	font-size:16px;
	margin:0px;
	padding:0px;
}

#d_navigation li.n1 {	float:left;	list-style:none; border-right:1px solid  #808080;}
#d_navigation li.n2 {	float:left;	list-style:none; border-right:1px solid  #808080;}
#d_navigation li.n3 {	float:left;	list-style:none; margin-right:7px}

#d_navigation a {
	display:block;
	padding:8px 15px 7px;
	margin:1px;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#d_navigation a:hover {
	background: url(../images/nav_hover.gif);
	text-decoration:none;
}




table.box {
	text-align:left;
	margin:0;
	padding-left:0;
	width: 100%;
}

table.pedigree {
	font-size:10px;
	text-align:left;
	margin:0;
	padding:0;
}

table.list {
	font-size:10px;
	text-align:left;
	border:1px solid #000000;
}

table.form {
	font-size:11px;
	text-align:left;
	width: 100%;
}

td.box_header {
	background:url(../images/box_header_only.png) no-repeat;
	margin:0;
	padding:0;
}

td.box {
	background:url(../images/box_bg_only.png) repeat-y;
	width: 780px;
	margin:0;
	padding:0px 20px 0px 20px;
	overflow: visible;
}

td.box_footer {
	background:url(../images/box_footer_only.png) no-repeat;
	margin:0;
	padding:0;
}

td.box_header_s {
	background:url(../images/box_header_s.png) no-repeat;
	margin:0;
	padding:0;
}

td.box_s {
	background:url(../images/box_bg_s.png) repeat-y;
	width: 335px;
	margin:0;
	padding:10px 20px 10px 20px;
	overflow: visible;
}

td.box_footer_s {
	background:url(../images/box_footer_s.png) no-repeat;
	margin:0;
	padding:0;
}

td.box_header_only {
	background:url(../images/box_header_only.png) no-repeat;
	margin:0;
	padding:0;
}

td.box_only {
	background:url(../images/box_bg_only.png) repeat-y;
	width: 780px;
	margin:0;
	padding:0px 20px 0px 20px;
	overflow: visible;
}

td.box_footer_only {
	background:url(../images/box_footer_only.png) no-repeat;
	margin:0;
	padding:0;
}

td.box_header_main {
	background:url(../images/box_header_main.png) no-repeat;
	height:10px;
	margin:0;
	padding:0;
}

td.box_main {
	background:url(../images/box_bg_main.png) repeat-y;
	width: 570px; 
	margin:0;
	padding:5px 20px 10px 10px;
	overflow: visible;
}

td.box_footer_main {
	background:url(../images/box_footer_main.png) no-repeat;
	margin:0;
	padding:0;
}

td.box_photo {
	background:url(../images/box_bg_only.png) repeat-y;
	width: 780px;
	margin:0;
	padding:0px 10px 0px 10px;
	overflow: visible;
}



