body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background: #fff;
	min-width: 1240px;
	max-width: 1280px;

}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#page {
	height: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin: 0 auto;
}

/* header start */
#header {
	overflow: hidden;
	height: 100%;
}

/* logo start */
#header h1 {
	float: left;
	margin: 0 11px 0 0;
	display: inline;
}

#header h1 a {
	float: left;
	margin: 0;
	display: block;
	text-indent: -9999px;
	width: 649px;
	height: 210px;
	overflow: hidden;
	background: url('../images/logo3.gif') no-repeat;
}

/* logo end */
/* top-links start */
#header .top-links {
	float: right;
	margin: 0;
	padding: 12px 14px 0 0;
}

#header .top-links li {
	list-style: none;
	float: left;
	padding: 0 12px 0 14px;
	font: 16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/header-divider.gif) no-repeat 0 4px;
}

#header .top-links li.first {
	padding-left: 0;
	background: none;
}

#header .top-links li a {
	text-decoration: none;
	color: #000;
}

#header .top-links li a:hover {
	text-decoration: underline;
	color:#403E92;
}

/* top-links end */
/* flags start */
.flags {
	margin: 0;
	float: right;
	padding: 15px 138px 32px 0;
}

.flags li {
	list-style: none;
	float: left;
	padding: 0 25px 0 0;
}

/* flags end */
#header p {
	margin: 0;
	color: #333;
	clear: right;
	padding: 32px 0 0 0;
	padding: 0; 
	font: bold 40px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* header end */
/* sidebar start */
#sidebar {
	float: left;
	width: 205px;
	padding: 0 0 10px 19px;
	margin: 10px 0 0 0;
}

#sidebar .block {
	margin: 8px 0 0 0;
	background: url(../images/sidebar-block-bg.gif) repeat-y;
}

/* activation start */
.activation {
	background: url(../images/sidebar-block-bottom-bg.gif) no-repeat 0 100%;
	color: #333;
	padding: 0 0 11px 0;
}

.activation h2 {
	margin: 0;
	color: #403E92;
	padding: 4px 0 0 0;
	text-align: center;
	background: url(../images/sidebar-block-top-bg.gif) no-repeat;
	font: bold italic 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.activation p {
	margin: 0;
	line-height: 11px;
	padding: 6px 0 0 7px;
}

.activation-form {
	text-align: center;
	padding: 5px 0 0 0;
}

.activation-form .text {
	border: 1px solid #ccc;
	width: 48px;
	height: 15px;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #333;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.activation-form .submit {
	display: block;
	margin: 9px auto 0;
}

/* activation end */
/* estimate start */
.estimate {
	background: url(../images/sidebar-block-bottom-bg.gif) no-repeat 0 100%;
	padding: 0 0 13px 0;
}

.estimate .nav {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/sidebar-block-top-bg.gif) no-repeat;
}

.estimate .nav li {
	list-style: none;
	float: left;
	padding: 1px 0 0 1px;
	font-size: 12px;
}

.estimate .nav li a {
	float: left;
	height: 20px;
	width: 67px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #333;
	text-decoration: none;
	background: url(../images/estimate-nav-bg.gif) no-repeat;
}

.estimate .nav li a:hover {
	background-position: 0 -20px;
}

.estimate-form {
	padding: 17px 0 3px 0;
}

.estimate-form select {
	width: 157px;
	display: block;
	margin: 2px auto 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.estimate p {
	line-height: 11px;
	margin: 11px 8px 0 13px;
}

.estimate .submit {
	display: block;
	margin: 81px auto 0;
}

/* estimate end */
/* logos start */
#sidebar .logos {
	text-align: center;
}

#sidebar .logos span {
	display: block;
	padding: 14px 0 0 0;
}

* html #sidebar .logos img {
	display: block;
}

/* logos end */
/* sidebar end */
#main-block {
	margin: 0 22px 0 239px;
}

/* navigation start */
#navigation {
	float: left;
	width: 100%;
	margin: -10px 0 0 0;
	position: relative;
}

#navigation ul {
	margin: 0;
	padding: 0 0 20px 0;
	overflow: hidden;
	height: 37px;
	width: 100%;
	background: #403E92 url(../images/sub-navigation-right-bg.gif) no-repeat 100% 37px;
}

* html #navigation ul {
	width: auto;
	display: block;
}
* +html #navigation ul {
	width: auto;
	display: block;
}

#navigation ul li {
	height: 37px;
	font: bold 20px/37px "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style: none;
	float: left;
	display: block;
	width: 20%;
	margin: 0 0 0 0;
}
* html #navigation li {
	margin: 0 -2px 0 0;
}
* +html #navigation li {
	margin: 0 -2px 0 0;
}
#navigation .last {
	margin: 0;
	float: none; 
	width: auto;
	overflow: hidden;
	position: relative; 
}
* html #navigation .last {
	float: left;
	
}

#navigation li a {
	display: block;
	text-align: center;
	margin: 0 -2px 0 0;
	height: 37px;
	color: #333;
	text-decoration: none;
	background: url(../images/navigation-left-bg.gif) no-repeat;
}

* html #navigation li a {
	margin: 0;
}
* +html #navigation li a {
	margin: 0;
}

#navigation ul li.last a {
	margin: 0;
}

#navigation .first a {
	background-image: url(../images/navigation-first-left-bg.gif);
}

#navigation li a span {
	display: block;
	cursor: pointer;
	background: url(../images/navigation-right-bg.gif) no-repeat 100% 0;
}

#navigation li a.active,
#navigation li.hover a {
	background-position: 0 -37px;
}

#navigation li a.active span,
#navigation li.hover a span {
	background-position: 100% -37px;
}

#navigation li.hover ul {
	display: block;
}

/* sub navigation start */
#navigation li ul {
	margin: 0 0 0 2px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 37px;
	height: 20px;
	float: left;
	width: 98%;
	display: none;
}

* html #navigation li ul {
	width: 490%;
}

#navigation li ul li {
	margin: 0;
	width: auto;
	display: block;
	float: left;
	padding: 2px 13px 0 14px;
	background: url(../images/sub-navigation-divider.gif) no-repeat 0 4px;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navigation li ul .sub-first {
	background: none;
	padding-left: 21px;
}

#navigation li ul li a {
	display: inline;
	color:#FFFFFF;
	height: auto;
	margin: 0;
	background: none !important;
}

#navigation li ul li a:hover {
	text-decoration: underline;
}

.navigation-line {
	width: 2px;
	position: absolute;
	left: 0;
	background: red;
	overflow: hidden;
	top: 37px;
	height: 20px;
	background: url(../images/sub-navigation-left-bg.gif) no-repeat;
}

/* sub navigation end */
/* navigation end */
#main {
	float: left;
	width: 100%;
}

.content {
	border: 2px solid #e7e7e7;
	height: 100%;
	padding: 0 0 0 0;
}

.content:after {
	background: url('../images/content-right-corner.gif') no-repeat 100% 0;
	content: url('../images/content-left-corner.gif');
	display: block;
	margin: 0 -2px -2px;
	position: relative;
	height: 17px;
	font-size: 0px;
}

/* shows-blocks start */
.shows-blocks {
	float: right;
	width: 187px;
	padding: 2px 9px 0 0;
	color: #333;
}

.shows-blocks .block {
	margin: 8px 0 0 0;
	background: url(../images/show-block-bg.gif) repeat-y;
}

.shows-blocks .block h2 {
	margin: 0;
	color: #403E92;
	padding: 3px 0 0 0;
	text-align: center;
	background: url(../images/show-block-top-bg.gif) no-repeat;
	font: bold italic 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* shows start */
.shows {
	background: url(../images/show-block-bottom-bg.gif) no-repeat 0 100%;
	padding: 0 0 8px 0;
}

.shows div {
	height: 180px;
	width: 152px;
	margin: 8px 0 0 0;
	padding: 5px 20px 0 9px;
	overflow: auto;
}

.shows div p {
	margin: 0;
	padding: 2px 0 8px 0;
	line-height: 11px;
}

.shows div p a {
	color: #333;
	text-decoration: none;
}

.shows div p a:hover {
	text-decoration: underline;
}

/* shows end */
/* offer start */
.offer {
	background: url(../images/show-block-bottom-bg.gif) no-repeat 0 100%;
	padding: 0 0 13px 13px;
}

.offer p {
	margin: 4px 0 6px 0;
	line-height: 11px;
}

/* offer end */
/* shows-blocks end */
/* text-content start */
.text-content {
	margin: 0 219px 0 9px;
	padding: 0 18px 3px;
}

.text-content h2 {
	margin: 21px -18px 4px;
	color: #333;
	padding: 0 0 1px 18px;
	border-bottom: 1px solid #403E92;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.text-content h3 {
	margin: 21px -18px -10px;
	color: #403E92;
	padding: 0 0 1px 18px;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}

.text-content h3 a {
	text-decoration: underline;
	color: #403E92;
}

.text-content h3 a:hover {
	text-decoration: none;
}

.text-content p {
	line-height: 17px;
	padding: 16px 0 0 0;
	margin: 0;
}

.text-content ul {
	line-height: 17px;
}

.text-content ol {
	line-height: 17px;
}

.text-content p a {
	text-decoration: underline;
	color: #403E92;
}

.text-content p a:hover {
	text-decoration: none;
}

/* text-content end */


/* -------------------------------- 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;
}
