@charset "utf-8";
/* CSS Document */

/*     FONT STYLES     */

body, input, select, textarea, .normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d7e86;
	text-align: justify;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d7e86;
}
a {
	color: #154992;
	text-decoration: underline;
}
a:hover {
	color: #152749;
	text-decoration: none;
}
#Home_News_Panel a {
	color: #0e3f83;
	background: url(../images/layout/arrow.png) no-repeat left center;
	padding-left: 8px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#Home_News_Panel a:hover {
	color: #0b92a6;
	background: url(../images/layout/arrow_ro.png) no-repeat left center;
}
p {
	margin: 11px 0px;
}
.blue_heading_14px, h1 { color: #154992; font-size: 14px; }
h2 { color: #154992; font-size: 12px; }
h3 { color: #154992; font-size: 11px; }
.green_dark_heading_14px { color: #006d5a; font-size: 14px; }
.green_light_heading_14px { color: #61881b; font-size: 14px; }
.brown_heading_14px { color: #8c750d; font-size: 14px; }
.dark_grey { color: #525464; }
.blue { color: #154992; }
.green_dark { color: #006d5a; }
.green_light { color: #61881b; }
.brown { color: #8c750d; }

/*     CSS HELPERS     */

.float_left { float: left; padding: 5px; }
.float_right { float: right; padding: 5px; }
.center { text-align: center; }
img, a img {
	border: none;
}
.clear {
	clear: both;
}
select, textarea, input[type="text"], input[type="password"], .textbox { /* file attach must be styled manually */
	width: 150px;
}
input.cartInputText {
	width: 70px !important;
}
select.shippingDropDown {
	width: 250px !important;
}
input[type="submit"], input[type="button"] {
	color: #000;
}
.altrow1 {
	background: #E7EEF3;
}
.altrow2 {
	background: #fff;
}

/* LAYOUT STYLES */
body {
	margin: 0;
	background-image: url(../images/layout/bg_02.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#Full_Website_Container {
	margin: 0px auto;
	width: 1001px;
	background-image: url(../images/layout/drop_shadow_05.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
#Website_Content_Container {
	margin: 0px auto;
	width: 983px;  
	background-color: #FFFFFF;
}
#Header {
	width: 983px;
	height: 85px;
	text-align: left;
	background: #FFFFFF url(../images/layout/header_02.gif) no-repeat;
}
#Top_Navigation {
	width: 983px;
	height: 49px;
	text-align: left;
}
#Banner_Content {
	width: 656px;
	height: 208px;
	text-align: left;
	float: left;
	background-image: url(../images/layout/feature_books_10.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#Banner_Flash {
	width: 327px;
	height: 208px;
	text-align: left;
	float: right;
	background-image:url(../images/layout/flash_11.jpg);
	background-repeat: no-repeat;
}
#Order_Now_Navigation {
	width: 656px;
	height: 19px;
	text-align: left;
	margin-top: 189px;
}
#Bottom_Navigation {
	width: 820px;
	height: 35px;
	clear: both;
	background: #dae5ec;
	padding-left: 163px;
	letter-spacing: -1px;
}
#Home_Content_Panel {
	width: 755px;
	text-align: left;
	padding: 30px 10px 10px 30px;
	float: left;
}
#Home_Content_Panel {
	width: 755px;
	text-align: left;
	padding: 30px 10px 10px 30px;
	float: left;
}
#Home_News_Panel {
	margin: 0px auto;
	width: 178px;
	text-align: left;
	padding: 30px 0px 10px 10px;
	float: right;
	line-height: 15px;
}
#General_Content_Panel {
	width: 963px;
	text-align: left;
	padding: 30px 10px 10px;
}
#Footer {
	width: 1001px;
	height: 17px;
	text-align: center;
	margin: 0px auto;
	padding-bottom: 12px;
	background: url(../images/layout/footer_08.png) no-repeat;
	font-size: 10px;
	color: #ffffff;
	line-height: 17px;
}
/*     Website Info Content Holder     */

#website_info{
	margin: 0px auto;
	width: 975px;
}
#website_info a {
	font-size: 10px;
	color: #ffffff;
	line-height: 17px;
	text-decoration: none;
}
#website_info a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.float23{
	float: left;
	width: 23%;
}
.float53{
	float: left;
	width: 54%;
}
#text_align, #quadtech {
	float: left;
}
#quadtech a {
	display: block;
	height: 17px;
	width: 63px;
	overflow: hidden;
	background: url(/images/layout/quadtech_logo_light_smaller.png) no-repeat 0px 2px;
}
#quadtech a:hover {
	background: url(/images/layout/quadtech_logo_light_smaller.png) no-repeat -63px 2px;
}
#text_links {
color: #666666;
padding-top: 10px;
text-align: center;
}
#text_links a {
color: #666666;
}
#text_links a:hover {
color: #666666;
text-decoration: underline;
}

/*     Content Styles     */

.productitemcell {
height:22px;
}

p#goldilocks { margin: 0; }
p#goldilocks table.photogalleryTable td { margin: 0 !important; padding: 0 5px 0 5px !important; }