/* MAIN LAYOUT */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Georgia, Palatino, Garamond, Times New Roman, serif;
	background: url(http://826national.org/img/826_left_bg1.gif) repeat-y top left;
	height: 100%; 
border:none;
	}

#main_column {
	margin-top: 30px;
	width: 900px;
	display:block;
	}

#top_bg {
	background: url(http://826national.org/img/826_top_bg.gif) repeat-x top center; 
	}

#dot_bg  {
	background: url(http://826national.org/img/826_dot_bg.gif) repeat-y 202px 0px;
	height: 100%;
	}
	
#left_bg { 
	background: url(http://826national.org/img/826_left_bg.gif) repeat-y top left; 
	min-height: 100%; 
	}

#menubar {
	background: #343A46 url(http://826national.org/img/826_nav_bg1d.gif) repeat-x top center; 
	}

.nav_bg3 {
	width: 100%;
	height: 10px;
	float: right; 
	}

#right_bg { 
	background: url(http://826national.org/img/826_right_bg.gif) repeat-y top right; 
	min-height: 100%; 
	}


.left_sub_logo p {
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 10px;
	color: #000; 
	}

/* STORE HEADER BOX */

#store_header {
	background-color: #D2F2F7;
	width: 100%;
	height: 187px;
	font-size:14;
margin-top: 20px !important;

	}

#store_header p { 
	float:left;
	width: 440px;
	padding: 15px 20px;
	margin: 33px 0 33px 60px;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#store_header img {
	float:left;
	}

/* STORE PAGE */

#store_content {
	clear:both;
	}
	
.store_section_header { padding: 12px 0; }
	
.store_row {
	position:relative;
	height:300px;
	}
	
.store_item {
	max-width: 225px;
	width: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	position:absolute;
	bottom:0;
	}



.store_title { 
	font-size: 12px; 
	padding: 7px 0 4px;
	}

.store_price {
	font-size: 18px;
	width: 85px;
	margin-left: auto;
	margin-right: auto;
	}
.store_price img { float:right;}
.store_price_number { float:left;}
.store_section { padding-bottom: 20px; }

/* ITEM PAGES */

.item_column { 
	width: 400px;
	float: left;
	margin-bottom: 120px;
	font-size: 10pt;
	}

#item_left_column_content {
	margin-right: 20px;
	float: right;
	}

#item_right_column_content {
	margin-left: 20px;
	float: left;
	width: 350px;
	}

.item_column h1, h2, h3 {
	font-family: Verdana, Arial, sans-serif;
	width: 100%;
	text-align: center;
	margin: 0 0 5px 0;
	}

.item_column h1 { 
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.item_column h2 { 
	font-weight: normal;
	font-size: 18px;

	}
	
.item_column h3 { 
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	}

#item_price {
	display: block; 
	float:left; 
	text-align: center;
	}
	
#item_price_number { font-size: 28px; }

#item_buy {
	font-size: 18px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
#item_buy input { 
	float:right;
	margin-right: 10px;
	}

#dropdown_item_buy #item_price { 
        display: block; 
        padding-right: 14px; 
       }

#dropdown_item_buy, #dropdown_item_buy form { display: inline; } 
#dropdown_item_buy input { 	padding-top: 14px; }
#excerpt { padding-top: 22px; clear:both; }

.main_image { 
     display: block;
    margin-right: auto;
    margin-left: auto; 
}

	
/* FOOTER */

#footer { margin-top: 145px; margin-bottom: 50px; clear: both;}
#footer p { font-family: Myriad Pro, Trebuchet MS, Lucida Grande, Verdana, sans-serif; font-size: 10px; font-weight: bold }
.nextprev {
	font-family: Myriad Pro, Trebuchet MS, Lucida Grande, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 15px 0px 15px;
	text-decorate:none;
	}
a:link { text-decoration: none; color: #89001A }
a:visited { text-decoration: none; color: #515578 }
a:active { text-decoration: none; color: #000 }
a:hover { text-decoration: underline; color: #000 }

img { border: 0;}

