/*-----------------------------*
**--- Duplex.co.nz
**--- 
**--- copyright (c) 2009 Website Elves Ltd.
**-----------------------------*/
* {
	margin:0;
	padding:0;
	list-style:none;
	}
	
body {
	background: #646464;
	font-family: 'Palatino Linotype' 'Book Antiqua' 'Palatino' serif;
	font-family: 'Verdana' 'Geneva' sans-serif;
	font-family: 'Lucida Sans Unicode' 'Lucida Grande' sans-serif;
	font-family: 'Comic Sans MS' 'Comic Sans MS' cursive;
	font-family: 'Arial' 'Arial' 'Helvetica' sans-serif;
	font-family: 'Impact' 'Impact' 'Charcoal' sans-serif;
	font-family: 'Times New Roman' 'Times' serif;
	font-family: 'Georgia' serif;
	font-family: 'Tahoma' 'Geneva' sans-serif;
	font-family: 'Gill Sans MT''Gil Sans' sans-serif;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	}
	
.clear {
	clear:both;
	}

/*-----------------------------*
**--- wrap
**-----------------------------*/
#wrap {
	position: absolute;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	}

/*-----------------------------*
**--- bodywrap
**-----------------------------*/
#bodywrap {
	width: 800px;
	padding-top: 0px;
	overflow: hidden;
	background: #f0f0f0;
	clear:both;
	}

/*-----------------------------*
**--- header_a
**-----------------------------*/
#header_a {
	width: 100%;
	background: #f0f0f0 url(../images/Header.png) no-repeat left top;
	height:145px;
	}

#header_a h1,
#header_a h3 {
	color:#FFFFFF;
	padding : 25px 25px 0 300px;
	text-align:center;
	font-size:26pt;
	}

#header_a h4 {
	color:#FFFFFF;
	padding : 0px 50px 0 425px;
	text-align:left;
	font-size:21pt;
	}

/*-----------------------------*
**--- menu
**-----------------------------*/
#menu {
	width:100%;
	background: #F0F0FF url(../images/MenuBG.png) repeat-x left top;
	}
	
#menu ul {
	float:right;
	padding-right:10px;
	}
	
#menu ul li {
	float:left;
	}
	
#menu ul li#current {
	color:#000000;
	}

#menu ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	background: #F0F0F0 url(../images/Menu.png) no-repeat left top;
	text-align:center;
	width:96px;
	height:36px;
	display:block;
	padding-left:5px;
	padding-top:13px;
	}
	
#menu ul li a.current {
	color:#000000;
	background: #000000 url(../images/MenuSel.png) no-repeat left top;
	}
	
#menu ul li a.current:hover {
	color:#736b47;
	}

#menu ul li a:hover {
	color:#f7eaad;
	}
	
/*-----------------------------*
**--- bodytext
**-----------------------------*/
#bodytext {
	width:100%;
	}
	
/*-----------------------------*
**--- fulltext
**-----------------------------*/
#fulltext {
	width:100%
	color:#000000;
	}

#fulltext h1,
#fulltext h2,
#fulltext h3 {
	font-size:16pt;
	margin:0px 45px .5em 45px;
	padding-top:15px;
	}

#fulltext h1.bold,
#fulltext h2.bold,
#fulltext h3.bold {
	text-align:center;
	}
	
#fulltext h4 {
	font-size:12pt;
	text-align:left;
	margin:1.5em 45px 0em 45px;
	}

#fulltext h5 {
	margin:20px 20px .75em 20px;
	text-align:center;
	font-size:13pt;
	}
#fulltext p {
	margin:.0em 45px .5em 45px;
	padding-top:.75em;
	font-size:12pt;
	}
	
#fulltext p.smalltext {
	font-size:8pt;
	}
	
#fulltext a:visited {
	color:#000000;
	}

#fulltext ul {
	margin:0 45px .75em 45px;
	}
	
#fulltext li
	{
	margin-left:45px;
	list-style:circle;
	}

#fulltext div.menubox_designsub {	
	width:100%;
	float:right;
	background: #F0F0F0;	
	}

#fulltext div.spacerline {
	width:100%;
	background: #F0F0F0 url(../images/MenuBG1.png) repeat-x left top;
	height:40px;
	}
	
#fulltext div.menubox_designsub ul.designsub {
	float:right;
	margin:0px 10px 0 0px;
	list-style:none;
	}
	
#fulltext ul.designsub li {
	float:left;
	list-style:none;
	margin:0;	
	}

#fulltext ul.designsub li#current_design,
#fulltext ul.designsub li#current_header,
#fulltext ul.designsub li#current_colour,
#fulltext ul.designsub li#current_font {
	xbackground: #F0F0F0 url(../images/SubMenu1C.png) no-repeat left top;
	}

#fulltext ul.designsub li#prev_design,
#fulltext ul.designsub li#prev_header,
#fulltext ul.designsub li#prev_colour,
#fulltext ul.designsub li#prev_font {
	xbackground: #F0F0F0 url(../images/SubMenu1P.png) no-repeat left top;
	}

#fulltext ul.designsub li#next_design,
#fulltext ul.designsub li#next_header,
#fulltext ul.designsub li#next_colour,
#fulltext ul.designsub li#next_font {
	xbackground: #F0F0F0 url(../images/SubMenu1N.png) no-repeat left top;
	}

#fulltext ul.designsub li a {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	background: #F0F0F0 url(../images/Menu1.png) no-repeat left top;
	text-align:center;
	width:96px;
	height:36px;
	display:block;
	padding-left:5px;
	padding-top:13px;
	}
	
#fulltext ul.designsub li a.current {
	color:#000000;
	background: #000000 url(../images/MenuSel1.png) no-repeat left top;
	}
	
#fulltext ul.designsub li a.current:hover {
	color:#736b47;
	}

#fulltext ul.designsub li a:hover {
	color:#f7eaad;
	}


#fulltext div.HomeInset {
	float:left;
	background: #F0F0F0 url(../images/BoxLC.png) no-repeat right top;
	margin-right:20px;
	padding-top:20px;
	}
	
#fulltext div.HomeInset h1,
#fulltext div.HomeInset h2, 
#fulltext div.HomeInset h3,
#fulltext div.HomeInset h4,
#fulltext div.HomeInset h5, 
#fulltext div.HomeInset h6,
#fulltext div.HomeInset p {
	margin:0 25px 0 25px;
	color:#FFFFFF;
}

#fulltext div.HomeInset h1,
#fulltext div.HomeInset h2, 
#fulltext div.HomeInset h3 {
	font-size :16pt;
	margin-top:8px;
	margin-bottom:.5em;
	}
	
#fulltext div.HomeInset h6 {
	font-size: 16pt;
	text-align : right;
	margin-bottom:8px;
	}
	
#fulltext div.HomeInset li {
	margin-left:25px;
	}
	
#fulltext div.HomeInsetbtm {
	background: #F0F0F0 url(../images/BoxLCBtm.png) no-repeat right top;
	height :20px;
	}
	
#fulltext div.sample {
	width:195px;
	float:left;
	text-align:center;
	padding-left:4px;
	margin-bottom:5px;
	margin-top:5px;
	}

#fulltext div.hsample {
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:15px;
	margin-top:5px;
	font-size:13.5pt;
	}

#fulltext img {
	border:0;
	}
	
#fulltext div.fontbox {
	width:100%;
	}

#fulltext div.fontbox p {
	font-size:19pt;
	text-align:center;
	}
	
#fulltext h6 {
	font-size:17pt;
	padding:0px 0px 0px 0px;
	text-align:center;
	}
	
#fulltext p.pl,
#fulltext h6.pl {
	font-family: 'Palatino Linotype' 'Book Antiqua' 'Palatino' serif;
	}
	
#fulltext p.ve,
#fulltext h6.ve {
	font-family: 'Verdana' 'Geneva' sans-serif;
	}
	
#fulltext p.ls,
#fulltext h6.ls {
	font-family: 'Lucida Sans Unicode' 'Lucida Grande' sans-serif;
	}
	
#fulltext p.cs,
#fulltext h6.cs {
	font-family: 'Comic Sans MS' 'Comic Sans MS' cursive;
	}
	
#fulltext p.ar,
#fulltext h6.ar {
	font-family: 'Arial' 'Arial' 'Helvetica' sans-serif;
	}
	
#fulltext p.im,
#fulltext h6.im {
	font-family: 'Impact' 'Impact' 'Charcoal' sans-serif;
	}
	
#fulltext p.ti,
#fulltext h6.ti {
	font-family: 'Times New Roman' 'Times' serif;
	}
	
#fulltext p.ge,
#fulltext h6.ge {
	font-family: 'Georgia' serif;
	}
	
#fulltext p.ta,
#fulltext h6.ta {
	font-family: 'Tahoma' 'Geneva' sans-serif;
	}
	
#fulltext p.gi,
#fulltext h6.gi {
	font-family: 'Gill Sans MT''Gil Sans' sans-serif;
	}
	
#fulltext p.tr,
#fulltext h6.tr {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	}

/*----------------------------*
**--- Web Form
**----------------------------*/
table.webform {
	width:500px;
	font-size:12px;
	margin-left:50px;
	}
	
table.webform td.formlabel {
	width:150px;
	
	}
table.webform td.formfield {
	width:350px;
	}

span.formitem {
	padding : 0em .75em 0em .25em;
	}

	
/*-----------------------------*
**--- maintext
**-----------------------------*/
#maintext {
	width:500px;
	float :right;
	}

#maintext h1,
#maintext h2,
#maintext h3 {
	font-size:16pt;
	margin:20px 25px .75em 25px;
	}

#maintext h1.bold,
#maintext h2.bold,
#maintext h3.bold {
	text-align:center;
	}

#maintext h5 {
	margin:0 20px .75em 20px;
	text-align:center;
	font-size:13pt;
	}

	
/*-----------------------------*
**--- sidebar
**-----------------------------*/
#sidebar {
	width :300px;
	float:left;
	}

#sidebar h1,
#sidebar h2,
#sidebar h3 {
	font-size:12pt;
	}
	
#sidebar {
	background: #494949 url(../images/Sidebar.png) no-repeat right top;
	padding-top:25px;
	}
	
#sidebar h1,
#sidebar h2,
#sidebar h3 {
	padding:0px 20px .75em 20px;
	}

#sidebar p {
	padding:0px 20px .75em 20px;
	}
	
div.sidebarbottom {
	background: #494949 url(../images/SidebarBtm.png) no-repeat right top;
	height:22px;
	}
	
	
div.galleryfirst,
div.gallery {
	padding-left :30px;
	clear:both;
	padding-top :10px;
	padding-bottom :10px;
	}
	
img {
	border-style : none;
	}

div.gallery {
	border-top: 1px solid #a69a7c;
	}

div.galleryfirst div.photoimg,
div.gallery div.photoimg {
	float:left;
	width : 265px;
	}
	
div.gallerytext {
	float: left;
	width:500px;
	}
	
div.formbutton {
	text-align:center;
	padding-top:6px;
	padding-bottom:5px;
	}
	
input.btn { 
	color:#FFFFFF; 
	font-size: 13pt;
	font-weight:bold;
	background-color:#6b949e; 
	border:2px solid; 
	padding:.25em .75em;
	border-color: #9fc1c9 #3c5d65 #3c5d65 #9fc1c9; 
	} 
	
input.btnhov { 
	color:#fbf8ae; 
	}

/*-----------------------------*
**--- footer
**-----------------------------*/
#footer {
	background: #000000 url(../images/Footer.png) repeat-x left top;
	height:60px;
	}
	
#footer p {
	text-align:center;
	font-size: 8pt;
	text-align: center;
	padding-top: 18px;
	width:100%;
	color:#000000;
	}