/* CSS Document */
/* ------------------------------------ HTML STYLES ------------------------------------ */
/*HTML Box Styles */
body {
	margin: 0;
	padding: 0;
	line-height: 18px;
	}

/* HTML Text Styles */
body, p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}

/* Tables */
td { vertical-align: top; }

/* Links */
a { color: #00009c; }

/* Headings */

h1 { line-height: 45px; margin: 0 0 10px 0; vertical-align:middle; font-size: 16px; }
h1, h2, h3 { color: #00009c;  }
h2 { border-bottom: dotted 2px #EBEBF7; font-size: 15px; padding-top: 10px;  }
h3 { font-size: 12px; }

/*Lists */
ul { padding-bottom: 10px; }

/*Forms */
textarea { overflow: scroll; }

/* ------------------------------------ HEADER STYLES ------------------------------------ */

#header { 
	background: url(images/headerbg2.gif) repeat-x bottom left; height: 75px;
	padding: 10px;
	}

/* ------------------------------------ LEFT COLUMN ------------------------------------ */

td#left_col { 
	width: 175px;
	background: url(images/leftbg1.gif) repeat-y top right;
	}
#left { padding-left: 5px; }

/* Left Navigation Main Menu */
#main_menu { margin-left: 0px; }
#main_menu ul { margin:0; padding:0; text-indent:0; }
#main_menu .menuitem { 
	line-height: 35px;
	list-style: none;
	margin: 5px 1px 0 0;
	}

#main_menu a { 
	padding-left: 10px;
	display: block;
	background: url(images/buttonbg1.gif) no-repeat top left;
	color: #08009D;
	text-decoration: none; 
	}
#main_menu a:hover { background: url(images/buttonbg1_hover.gif) no-repeat top left; color: #fff; text-decoration: underline; }






/* Left column content, banners, info etc.. */
.leftcol_banner { margin: 5px 0; }


/* ------------------------------------ CONTENT COLUMN ------------------------------------ */

#content_col { vertical-align: top; background: url(images/pagetitlebg1.jpg) no-repeat top left; }
#content { margin: 0; padding: 0 15px 20px 15px; }



/* ------------------------------------ FOOTER STYLES ------------------------------------ */

#footer { 
	padding: 10px;
	}
#footer { 
	background: url(images/footerbg1.gif) repeat-x top left;
	height: 300px;
	}
#footer {
	font-size: 10px;
	}

/* Footer Menu Styles */
#footer_menu .menuitem { display: inline; margin: 0 1em; line-height: 15px; } /* Displays menu horizontaly */
#footer ul { margin:0; padding:0; text-indent:0; }
#footer a { text-decoration: underline; }


#product_pg #content_tbl td.col1 { width: 215px; }



#cat_desc_tbl .col1 { padding-right: 10px }
#cat_desc_tbl .col1, #cat_desc_tbl .col2 { width: 50%; }
#left h2 { margin: 0; padding:0; }

/* ------------------------------------ OTHER STYLES ------------------------------------ */
.price { color: #FF0000; }
.smalltext_center { font-size: 10px; text-align: center; }
/* For pretty fractions Ex "3/4" */
.above, .below { font-size: 80%;
                 font-family: Verdana, Arial, sans-serif; }
.above { vertical-align: 0.5ex; }
.below { vertical-align: 0ex; }
.col2 { padding-left: 10px; }
#product_pg .col { text-align: center; }
.image { text-align: center; }
/* ------------------------------------ PAGE SPECIFIC STYLES ------------------------------------ */
/* PAGES */
#home_pg #content_tbl .col2 { padding-top: 10px; }
#home_pg h1 { margin: 0; }
#home_pg li { 
	font-weight: bold;
	font-size: 14px;
	line-height: 35px;
	vertical-align: middle;
	list-style: none;
	margin-bottom: 5px;
	padding-bottom: 0;
	}
#home_pg li { 
	line-height: 35px;
	list-style: none;
	margin: 5px 1px 0 0;
	}
#home_pg ul { margin:0; padding:0; text-indent:0; }
.event_logo { float: left; margin-right: 25px; }
.event { padding-bottom: 10px; }
/* BASE Structure Styles */
#page-HOLD { 
	width: 744px; /* Set user interface (site) width */
	}
#diy_pg #content_tbl .image { text-align: center; }
.image { padding-bottom: 1px }
.event h3 { clear: left; padding-top: 15px; }