/* GENERIC STYLES */

body, html {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	width: 840px;
	text-align: center;
}
.blockWrapper {
	clear: both;
	position: relative;
}
.clear {
	clear: both;
}
h1 {
	font-size: 26px;
	color: #FF9900;
	font-weight: bold;
}
h1.top {
	margin-top: 0px;
	padding-top: 0px;
}
h1.large {
	font-size: 32px;
	color: #FF9900;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}
h2 {
	font-size: 20px;
	color: #FF9900;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	color: #ff9900;
	font-weight: bold;
	margin-bottom: 10px;
}
#content p {
	font-size: 14px;
	color: #333333;
}
#content p a {
	color: #ff9900;
	text-decoration: underline;
}
#content p a:hover {
	color: #ff9900;
	text-decoration: none;
}
#content p.largeBody {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 32px;
	color: #ff9900;
}
#content p.largeBodyBrown {
	margin: 0px;
	padding: 0px;
	font-size: 32px;
	color: #663300;
}
#content p.client {
	font-size: 14px;
	color: #ff9900;
	font-weight: bold;
	margin-bottom: 30px;
}
#content p.largeBody span a {
	color: #663300;
	text-decoration: none;
}
#content p.largeBody span a:hover {
	color: #ff9900;
	text-decoration: none;
}
#content p.body {
	margin-top: 0px;
	margin-bottom: 25px;
	padding-top: 0px;
	font-size: 24px;
	color: #ff9900;
}
#content p.body span a {
	color: #663300;
	text-decoration: none;
}
#content p.body span a:hover {
	color: #ff9900;
	text-decoration: none;
}
#leftWide p.small {
	font-size: 9px;
}


/* HEADER */

#headerWrapper {
	width: 100%;
	height: 80px;
	background-color: #ff9900;
}
#header {
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	width: 800px;
	height: 80px;
	text-align: left;
	position: relative;
}
#header img, #content img {
	margin: 0px;
	padding: 0px;
	border: none;
}
#header img#logo {
	position: absolute;
	left: 0px;
	top: 20px;
}
#header img#tagline {
	position: absolute;
	right: 0px;
	top: 20px;
}

/* NAVIGATION */

#navigationWrapper {
	width: 100%;
	height: 40px;
	background-color: #ff9900;
}
#navigation {
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	width: 800px;
	height: 40px;
	text-align: left;
	position: relative;
}
#account {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
#account li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}
#account li a:hover {
	color: #330000;
}
.hrule {
	height: 1px;
	background-color: #ff9900;
}

/* SECONDARY NAVIGATION */

#subNavigation, #subNavigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	width: 200px;
}
#subNavigation {
	border-bottom: 1px solid #ff9900;
}
#subNavigation ul {
	border-top: none;
}
#subNavigation li {
	width: 200px;
	background: #ffffff;
	line-height: 30px;
	border-top: 1px solid #ff9900;
	font-weight: bold;
}
#subNavigation li li {
	font-weight: normal;
	text-indent: 10px;
}
#subNavigation li li.last {
	border-bottom: none;
}
#subNavigation li.heading {
	font-size: 16px;
	color: #ff9900;
}
#subNavigation li a {
	color: #663300;
	text-decoration: none;
}
#subNavigation a:hover {
	color: #ff9900;
	text-decoration: none;
}

/* WORK NAVIGATION */

.buttonBack a {
	background: url(../images/navigation/back.gif) no-repeat left -30px;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 65px;
}
.buttonBack a:hover {
	background: url(../images/navigation/back.gif) no-repeat left top;
	text-decoration: none;
}

/* CONTENT */

#introWrapper {
	width: 100%;
	height: 230px;
	background-color: #ffffff;
	background-image: url(../images/intro-bkgrd.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#intro {
	margin-left:auto;
	margin-right:auto;
	padding: 35px 245px 20px 20px;
	width: 575px;
	text-align: left;
	position: relative;
	margin-bottom: 0px;
	height: 175px;
}
#intro p {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 20px;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#intro img {
	margin-bottom: 10px;
}
#intro img#icon {
	position: absolute;
	right: 0px;
	top: 10px;
	margin-bottom: 0px;
}
#content {
	margin-left:auto;
	margin-right:auto;
	padding: 40px 0px;
	width: 800px;
	text-align: left;
	position: relative;
}
#content img#more_link {
	margin-bottom: 35px;
	border: none;
}
#homeImage {
	width: 800px;
	height: 475px;
	background-image: url(../images/shavings.jpg);
	background-repeat: no-repeat;
	background-position: right 200px;	
}
#latestWork {
	margin-bottom: 10px;
	padding: 0px;
	width: 800px;
	border-top: 1px solid #ff9900;
}
#visualLinks {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 810px;
}
#visualLinks li {
	float: left;
	margin-right: 10px;
	padding: 0px;
	width: 192px;
	min-height: 150px;
	font-size: 13px;
	color: #333333;
	border-top: 1px solid #ff9900;
	position: relative;
}
#visualLinks li img.button {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#contentLeft {
	text-align: left;
	margin-right: 260px;
	padding: 0px;
}
#contentRight {
	text-align: left;
	margin-left: 260px;
	padding: 0px;
}
#columnLeft {
	width: 250px;
	text-align: left;
	position: absolute;
	top: 370px;
	left: 0px;
}
#contentLeft img {
	margin: 0px;
	padding: 0px;
	border: none;
}
#columnLeft p {
	font-size: 14px;
	color: #333333;
}
#leftWide {
	float: left;
	margin-right: 25px;
	width: 575px;
}
#leftWide ul.body {
	margin: 0px;
	padding-left: 18px;
}
#leftWide ul.body li {
	margin-bottom: 5px;
}
#leftWide p, #leftWide ul.body li {
	margin-top: 0px;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
#right {
	float: left;
	width: 200px;
}
#packages {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 585px;
}
#packages li img.heading {
	margin-bottom: 10px;
}
#packages li {
	float: left;
	margin-right: 10px;
	padding: 0px;
	width: 185px;
	font-size: 14px;
	color: #333333;
	border-top: 1px solid #ff9900;
	position: relative;
}
#packages ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#packages li li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 1em;
	color: #333333;
	border-top: none;
}
#packages li li.rule {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ff9900;
}
#packages li li.orange {
	color: #ff9900;
	margin-bottom: 10px;
}
#packages li li span.orange {
	font-weight: bold;
	color: #ff9900;
	font-size: 20px;
}
#packages li li span.orangeLarge {
	font-weight: bold;
	color: #ff9900;
	font-size: 32px;
}
#features, #services {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#features li img#icon, #services li img#icon {
	position: absolute;
	top: 0px;
	left: 0px;
}
#features ul, #services ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#features li {
	padding-left: 45px;
	font-size: 20px;
	color: #ff9900;
	font-weight: bold;
	line-height: 35px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
#services li {
	padding-left: 45px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #ff9900;
	font-weight: bold;
	line-height: 35px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
#features li li {
	padding: 0px;
	font-size: 14px;
	color: #333333;
	position: relative;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 18px;
	border-bottom: none;
}
#services li li {
	padding: 0px;
	font-size: 14px;
	color: #333333;
	position: relative;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 18px;
	border-bottom: none;
}
#features li li img, #services li li img {
	margin-top: 10px;
}
.boxOrange {
	background-color: #FFE5BF;
	padding-right: 250px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 170px;
	margin-bottom: 10px;
	position: relative;
}
.boxOrange img#screenshot {
	position: absolute;
	top: 20px;
	right: 10px;
}
.boxOrange h2 {
	margin-top: 0px;
	padding-top: 0px;
}
.boxOrange p {
	font-size: 14px;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.boxOrange p a {
	color: #ff9900;
	text-decoration: underline;
}
.boxOrange p a:hover {
	color: #ff9900;
	text-decoration: none;
}
#sitemap, #sitemap ul, #sitemap ul ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sitemap ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 190px;
}
#sitemap ul ul li {
	float: none;
	margin-bottom: 10px;
}
#sitemap li {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;	
}
#sitemap li li {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sitemap li li li {
	font-size: 14px;
	margin-top: 10px;
	font-weight: normal;
}
#sitemap a {
	color: #ff9900;
	text-decoration: none;
}
#sitemap a:hover {
	color: #ff9900;
	text-decoration: underline;
}
.newsCategory, .news {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.newsCategory li, .news li {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
}
.newsCategory li .news li {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.newsCategory {
	color: #ff9900;
}
.news li span {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
}
.news li a {
	color: #663300;
	text-decoration: none;
}
.news li a:hover {
	color: #ff9900;
	text-decoration: underline;
}

/* FORMS */

form#domain {
	padding: 20px;
	background-color: #663300;
	margin: 0px;
}
form#domain fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
form#domain h2 {
	font-size: 20px;
	color: #ff9900;
	margin: 0px 0px 20px;
	padding: 0px;
}
form#domain p {
	font-size: 14px;
	color: #ffffff;
}
form#domain p.last {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
form#domain p a {
	color: #ffffff;
	text-decoration: underline;
}
form#domain a:hover {
	text-decoration: none;
}
form#enquiry {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ff9900;
}
form#enquiry fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
form#enquiry h2, #formMsg h2 {
	font-size: 20px;
	color: #ff9900;
	margin: 0px 0px 20px;
	padding: 0px;
}
form#enquiry p {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-weight: normal;
}
form#enquiry p.error {
	font-size: 10px;
	color: #cc0000;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
	text-indent: 30%;
}
form#enquiry p label {
	float: left;
	width: 30%;
	margin: 0px;
	padding: 0px;
}
form#enquiry p.required {
	font-size: 10px;
	font-style: italic;
	color: #333333;
}
form#enquiry p label span {
	color: #cc0000;
}
#formMsg {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ff9900;
	height: 400px
}
#formMsg p {
	font-size: 14px;
	color: #333333;
}

/* FOOTER */

#footer {
	margin: 0px;
	padding-top: 5px;
	width: 840px;
	text-align: center;
	position: relative;
	border-top: 1px solid #ff9900;
}
#footer p {
	font-size: 11px;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #999999;
	text-decoration: none;
}

/* TABLES */

table {
	width: 575px;
	border-collapse: collapse;
	border: 1px solid #FFCC7F;
	margin-bottom: 10px;
}
th, td {
	color: #333333;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
th {
	text-align: left;
	padding-left: 5px;
}
td {
	text-align: center;
	width: 100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC7F;
}
th.orange, td.orange, td.orangec, td.orangespecial, td.orangel {
	background-color: #FFE5BF;
}
th.head {
	color: #ff9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC7F;
}
th.head span {
	font-size: 10px;
}
th.headWide {
	color: #ff9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC7F;
	width: 300px;
}
th.headOrange {
	font-size: 20px;
	font-weight: bold;
	color: #ff9900;
	width: 130px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC7F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC7F;
}
td.special, td.orangespecial {
	font-size: 32px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}
td.orangeLarge {
	font-size: 32px;
	font-weight: bold;
	color: #ff9900;
	background-color: #FFE5BF;
}
#leftWide td.orangeLarge img.button {
	margin-top: 5px;
	margin-bottom: 5px;
}
td.c, td.orangec {
	text-align: center;
}
td.l, td.orangel {
	padding-left: 5px;
	text-align: left;
}

/* TERMS */

#srTerms {
	font-size: 14px;
	color: #333333;
}
#termsPopup {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#srTermsPopup {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#termsPopup p, #terms p, #terms table {
	font-size: 14px;
	color: #333333;	
}
#termsMenu {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#termsMenu ul {
	list-style-type: none;
	margin-bottom: 10px;
}
#termsMenu li {
	font-size: 20px;
	color: #ff9900;
	font-weight: bold;
	margin-bottom: 5px;
}
#termsMenu ul li {
	font-size: 14px;
	color: #ff9900;
}
#termsMenu ul li.body {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-style: italic;
}
#termsMenu li a, #terms ul li a, ol li a {
	color: #ff9900;
	text-decoration: underline;
}
#termsMenu li a:hover, #terms ul li a:hover, ol li a:hover {
	color: #ff9900;
	text-decoration: none;
}
ol, #termsPopup ol {
	color: #333333;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ol li.heading, #termsPopup ol li.heading {
	font-size: 16px;
	color: #ff9900;
	font-weight: bold;
}
ol li, #termsPopup ol li {
	font-size: 14px;
	margin-bottom: 5px;
}
ol ol ol li, #termsPopup ol ol ol li {
	padding-left: 20px;
}
ol li span, #termsPopup ol li span {
	font-weight: bold;
}
#srTerms ol, #srTermsPopup ol {
	padding-top: 10px;
}
#srTerms li, #srTermsPopup li {
	margin-bottom: 10px;
}
