@charset "utf-8";
/* CSS Document */

/* Default settings */
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	background: #e1e1e1 url(../images/SD_BG.png) repeat;
	font-size: 0.86em;
	color: #333;
	line-height: normal;
}
table {
	margin: 0;
	padding: 0;	
	border: 0;
	}
td {
	border: 0;
	padding: 0;
	}
div {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	margin: 0;
	padding: 0;
	}
p {
	margin: 0;
	padding: 5px 0 5px 0;
}
hr {
	clear: both;
	background-color: #E4E4E4;
	height: 1px;
	width: 500px;
	padding: 0;
	color: #E4E4E4;
	text-align: center;
	border: 0;
	margin-top: 30px;
	margin-bottom: 20px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	}
h1 {
	clear: both;
	font-size: 2.3em;
	color: #333;
	font-weight: bold;
	padding: 0;
	margin: 25px 0 0 0;
	letter-spacing: -1px;
	}
h2 {
	clear: both;
	font-size: 1.5em;
	color: #FFF;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 15px 0;
	}
h3 {
	clear: both;
	font-size: 1.4em;
	color: #000;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
	}
h4 {
	clear: both;
	font-size: 1.05em;
	color: #80CD2E;
	font-weight: normal;
	padding: 0;
	margin: 0 0 -5px 0;
	}
h4 a:link, h4 a:active, h4 a:visited {
	color: #80CD2E;
	text-decoration: none;
	}
h4 a:hover {
	color: #80CD2E;
	text-decoration: underline;
	}
ul {
	margin: 0;
	padding: 0 0 0 50px;
}
li {
	margin: 0;
	padding: 2px;
}
.hr {
	clear: both;
	width: 940px;
	height: 2px;
	overflow: hidden;
	padding: 0;
	margin: 25px auto 25px auto;
	background: transparent url(../images/SD_DIV_HOR.png) repeat-x top;
	border: 0;
}




/* Default Link settings */
a:link {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	border: 0;
}
a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	border: 0;
}
a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	background-color:transparent;
	font-style: normal;
	border: 0;
}
a:active {
	color: #090;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	border: 0;
}



/* Containers */
#top-bar {
	clear: both;
	width: 100%;
	height: 17px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent url(../images/SD_TopBar_BG.png) repeat-x top;
	border: 0;
}
.container {
	clear: both;
	width: 950px;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: transparent;
	border: 0;
}
.large-container {
	clear: both;
	width: 940px;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0 auto 10px auto;
	background-color: transparent;
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999');
}




/* Header */
.left-header {
	clear: both;
	float: left;
	width: 211px;
	height: auto;
	margin: 49px 0 49px 0;
	padding: 0;
	background: transparent;
}
.right-header {
	float: right;
	width: 153px;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0;
	background: transparent;
	text-align: right;
	vertical-align: middle;
}
.logo {
	clear: both;
	width: 211px;
	height: 52px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/SD_Logo.png) no-repeat top left;
}
.contact-details {
	clear: both;
	width: 153px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/SD_ContactDetails.png) no-repeat top right;
	text-align: right;
}



/* Menu */
#main-menu {
	clear: both;
	width: 940px;
	padding:0;
	margin: 0;
	height: 62px;
	background: #CCC url(../images/SD_MainMenu_BG.png) repeat-x top left;
}
#main-menu ul {
	float: left;
	list-style-type: none;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	padding:0;
	margin: 0;
}
#main-menu a {
	float: left;
	width: auto;
	height: 62px;
	color: #666;
	padding: 0 1.5em 0 1.5em;
	border: 0;
	text-transform: uppercase;
	line-height: 60px;
	text-decoration: none;
}
#main-menu a:hover {
	color: #80CD2E;
	text-decoration: none;
}
#main-menu  li {
	display:inline;
}



/* Columns */
#container4 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	margin: 0;
	background: transparent; /* column 4 background colour */
}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background: transparent url(../images/SD_DIV_VER.png) repeat-y right; /* column 3 background colour */
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background: transparent; /* column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:25%;
	background: transparent; /* column 1 background colour */
}
#col1 {
	float:left;
	width:21%;
	position:relative;
	left:77%;
	overflow:hidden;
	text-align: center;
	margin-bottom: 15px;
	background: transparent url(../images/SD_AsEasyAs.png) no-repeat top left;
}
#col2 {
	float:left;
	width:21%;
	position:relative;
	left:81%;
	overflow:hidden;
	text-align: center;
	margin-bottom: 15px;
}
#col3 {
	float:left;
	width:21%;
	position:relative;
	left:85%;
	overflow:hidden;
	text-align: center;
	margin-bottom: 15px;
}
#col4 {
	float:left;
	width:21%;
	position:relative;
	left:89%;
	overflow:hidden;
	text-align: right;
	margin-bottom: 15px;
}
.number-icon {
	clear: both;
	width: 49px;
	height: 49px;
	padding: 0;
	margin: 0 auto 10px auto;
	text-align: center;
	background: transparent url(../images/SD_LargeDot.png) no-repeat top left;
	color: #80CD2E;
	line-height: 46px;
	font-size: 3em;
	font-weight: bold;
}
.get-started {
	clear: both;
	width: 920px;
	height: 37px;
	padding: 0;
	margin: 0 auto 10px auto;
	text-align: center;
	background: transparent url(../images/SD_GetStartedButton_BG.png) repeat-x top center;
	color: #FFFFFF;
	line-height: 28px;
	font-size: 1.5em;
	font-weight: bold;
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999');
	cursor: pointer;
}	
.get-started :hover {
	background-color: #80CD2E;
	color: #FFF;
}	
.third-party {
	clear: both;
	width:  100%;
	height: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.third-party ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.third-party li {
	display: block;
	height: 30px;
	margin: 0 0 10px 0;
}
.third-party img {
	float: left;
}



/* Portfolio */
.subheader {
	clear: both;
	width: 182px;
	height: 19px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/SD_Portfolio.png) no-repeat top left;
}
.portfolio-img {
	float: left;
	width: auto;
	height: auto;
	border: 5px solid #FFF;
	background: transparent;
	margin: 10px;
	padding: 0;
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999');
}
.portfolio-img-lrg {
	float: left;
	width: auto;
	height: auto;
	border: 5px solid #FFF;
	background: transparent;
	margin: 13px;
	padding: 0;
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999');
}




/* Footer */
#footer {
	clear: both;
	width: 100%;
	height: auto;
	margin: 25px 0 0 0;
	padding: 20px 0 20px 0;
	background: #1d1d1d url(../images/SD_Footer_BG.png) top center no-repeat;
	color: #999;
	text-align: center;
}
#footer-left {
	clear: both;
	float: left;
	width: 217.5px;
	height: auto;
	background: transparent url(../images/SD_DIV_VER_Dark.png) repeat-y right;
	margin: 0;
	padding: 10px;
	text-align: left;
}
#footer-right {
	float: left;
	width: 217.5px;
	height: auto;
	background: transparent url(../images/SD_DIV_VER_Dark.png) repeat-y left;
	margin: 0;
	padding:10px;
	text-align: left;
}
#footer-center {
	float: left;
	width: 454px;
	height: auto;
	background: transparent;
	margin: 0;
	padding: 10px;
	text-align: left;
}
.bio-photos {
	width: 40px;
	height: 40px;
	background: transparent;
	margin: 0 10px 0 0;
	padding: 0;
	border: 5px solid #80CD2E;
}
.silly-names {
	clear: both;
	font-size: 1.3em;
	color: #CCC;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
}
.silly-names span {
	color: #80CD2E;
}
