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

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {
	margin:0;
	padding:0;
}


a, img, input { behavior: url("public/custom/css/iepngfix.htc") }


a {
	text-decoration: none;
}

a, div, ul, span, p{
		font-size: 9px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
}

div {
	font-color: #ffffff;
	align: left;
	margin: 0 auto;
	} 

table {border-collapse: collapse; border: 0} table td {border: 0;}

ul, span, p {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}


/* LAYOUT HERE */
		#mainbox {
			margin:0 auto;
			text-align:left;
			min-height: 1300px;
			background: #000000;
		}
		
		ul li{
			padding: 0;
			margin: 0;
			border: 0;
		}



		/* LEFT AREA */
        #leftside{
        	float: left;
			width: 442px;
			height: 100%;
			}
			
			#leftside .inner{
               float: left;
			   width: 442px;
			   height: 100%;
			   background: url(../images/bg-spray-left-15percent.gif) no-repeat;
			}
			
			#leftside .logo{
                height: 245px;
			}
			
			#navigation ul{
                    float: right;
					width: 202px;
					height: auto;
					text-decoration: none;
					list-style: none;
					padding-right: 19px;
				}

			#navigation .home_spots{
                 float: left;
				 width: 74px;
				 height: 50px;
				 background: url(../images/bg-spray-paint-1.png) no-repeat;
			}
		
		/* MAIN AREA */
		#contentmain{
		 	float: left;
			width: 800px;
	 		min-height: 1300px; height: auto;
		}

			#banner{
                 width: 800px; height: 245px;
			}
		
			#div_brands{
                 width: 151px; height: auto; float: left;
			}
			
			#contents {
				min-height: 1050px; 
				height: 1050px; 
				background: url(../images/bg-content.gif);
			}
			
			#slide_holder{
				height: 245px; 
				position: relative; 
				z-index: 100;
			}
		
		

		/* RIGHT AREA */
		#rightside{
			float: left;
			width: 442px;
			min-height: 50px;
			height: 100%;
			}
			
			#rightside .inner{
                 float: left;
				 width: 442px;
				 height: 100%;
				 background: url(../images/bg-spray-right-15percent.gif) no-repeat;
			}
			
				.inner .space{
                    height: 358px;
				}
				
				
				
/* Customs */

/* shopping cart -- view : cart */
p.cart_item_normal {
	display: block; 
	font-weight: bold;
}

p.head{
	font-weight: bold;
	font-size: 14px;
}

p.cart_item_normal span{
	font-weight: bold;	
}


/* -------------- JAVASCRIPT STYLES -------------- */

.hidden {
	display: none;
}

.blockUI.blockMsg {
	font-size: 150%;
}

