/*----Clear-----*/
.clearboth { clear: both; }

html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset
{
	margin: 0;
	padding: 0;
}

/*=Layout----*/
body
{
	text-align: center;
	background-image: url(/images/blue_bg.gif);
	background-repeat: repeat-x;
}

#flash {
position: relative; /*or absolute*/
z-index: 0;
}

#main_wrap
{
	width: 914px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding: 0px;
	background-color: #000;
}

#header { }

#b_left
{
	background-image: url(/images/bottom_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 70px;
	width: 23px;
}

#b_right
{
	background-image: url(/images/bottom_right.gif);
	height: 70px;
	width: 23px;
	background-repeat: no-repeat;
	float: left;
}

#footer
{
	width: 868px;
	height: 58px;
	background-color: #426FC3;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	float: left;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #000;
}

#content
{
	width: 900px;
	background-color: #FFFFFF;
	float: left;
	margin: 0;
	padding: 0;
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

* html #content
{
	/* This is the Tan hack */
	width: 914px;
	w\idth: 900px;
}

#column_one
{
	width: 222px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

#subnav ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#subnav a
{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #E5E2DA;
	padding: 8px 0 8px 15px;
	width: 207px;
	text-decoration: underline;
	border-color: #333;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	margin: 0;
}

#subnav a:link
{
	color: #000;
	text-decoration: underline;
}

#subnav a:hover
{
	background-color: #fff;
	color: #000;
}

#subnav #current a
{
	background-color: #76746E;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	
	background-image: url(../images/subnav_on.gif);
	background-repeat: no-repeat;
	background-position: 210px center;
}

#column_one h1
{
	background-color: #B11F19;
	font-family: Century Gothic, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 7px 0px 7px 15px;
	margin: 0;
	border-width: 0;
	font-weight: bold;
}

#column_one h2
{
	background-color: #B11F19;
	font-family: Century Gothic, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 7px 0px 7px 15px;
	margin: 0;
	text-align: left;
	border: none;
	font-weight: bold;
}

#column_one p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
	padding: 0;
	margin: 10px 15px;
	text-align: left;
}

#column_one a.more
{
	text-decoration: underline;
	margin: 0 0px 0px 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
	padding: 0 0 10px;
}

#column_one a.more:hover { color: #811f19; }

#column_two
{
	width: 675px;
	padding: 0 0 0 3px;
	margin: 0 0 0 0;
	float: left;
	text-align: center;
}

#column_two h1
{
	font: bold x-large Century Gothic, Trebuchet, Arial, Helvetica, sans-serif;
	color: #B11F19;
	margin: 0 20px 0px 20px;
	padding: 20px 0 .09em 0px;
	border: 0;
	text-align: left;
}

#column_two h2
{
	color: #333;
	margin: 15px 20px 0px 20px;
	padding: 0px 0 7px 0px;
	text-align: left;
	font-family: Century Gothic, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: normal;
}

#column_two h3
{
	color: #333;
	margin: 0 20px 0px 20px;
	padding: 0px 0 0px 0px;
	text-align: left;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

#column_two a:link,  #column_two a:visited
{
	color: #900;
	text-decoration: underline;
}

#column_two ul
{
	color: #222;
	text-decoration: none;
	font-size: small;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	list-style-type: disc;
	margin: 0 20px 20px 20px;
	padding: 0;
	line-height: 1.6em;
}

#column_two li
{
	margin: 10px 20px 0 20px;
	padding: 0 0 0 0;
}

.instruction_details
{
	width: 325px;
	margin: 10px 0px 0 0px;
	padding: 0 0 20px 0;
	float: left;
}

.instruction_details ul
{
	background-color: none;
	margin: 0;
	padding: 0 0 0 15px;
	list-style: bullet;
}

.instruction_details li
{
	text-align: left;
	margin: 0;
	padding: 0px 0 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
}

.sports_promo_wrap
{
	margin: 20px;
	float: left;
	background-color: #CCC;
	border-color: #999;
	border-width: 2px;
	border-style: solid;
}

.sports_promo
{
	float: left;
	margin: 5px;
	padding: 5px;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
}

/*---character education--*/
.product_small
{
	width: 172px;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0 26px 0 26px;
}

* html .product_small
{
	/* This is the Tan hack */
	width: 224px;
	w\idth: 172px;
}

.product_title
{
	font: bold small Arial, Helvetica, sans-serif;
	text-align: center;
}

.price
{
	font: bolder small Arial, Helvetica, sans-serif;
	color: #000;
}

.product_small a:link, a:visited
{
	color: #B11F19;
	text-decoration: underline;
}

.product_small a:hover { color: #000; }

.product_small p
{
	font: small Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.2em;
	border: none;
	margin: 0px 5px;
	padding: 0;
}

#bottom
{
	width: 914px;
	margin: auto;
	text-align: center;
	padding: 0px;
}

.hr
{
	background-image: url(../images/hr_bg.gif);
	width: 95%;
	margin: 10px auto;
	background-repeat: repeat-x;
	background-position: center center;
	padding: 0;
}

.titles
{
	padding: 0px;
	margin: 20px 0;
	text-align: center;
	background-color: none;
}

.titles h3
{
	text-align: center;
	padding: 0;
	margin: 10px 0;
	color: #000;
	font-family: Arial, helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

/*=Navigation */
#navcontainer
{
	width: 750px;
	padding-left: 7px;
	background-color: #000000;
	float: left;
}

#navcontainer ul
{
	list-style-type: none;
	float: left;
	background-image: url(../images/nav_up.gif);
	text-align: left;
	width: 750px;
	border-top-width: 3px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	text-decoration: none;
	padding: 0.4em 1em;
	margin: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	float: left;
}

#navcontainer ul li a:hover
{
	background-image: url(../images/nav_on.gif);
	background-repeat: repeat-x;
}

#navcontainer #currentpage a
{
	color: #000;
	background-image: url(../images/nav_on.gif);
	background-repeat: repeat-x;
}

/*=shopping_cart nav*/
#shopping_cart
{
	width: 150px;
	text-align: left;
	padding-right: 7px;
	background-color: #000000;
	float: left;
}

#shopping_cart ul
{
	list-style-type: none;
	text-align: left;
	float: left;
	background-image: url(../images/nav_up.gif);
	width: 150px;
	border-top-width: 3px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000;
}

#shopping_cart ul li { display: inline; }

#shopping_cart ul li a
{
	text-decoration: none;
	padding: 0.4em .5em;
	margin: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}

#shopping_cart a:link,  #shopping_cart a:visited
{
	color: #333;
	text-decoration: none;
}

#shopping_cart a:hover
{
	color: #cc0000;
	text-decoration: none;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #222;
	text-align: left;
	padding: 0;
	margin: 0 20px 10px 20px;
	line-height: 1.4em;
}

#bookbuddyinfo {
margin-top:30px;
}

#bookbuddyinfo ul {
background-repeat:no-repeat;
height:350px;
line-height:13px;
list-style:none;
padding:37px 10px 0 293px;
font-size:11px;
font-family:Trebuchet,Arial,Helvetica,sans-serif;
background-image:url(/images/bbdevicefeatures.jpg);
}

#displaybox {	z-index: 10000;filter: alpha(opacity=70); /*older IE*/	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE */	-moz-opacity: .70; /*older Mozilla*/	-khtml-opacity: 0.7;   /*older Safari*/	opacity: 0.7;   /*supported by current Mozilla, Safari, and Opera*/	background-color:#000000;position:fixed; top:0px; left:0px; width:100%; height:100%; text-align:center; vertical-align:middle;}
#displaybox table tr td a {background-color:#FFFFFF; font-weight:bold; color:#000000;}

.bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #111;
	line-height: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}

.mod_bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #111;
	line-height: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}

.direction
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #111;
	line-height: 1.4em;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
}

h1, h2, h3, h4 { font-family: sans-serif; }
img { border: none; }
.input_nl { padding: 0 0 0 13px; }

.footlink
{
	width: auto;
	padding: 20px 0 0 0;
}

.footlink ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.footlink ul li { display: inline; }

.footlink ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-decoration: underline;
	padding: .2em 0;
	margin: 0 .5em;
}

.footlink a:link, .footlink a:visited { color: #fff; }
.footlink a:hover { color: #000; }

.copyright
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: small;
	color: #333333;
	padding: 10px 0px;
	margin: auto;
	float: left;
}

.floatleft
{
	float: left;
	padding: 0 10px 0px 0;
}

.floatright
{
	float: right;
	padding: 0 0 7px 0;
}

.tgfloatright
{
	padding: 5px;
	margin: 0 0 0 5px;
	background-color: #EDEDED;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	float: right;
}

.nested { }

.leveling
{
	padding: 5px;
	border-collapse: collapse;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.leveling td { text-align: center; }

.jsborder
{
	border: 2px solid #fff;
	background-color: #fff;
}

/*------form------- */
.contact_info { float: left; }

.contact_info h4
{
	color: #333;
	font-family: century gothic, arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	padding: 0 0 7px 20px;
	text-decoration: underline;
}

select
{
	width: 200px;
	color: #000;
	font-size: small;
}

form
{
	width: 450px;
	line-height: normal;
	margin: 10px 20px 10px 20px;
	padding: 60px;
	border: 1px solid #666;
	background-color: #F0ECE9;
	float: left;
	text-align: left;
}

.form_instructions
{
	font-size: small;
	margin: 0 0 10px 0;
	border-bottom: #333;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 7px 0 10px 0;
	font-weight: bold;
}

.f
{
	padding: 5px 0 0 0;
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}

form span { color: #009dea; }

.formleft
{
	padding: 5px 0 0 0;
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}

.formright
{
	width: 250px;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: left;
}

input, textarea
{
	width: 300px;
	background: #FFF;
	color: #000;
	border: 0px none;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	padding: 3px 2px 3px 2px;
	margin: 0 0 6px 0px;
}

textarea { height: 75px; }

.radio
{
	width: auto;
	background: transparent;
	padding: 3px 2px;
	margin: 0 0 0 6px;
	vertical-align: middle;
}

.submit
{
	margin-top: 10px;
	width: 100px;
	border: 1px solid #333333;
	background-color: #cccccc;
}

#bysubmit
{
	padding-top: 2px;
	margin: 0;
	float: left;
}

.error { color: red; }

.small_text
{
	font-size: small;
	padding-left: 0;
	padding-right: 0;
	padding-top: 7px;
	padding-bottom: 0;
	border-color: #666;
	border-width: 1px;
	border-style: solid none none none;
	margin: 0;
}


.credits{font-size: 11px; font-weight: bold;  padding-top:0; margin-top:0; padding-bottom:20px;}
.testimonials{ font-style: italic; margin-bottom:5px;}

/* Clearfix */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */
