/***** Global Settings *****/
 
html, body {
	border: 0;
	margin: 0;
	padding: 0;	
	height: 100%;
}

html {
	background-color: #2a2a2a;
	text-align: center;
}

body {
	font: 100%/1.4 "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	position: relative; 
	width: 990px; 
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	color: #000;
}
#wrapper {
	position: relative;
	min-height: 100%;
	background-color: #fff;
}

/***** Layout *****/

header, footer, nav, section, article, aside {display:block;} /* IE needs this for html5 block elements */

#branding {
	height: 410px;
	background: transparent  url(http://www.distinctiveweb.com.au/images/interface/banner.jpg) no-repeat 0 55px;
	position: relative;
	z-index: 10;
	width: 100%;
}

#logo {
	position: absolute;
	top: 22px;
	left: 707px;
	z-index: 1;
}

#nav_main { 
	position: relative;
	width: 100%;
	text-align: right;
	top: 0;
	left: 0;
	height: 55px;
	background: #2a2a2a  url(http://www.distinctiveweb.com.au/images/interface/navigation_bg.jpg) repeat-x 0 0;
	color: #fff;
}

#nav_main p, #section_nav h2,  #content_sub_news h2, #footer h2, #branding p {
	position: absolute;
	left: -9999px;
}

#nav_main ul, #footer ul {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	margin: 0 0 7px 6%;
	padding: 0;
}

#nav_main ul {
	margin-bottom: 1px;
}
 
#nav_main ul li, #footer ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}
 
#nav_main li a, #footer li a {
	display: block;
	padding: 0.3em 1.5em;
	margin: 0;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.8em;
	text-decoration: none;
	border: none;
}

#nav_main ul+li a, #footer ul+li a {
	padding-left: 0;
}

#nav_main li a {
	border-right: 1px solid #2a2a2a;
	border-left: 1px solid #4f4f4f;
	padding: 30px 20px 7px;
}

#nav_main li a:hover, #nav_main li a.current {
	background: #2a2a2a  url(http://www.distinctiveweb.com.au/images/interface/nav_highlight.jpg) no-repeat left top;
	color: #fff;
}

#content {
	position: relative;
	z-index: 11;
	width: 100%;
	padding-bottom: 4em;
	top: -25px;
	font-size: 0.9em;
	overflow: hidden;
}

#intro {
	min-height: 20.7em;
}

#content_sub {
	width: 18%;	
	float: left;
	text-align: left;
	margin-left: 8%;
}

#section_nav {
	margin: 0.7em 0 1em;
}

#container, #content_main {
	margin: 0;
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 2em;
	overflow: hidden;
}

#testimonials {
	margin: 0 0 1.5em;
}

#testimonials h2, #telephone h2, #blog_info h2 {
	position: static;
	margin: 0;
}

#blog_info h2 {
	margin-top: 2em;
}

#more_info {
	float: left;
	width: 50%;
	margin: 0 0 1em;
	padding-bottom: 1em;
}

#blog_info {
}

#blog_info li {
	list-style-type: none;
	background-image: none;
}

#blog_info ul, #blog_info li {
	padding-left: 0;
	margin-left: 0;
}

#blog_info #feeds li {
	padding-left: 23px;
	background: url(http://www.distinctiveweb.com.au/images/interface/feed.png) no-repeat left top;
}

#news_search {
	margin-bottom: 2.6em;
}

#news_search p {
	padding: 0;
}

#news_search input.button {
	float: none;
	margin-top: 0.3em;
	color: #fff;
	background-color: #434f37;
	border: 1px #000 solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.posted {
	font-size: 0.9em;
	margin-bottom: 1em;
}

#content_main blockquote {
	margin: 1em 0 1.25em;
	padding: 1px 0;
}

#content_main blockquote p {
	padding: 1em 0;
	margin: 0 2em;
	border-top: 3px #9C0 double;
	border-bottom: 3px #9C0 double;
}

#content_main blockquote.pullquote {
	display: block;
	float: right;
	padding: 0;
	margin: 0 0 10px 10px;
	width: 190px;
	font-size: 1.3em;
	line-height: 1.3;
	text-align: center;
	color: #000;
	border-top: 3px #9C0 double;
	border-bottom: 3px #9C0 double;
}
#content_main blockquote.pullquote p {
	padding: 10px;
	margin: 0;
	border-top: none;
	border-bottom: none;
}

#content_main blockquote.pullquote cite {
	display: block;
	font-size: 0.8em;
}

#latest_news {
	border: 1px #000 solid;
	margin-top: 2em;
}

#latest_news h2 {
	margin: -10px 4% 0;
	background-color: white;
	width: 92%;
	padding-top: 20px;
}

#latest_news h3 {
	margin: 0.3em 4%;
	text-transform: uppercase;
}

#latest_news h3 a {
	border-bottom: none;
}

#latest_news h3 a:visited {
	color: #690;
	border-bottom: none;
}

#latest_news h3 a:hover {
	color: #1244f3;
	border-bottom: none;
}

#latest_news p {
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 0;
}

#latest_news p.more {
	background-color: #fff;
	margin-bottom: -10px;
	padding-bottom: 20px;
	text-align: right;
}

#contact {
	margin: 0 0 1.5em 0;
	margin-left: 62%;
	width: 33%;
}

#contact p, #telephone p {
	margin-bottom: 0;
	padding-bottom: 0;
}

#testimonials ul {
	padding: 0;
	margin: 0;
}

#testimonials li {
	list-style-type: none;
	background: none;
	padding-left: 0;
	margin: 0.3em 0 2em;
	line-height: 1.4;
}

#testimonials blockquote, #testimonials p, #testimonials cite {
	margin: 0.5em 0 0 0;
	padding: 0;
}

#testimonials p:first-letter {
	background: url(http://www.distinctiveweb.com.au/images/interface/quotes.gif) no-repeat left top;
	padding-left: 18px;
}

#testimonials p {
	text-align: left;
}

#testimonials cite {
	display: block;
	background: url(http://www.distinctiveweb.com.au/images/interface/quotes_close.gif) no-repeat right 1.6em;
	padding-right: 19px;
	text-align: right;
}

a.testimonial_url {
	font-style: normal;
	display: block;
}
a.testimonial_url, a:visited.testimonial_url, a:hover.testimonial_url {
	text-decoration: underline;
	border-bottom: none;
}

#call {
	margin: 0;
	text-align: center;
	background: #2a2a2a url(http://www.distinctiveweb.com.au/images/interface/phone_bg.jpg) no-repeat top left;
	color: #fff;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	line-height: 2;
	height: 40px;
	width: 200px;
}

#footer {
	position: relative;	
	width: 100%;
	color: #fff;
	background-color: #2a2a2a;
	margin-top: -4.4em;
	height: 2.5em;
	padding: 1em 0;
	font-size: 0.8em;
	z-index: 12;
}

#footer p {
	padding-bottom: 0;
	text-align: right;
	text-transform: uppercase;
}

#footer ul {
	top: 10px;
}

#footer li {
	border-right: 1px #fff solid;
}

#footer li a {
 	font-size: 0.9em; 
}

#footer a.dw_logo {
	padding-left: 28px;
	margin-left: 0.1em;
	background: url(http://www.distinctiveweb.com.au/images/interface/dw_logo_footer.gif) 0 0.4em no-repeat;
	font-family: "Lucida Grande", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: none;
	color: #90eaff;
	padding-top: 0.5em;
	font-size: 1.1em;
}

 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight:normal;
}
 
h1 {
	text-transform: lowercase;
	padding: 0 0 0.1em 0;
	font-size: 1.6em;
	
}
 
h2, #p7APM_1 h3, caption {
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}

h2 {
	margin-bottom: 0.4em;
	margin-top: 1em
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

/***** Microformats *****/

.fn, .org {
	font-weight: bold;
}

div.vcard {
	margin-bottom: 1.3em;
}

div.vcard .work {
	display: none;
}

div.vcard a {
	padding-left: 21px;
	background: url(http://www.distinctiveweb.com.au/images/interface/vcard_sml.png) no-repeat top left;
}


 
/***** Common Formatting *****/
 
#content_main ul, #content_main ol {
	margin: 0.5em 0 0;
	padding: 0 0 0.5em 0;
}

p {
	margin: 0.2em 0 0.5em;
}

ul, ol, dl {
	position: relative;
}

li {
	margin: 0.2em 0 0.4em;
	padding: 0 0 0 25px;
	background: url(http://www.distinctiveweb.com.au/images/interface/bullet.gif) no-repeat 0 -0.4em;
	list-style-type: none;
	line-height: 1.3;
}

ol li {
	list-style-type: decimal;
	background: none;
	padding-left: 0;
	list-style-position: inside;
}

dt {
	font-weight: bold;
}
 
small {
	font-size: 0.85em;
}
 
a img {
	border: none;
}
 
sup {
	position: relative;
	bottom: 0.4em;
	vertical-align: baseline;
}

sup a {
	text-decoration: underline;
	border-bottom: none;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
 
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed #999;
}
 
/***** Links *****/
 
a {
	color: #690;
	text-decoration: none;
	border-bottom: 1px #690 solid;
}

a:visited {
	color: #585858;
	border-bottom: 1px #666 solid; 
}
a:hover {	
	color: #1244f3;
	border-bottom: 1px #1244f3 solid; 
}

a img {
	border: none;
	text-decoration: none;
}

/* ACCORDION STYLES */

#p7APM_1 {
	padding: 0;
	margin-bottom: 1em;
}

#p7APM_1 h3 a {
	border-bottom: none; 
}

#p7APM_1 a:visited {
	color: #690;
}

#p7APM_1 li a, #p7APM_1 li a:hover {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: none;
}

#p7APM_1 a:hover, #p7APM_1 a.current, #p7APM_1 h3.current a {
	color: #1244f3;
}

#p7APM_1 h3, #p7APM_1 li {
	background: none;
	padding: 0 0 0.6em;
	margin: 0;
}

#p7APM_1 ul {
	margin: 0 0 0.7em;
	padding: 0;
}

#p7APM_1 li {
	padding-bottom: 0.6em;
}

.p7APM01 .p7APMcwrapper {
	position: relative;
}
/* .p7APM01 {
	margin: 0 auto;
	width: auto;
}
.p7APM01 .p7APMtrig {
	margin: 0;
	padding: 2px 0;
}

.p7APM01 .p7APMtrig a {
	display: block;
	margin-right: 0;
	background: url(/p7apm/img/p7apm_east_black.gif) right 0.4em no-repeat;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background: url(none) !important;
}
.p7APM01 .p7APMtrig a:hover {
	background: url(/p7apm/img/p7apm_east_gray.gif) right 0.4em no-repeat;
}
.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {
	background: url(/p7apm/img/p7apm_south_black.gif) right 0.4em no-repeat !important;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
} */

#footer li a:hover, #footer li a.current {
	color: #cdffa7;
}

#skip a, #skip a:visited { 
	position: absolute; 
	left: 0px; 
	top: -500px; 
	width: 1px; 
	height: 1px; 
	overflow: hidden;
	z-index: 15;
} 
 
#skip a:focus {
	position: absolute; 
	top: 0.2em;
	right: 0;
	text-align: right;
	width: auto; 
	height: auto; 
} 

/***** Maintenance Package Boxes *****/

#boxes {
	overflow: auto;
}

.maintenance_box_bronze, .maintenance_box_silver, .maintenance_box_gold, .maintenance_box_platinum {
	float: left;
	width: 40%;
	width: 220px;
	min-height: 18em;
	border: 1px solid #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 0 1em;
	margin: 1.5em 5% 1.5em;
}

.maintenance_box_gold, .maintenance_box_platinum {
	min-height: 24em;
}

#boxes h3 {
	color: #000;
	text-align: center;
	height: 40px;
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	line-height: 2;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#boxes .maintenance_box_bronze h3 {
	background: #B17601 url(http://www.distinctiveweb.com.au/images/interface/bronze.jpg) top left no-repeat;
	/* color: #fff; */
}

.maintenance_box_silver h3 {
	background: #ccc url(http://www.distinctiveweb.com.au/images/interface/silver.jpg) top left no-repeat;
}

.maintenance_box_gold h3 {
	background: #fc0 url(http://www.distinctiveweb.com.au/images/interface/bronze.jpg) top left no-repeat;
}

.maintenance_box_platinum h3 {
	background: #eee url(http://www.distinctiveweb.com.au/images/interface/bronze.jpg) top left no-repeat;
}

#boxes li {
	padding-right: 1em;
}

#boxes em {
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
}
 
/***** Forms *****/
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
 
input, select, textarea {
	font: 1em "Lucida Grande", Helvetica, Arial, sans-serif;
}

textarea {
	width: 100%;
	line-height: 1.4;
}

#form-div {
	width: 100%;
}

#form-div label {
	font-size: 0.9em;
	line-height: 1em;
}

#form-div input, #form-div textarea, #form-div select {
	margin-bottom: 0.8em;
}

/***** Tables *****/
 
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}
 
table tr td {
	padding: 2px;
}

/***** Search *****/

table.results {
}

caption {
	text-align: left;
	margin-top: 0.4em;
}

.result_row_one {
 background-color:	#f5f5f5;
}

.result_row_two {
 background-color:  #fff;
}
 
/***** Global Classes *****/
 
.footnote { width: 70%; font-size: 0.8em; margin-top: 2em; padding-top: 1em; border-top: 1px dotted #000;}
.dw, .keyword { font-weight: bold; }
.clearit:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.left  { float: left; }
.right { float: right; } 
.img-left { float: left; margin: 4px 10px 4px 0; }
.img-right{ float:right; margin: 4px 0 4px 10px; }
.nobullet { list-style: none; list-style-image: none; }