@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    border: 0;
}
html {
    height: 100%;
    margin-bottom: 1px;
}
body {
    background:#ffffff url(images/mobile-marketing-Christchurch-bg.jpg) repeat-y center top;
    width: 634px;
    padding-right: 196px;
    color: #333333;
    font-size: 14px;
    font-family: "Century Gothic", verdana, helvetica, arial;
}
a { text-decoration:none; }
a:active { outline: none; }
a:hover { text-decoration: underline; }
a, .red {
  color: red;
}
p, h1, h2, h3, hr, label, input, textarea  {
  margin-bottom:10px;
}
h1{font-size:36px; font-weight: bold;}
h2{font-size:24px; font-weight:normal;}
h3{font-size:18px; font-weight:normal;}
ul{margin:0px 0px 0px 10px;}
li{margin:0px 0px 0px 5px;}
hr { height:2px; background-color:#f00; border:0px; }
body {
    width: 100%;
    padding: 0px;
}
img {
    border: 0px;
}
#masthead {
    height: 157px;
}
.wrapWidth{
    margin: 0px auto;
    width: 830px;
}
#wrapper {
    padding-top: 20px;
}
#left-column{
    float: left;
    width: 634px;
}
#content {
    padding: 20px;
}
#right-column{
    float: left;
    width: 196px;
}
#right-column .right-mobi-boxes {
    background: url(images/right-mobi-boxes.png) no-repeat right top;
    width: 196px;
    height: 348px;
}
#right-column .right-mobi-boxes img {
    width: 150px;
    /*height: 211px;*/
    border: 1px solid white; /* border hack */
    margin: 17px 16px 0px 30px;
}
#right-column .right-mobi-boxes p {
    padding: 3px 19px 24px 33px;
}


#menu {
    background: #000;
    height: 40px;
    width: 100%;
    overflow: hidden;
}
#menu ul, #menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu ul li {
  float: left;
  display: block;
  height: 40px;
  overflow: hidden;
}
#menu ul li a {
  display: block;
  float: left;
  text-align: center;
  padding: 0px 5px;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 200;
  color: white;
}
#menu ul li a.mainMenu {
  width: 90px;
  font-size: 14px;
  font-weight: normal;
  color: red;
}


#footer {
    clear: both;
    font-size: 12px;
    margin: 2px 0px 5px 0px;
    border-top: 3px solid red;
    padding: 20px;
}
#footer .footerMenu {
    width: 126px;
    float:left;
}
#footer .footerMenu ul{margin:0px 0px 0px 0px;}
#footer .footerMenu ul li{margin:0px 0px 0px 0px; list-style: none;}
#footer .footerMenu ul li a{color:#333333;}
#footer .footerMenu ul li a:hover {color:red;}

.contactDetails {
    font-size: 12px;
    clear: both;
    text-align: right;
    background: white;
    padding: 20px 0px 10px 0px;
}
.clearBoth {
    clear: both;
}input, textarea, button {
        font-family: "Century Gothic", verdana, helvetica, arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	padding-left: 3px;
  width:300px;
}
textarea {
	height:100px;
	padding-left: 3px;
}
button{
  width:85px;
  cursor:pointer;
}