/* www.kayaks4hire.co.nz */

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #2c2c2c;
	padding: 0;
	margin: 0;
}
#container {
	background: #fff;
	margin: auto;
	width: 810px;
	height: auto;
	border: 0px solid #444;
}
#header {
	height: 140px;
	width: 810px;
	background: url(media/images/header.jpg) no-repeat;
	clear: both;
}
#agent_summary {
	height: 1px;
	width: 810px;
	background: #cedae0;
	margin-bottom: 20px;
}
#leftside {
	float: left;
	width: 175px;
	border-right: 0px dotted #cedae0;
}
#main_area {
	margin-left: 190px;
	height: auto;
	width: 600px;
}
#footer {
	clear: both;
	height: auto;
	width: 810px;
	color: #ccc;
	text-align: center;
	margin-top: 30px;
	padding: 2px 0;
	border-top: 1px solid #cedae0;
}
#footer a {
	text-decoration: none;
	color: #ccc;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
}
#menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#menu a {
	display: block;
	padding: 3px 20px;
	width: 120px;
	background: #e6f5fc;
	border-bottom: 1px solid #fff;
	font-size: 13px;
}
#menu a:link, #menulist a:visited {
	color: #314e5c;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background: #3e738d;
	color: #fff;
}

#links ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#links a {
	display: block;
	padding: 3px 20px;
	width: 120px;
	background: #e6f5fc;
	border-bottom: 1px solid #fff;
	font-size: 13px;
}
#links a:link, #linkslist a:visited {
	color: #314e5c;
	text-decoration: none;
	font-weight: bold;
}
#links a:hover {
	background: #3e738d;
	color: #fff;
}

h1 {
	color: #666;
	font-weight: bold;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 2px;
}
h2 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 3px;
}

a:link {
	color: #2c2c2c;
	text-decoration: underline;
}
a:visited {
	color: #2c2c2c;
	text-decoration: underline;
}
a:hover {
	color: #2c2c2c;
	text-decoration: none;
}

.contact_form {
    width: auto;
    background: #f2fafe;
	margin: 5px 10px;
}

form ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

form li {
    background: none;
    margin: 2px;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset p {
	background: #cedae0;
	font-weight: bold;
	margin: 5px 0;
	padding: 4px 0;
}

label {
    display: block;
    float: left;
    width: 200px;
	text-align: right;
}

fieldset span {
	width: 200px;
	margin-left: 1px;
	font-weight: bold;
}

input {
	border: 1px solid #638ab3;
	padding: 2px;
	margin-left: 3px;
}

.none {
	border: none;
}

select {
	padding: 1px;
	width: 200px;
	margin-left: 3px;
}

.text {
	width: 200px;
}

textarea {
	padding: 2px;
    width: 200px;
    height: 60px;
	margin-left: 3px;
	border: 1px solid #638ab3;
}

.submit {
	float: left;
	border: 1px solid #638ab3;
	margin-left: 5px;
}

.anzatea {
    position: absolute;
    left: -999em;
}