/* Layout */
#page {
	width:700px;
	padding:0 10px;
	margin:0 auto;
}
#header {
	background:#096282;
	padding:3px 12px;
	margin:0 0 5px;
	color:#fff;
}
#header a {
	color:#fff;
}
#content {
	float:left;
	width:485px;
	padding:0 10px;
	margin:0 0 5px;
	background:#e7d8b5;
	color:#0b698d;
}
#content a,
#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
	color:#0b698d;
}
#sidebar {
	float:right;
	width:170px;
	padding:0 10px;
	background:#3a8fae;
}
#sidebar a,
#sidebar a:link,
#sidebar a:visited,
#sidebar a:hover,
#sidebar a:active {
	color:#333;
}
#footer {
	clear:both;
	width:700px;
	padding:10px 0 1px;
	background:#096282;
	color:#fff;
	text-align:center;
	font-size:.8em;
}
#footer a{
	color:#fff;
}
body {
	font-family:Arial, Verdana, sans-serif;
	font-size:100.01%;
	margin:0;
	padding:0;
background:#fff url(../images/shadow.png) center repeat-y;
}
acronym {
	border:none;
}
blockquote {
	margin:0 .5em;
	font-family:monospace;
	font-size:105%;
}
dt {
	font-weight:bold;
}
/* blocks */
.disclaimer {
	font-size:70%;
	color:#666;
}
/* testimonial */
.testimonial {
	border:2px solid #333;
	padding:.5em;
}
.testimonial .image {
	float:right;
	margin:0;
}
.testimonial .image img {
	margin:0 0 .5em .5em;
	border:1px solid #333;
}
.testimonial .cite {
	clear:right;
	text-align:right;
	font-weight:bold;
	font-family:monospace;
}
.testimonial .cite p {
	margin:0;
}
/* button */
.button a {
	display:block;
	width:557px;
	min-height:23px; /* minus padding */
	padding:10px 0;
	background:#009 url(../images/button_any_colour.png) no-repeat;
	text-align:center;
	color:#FFF;
	font-size:115%;
	text-decoration:none;
	font-weight:bold;
}
.button a:hover {
	background-color:#090;
}
/* inline */
.dearfriend {
	background:url(http://www.surefiremarketing.com.au/images/dear-friend.gif) no-repeat;
	width:169px;
	height:29px;
	text-indent:-9999px;
}
.phrase {
	text-align:right;
}
/* forms */
fieldset {
	border:0;
}
legend {
	display:none;
}
label {
	font-weight:bold;
}
.buttons {
	text-align:center;
}
/* footer */
#footer ul {
	padding:0;
	margin:0;
}
#footer li {
	display:inline;
	list-style:none;
	text-align:center;
}
#footer li a {
	margin:0 .5em;
	padding:.2em;
	color:#fff;
}

/* hCard */
.vcard {
	clear:both;
	margin:10px 0;
}
.vcard .type {
	display:none;
}
.vcard .org,
.vcard .tel,
.vcard .adr {
	margin-bottom:.4em;
}
.vcard .org {
	font-size:larger;
	font-weight:bold;
}
/* SFM Signature */
#webdev,
#webdev a,
#webdev a:visited {
	clear:both;
    text-decoration:none;
    color:#000;
    text-align:center;
    font-size:8pt;
}
#webdev p {
	padding:6px;
	margin:0;
}
/* sfmstyle */
.greeting {
	width: 144px;
	height: 26px;
	text-indent: -9999px;
	background: url('../images/dearFriend.png') no-repeat;
}
.signoff {
	width: 148px;
	height: 25px;
	text-indent: -9999px;
	background: url('../images/signature.png') no-repeat;
}
.expose {
	margin: 15px 30px 0;
	padding: 15px 20px;
	text-align: center;
	border: 3px dashed #a60813;
}
.offer {
	margin: 5px;
	padding: 10px;
	border: 4px solid #0c8bf9;
}
.highlight {
	margin: 10px 50px;
	padding: 10px;
	border: 2px solid #f00;
	background: #ccc;
}
.extra {
	padding: 10px 0 10px 50px;
	background: url('../images/tickBox.jpg') no-repeat 10px center;
}
ul.extra {
	padding: 0 0 0 40px;
	background: none;
}
ul.extra li {
	list-style: none;
	padding: 10px 0 10px 40px;
	background: url('../images/tickBox.jpg') no-repeat left center;
}
.alt {
	color: #fff;
	margin: 5px 25px;
	padding: 15px;
	border: 2px dotted #00f;
	background: #09f;
}
.standout {
	color: #f00;
	background: #ff0;
}
.youtube,
.media {
	margin: 15px 0;
	text-align: center;
}