@charset "utf-8";
/* CSS Document */

body {
	background-color:#fff;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
img {
	border: none;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#5d5d5d;
	margin-top:0px;
	margin-bottom:14px;
}
a {
	color:#5d5d5d;
	text-decoration:underline;
}
a:hover {
	color:#5d5d5d;
	text-decoration:underline;
}
#content {
	margin: 0 auto;
	width: 960px;
	padding:0px;
}

#logo {
	height:40px;
	width:400px;
	margin:50px 30px 20px 530px;
}
#text {
	margin:20px 30px 20px 677px;
}


/* NIVO SLIDER */
.theme-default #slider {
	margin:0;
	width:960px; /* Make sure your images are the same size */
	height:400px; /* Make sure your images are the same size */
}
#slider_wrapper {
	width:960px;
	height: 430px;
	margin: 0;
	overflow:hidden;
	background-color:fff;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
	margin-bottom:50px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}
.theme-default .nivo-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	height:30px;
}
.theme-default .nivo-caption a {
	color:#fff;
}
.theme-default .nivo-caption p {
	color:#fff;
}