﻿/* Pacific Lamp Layout StyleSheet */


body	{
		text-align: center;
		background-image:url('../images/bggradient.jpg');
		background-repeat: repeat-x;
		}

#holder {
	margin: 0 auto;
	width: 960px;
}

/*==================================================================*/			
/* Home page layout */

.wrapper	 { width:960px; }

.header { width: 960px;
		  height: 111px; 
	  	  background-image:url('../images/logo_01.png');
	  	  text-align: right;
	  	  padding-left: 5px;
		  }
			 		 
.nav {
	width: 960px;
	height: 70px;
	background-image: url('../images/layout_02.png');
}

.leftstage { width: 720px; 
			 height: 308px; 
			 background-image:url('../images/layout_03.png');
			 }
.leftstagea { width: 720px; 
			 height: 308px; 
			 background-image:url('../flash/slide_1_03.png');
			 }			 

.leftstagenew { width: 720px; 
			 height: 308px;			 
			 }

.rightstage { width: 240px;
			  height: 308px;
			  background-image:url('../images/layout_04.png');
			   }

.leftcontent { height: 262px; 
			   background-image:url('../images/layout_05.png');
			   }

.rightcontent { width: 240px;
			    height: 262px;
			    background-image:url('../images/layout_06.png');
			    background-repeat: no-repeat;
			     }

/*==================================================================*/			   
/* Sub Page Layout */


.stage {
	width: 720px;
}
.cartstage {
	width: 95%;
}

.bucket {
	width: 240px;
}

.bucketbkrg { width: 240px;
			  background-image:url('../images/bucket_02.png');			  
			}


.loginbkrg {
			height: 223px;
			width: 300px;
		    background-image:url('../images/plamplogin.png');			  
			}

.ad-background {
			height: 350px;
			width: 420px;
		    background-image:url('../images/ad-background.png');			  
			}


.searcharea {
	height: 35px;
	padding-top: 10px;
	text-align: right;
	padding-right:50px;
	background-repeat: no-repeat;
	
}

.bulbs {
	border: 2px #999999 solid;
	background-color: #FFFFFF;
	text-align: center;
}
.bulbsover {
	border: 2px #333333  solid;
	background-color: #FFFFFF;
	cursor: hand;
	text-align: center;
}

.bulbimgs {
	border: 0px;
}



.popupimg {
	width: 600px;
}

.contectleft{
	width: 50%;	
}
.contactright {
	width: 50%;
}

.updtform {
	margin: 0 auto;	
}
.qty {
	width: 20px;
}

.redsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	font-style: oblique;
	color: #FF0000;
}

/*==================================================================*/			   
/* End */

