body {
   	padding:0px;
   	margin: 0px;
   	height:100%;
}



h1 {font-family: verdana, helvetica, sans-serif; color: #3e3e3e;  line-height:100%}

h2 {font-family: verdana, helvetica, sans-serif; color: #3e3e3e;  line-height:100%}

h3 {font-family: verdana, helvetica, sans-serif; color: #3e3e3e;  line-height:100%}

h4 {font-family: verdana, helvetica, sans-serif; color: #3e3e3e;  line-height:100%}

h5 {font-family: verdana, helvetica, sans-serif; color: #3e3e3e;  line-height:100%}

h6 {font-family: verdana, helvetica, sans-serif; color: #3e3e3e;  line-height:100%}



img {border-style: none}

ul {list-style-type: none}


.banner {
	position: absolute; 
	top: 10px;	
}

.cartButton {
	position: absolute;
	top:145px;
	left: 849px;
	z-index: 2;
}


#searchButton {
	position: absolute;
	width: 310px;
}


.footer {
	position: absolute;
	text-align: center;
	width: 980px;
	border-top: 2px solid #3e3e3e;
	z-index: 3;
}


/*////////////////////////////////////////  TEXT  ///////////////////////////////////////////*/
.text {
	font-family: verdana, helvetica, sans-serif; 
	color: #3e3e3e;  
	font-size: 11px;
	line-height:100%;
}


.largetext {
	font-family: verdana, helvetica, sans-serif; 
	color: #3e3e3e;  
	font-size: 13px;
	line-height:100%;
}

.boldtext {
	font-family: verdana, helvetica, sans-serif; 
	color: #3e3e3e;  
	font-weight: bold;
	font-size: 11px; 
	line-height:100%;
}


.smallbold {
	font-family: verdana, helvetica, sans-serif; 
	color: #3e3e3e;  
	font-weight: bold;
	font-size: 13px; 
	line-height:100%;
}


.mediumtext {
	font-family: verdana, helvetica, sans-serif; 
	font-weight: bold;
	color: #3e3e3e;  
	font-size: 16px;
	line-height:100%; 
}

.bigtext {
	font-family: verdana, helvetica, sans-serif; 
	font-weight: bold;
	color: #3e3e3e;  
	font-size: 22px;
	line-height:100%; 
}
/*////////////////////////////////////////  END OF TEXT  ///////////////////////////////////////////*/




/*/////////////////////////////////////////  BROWSE PAGES  /////////////////////////////////////*/
.row {
	position: absolute;
}


.square {
	position: absolute;
	width: 180px;
	height: 230px;
	background-color: #d6d6d6;
	text-align: center;
}
/*///////////////////////////////// END OF BROWSE PAGES /////////////////////////////*/





/*/////////////////////////////////// HOME PAGE ////////////////////////////////////////*/
.homeTitle {
	position: absolute; 
	top: 5px; 
	left: 125px; 
	z-index: 2; 
	width: 185px; 
	font-size: 11px; 
	font-weight: bold; 
	font-family: verdana, helvetica, sans-serif; 
	color: #3e3e3e;  
	line-height:100%
}

.homeImage {
	position: absolute; 
	top: 5px; 
	left: 5px;
}

.homeSquare {
	position: absolute;
	width: 310px;
	height: 180px;
	background-color: #d6d6d6;
}

#homeDetails {
	position: absolute;
	left: 125px;
	width: 180px;
	z-index: 2;
}

.special {
	font-family: verdana, helvetica, sans-serif; 
	color:#B40404;  
	font-size: 11px;
	font-weight: bold;
	line-height:100%;
}
/*///////////////////////////// END OF HOME PAGE ///////////////////////*/



/*///////////////////////////////////  DETAILS PAGES  /////////////////////////////////////*/
#detail {
	background-color: #d6d6d6; 
	position: absolute; 
	width: 965px; 
	height: 230px; 
	left: 10px;
}

.detailImage {
	position: absolute;
	top: 10px;
	left:10px;
}

.mastImage {
	position: absolute;
	top: 8px;
	left: 8px;
	border: 2px solid #ffffff;
}

.detailTitle {
	position: absolute;
	top: 10px; 
	left: 170px; 
	z-index: 2; 
	font-size: 16px; 
	font-weight: bold; 
	font-family: verdana, helvetica, sans-serif; 
	color: #3e3e3e;  
	line-height:100%
}

.detailDescription {
	font-family: verdana, helvetica, sans-serif; 
	color: #3e3e3e;  
	font-size: 11px;
	line-height:100%;
	position: absolute; 
	left: 170px; 
	width: 790px; 
	z-index: 2; 
	top: 35px;
}

.specialOrder {
	font-family: verdana, helvetica, sans-serif; 
	text-decoration:underline;
	color: #3e3e3e;  
	font-size: 12px;
	font-weight: bold;
	line-height:100%;
	position: relative; 
	top: 4px;
}

.price {
	font-family: verdana, helvetica, sans-serif; 
	color: #3e3e3e;  
	font-weight: bold;
	font-size: 12px; 
	line-height:100%;
	position: absolute; 
	top: 195px; 
	left: 170px; 
	z-index: 2; 
}

.discount {
	font-family: verdana, helvetica, sans-serif; 
	color: #bb1212;  
	font-size: 13px;
	font-weight: bold;
	line-height:100%;
	position: absolute; 
	top: 209px; 
	left: 170px; 
	z-index: 2;
}

.paypalButton {
	position: absolute; 
	top: 197px; 
	left: 170px;
}


.top {
	position: absolute;
	top: 1730px; 
	left: 850px;  
	width: 128px; 
	height: 18px; 
	border: 1px solid #ffffff;
	vertical-align: super; 
}
/*///////////////////////////////////  END OF DETAILS PAGES  /////////////////////////////////////*/








