* {
margin: 0;
padding: 0;
border:none;
}
body{
	background-color:#000000;
	padding-top:0px;
	font-family:Helvetica, Arial, sans-serif;
	color:#cbcbcb;
	font-size:12px;
	text-align: left;
}
a:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #d9d9d9;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #d9d9d9;
    font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #d9d9d9;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

#container{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	height: 900px;
	width:1200px;
	margin-left: auto;
	margin-right: auto;
}

	.nav_container {
	margin:0 auto;
	width: 400px;
	padding-top:0px;
	
}
	#navMenu{
	display: inline;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 1;
}

#welcome
{
  display: block;
  width: 80px;
  height: 35px;
  background: url("../images/nav/welcome.jpg") no-repeat 0 0;
  position:relative;
  top: 168px;
  left:-360px;
  z-index:1;
}
#welcome:hover
{ 
	background: url("../images/nav/welcome.jpg") 0 -34px;
}

#welcome span
{
  display: none;
}
#welcomeA
{
  display: block;
  width: 80px;
  height: 35px;
  background: url("../images/nav/welcomeA.jpg") no-repeat 0 0;
  position:relative;
  top: 168px;
  left:-360px;
  z-index:1;
}
#welcomeA:hover
{ 
	background: url("../images/nav/welcomeA.jpg") 0 -34px;
}

#welcomeA span
{
  display: none;
}
#sfx
{
  display: block;
  width: 80px;
  height: 35px;
  background: url("../images/nav/sfx.jpg") no-repeat 0 0;
  position:relative;
  top:133px;
  left:-280px;
  z-index:1;
}

#sfx:hover
{ 
	background: url("../images/nav/sfx.jpg") 0 -34px;
}

#sfx span
{
  display: none;
}
#sfxA
{
  display: block;
  width: 80px;
  height: 35px;
  background: url("../images/nav/sfxA.jpg") no-repeat 0 0;
  position:relative;
  top:133px;
  left:-280px;
  z-index:1;
}

#sfxA:hover
{ 
	background: url("../images/nav/sfxA.jpg") 0 -34px;
}

#sfxA span
{
  display: none;
}
#projects
{
  display: block;
  width: 80px;
  height: 35px;
  background: url("../images/nav/projects.jpg") no-repeat 0 0;
  position:relative;
  top:98px;
  left:-200px;
  z-index:1;
}

#projects:hover
{ 
	background: url("../images/nav/projects.jpg") 0 -34px;
}

#projects span
{
  display: none;
}
#projectsA
{
  display: block;
  width: 80px;
  height: 35px;
  background: url("../images/nav/projectsA.jpg") no-repeat 0 0;
  position:relative;
  top:98px;
  left:-200px;
  z-index:1;
}

#projectsA:hover
{ 
	background: url("../images/nav/projectsA.jpg") 0 -34px;
}

#projectsA span
{
  display: none;
}

#blog
{
  display: block;
  width: 80px;
  height: 35px;
  background: url("../images/nav/blog.jpg") no-repeat 0 0;
  position:relative;
  top:63px;
  left:-120px;
  z-index:1;
}

#blog:hover
{ 
	background: url("../images/nav/blog.jpg") 0 -34px;
}

#blog span
{
  display: none;
}
#contact
{
  display: block;
  width: 80px;
  height: 35px;
  background: url("../images/nav/contact.jpg") no-repeat 0 0;
  position:relative;
  top:28px;
  left:-50px;
  z-index:1;
}

#contact:hover
{ 
	background: url("../images/nav/contact.jpg") 0 -34px;
}

#contact span
{
  display: none;
}
#contactA
{
  display: block;
  width: 80px;
  height: 35px;
  background: url("../images/nav/contactA.jpg") no-repeat 0 0;
  position:relative;
  top:28px;
  left:-50px;
  z-index:1;
}

#contactA:hover
{ 
	background: url("../images/nav/contactA.jpg") 0 -34px;
}

#contactA span
{
  display: none;
}

#slider1 {
    width: 939px; /* important to be same as image width */
    height: 370px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
	width: 893px; /* don't mind this size*/
	position: absolute;
	top: 43px;
	left: 25px;
	float: left;;
	padding: 0px;
	right: 0px;
	z-index:5;
}

.slider1Image {
    float: left;
    position: relative;
	display: none;
	margin: 0;
	padding: 0;

	}

.slider1Image span {
    position: absolute;
	font: 8px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 939px;
	opacity: 0.7;
    background-color: #000;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	bottom: 0;
    left: 0;
	width: 850px !important;
	height: 40px;
}
.right {
	right: 0;
	bottom: 0;
	width: 850px !important;
	height: 40px;
}
ul { list-style-type: none;}

#about {
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
    text-align: left;
	width:400px;
	top:20px;
	left:-223px;
	}

#recentprojects {
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
    text-align: left;
	width:156px;
	top:-76px;
	left:75px;
	}

#latestnews {
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
    text-align: left;
	width:220px;
	top:-174px;
	left:280px;
	}
#sfxrange {
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
    text-align: left;
	width:200px;
	top:-78px;
	left:100px;
	}
#sfxrange2 {
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
    text-align: left;
	width:200px;
	top:-151px;
	left:320px;
	}	
#projects_1 {
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
    text-align: left;
	width:120px;
	top:20px;
	left:-363px;
	}
#projects_2 {
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
    text-align: left;
	width:120px;
	top:-49px;
	left:-220px;
	}
#projects_3 {
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
    text-align: left;
	width:120px;
	top:-119px;
	left:-78px;
	}
#projects_4 {
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
    text-align: left;
	width:120px;
	top:-188px;
	left:90px;
	}

/** Style the tweets */
.twitters {
  border: 1px solid #e5e5e5;
  padding: 5px;
  overflow: auto;
  margin: 20px;
}

.twitters ul {
  list-style: none;
  padding: 0;
  white-space: nowrap;
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}

