/* STRUCTURE  ================================================================================= */
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	margin:0;
	line-height:16px;
	background: #fff url(../img/bg_header.png) repeat-x top center;
}
body.inside {
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	margin:0;
	line-height:16px;
	background: #fff url(../img/bg_header_int.png) repeat-x top center !important;
}
#wrapper {
	width: 960px;
	background: url(../img/snow.png) no-repeat right 51px ;
	margin:auto;
}
#header {
	height:460px;
	position:relative;
}
#header_i{
	height:100px;
	position:relative;
}
#logo{
	width:331px;
	height:43px;
	position:absolute;
	left:0px;
	top:5px;
}
#header_content {
	float:right;
	width:345px;
	text-align:center;
	margin-top:45px;
}

#header_content_i {
	float:right;
	width:100px;
	text-align:right;
	margin-top:25px;
}
#content {
	padding:20px 0 20px 0;
}
#footer {
	background-color: #f9f9f9;
	padding: 10px;
	color:#b3b3b3;
	margin-top:20px;
}
#footer p {
	float:left;
	width:550px;
}
#footer em {
	float:right;
	width:250px;
	text-align:right
}

.port { width:290px; margin:10px 0; padding:0 35px 0 0; float:left;}
.port p { padding:15px 0; margin:0; line-height:20px;}
.port_inside { width:960px; margin:0px 0; padding:0 0px 0 0;}
.port_inside p { padding:15px 0; margin:0; line-height:20px;}
.port_last { width:290px; margin:10px 0; padding:0; float:left;}
.port_last p { padding:15px 0; margin:0;}
.port_last ol, ul {
	list-style: disc;
	padding-left:20px;
}

#nivo_shadow {
	background:url(../img/shadow_nivo.png) no-repeat top left;
	width:542px;
	height:30px;
	position:absolute;
	left:10px;
	top:390px;
}


/* OTHER STYLES  ================================================================================= */
a:link, a:visited {
	text-decoration:none;
	color: #8dc63f;
}
a:hover {
	text-decoration:none;
	color: #333;
}
.clear {
	clear:both;
}
#header_content h1{
	font-size: 14px; color:#fff; margin:0; padding:0;  font-weight:normal;
}	
#header_content_i h1{
	font-size: 14px; color:#fff; margin:0; padding:0;  font-weight:normal;
}
h2 {
	font-size:24px; color:#b20506; font-weight:normal; border-bottom:1px solid #dfdfdf;  padding:10px 0; margin:0 0 10px 0;
}
h2 span {
	color: #666; padding:0; margin:0; font-size:12px;
}
#header  h3{
	font-size:24px; color:#b20506; font-weight:normal; padding:15px 0 0 0; margin:0;
	float:right;
}
#header_i h3{
	font-size:24px; color:#b20506; font-weight:normal; padding:15px 0 0 0; margin:0;
	float:right;
}
.title {
	text-align:right;
	color:#fff;
	}
	.title_contact {
	color:#333;
	font-weight:600;
	font-size:12px;
	}

/* button style  ================================================================================= */
a:link.button, a:visited.button {
	color:#fff;
	font-size:12px;
	background: url(../img/button_sprite.png) no-repeat left top;
	width: 92px;
	height:28px;
	text-align:center;
	text-decoration:none;
	display:block;
	line-height:26px;
	}
	a:hover.button {
	color:#fff;
	font-size:12px;
	background: url(../img/button_sprite.png) no-repeat -95px top;
	width: 92px;
	height:28px;
	text-align:center;
	text-decoration:none;
	display:block;
	line-height:26px;
	}
#header_content a:link.button, #header_content a:visited.button {
	color:#fff;
	font-size:12px;
	background: url(../img/button_sprite.png) no-repeat left top;
	width: 92px;
	height:28px;
	text-align:center;
	text-decoration:none;
	display:block;
	line-height:26px;
	margin: 20px auto;
	}
#header_content a:hover.button {
	color:#fff;
	font-size:12px;
	background: url(../img/button_sprite.png) no-repeat -95px top;
	width: 92px;
	height:28px;
	text-align:center;
	text-decoration:none;
	display:block;
	line-height:26px;
	}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider {
	position:relative;
    width:545px;
    height:270px;
	background: #fff url(../images/loading.gif) no-repeat 50% 50%;
	float:left; 
	margin-top: 112px;
	border:5px solid #fff;
}
#hat { position:absolute; width:94px; height:128px; background: url(../img/hat.png) no-repeat top left; top:100px; left:494px; z-index:99; }
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:440px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
