/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }

a img{ border:none; }

a{
	color:#eb7417;
	text-decoration:none;
}

a:hover{
	border-bottom:1px #eb7417 dashed;
}

a:active {
  outline: none;
}

h1, h2{
	color:#eb7417;
	font-size:1.7em;
	font-weight:normal;
}

h3{
	color:#eb7417;
	font-size:1.2em;
	font-weight:normal;
}

div.spacer {
  clear: both;
  }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

html{
	background:#ececec url('images/background.jpg') repeat-x;
}

body{
	color:#606060;
	font-size:.73em;
	line-height:1.5em;
	font-family:Arial, Verdana, sans-serif;
}

.wire{
	background:url('images/wire.png') no-repeat center 65px;
}

.centered_container{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.pole{
	position:absolute;
	z-index:1;
	top:23px;
	left:640px;
	width:157px;
	height:659px;
	background:url('images/pole.png') top right no-repeat;
}

.logo{
	float:left;
	padding:20px 0 50px 0;
	width:312px;
}

.logo a {
	border-bottom: none;	
}

.navigation{
	width: 650px;
	position:relative;
	right: 6px;
	bottom: -12px;
	margin: 0;
	height: 36px;
	list-style-type: none;
}

.button{
	float: right;
	margin: 0;
	text-decoration: none;
	width: 110px;
}

.button a {
	text-decoration: none;
	border: none;
	display: block;
}

.button_kiwi {
	position: absolute;
	display: none;
}



.content-wrapper {
	overflow: hidden;
	width:650px;
	margin: 0 center;
	padding-left: 25px;
	padding-right: 25px;
	margin-top:12px;
	margin-left: -25px;
}

.content{
	float:left;
	background:#fff;
	padding:35px 50px 100px 50px;
	width:550px;
	min-height:600px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:0px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	-webkit-box-shadow: 0 6px 25px #666;
	-moz-box-shadow: 0 6px 25px #666;
	box-shadow: 0 6px 25px #666;
}

.copyright{
	margin-top: -2px;
	background-color:#e96f16;
	color:#ffcea7;
	height:14px;
	padding: 21px 0 25px 0;
	position: relative;
	z-index: 100;
}

.copyright_container{
	float:left;
}

/*-----------------------------------------------------------------------------------------------
  Follow Links
-----------------------------------------------------------------------------------------------*/
.follow {
	list-style-type: none;	
}

.follow li {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	cursor: pointer;
}

.follow .twitter {
	top: 90px;
	left: 100px;	
}

.follow .facebook {
	top: 175px;
	left: 100px;	
}