@charset "utf-8";
/*To stop browsers altering design, remove padding, margins, underlining from links, borders
from linked images and force all font sizes to be 1em */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding:0;
	margin:0;
}
body {
	background-color: #e6e6e6;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:100%;
}
a img {
	border:none;
}
a {
	text-decoration:none;
}

#container {
	border-right-width: 2px;
	border-bottom-width: 20px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: auto;
	float: right;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	background-color: #EEE;
	padding: 0.7em 1em;
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #CCCCCC;
	color: #003399;
}

#bannerimg {
	display: block;
}

/* sidebar 1 */

#sidebar1  p {
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#sidebar1  a {
	text-decoration: none;
	color: #333333;
}
#sidebar1 .related {
	margin-bottom: 10px;
	padding-bottom: 45px;
	background-color: #BFD1E5;
	background-repeat: no-repeat;
	background-position: left bottom;
}


#sidebar1 .related li {
	list-style: none;
	display: inline;
}
#sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar1  h1 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar1  h2 {
	color: #152C67;
	padding-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 100%;
	background: url(../images/bg_relatedhead.gif) no-repeat right top;
	margin: 0;
	padding-left: 5px;
	padding-top: 13px;
}
#sidebar1 .related a {
	display: block;
	padding: 5px;
	border-top: 1px solid #FFF;
	text-decoration: none;
}
#sidebar1 .related a:hover {
	background: #FFFFFF;
}

#sidebar1 .related ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555753;
	text-decoration: underline;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555753;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent h1 {
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#mainContent h2 {
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}
#mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}
#mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #152C67;
	font-weight: bold;
	padding-top: 5px;
}
#mainContent h6 {
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555753;
	list-style-type:none;
}

#mainContent .caption {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: center;
	float: none;
	font-weight: bold;
}

#mainContent .banner {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000099;
	background-color: #CCCCCC;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
#maindiv {
	margin-right: 10px;
}
.productdiv {
	width: 356px;
	height: 140px;
	float: right;
}
.paypaldiv {
	width: 230px;
	height: 140px;
	overflow: auto;
}
.paypaldivtall {
	width: 230px;
	height: 185px;
	overflow: auto;
}
.productdivsmall {
	width: 356px;
	float: right;
	height: 100px;
}
.paypaldivsmall {
	width: 230px;
	height: 100px;
}
.shoediv {
	width: 580px;
	height: 200px;
}
.shoedivsmall {
	width: 356px;
	height: 185px;
	float: right;
}
.paypalshoediv {
	width: 580px;
	overflow: auto;
}
.highlight {
	color: #CC3300;
}
.science {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	width:626px;
	margin: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	color: #666666;
}
.science h1, h2, h3, h4, h5 {
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
}
.science h1 {
	font-size: 22px;
	font-weight: bold;
	color: #0A246A;
	text-align: center;
}
.science h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0A246A;
}
.science h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0A246A;
	text-align: center;
}
.science h4 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #666666;
}
.science h5 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0A246A;
	text-align: center;
}
.science p {
	margin: 5px;
	line-height:1.2;
}
.science ul {
	font:Arial, Helvetica, sans-serif;
	list-style-position: outside;
	margin-top: 7px;
	margin-left: 15px;
	list-style-type: disc;
}
.science a {
	text-decoration:underline;
	color: #666666;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.imageleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imageright {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

.pagesection {
	border: 1px solid #FFFFFF;
}
.pagesection158 {
	height: 158px;
	border: 1px solid #FFFFFF;
}

div#tickedlist {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	list-style-image: url(../Images/baboutbullet.gif);
	color: #000033;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.listticked2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	list-style-image: url(../Images/baboutbullet.gif);
	color: #666666;
}


.ordertable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	border-collapse: collapse;
}
.alternativerows {
	background-color: #EEEEEE;
}
.tallrows {
	height: 40px;
}


.ordertable th {
	color: #FFFFFF;
	background-color: #152D6A;
	background-image: url(../bg_th.gif);
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
}
.highlightcell {
	background-color: #D8D8D8;
}

.ordertable td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.ordertable caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 10px;
	color: #00CC66;
}
.buynow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../Images/borderbuynow.gif);
	background-color: #A9B170;
	font-weight: bold;
	letter-spacing: 1px;
	padding-right: 7px;
	padding-left: 7px;
}
.devidinglinetop {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}

.devidinglinebottom {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.dividingline {
	width: 585px;
}
.widediv {
	width: 570px;
	height: 185px;
}
.indexdiv {
	width: 570px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0A246A;
	font-size: 12px;
	text-align: center;
	padding-top: 28px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mosaic{
	float:left;
	border-top:2px solid #997;
	border-right:2px solid #997;
	border-bottom:2px solid #664;
	border-left:2px solid #664;		
	margin:10px 0 5px 15px;
}
#contentbox{
	position:relative;
	border:1px solid #000;
	border-top:2px solid #664;
	border-right:2px solid #664;
	border-bottom:2px solid #997;
	border-left:2px solid #997;
	width:626px;
	height:370px;
	padding: 5px;
	background-color: #FFFFFF;
}
#contentbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#contentbox img{
	border:0;
}

* html #contentbox a:hover {
	display:inline;
}

#contentbox a span {
	display: none;
}

#contentbox a:hover span {
	display: block;
	position: absolute;
	width: 160px;
	height: 120px;
	top:60px;
	left:80px;
	border: 0;
}
