/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body { text-align: center;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

#wrapper { width: 800px; margin: 0 auto; text-align: left; background: #fff; }

table.one
{
table-layout: fixed
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a img { border: none; }

#menu {
	width: 180px;
	float: left;
	margin: 0 0 7px 0;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	text-align:left;
	margin: 0 0 7px 0;
	padding-left: 0px;
	min-width: 180px;
	font-weight:bold; 
	font-size:14px;
}

#menu ul li.section-title {
	min-width: 165px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	font-weight:bold; 
	font-size:14px;
}

#linkuri {
	font-weight:bold; 
	font-size:14px
	font-weight:bold;
	margin: 0 0 7px 0;
}

#content {
    margin: 0 0 0 205px;
}

.clear-both { clear: both; }

.container {
    padding: 100px 0px 25px 0px;

}

.container2 {
	padding: 100px 0px 25px 0px;
	font-weight:bold; 
	font-size:14px;

}

#content p {    width: 590px; 
		margin-bottom: 9px; 
		line-height: 10pt;		
}

p {
    margin: 0 0 1px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.slideshow { height: 500px; width: 600px; }
.slideshow img { background-color: #eee; }


.pics {   
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0px; 
    background-color: #eee;  
    top:  0; 
    left: 0 
} 

#nav a { font-weight:900; text-decoration: none; margin: 0 0px; padding: 3px 3px;  }
#nav a.activeSlide { background: white }
#nav a:focus { outline: none; }


/* Centered */

#centered {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
}

#footerdetails { 
	font-size:9px;
	text-align:left;
	bottom:5px;
	position:fixed;
	background: white;
	width: 200px;
	height: 50px;
	padding-right: 1px;
}

/*Overall CSS for each Horizontal Accordion.
	Most settings should be kept as it.
	Customize each Accordion by styling each Accordion's ID attribute instead.
*/

.haccordion{
padding: 0;
}

.haccordion ul{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden; /*leave as is*/
}

#hc2 li .hpanel{
padding: 5px; /*Spacing between each LI container*/
background: black;
}

.haccordion li{
margin: 0;
padding: 0;
display: block; /*leave as is*/
width: 100%; /*For users with JS disabled: Width of each content*/
height: 200px; /*For users with JS disabled: Height of each content*/
overflow: hidden; /*leave as is*/
float: left; /*leave as is*/
}

.haccordion li .hpanel{
width: 100%; /*For users with JS disabled: Width of each content*/
height: 200px;  /*For users with JS disabled: Height of each content*/
}