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

*{margin:0; padding:0;}

body{
	 background-color:#000000;
	 height:100%;
	 width:100%;
}

.clearfix{
	      width: 1px;
	      height: 1px;
	      display: block;
	      clear: both;
}

.wrapper{margin:0 auto; width:950px;}
#maintop{background:url(../images/main_back.jpg) no-repeat; width:950px; height:560px;}

/*--------------- Navigation ------------------*/

.nav{
     width:950px;
}

.nav li{
        list-style: none;
		height:42px;
		float:left;
		display:block;
}

.nav a { 
        height:100%;
		width:100%;
		display:block;
}

.nav li.bw1{
                background:url(../images/nav.jpg) no-repeat 0px 0px;
			    width:225px;
			    height:42px;
}

a.artisticstitch{
         background:url(../images/nav.jpg) no-repeat -225px 0px;
		 width:159px;
		 height:42px;
}

a.artisticstitch:hover, a.artisticstitch-active{
                            background:url(../images/nav.jpg) no-repeat -225px -42px;
						    height:42px;
		                    width:159px;
}

.nav li.bw3{
                background:url(../images/nav.jpg) no-repeat -384px 0px;
			    width:184px;
			    height:42px;
}
/*--
a.artisticweb{
          background:url(../images/nav.jpg) no-repeat -384px 0px;
		  height:42px;
		  width:184px;
}

a.artisticweb:hover, a.artisticweb-active{
                                  background:url(../images/nav.jpg) no-repeat -384px -42px;
								  height:42px;
		                          width:184px;
}
--*/
a.artisticseo{
           background:url(../images/nav.jpg) no-repeat -568px 0px;
		   height:42px;
		   width:175px;
}

a.artisticseo:hover, a.artisticseo-active{
                                    background:url(../images/nav.jpg) no-repeat -568px -42px;
								    height:42px;
		                            width:175px;
}

.nav li.bw2{
                background:url(../images/nav.jpg) no-repeat -743px 0px;
			    width:208px;
			    height:42px;
}

/*-------------------- end navigation ------------------------*/

p{font:11px Arial, Helvetica, sans-serif; color:#0099cc; width:950px; text-align:center; white-space:nowrap;}
#empty2{height:30px;}