/*-------------------------------- body stuff --------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
abbr,acronym { border:0;}

body {
	position: relative;
	top: 0px;
	font-family: "Lucida Sans Unicode", "Comic Sans MS";
	color: #978681;
	font-size: 12px;
	letter-spacing: 0.01em;
}

a {
	color: #ff6666;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #ebb2ac;
	border-bottom: dotted 1px #ebb2ac;
}

center {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

div.scroll { 
	width: 381px; 
	height: 185px; 
	overflow: auto; 
}

#wrapper {
	position: relative;
	width: 1012px;
	height: 435px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

/*-------------------------------- scroller --------------------------------*/
.jScrollPaneContainer{
	position:absolute; 
	overflow:hidden; 
	z-index:1; 
	padding-right: 5px;
}

.jScrollPaneTrack{
	position:absolute; 
	cursor:pointer; 
	right:5px; 
	top: 0; 
	height:100%; 
	background:#96989b; 
	width: 1px !important;
}

.jScrollPaneDrag{
	position:absolute; 
	left: -4px; 
	background:#f2b9ce; 
	cursor:pointer; 
	overflow:hidden
}

.jScrollPaneDragTop{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden
}

.jScrollPaneDragBottom{
	position:absolute; 
	bottom:0; 
	left:0; 
	overflow:hidden
}

a.jScrollArrowUp{
	display:block; 
	position:absolute;
	z-index:1; 
	top:0; 
	right:0; 
	text-indent:-2000px; 
	overflow:hidden; 
	background-color:#666; 
	height:10px !important; 
	width:10px !important; 
}

a.jScrollArrowUp:hover{ 
	border:none;
}

a.jScrollArrowDown{
	display:block; 
	position:absolute; 
	z-index:1; 
	bottom:0; 
	right:0; 
	text-indent:-2000px; 
	overflow:hidden; 
	height:15px !important; 
	width:10px !important; 
}

a.jScrollArrowDown:hover{ 
	border: none;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover{}

/*-------------------------------- backgrounds --------------------------------*/

#bigbox {
	background-image:url('images/bg1.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	width: 1095px;
	height: 775px;
	z-index:5;
}

#bigboxongoing {
	background-image:url('images/bg4.png');
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	width: 1095px;
	height: 2575px;
	z-index:5;
}

#whitebg {
	background-color:#fff;
	position: absolute;
	top: 105px;
	left: 100;
	width: 5px;
	height: 655px;	
	z-index: 4;
}

#laceboxsmall {
	background-image:url('images/bg2.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	left: 167px;
	width: 664px;
	height: 304px;	
}

#laceboxbig {
	background-image:url('images/bg3.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	left: 167px;
	width: 664px;
	height: 550px;	
}

#table {
	position: absolute;
	top: 102px;
	left: 168px;
	height: 1921px;
}

#table2 {
	position: absolute;
	top: 142px;
	left: 170px;
	height: 2328px;
}

/*-------------------------------- pagetop --------------------------------*/

#logo {
	position: absolute;
	top: -20px;
	left: 190px;
	width: 195px;
	height: 155px;
	z-index: 1
}

#menu1 {
	position: absolute;
	top: 14px;
	left: 468px;
	width: 195px;
	height: 155px;
	color:#ff6666;
	z-index: 1;
}

#menu2 {
	position: absolute;
	top: 14px;
	left: 509px;
	width: 195px;
	height: 155px;
	color:#ff6666;
	z-index: 1;
}

#menu3 {
	position: absolute;
	top: 14px;
	left: 598px;
	width: 195px;
	height: 155px;
	color:#ff6666;
	z-index: 1;
}

#menu4 {
	position: absolute;
	top: 14px;
	left: 655px;
	width: 195px;
	height: 155px;
	color:#ff6666;
	z-index: 1;
}

#menu5 {
	position: absolute;
	top: 14px;
	left: 714px;
	width: 195px;
	height: 155px;
	color:#ff6666;
	z-index: 1;
}

#menu6 {
	position: absolute;
	top: 14px;
	left: 779px;
	width: 195px;
	height: 155px;
	color:#ff6666;
	z-index: 1;
}

#divider {
	position: absolute;
	top: 40px;
	left: 473px;
	width: 195px;
	height: 155px;
	z-index: 2;
}

/*-------------------------------- textboxes --------------------------------*/

#textboxindex {
	background-color:#fff;
	position: absolute;
	top: 47px;
	left: 36px;
	width: 380px;
	height: 218px;	
}

#textbox {
	background-color:#fff;
	position: absolute;
	top: 64px;
	left: 36px;
	width: 380px;
	height: 185px;	
}

#textboxnew {
	position: absolute;
	top: 33px;
	left: 30px;
	width: 380px;
	height: 185px;	
}

#newstext {
	background-color:#fff;
	position: absolute;
	top: 90px;
	left: 40px;
	width: 380px;
	height: 185px;	
}

#coupontext {
	background-color:#fff;
	position: absolute;
	top: 314px;
	left: 40px;
	width: 380px;
	height: 185px;	
}

#textboxservices {
	position: absolute;
	top: 75px;
	left: 30px;
	width: 380px;
	height: 185px;	
}

#textboxcontact {
	position: absolute;
	top: 40px;
	left: 160px;
	width: 380px;
	height: 185px;	
}

#servicesintro {
	position: absolute;
	top: 25px;
	left: 95px;
	width: 480px;
	height: 185px;	
}
	
/*-------------------------------- photos --------------------------------*/

#couponshead {
	position: absolute;
	top: 286px;
	left: 125px;
}

#photoa {
	position: absolute;
	top: 305px;
	left: 8px;
	width: 195px;
	height: 155px;
	z-index: 2;
}

#photoaproducts {
	position: absolute;
	top: 305px;
	left: 140px;
	width: 195px;
	height: 155px;
	z-index: 2;
}


#photob {
	position: absolute;
	top: 147px;
	left: 603px;
	width: 195px;
	height: 155px;
	z-index: 2;
}

#photobnew {
	position: absolute;
	top: 131px;
	left: 433px;
	width: 195px;
	height: 155px;
	z-index: 2;
}

#photobproducts {
	position: absolute;
	top: 177px;
	left: 603px;
	width: 195px;
	height: 155px;
	z-index: 2;
}

#photobservices {
	position: absolute;
	top: 116px;
	left: 403px;
	width: 195px;
	height: 155px;
	z-index: 2;
}
/*-------------------------------- footer --------------------------------*/

#cash {
	position: absolute;
	top:250px;
	left: 40px;
	height: 100px;
	font-family: "Lucida Sans Unicode", "Comic Sans MS";
	color: #978681;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	z-index: 1;
}

#footer {
	position: absolute;
	top: 900px;
	left: 550px;
	height: 100px;
	font-size: 12px;
	line-height: 20px;

}

