body {
	background-image: url('http://tonebytes.com/src/bg.png');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#top {
	width: 800px;
	height: 20px;
	margin: auto;
}

#header {
	width: 800px;
	height: 100px;
	margin: auto;
	padding-bottom:15px;
}

#menu {
	padding-top: 5px;
	width: 800px;
	height: 30px;
	margin: auto;
	font-family: 'trebuchet ms', verdana;
	font-weight: bold;
	font-size: 14pt;
	//background: #eee;
	background-image: url('http://tonebytes.com/src/menu.png');
	color: #ddd;
}

#menu a {
	font-family: 'trebuchet ms', verdana;
	font-weight: bold;
	font-size: 14pt;
	color: #000;
	text-decoration: none;
}
#menu a:hover{
	font-family: 'trebuchet ms', verdana;
	font-weight: bold;
	font-size: 14pt;
	color: #777;
}

#topline {
	width: 800px;
	height: 20px;
	margin: auto;
	background: #eee;
}

#social {
	width: 800px;
	height:35px;
	margin: auto;
	background: #fff;
	padding-left:30px;
	padding-top: 5px;
}

#bottomline {
	width: 800px;
	height: 20px;
	margin: auto;
	background: #eee;
	margin-bottom: 0px;
}

#newplug {
	width: 800px;
	margin: auto;
	background: #eee;
	font-family: 'trebuchet ms', verdana;
	font-size: 11pt;
	color: #666;
}

blockquote {
	font-size: 10pt;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	margin-left: 28px;
	margin-bottom: 0px;
	margin-top: 20px;
	width: 722px;
}

#demos {
	font-size: 10pt;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 20px;
	width: 250px;
	float: left;
}

#download {
	font-size: 10pt;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 20px;
	width: 450px;
	float: right;
}

blockquote.buy {
	font-size: 10pt;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	margin-left: 28px;
	margin-bottom: 0px;
	margin-top: 20px;
	width: 550px;
}

a.button:hover {
	//border: 1px solid #ddd;
	color: #fff;
	background: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	padding: 1px;
	margin: 1px;
	margin-top: 3px;
}

a.button {
	//border: 1px solid #ddd;
	color: #fff;
	background: #afafaf;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	padding: 1px;
	margin: 1px;
	margin-top: 3px;
}

a.bigbutton {
	border: 1px solid #ddd;
	color: #fff;
	background: #afafaf;
	text-decoration: none;
	font-family: 'trebuchet ms', verdana;
	font-size: 14pt;
	font-weight: bold;
	padding: 3px;
}

a.bigbutton:hover {
	border: 1px solid #ddd;
	color: #fff;
	background: #999;
	text-decoration: none;
	font-family: 'trebuchet ms', verdana;
	font-size: 14pt;
	font-weight: bold;
	padding: 3px;
}

a.footer {
	color:#49a;
	text-decoration: none;
	font-family: 'trebuchet ms', verdana;
	font-size: 9pt;
	font-weight: bold;
}
a.footer:hover {
	color:#fff;
	text-decoration: none;
	font-family: 'trebuchet ms', verdana;
	font-size: 9pt;
	font-weight: bold;
}

#otherplugs {
	width: 800px;
	margin: auto;
	background: fff;
	font-family: 'trebuchet ms', verdana;
	font-size: 10pt;
	color: #777;
	padding-top: 20px;
}
h2 {
	font-size: 18pt;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}

#footer {
	background-color: #01253f;
	width: 100%;
	/*height: 40px;*/
	margin: auto;
	padding-top: 20px;
}
#footer-links {
	width: 800px;
	padding-left: 40px;
	margin: auto;
	font-family: 'trebuchet ms', verdana;
	font-size: 9pt;
	color: #fff;
	padding-bottom: 20px;
}

#footer-block {
	width: 800px;
	padding-left:40px;
	margin: auto;
	font-family: 'trebuchet ms', verdana;
	font-size: 9pt;
	color: #fff;
	padding-bottom:20px;
}
