body {
  /*width:450px;*/
  margin:0px;
  padding:0px;
  color:#00618d;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
}

/*---------- Presentation Stylesheet ------------ */
/*             Blackline Creations                */
/*       Created By Ben Stewart - Dec 2007        */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
h1, h2, h3 {
	font-weight:bold;
	margin: 0;
	padding:5px 0 15px 0;
}
h1 {
	font-size:20px;
	color: #808285;
}
h2 {
	font-size:16px;
	color: #808285;
	padding:5px 0 10px 0;
}
h3 {
	font-size:14px;
	color: #808285;
}
ul {
	margin: 0 10px 10px 10px;
}
li {
	padding:0 0 5px 0;
}
p {
	margin: 0 0 10px 0;
}
a {
	color: #808285;
	border:none;
	cursor:pointer;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
hr {
	height:1px;
	background-color: #808285;
	border: 1px solid #808285;
	margin: 0 0 10px 0;
}
img.Image_left {
	float: left;
	margin: 0px 5px 10px 0px;
}
img.Image_right {
	float: right;
	margin: 0px 0px 10px 5px;
}
img {
	margin: 5px auto 15px auto;
	border:none;
}
body {
  width:100%;
}
html, body {
	margin:0;
	padding:0;
}
body {
	background: #120b15;
	font-family: Arial, Helvetica, Verdana;
	color:#808285;
	font-size:13px;
	line-height:140%;
	height: 100%;
	padding: 0;
	margin: 0;
	scrollbar-3dlight-color: #1c6a87;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #e9e6d9;
	scrollbar-darkshadow-color: #1c6a87;
	scrollbar-face-color: #1c6a87;
	scrollbar-highlight-color: #1c6a87;
	scrollbar-shadow-color: #1c6a87;
	scrollbar-track-color: #120b15;
}
#header_outer {
	background: url(assets/blackline_header1.jpg) no-repeat top center;
}
#header {
	height:65px;
	overflow:hidden;
	width:900px;
	margin:0 auto;
	padding: 20px 0 0 0;
	/*background: url(assets/blackline_content_background.png) no-repeat;
	behavior: url("templates/graphic_design_oxford_christchurch_new_zealand/iepngfix.htc")*/
}
#logo {
	float: left;
	width:350px;
}
#content_wrapper {
	height: 800px;
	margin: 0 auto;
	background: url(assets/blackline_footer.jpg) no-repeat center bottom;
}
.content_wrapper2 {
	width:900px;
	height: 655px;
	margin: 0 auto;
	background: url(assets/blackline_content_background.png) no-repeat;
	behavior: url("templates/graphic_design_oxford_christchurch_new_zealand/iepngfix.htc")
}
#content {
	float:right;
	margin-top:60px;
	width:700px;
	height:430px;
	clip:rect(0px, 700px, 430px, 0px);
	padding:0 15px;
	overflow:auto;
}
.home_page {
	width: 25%;
	text-align:center;
	vertical-align:top;
	padding: 0 10px;
}
#left_column {
	background: none;
	float:left;
	width:130px;
	margin-top:105px;
	color: #808285;
	font-size:15px;
	line-height:1.28;
}
#footer {
	color: #FFF;
	text-align:center;
	clear:both;
	padding-top:25px;
	_padding-top:30px;
}
/************ Top Menu*****************/
#menu {
	float:right;
	width:500px;
	text-align:right;
	padding-top:30px;
}
#menu a {
	width:120px;
	height:30px;
	float:right;
	margin:0 0 0 30px;
	display:block;
	cursor: hand;
}
#menu a * {
	display: none;
	height:30px;
	cursor:pointer;
}
.Home {
	background: url(assets/menu/blackline_menu_home1.jpg) no-repeat;
}
.Contact-Us {
	background: url(assets/menu/blackline_menu_contact1.jpg) no-repeat;
}
.About_us {
	background: url(assets/menu/blackline_menu_about1.jpg) no-repeat;
}

/************ Side Menu*****************/
#sidemenu {
	height:315px;
        width:125px;
	text-align:right;
}
#sidemenu a {
	width:125px;
	height:30px;
	margin:20px 0 0 0;
	display:block;
	cursor: hand;
}
#sidemenu a * {
	display: none;
	height:30px;
	cursor:pointer;
}

.print {
	background: url(assets/menu/blackline_menu_print.jpg) no-repeat center;
}
.logos {
	background: url(assets/menu/blackline_menu_logos.jpg) no-repeat center;
}
.advertising {
	background: url(assets/menu/blackline_menu_advertising.jpg) no-repeat center;
}
.illustration {
	background: url(assets/menu/blackline_menu_illustration.jpg) no-repeat center;
}
/* General ContactForm styles to be used on clients sites */

div.contactForm{
  width:400px;
  padding: 0px;
  margin: 0px;
/*  position:absolute;*/
}
div.row {
  clear: both;
  padding-top: 5px;
  _padding-top: 2px;
}
div.row span.label {
  float: left;
  width: 140px;
  text-align: right;
  padding:0px 10px 0px 0px;
}
div.row span.formw {
  float: right;
  width: 195px;
  text-align: left;
}
input.text, div.row span.formw textarea, .button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  width: 195px;
  border: 1px solid #000000;
  background: #528990 !important;
  padding-left: 3px;
}
.button {
  width: 70px;
}
div.row span.formw textarea{
  height:50px;
}
div.spacer {
  clear: both;
}
