@charset "UTF-8";
/* Lizztopia 2009 New Website Development
Css File Last Revised 5-22-2009
 */
 

body {
margin: 0;
background: #fff url("images/page-bg.jpg") top repeat-x;
font-size: 12px;
line-height: 16px;
font-family: Arial, Helvetica, sans-serif;
}



#container {
	width: 776px;
	margin: 30px auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -388px;
	z-index: 1;
	
}

#nav {
width: 160px;
background-color:#fff;
float: left;
text-align: right;
padding: 18px 15px 0 0;

}

#nav img {
	margin: 0 0 15px 0;
}


#content {
width: 600px;
height: 600px;
float: right;
padding: 0px;
margin: 0;
}

#content2 {
	width: 406px;
	height: 380px;
	padding: 24px;
	margin: 77px 70px 0 70px;
	color: #fff;
}

#home {
	width: 798px;
	height: 767px;
	background-image: url("images/home-bg.jpg");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -212px;
	top: -32px;
	z-index: -1;
	
}

#about {
	width: 798px;
	height: 767px;
	background-image: url("images/about-bg.jpg");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -212px;
	top: -32px;
	z-index: -1;
	
}

#web {
	width: 798px;
	height: 767px;
	background-image: url("images/web-bg.jpg");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -212px;
	top: -32px;
	z-index: -1;
	
}

#print {
	width: 798px;
	height: 767px;
	background-image: url("images/print-bg.jpg");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -212px;
	top: -32px;
	z-index: -1;
	
}

#product {
	width: 798px;
	height: 767px;
	background-image: url("images/product-bg.jpg");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -212px;
	top: -32px;
	z-index: -1;
}

#photo {
	width: 798px;
	height: 767px;
	background-image: url("images/photo-bg.jpg");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -212px;
	top: -32px;
	z-index: -1;
	
}

#flip {
	width: 798px;
	height: 767px;
	background-image: url("images/flip-bg.jpg");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -212px;
	top: -32px;
	z-index: -1;
	
}

#quips {
	width: 798px;
	height: 767px;
	background-image: url("images/quips-bg.jpg");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -223px;
	top: -32px;
	z-index: -1;
	
}

#contact {
	width: 798px;
	height: 767px;
	background-image: url("images/contact-bg.jpg");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -223px;
	top: -32px;
	z-index: -1;
	
}




/* Text Color Formatting */


.abouttxt {color: #993399}
.hometxt {color: #ccc}
.home2txt {color: #3399cc; font-style: italic;}
.webtxt {color: #cc9933}
.printtxt {color: #cc3333}
.abouttxt {color: #993399}
.abouttxt {color: #993399}
.abouttxt {color: #993399}
.abouttxt {color: #993399}
.abouttxt {color: #993399}


/*------------------------*/

.img1 {margin: 0 12px 6px 0}
.img2 {margin: -2px 0 0 -23px;}



#slider{
position: absolute;
left: 247px;
top: 98px;

}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:459px;
	height:412px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:18px;
	position:absolute;
	left:135px;
	top:488px;
	color: #cc9933;
	}	
#nextBtn{ 
	left:780px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:37px;
	height: 34px;
	color: #cc9933;
	background:url(images/previous.jpg) no-repeat 0 0;
	}	
#nextBtn a{ 
	background:url(images/next.jpg) no-repeat 0 0;
	}

