/*
Theme Name: InternetSMS
Theme URI: http://www.internetsms.com.au
Description: Customised theme for internetsms.com
Version: 1.0
Author: Adam Wolfs
Author URI: http://www.faxem.com.au
Tags: Custom

	InternetSMS
	 http://www.internetsms.com.au
*/

body {
  background: #000;
  font-family: Calibri, Tahoma, Arial, Sans-serif;
  margin: 0;
}

/*-------------------- Reset Code ------------*/

h1,h2,h3,h4,h5,h6, form, ul, ul li {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  list-style-position: inside;
}

a {
  text-decoration: none;
}

a img {
  border: 0;
}

/* ------------------- General Styles --------*/
.wrapper {
  width: 820px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}

.wrapper .login-bar {
  background: #fff url('images/g-login-bar.png') top right no-repeat;
  padding: 6px;
  line-height: 22px;
  position: relative;
  height: 22px;
}

.wrapper .login-bar a {
  position: absolute;
  top: 0px;
  right: 15px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  background: #666 url("images/g-lock.png") left no-repeat;
  padding-left: 20px;
}

.wrapper .login-bar a:hover {
  color: #ccc;
}

.wrapper .login-bar a.chat {
  position: absolute;
  top: 0px;
  right: 195px;
  line-height: 34px;
  height: 34px;
  color: #0080FF;
  background: #D8D8D8 url("images/g-chat.png") left no-repeat;
  padding-left: 40px;
  margin-left: 20px;
}

.wrapper .login-bar a.chat:hover {
  color: #666;
}



#nav .wrapper {
  background: #000;
}

.background {
  background: #fff url('images/g-background.png') bottom left repeat-x;
}

.background .background-wrap {
  width: 990px;
  background: transparent url('images/g-back-gradient.png') top left repeat-y;
  margin: 0 auto;
}

#content ul {
  list-style-position: inside;
  list-style:disc;
  padding-left: 40px;
}

#content a {
  color: #F47D2E;
}

#content a:hover {
  color: #666;
}

#header {
  padding-top: 8px;
  position: relative;
  width: 820px;
  background: #fff;
}

#header .nav {
  position: absolute;
  width: 540px;
  right: 0px;
  top: 0px;
}

#header .nav ul li {
  float: left;
}

#header .nav ul li a {
  display: block;
  height: 72px;
  line-height: 62px;
  font-size: 16px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 8px;
  padding-right: 8px;
  color: #000;
}

#header .nav ul li a:hover {
  color: #ccc;
}

#focus {
  clear: both;
  margin-top: 10px;
}

#focus .left {
  background: #000;
  width: 379px;
  float: left;
  vertical-align: top;
}

#focus .left h1 {
  font-size: 24px;
  display: block;
  height: 47px;
  line-height: 47px;
  color: #fff;
  padding-left: 20px;
}

#focus .left img {
  display: block;
  
}

#focus .right {
  background: #bc7739;
  height: 300px;
  float: left;
  width: 441px;
}

#focus .right p {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin: 10px 0 0 0;
}

#focus h2 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}

#focus .right .focus-colour {
  background: #fb9f4d;
  height: 214px;
  padding-top: 39px;
  padding-left: 23px;
  padding-right: 23px;
}

#content {
  background: #fefefe url('images/g-content-background.jpg') top left no-repeat;
  clear: both;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 22px;
}

#nav {
  background: #000;
  height: 100px;
  padding-top: 20px;
  max-height: 200px;
}

#nav p.title {
  color: #fff;
  font-size: 22px;
  float: left;
  margin-right: 64px;
}

#nav .bottom {
  padding-bottom: 5px;
  border-bottom: 1px dotted #fff;
  margin-bottom: 10px;
  width: 100%;
}

#nav p {
  margin: 0;
  padding: 0;
}

#nav .navigation ul li {
  float: left;
}

#nav .navigation a {
  color: #fb9f4d;
  font-size: 16px;
  margin-right: 20px;
  float: left;
  display: block;
}

#nav .navigation a:hover {
  color: #BC7739;
}

#nav .address {
  position: absolute;
  color: #fff;
  right: 0;
  top: 0px;
}

#nav .icon {
  position: absolute;
  right: 0px;
  top: 40px;
}

table.prices {
  width: 600px;
  margin-top: 10px;
}

table.prices th {
  background: #666;
  color: #fff;
  padding: 6px;
}

table.prices td {
  background: #eee;
  padding: 6px;
}

table.prices tr.alt td {
  background: #fff;
}

.notes p {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 2px;
  margin-bottom: 0;
}

.notes {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #eee;
  width: 580px;
}

/* Buttons */

.button-group {
  padding-top: 20px;
}

a.button {
	background: transparent url('images/g-button-right.jpg') no-repeat scroll top right;
	color: #124D35;
	display: block;
	float: left;
	font-size: 12px;
	height: 31px;
	margin-right: 6px;
	padding-right: 14px;
	color: #fff;
	text-align: center;
}

a.button span {
	background: transparent url('images/g-button-left.jpg') no-repeat;
	display: block;
	line-height: 31px;
	padding: 0px 0px 0px 18px;
}

a.button:hover {
	color: #000;
	outline: none;
}

a.button2 {
	background: transparent url('images/g-button-right-white.jpg') no-repeat scroll top right;
	color: #124D35;
	display: block;
	float: left;
	font-size: 12px;
	height: 31px;
	margin-right: 6px;
	padding-right: 14px;
	color: #fff !important;
	text-align: center;
}

a.button2 span {
	background: transparent url('images/g-button-left-white.jpg') no-repeat;
	display: block;
	line-height: 31px;
	padding: 0px 0px 0px 18px;
}

a.button2:hover {
	color: #000;
	outline: none;
}

.clear {
  clear: both;
}

#scrolling_text {
  height:300px;
  overflow:auto;
  padding:5px;
  width:750px;
  border: 1px solid #eee;
}

#scrolling_text p {
  margin-top: 0px;
  padding-top: 0px;
}

#scrolling_text ol.letters {
  list-style: lower-alpha;
}

fieldset {
  border: 0px;
  border-top: 1px solid #ccc;
  padding-left: 10px;
}

fieldset legend {
  padding: 12px;
  font-weight: bold;
  margin-left: 10px;
}

.application th {
  text-align: right;
  padding-right: 10px;
  width: 200px;
}

div.wpcf7-response-output {
  margin: 0 !important;
}

div.wpcf7-mail-sent-ok {
  background: #398F14 !important;
  color: #fff !important;
}

.businesstypes {
  width: 780px;
}

.businesstypes td h2 {
  font-size: 24px;
  font-weight: normal;
  color: #000;
}

.businesstypes td {
  color: #666;
}

.businesstypes td a {
  color: #000 !important;
}

.businesstypes td a:hover {
  color: #FB9F4D !important;
}

.businesstypes td.business {
  background: #eee;
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 20px;
  width: 560px;
}

.businesstypes td.next {
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 20px;
  background: #eee;
  width: 260px;
}

.contacts {
  width: 100%;
  border-collapse:collapse;
  background: #f4f4f4;
}

.contacts th {
  text-align: left;
  background: #eee;
  padding: 6px;
  font-size:12px;
}

.contacts td {
  background: #eee;
  padding: 6px;
  font-size: 12px;
}

.contacts input, .contact-us select {
  width: 250px;
}