*{
	padding: 0;
	margin: 0;
}
/* GENERAL ELEMENTS */

p { padding-bottom: 10px; }

h1 { padding-top: 40px; padding-bottom: 20px;}

h2 { padding-bottom: 10px;}

h3 { padding-bottom: 10px; }

/* SPECIFIC ELEMENTS */

#container { 
	width: 1004px;  /* 1024px - 20px to allow for vertical scroll bar */
	margin: 0 auto; 
	margin-bottom: 40px;
	margin-top: 10px;
	} 

#leftcolumn { float: left; width: 143px;  }

#banner_top { width: 143px; height: 890px; }

#banner_middle { }

#banner_bottom { height: 324px;  }


#topwrapper {
	width: 822px;
	padding-right:20px;
	padding-top: 20px;
	float: right;
	}

#topbar { height: 55px;}

#rightcolumn {
	float: right;
	width: 336px;
	margin: -20px 20px 20px 20px;
	padding: 20px 0 0 20px;
	height: auto;
	}

#rightcolumn-wide {
	float: right;
	width: 444px;
	padding: 20px;
	margin-top: -20px;
	}
	
#rightcolumn form {
	position: relative; 
	top: -20px;
	
	}

#maincontent { 
	margin: 0 143px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
	

#quickproductlinks { height: 152px; width: 316px; }

#quickproductlinks > a > img { float: left;}

#footer { margin-bottom: 20px; padding-left: 40px; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

.product_summary {
	height: 120px;
	width: 822px;
	}
	
#product_panel { 
	margin-top: 10px;
	height: 249px;
	background-image:url(../assets/panel_product.gif);
	}
	
#product_panel p {
	position:relative;
	top: 20px;
	margin-left: 50px;
	padding-top: 9px;
	}
	
#product_panel img {
	float: right;
	margin: 20px 20px 0 0; }
	
#meta {
	text-align: right;
	width: 1007px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}

#container #topwrapper #topbar a img { border: none; }

#search {
text-align: left;
float: right;
padding-left: 20px;
margin-top: -2px;
}

#meta a img { position: relative; left: 5px; top: 3px; }

.vertical-aligner { position: relative; top: -3px; }

.notice { color: #0C0; }
