/* *** Generated by www.csscreator.com *** */
/* *** modified by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-color:#4d4d4d;
	padding:0px;
	margin:0px;
	text-align: center;
}
a {color:#999999;}
a:visited {color:#4d4d4d;}
a:hover {color:#09F;}
a:active { color:#4d4d4d;}
a {text-decoration:none;}

/* ----------contaner---------- */
#container {
	width: 768px ;
	padding:0px;
	margin: 0px auto;
	background-color:#fff;
}


/* ----------wrapper to center the layout---------- */
#wrapper {
	width: 750px;
	padding:0px;
	margin: 0px auto;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
} 

/* ----------banner for logo-------------- */


#logo {
	width:100%;
	border-bottom:1px #999999;
	border-bottom-style:solid;
	padding: 0px;
	margin: 5px 0px;
 }
 
 
/* ----------Top Menu-------------- */

#topnav {
	float:left;
}

#topnav ul {
	margin:0px;
	padding:10px 10px 10px 0px;
	
	
	
}

#topnav li{
	list-style-type:none;
	display:inline;
	padding:7px;
	font-size: 0.9em;
	
}


.language {
	margin:0px;
	padding:15px 0px 0px 0px;
	font-size:10px;
	float: right;
}

.second-nav {
	font-size:9px;
	clear:both;
	float:left;
	padding:7px 0px 0px 10px;
	
}

/* ----------social network-------------- */
#social-media-icons {
	clear:both;
	float:right;


}

#social-media-icons ul{
	margin:0px 0px 0px 0px;
    padding:0px;
	
}

#social-media-icons li{
	display:inline;
	list-style-type:none;
	margin-left:3px;
}



/* -----------------content--------------------- */

.ic_container{
    vertical-align:baseline;
    margin:10px;
    position:relative;
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 1px 3px #888;
    -webkit-box-shadow: 0 1px 3px #888;*/
}
.overlay{
    opacity:0.3;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.ic_caption{
    position:absolute;    
    opacity:0.6;   
    overflow:hidden;
    margin:0px;
    padding:0px;
    left:0px;
    right:0px;
    cursor:default;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.ic_category{
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:3px;
    padding:5px;
    margin:0px;
}
.ic_caption h3{
    padding:0px 5px 5px 5px;
    margin:0px;
    font-size:18px;
}
.ic_text{
    padding:5px;
    margin:0px;
    text-align:justify;
    font-size:11px;

}

#product{
	
	border:#666 1px; 
	border-style:dashed; 
	padding:4px;
	width:630px;
	height:130px;
}



/* -------- news -----*/

#news {
	padding:2px 2px;
	margin:0px 3px 0px 15px;
	width:420px;
	float:left;
	
}

#twitter {
	padding:0px;
	margin:0px;
	width:240px;
	float:left;
}
/*  ----------------footer---------------------- */ 

	

.footer {
	
	border-top: #999 solid 1px;
	width:100%; 
	text-align:center;
	font-size:9px;
	padding: 3px 0px; }
	
