@charset "UTF-8";
/* CSS Document */

body, td, th {
	color: #333;
}
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:link {
	color: #1C242F;
}
a:visited {
	color: #333;
}
a:hover {
	color: #666;
}
#container {
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
}
#header {
}
#main {
	background-image: url(images/gui-new.gif);
	padding-left: 65px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 35px;
}
#footer {
	background-image: url(images/gui_bottom.jpg);
	height: 25px;
	color: #828C95;
	padding-top: 8px;
	padding-right: 10px;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	clear: both;
}
.intro {
	background-color: #111828;
}
.home {
	background-image: url(images/bg1.gif);
}
.profile {
	background-image: url(images/bg5.jpg);
}
.contact {
	background-image: url(images/bg8.jpg);
}
.demo {
	background-image: url(images/bg6.jpg);
}
.demopiece {
	background-color: #1B242F;
}
.clients {
	background-image: url(images/bg7.jpg);
}
h1,h2,h3,h4{
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	font-size: 36px;
	color: #1B252E;
}
h2 {
	font-size: 30px;
	color: #1C242F;
}
h3 {
	font-size: 24px;
	color: #1C242F;
}
h4 {
	font-size: 20px;
	color: #666;
}
h5 {
	font-size: 14px;
	color: #666;
}
.caps {
	text-transform: uppercase;
}
.small {
	font-size: 75%;
}
/*HOME PAGE STUFF*/
#homecontainer {
	float: left;
	background-image: url(images/gui-new.gif);
}
#homeheader {
	background-image: url(images/home_sec1.jpg);
	height: 40px;
	clear: both;
	width: 750px;
}
#homenav {
	width: 316px;
	height: 79px;
	float: right;
}
#homeleft {
	float: left;
	width: 434px;
}
#homeright {
	float: right;
	width: 280px;
}
#homecontent {
	width: 280px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 0 0 0;
	float: right;
}
.border {
	border: solid #ccc 1px;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
	background-color: #EFEFEF;
}
#demobox {
	width: 455px;
	height: 115px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.demobtn-a {
	border: dotted #999 1px;
	padding: 10px 10px 10px 30px;
	height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 150%;
	background: #eee url(images/media-button-music.gif) 10px 50% no-repeat;
	margin: 10px 10px 10px 10px;
	display: block;
	float: left;
}
.demobtn-v {
	border: dotted #999 1px;
	padding: 10px 10px 10px 30px;
	height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 150%;
	background: #eee url(images/media-button-video.gif) 10px 50% no-repeat;
	margin: 10px 10px 10px 10px;
}
.clear{
	clear: both;
}


