@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
}
html, body {
	background-color: #fff;
	height:100%;
	margin:0;
	width:100%;
}
#wrapper {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	background-color:#FFF;
}
#header {
	height:200px;
	min-width:1000px;
	background-image:url(http://www.sndesign.net/img/header_bg.jpg);
	width:100%;
	background-color:#fff;
}
#logo {
	width:381px;
	height:163px;
	float:left;
	margin:0px 0px 0px 63px;
	background-image:url(http://www.sndesign.net/img/logo.jpg);
}
#logo_photo {
	width:556px;
	height:163px;
	float:right;
	background-image: url(http://www.sndesign.net/img/header_clients.jpg);
}
#nav {
	height:37px;
	background-image:url(http://www.sndesign.net/img/nav_bg.jpg);
	width:100%;
	clear:left;
}
#content {
	height:100%;
	clear:both;
	margin: 20px 0px 0px 0px;
}
#footer {
	height: 60px; /* .push must be the same height as .footer */
	background-color:#EFEFEF;
	padding-top:20px;
	width:100%;
	text-align:center;	
	clear:both;
}
#push {
	height: 60px; /* .push must be the same height as .footer */
	clear:both;
}
h1 {
	font-family:'NotethisRegular', sans-serif;
	font-size:2em;
	color:#000;
	letter-spacing:1px;
}	
.headline { font-family:'NotethisRegular', century gothic, sans-serif; font-size:1.2em; color:#000; font-weight:bold; }
.clearfooter {
   height: 50px;
   clear: both;
}
.footer {
	font-family:Century Gothic, sans-serif;
	font-size:12px;
	color:#999;
	clear:left;
}
.bodytxt {
	font-family:Century Gothic, sans-serif;
	font-size:.8em;
	color:#555;
	font-weight:normal;
}
.bodytxt a:link {
	font-family:Century Gothic, sans-serif;
	font-size:.9em;
	color:#555;
}
.bodytxt a:hover {
	font-family:Century Gothic, sans-serif;
	font-size:.9em;
	color: #96C;
	text-decoration:underline;
}
.bodytxt a:visited {
	font-family:Century Gothic, sans-serif;
	font-size:.9em;
	color: #000;
}
@font-face {
	font-family: 'NotethisRegular';
	src: url('Note_this.eot');
	src: local('Note this'), local('Notethis'), url('Note_this.woff') format('woff'), url('Note_this.ttf') format('truetype'), url('Note_this.svg#Notethis') format('svg');
}
.title {
	font-family:'NotethisRegular', sans-serif;
	font-size:22px;
	color:#000;
	letter-spacing:1px;
}
.title a:link {
	font-family:'NotethisRegular', sans-serif;
	font-size:22px;
	color:#000;
	letter-spacing:1px;
	text-decoration:none;
}
.title a:hover {
	font-family:'NotethisRegular', sans-serif;
	font-size:22px;
	color:#000;
	letter-spacing:1px;
	text-decoration:underline;
}
.title a:visited {
	font-family:'NotethisRegular', sans-serif;
	font-size:22px;
	color:#944CB7;
	letter-spacing:1px;
	text-decoration:none;
}
