body,h1,h2,h3,p,quote,small,form,input,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

body
{
    margin: 0;
    padding: 0;
    background: #ffffff;
	font-family: Verdana; 
	font-size: 12px;
	LINE-HEIGHT: 20px;
}

p
{
	text-align: left;
	font-family: Verdana; 
	font-size: 12px;
	LINE-HEIGHT: 20px;
	margin-bottom: 5px;
}



H1 
{
Color: #0A4068;
font-family: Verdana,Tahoma,Arial,Helvetica,Times New Roman; 
font-size: 16pt;
LINE-HEIGHT: 22px;
margin-bottom:3px;
}

H2 
{
Color: #000000;
font-family: Verdana; 
font-size: 12px;
LINE-HEIGHT: 14px;
padding-top:15px;
}

H3 
{
color: #0B352B;
font-family: Verdana; 
font-size: 12pt;
LINE-HEIGHT: 22px;
margin-bottom: 5px;
text-align:center;
}

#textarea {
position: absolute;
margin-top: 10px;
margin-left: 10px;
width: 300px;
height: 250px;
z-index: -1;
font-size:9px;
}

#textarea2 {
position: absolute;
margin-top: 10px;
margin-left: 250px;
width: 300px;
height: 250px;
z-index: -1;
font-size:9px;
}


/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:490px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:367px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:490px;
	overflow:hidden;
}


.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:20px;
	font-family: Verdana; 
	font-size: 10px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	/* Every thumbnail is a li element */
	width:16px;
	display:inline-block;
	list-style:none;
	height:20px;
	overflow:hidden;
}

#menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
} 

#menu li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) no-repeat;
}

#menu li.act a{
	cursor:default;
}

#menu .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(img/divider.png) no-repeat right;
}

 li a{
	display:block;
	height:20px;
	padding-top:0px;
}

#menu a img{
	border:none;
}

#dandi {
	overflow: auto; 
	width: 566px; 
	height: 200px;
    border-left: 0px gray solid; 
	border-bottom: 0px gray solid; 
    padding:0px; 
	margin: 0px;
	}
	
#dandi ul {
margin-left:5px;
}

#dandi li
	{margin: 0px;
	}
	
#benefit {
	overflow: auto; 
	width: 270px; 
	height: 225px;
    border-left: 0px gray solid; 
	border-bottom: 0px gray solid; 
    padding:0px; 
	margin: 0px;
	}
	
#benefit ul {
margin-left:5px;
}

#benefit li
	{margin: 0px;
	}

