@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #E3E7ED;
	font: 12px Verdana, Arial, helvetica, sans-serif;
}

#rap {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#header {
	height:138px;
}

/* ------------------------------------- NAVIGATION ----------------------------------- */
#nav {
	height: 410px;
	background-color: #213F67;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

#nav ul {
	list-style: none;
	margin: 0;
	border: none;
	padding: 7px 0 5px 20px;
}

#nav li {
	display: inline;
	margin: 0;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
}

#nav a:link, #nav a:visited {
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ------------------------------------- CONTENT ----------------------------------- */
#content {
	background-image: url(images/cont_bck.gif);
	background-repeat: repeat-y;
	padding: 0;
	border: 0;
}

#content h1 {
	font-size: 10px;
	font-weight: bold;
	padding: 0 30px 0 0px;
	line-height: 100%;
	color: #213F67;
}

#content h1.title {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	line-height: 100%;
	color: #213F67;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 30px 0 50px;
	line-height: 100%;
	color: #213F67;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 30px 0 60px;
	line-height: 100%;
	color: #213F67;
}

#content p {
	padding: 0 30px 0 40px;
	line-height: 150%;
	color: #666;
}

#content p.small {
	font: normal 10px verdana, arial, helvetica, sans-serif;
	color: #666;
	text-align: center;
	padding: 10px;
}

#content p.smalli {
	font: normal 9px verdana, arial, helvetica, sans-serif;
	color: #000;
	font-style: italic;
	text-align: center;
	padding: 10px;
}

#content ul {
	padding: 0 30px 0 70px;
	line-height: 120%;
	color: #666;
}

#content a {
	color: #213F67;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content img.right {
	float: right;
	padding-right: 20px;
	padding-top: 25px;
	border: 0;
}

#footer {
	background-image: url(images/cont_btm.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 4px;
	padding: 0;
	border: 0;
}

/* -------------------------------- www.TheWebShop.co.nz ------------------------------ */

.thewebshop {
	font: normal 10px verdana, arial, helvetica, sans-serif;
	color: #666;
	text-align: center;
	padding: 10px;
}

.thewebshop a {
	font: 10px verdana, arial, helvetica, sans-serif;
	color: #ff6600;
	text-decoration: none;
}
	
.thewebshop a:hover {
	color: #1936AE;
}
