/* CSS Document */
/* CSS by Lars Zimmermann */
/* www.artworx3d.de */
/* Last change: September 05, 2008 */


/* CSS resetting work is done by famous Eric Meyer ------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-repeat: no-repeat;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}



body	{
	font-family: Arial, Helvetica, "Franklin Gothic Book";
	font-size: 10px;
	color: #333;
	line-height:1.4;
	}

	
#header	{
	float:left;
	display:inline;
	margin:25px 0 0 50px;
	width:900px;
	background:white;
	}	
	

#main	{
	clear:both;
	float:left;
	margin:65px 0 0 50px;
	width:900px;
	display:inline;
	}	

 
#nav_static {
	float:left;
	}	
	
#nav_static ul {
    
	list-style-type:none;

	}
	
#nav_static ul li {
	clear:both;
	float:left;
	position:relative;
	margin-bottom:5px;
	}	
	
#nav_static ul li a {
	float:left;
	padding:1px 20px 1px 12px;
	color:black;
	width:50px;
	text-decoration:none;
	background:white;
	cursor:pointer;
	font-size:11px;
	}

#nav_static ul li a:hover {
	color:gray;
	}
	

#nav_static ul li ul {
	position:absolute;
	top:0;
	left:90px;	
	}

#nav_static ul li ul li a {	
	width:10px;
	padding:1px 5px 1px 8px;
	/*background: white!important;*/
	}

#nav_static ul li ul li ul {
	position:absolute;
	top:0;
	left:30px;	
	}

#nav_static ul li ul li ul li a {
	width:130px;
	padding:1px 5px 1px 8px;	
	/*background: white!important;*/
	}
	

/*li.mainmenu_link a {
	background:gray;	
	}	*/

a.active  {
	color:gray!important;
	}
	
	
	
	


/*** ESSENTIAL STYLES ***/
#nav ul {
	float: left;
	list-style:	none;
	width:90px;
	}


#nav ul li {
	clear:both;
	float: left;
	position: relative;
	width:90px;
	margin-bottom:5px;	

	}

#nav ul li a {
	display: block;
	position: relative;
	cursor: pointer;
	padding:1px 20px 1px 12px;
	text-decoration:none;
	background:white;
	width:50px;	
	font-size:11px;	
	color:black;
	}
	
#nav ul li a:hover {
	color:gray;
	outline: 0;
	}


#nav ul li ul {
	position: absolute;
	top: -999em;
	width:30px;	
	}

#nav ul li ul li {
	width:30px;
	}
	
#nav ul li ul li a {
	width:10px;
	padding:1px 5px 1px 8px;	
	}

#nav ul li ul li ul {
	width:160px;	
	}
	
#nav ul li ul li ul li {
	width:160px;
	}	

#nav ul li ul li ul li a{
	width:140px;
	padding:1px 5px 1px 8px;	
	}	

#nav ul li:hover ul,
#nav ul li.sfHover ul {
	left: 90px;
	top:0; /* match top ul list item height */
	z-index: 99;
	}

/*#nav ul li:hover, #nav ul li.sfHover,
#nav ul a:focus, #nav ul a:hover, #nav ul a:active {
	background:	gray;
	outline: 0;
	}*/
	

#nav ul li:hover li ul,
#nav ul li.sfHover li ul {
	top: -999em;
	}

#nav ul li ul li:hover ul,
#nav ul li ul li.sfHover ul {
	left: 30px; /* match ul width */
	top: 0;
	}

#nav ul li ul li:hover li ul,
#nav ul li ul li.sfHover li ul {
	top: -999em;
	}



	












	
#content	{
	float:right;
	width:617px;
	height:400px;
	overflow:auto;
	}	

	
.gallery	{
	float:left;
	padding:15px;
	}

.tx-wtgallery-pi1 {
	padding:0 10px 10px 10px;	
	}
	
.tx-wtgallery-pi1 img {
	margin:0 5px 5px 0;
	display:inline;
	}

.contentbox {
	clear:both;
	float:left;
    width:600px;
	}
	
.contentbox  img {
	text-align:left;
	margin-bottom:10px;
	}	

.contentbox p, .contentbox h1, .contentbox h2, .contentbox h3, .contentbox h4 {	
	padding:10px 10px 0 10px;
	}
	
.contentbox p {
	font-size:11px;
	}
	
.contentbox ol, .contentbox ul {
	list-style-type:disc;
	margin-left:30px;
	}	

	

	

#footer	{
	clear:both;
	float:left;
	margin:25px 0 50px 50px;
	padding:1px 4px;
	width:896px;
	background:white;
	display:inline;
	}	
	
#footer p {
	margin:0;
	}
	
	
	
/* ***************** HTML TAGS ************************ */



h1	{
	font-size:16px;
	font-weight:bold;
	margin:2px 0 4px 0;
	}
	
h2	{
	font-size:13px;
	font-weight:bold;
	}
	
h3	{
	font-size:10px;
	font-weight:normal;
	}	

p	{
	margin-bottom:8px;
	}	
	
	
	

.contentbox_press {
	float:left;
	margin:12px;
	}	
	
.contentbox_press  div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline;
	margin-left:0;
	}	

.contentbox_press  .csc-textpic-caption {
	margin-top:12px!important;
	background:white;
	padding:5px;
	height:100px;
	overflow:hidden;
	}

.contentbox_press  .csc-header h1 {
	padding:5px;
	background:white;
	margin-bottom:12px;
	}


.contentbox_press  .csc-textpic-clear {
	clear:none;
	}
	
.contentbox_press  div.csc-textpic-center {
	text-align:left;
	}


.contentbox_press  div.csc-textpic-left div.csc-textpic-imagewrap {
	float:left;
	}
	
.contentbox_press  div.csc-textpic-imagewrap {
	padding:0;
	}
	
div.csc-textpic-center div.csc-textpic-imagewrap {
	margin:0;
	float:left;
	}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left:0!important;
		}
	
.contentbox_press dl.csc-textpic-image dt {
	display:block;
	height:100px;
	margin:0;
}	