html,body {
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
}
body {
	font: 11px/110% arial,sans-serif;
	text-align:center;
	color:#262626;
}
p#copy{
	border-top: 2px solid #808080;
	text-align:right;
	color:#7c7c7c;
	padding-top: 5px;
}
#slider{
	margin-bottom:20px
}
.nivoSlider {
	position:relative;
	height:413px;
	margin:0px;
	background:url(img/loading.gif) no-repeat 50% 50%;	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivo-directionNav a{
	width:30px;
	height:57px;
	display:inline-block;
	font-size:0;        /* for firefox & opera */
	color: transparent; /* for webkit */
	line-height:0;
	overflow:hidden;    /* for IE */	
}
.nivo-directionNav .nivo-nextNav{
	background:url(img/arrow_right.png) no-repeat 50% 50%;
	right:10px
}
.nivo-directionNav .nivo-prevNav{
	background:url(img/arrow_left.png) no-repeat 50% 50%;
	left:10px
}
.nivo-controlNav{
	display:none
}


h1 {
	padding: 25px 0 20px 130px;
	width:250px;
	height:30px;
	background-image:url(img/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-size:0;        /* for firefox & opera */
	color: transparent; /* for webkit */
	line-height:0;
	overflow:hidden;    /* for IE */
}

h2{
	background: none repeat scroll 0 0 #66757F;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
	margin: 0 0 15px;
    padding: 3px 5px;
    width: 220px;
}
h3{
	color: #66757F;
    font-size: 14px;
    font-weight: lighter;
	margin: 10px 0 0;
}
p{
	margin: 2px 0 15px;
	text-align: justify;
}
#menu {
	height:20px;
	line-height:20px;
	border-bottom: 2px solid #808080;
	margin-bottom: 10px;
}

#menu ul {
	margin:0;
	padding: 0;
	color: #333;
}

#menu a {
	text-decoration:none;
	color:#545454
}

#menu ul li {
	display:inline-block;
	float:left;
	margin-right: 15px;
	padding-right:16px;
	border-right:1px solid #66757f;
	list-style:none;
	text-align:center;
	font-size: 12px;
	line-height: 11px;
}

#main {
	background:#FFFFFF;
	width:100%;
}

#container {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#content {
	margin: 5px 0;
	padding: 0;
}
