body {
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-color:black;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: #000 0 -1px 1px;
}


IMG {
         display:inline;
        border: none;
         behavior: url("pngbehavior.htc");
        }



a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;	
}
a:active {
	color: #FF0000;
}



li a:link {
	color: #CCCCCC;
}
li a:visited {
	color: #CCCCCC;
}
li a:hover {
	color: #FFFFFF;	
}
li a:active {
	color: #FF0000;
}

/*div {border:2px solid #666666;}*/


div#Content { 
position:relative;
width : 780px;
height: 500px; 
margin : 0 auto; 
padding : 0;
z-index:1;

 }
 
hiddenPic {display:none;}
 
 
/*----------------------------logo----------------*/

h1 a { display : block;
position:absolute;
top:0px;
left:-10px;
background:url(images/logo.png) no-repeat;
text-indent:-9999px;
width : 300px; 
height : 70px;
padding-top:0px;
}


div#twittershift {
	position:absolute;
	top:295px;
	left:30px;
	font-size:10px;
	background:url(images/twitter.png) no-repeat;
	padding-left:0px;
	width : 170px;
	height : 200px;
	padding-top:0px;
}

Twitter a {
	display : block;
	font-size:10px;
	height : 200px;
	padding-top:180px;
}


/*----------------------------page title & text ---------------*/

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#FFFFFF;
	align:left;
	position:absolute;
	top:100px;
	left:20px;
	width : 300px;
	height: 20px;
	font-size:16px
}

p {font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
/*padding:20px;*/
}

q {
padding :20px;
font-size:9px;
color:#FFFFFF;
border-style:dashed;
border-width:1px;}


div#textfield {position:absolute;
top:130px;
left:20px;
width : 300px;
height: 200px;
padding : 0px;
padding-top:0px;
text-align:justify;
z-index:5;
 }
 
 div#textfieldSites {position:absolute;
 font:Arial, Helvetica, sans-serif;
 font-size:12;
 color:#FFF;
top:330px;
left:20px;
width : 250px;
height: 80px;
text-align:justify;
z-index:5;
background-color:#39454D;
	color:#FFF;
	margin-bottom:10px;
	padding:10px;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px black;
	-webkit-box-shadow:0 1px 1px black;
	box-shadow:0 1px 1px black;
 }
 
 
 
div#show {position:absolute;
top:75px;
right:-40px;
width : 520px;
height: 420px;
padding : 0px;
/*background:url(images/block_show.png) no-repeat;
*/background-position:top;
z-index:2;
 }
 
 div#contactbar {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#FFFFFF;
	position:absolute;
	top:550px;
	left:0;
	width : 800px;
	height: 30px;
	font-size:10px;
	text-align: center;
 }
 
 
 
 
/*----------------------------- download menu--------------------------------*/

div#downloadshift {
	position:absolute;
	top:400px;
	left:10px;
	z-index:7;
}

ul#download {
	list-style:none;
	font-size:10px;
	float : left;
	height : 80px;
	margin : 2px;
	text-align:center;
	color: #FFFFFF;
}

ul#download a { display : block;
/*text-indent:-9999px;*/
width : 70px; 
height : 30px;
padding-top:55px;
}


li#QT{ 
background:url(images/download_QT_s.png) no-repeat;}

li#WIN{ 
background:url(images/download_wmv_s.png) no-repeat;}



/*-----------------------------menu--------------------------------*/

ul#menu {
	position:absolute;
	top:375px;
	right:0px;
	z-index:5;
}

li {
	list-style:none;
	font-size:10px;
	float : left;
	height : 120px;
	margin : 2px;
	text-align:center;
	color: #FFFFFF;
	
}

ul#menu a { display : block;
/*text-indent:-9999px;*/
width : 100px; 
height : 10px;
padding-top:90px;
}

li#Motion_s{ 
background:url(images/motion_over.png) no-repeat;}

li#Motion a{ 
background:url(images/motion_up.png) no-repeat;
background-position:top }

li#Motion a:hover{ 
background:url(images/motion_over.png) no-repeat }

li#Post  a{ 
background:url(images/post_up.png) no-repeat;
background-position:top  }

li#Post  a:hover{ 
background:url(images/post_over.png) no-repeat;
background-position:top  }

li#Post_s{ 
background:url(images/post_over.png) no-repeat;
background-position:top  }

li#Design  a{ 
background:url(images/pre_up.png) no-repeat;
background-position:top  }

li#Design  a:hover{ 
background:url(images/pre_over.png) no-repeat;
background-position:top  }

li#Design_s{ 
background:url(images/pre_over.png) no-repeat;
background-position:top  }

li#Contact  a{ 
background:url(images/contact_up.png) no-repeat;
background-position:top  }

li#Contact  a:hover{ 
background:url(images/contact_over.png) no-repeat;
background-position:top  }

li#Contact_s{ 
background:url(images/contact_over.png) no-repeat;
background-position:top  }


/* twitter widget */

#feedWidget{
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	width:150px;
	padding:5px;
	position:absolute;
	top:290px;
	left:-100px;
	-moz-border-radius:5px;	
		border-radius:5px
	/* Remains hidden if JS is not enabled: */
	display:none;
	z-index:20;
}

#tabContent div{
	/* The feed entry divs */
	
	background-color:#39454D;
	color:#FFF;
	font-size:10px;
	margin-bottom:10px;
	padding:3px;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px black;
	-webkit-box-shadow:0 1px 1px black;
	box-shadow:0 1px 1px black;
}




#feedWidget a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

#feedWidget a:hover{
	text-decoration:underline;
}

#feedWidget a img{
	border:none;
}
