/* Web Design by Under The Rainbow

//       STYLE SHEET MAP
//BASIC TEXT AND HEADINGS.......line  27
//OUTERMOST WRAPPER.............line  84
//HEADER........................line  95
//LOGO..........................line 104
//TAGLINE.......................line 119
//CATEGORY TAB SPACE............line 137
//COLUMNS LEFT/ONE RIGHT/TWO....line 168
//SIDE BOXES....................line 187
//NEXT PREVIOUS.................line 231
//BREADCRUMB....................line 250
//NAV SUPP......................line 259
//FOOTER........................line 289
//LINKS.........................line 303
//CENTER COLUMN.................line 392
//BESTSELLERS BOX...............line 421
//EZ PAGES......................line 436
//OTHER NAMED BOXES.............line 467
//PRODUCT LISTING...............line 479
//WARNINGS ERRORS MESSAGES......line 505
//SHOPPING CART DISPLAY.........line 562
//EVERYTHING ELSE...............line 700
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 16px;
	color: #333333;
	}

a {
	color:#0000CC;
	text-decoration: underline;
	}
	
a:hover {
	color: #FF6633;
	}
	
a:active {
	color:#0000CC;
	}
	
h1,h2,h3,h4,h5 {
	margin: 0px;
	}

.content {
	font-family: Arial;
	font-size: 14px;
	}

.content a {
	text-decoration: underline;
	}

.content a:hover {
	color: #FF6633;
	text-decoration: underline;
	}

.text {
	font-family: Comic Sans MS, Arial;
	font-size: 13px;
	}
	
.topPad {
	padding-top:10px;
	}
	
.allPad {
	padding:5px;
	}

input {
	margin: 3px;
	font-family: Arial;
	font-size: 13px;
}
select {
	font-family: Arial;
	font-size: 13px;
}
textarea {
	font-family: Arial;
	font-size: 13px;
}

#mainWrapper {
	margin: 0;
	width: 1000px;
	}
	
#headerWrapper {
	margin: 0em;
    background: url(/images/header_bkgd1004.gif) no-repeat top center #FFFFFF;
	height:193px;
	width: 1000px;
	align: center;
	}

#logo {
	margin: 0;
	padding: 10px 5px;
	width: 181px;
	}

#navAccount {
	margin: 0;
	padding: 40px 0 0 0;
	width: 30%;
	position: relative;
	float: left;
	}
	
#navAccount ul {
	margin: 0;
	padding-left: 15px;
	background:  url(/images/target-blue.gif) left center no-repeat transparent;
	font-size: 14px;
	font-weight: bold;
	display: block;
	}

#navAccount ul a {
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	}
	
#navAccount a:hover{
	color: #FF6633;
	text-decoration: underline;
	}

.navCal {
	left: 110px;
	position: relative;
}

.navBlog {
	left: 78px;
	padding-top: 5px;
	position: relative;
}

.navMail {
	left: 30px;
	padding-top: 5px;
	position: relative;
}

.navLogin {
	left: -15px;
	padding-top: 5px;
	position: relative;
}
	
#navBlock {
	margin: 10px 10px 0 0;
	padding: 0;
	width: 490;
	float: right;
	right: 10px;
	left: 135px;
	position: relative;
	}
	
#navBlock ul {
	margin: 0 3px;
	padding: 0;
	width: 115px;
	position: relative;
	}
	
#navBlock ul li {
	margin: 3px 0px;
	padding: 0 5px 0 15px;
	background:  url(/images/bullet-blue.gif) left center no-repeat transparent;
	font-size: 13px;
	height: 15px;
	display:inline;
	float: left;
	white-space: no-wrap;
	}

#navBlock ul li a {
	padding: 0 5px;
	color: #990033;
	background: #FFEECA;
	text-decoration: none;
	width: 100%;
	display: inline;
	}

#navBlock ul li a:hover {
	padding: 0 5px;
	color: blue;
	background-color: #FFEECA;
	text-decoration: underline;
	width: 100%;
	display: inline;
	}

#date {
	margin: -10px 0 0 0;
	padding: 0 ;
	color: green;
	text-align: center;
/*	font-weight: bold; */
	width: 20%;
	}

.tagline {
	margin: 0;
	padding: 13px 0;
	color: #770026;
	font-size: 1.7em;
	text-align: center;
	width: 420px;
	float:right;
	}
	
#navTabsWrapper {
	margin: -10px 0 0 0;
	width: 75%;
	float: left;
	}

#navTabs {
	margin: -3px 3px 0 0;
	padding: 0;
	background:  url(/images/tab_olive.gif) left bottom no-repeat transparent;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 120px;
	line-height: 23px;
	}

#navTabs a {
	color: #ffffff;
	text-decoration: none;
	vertical-align: baseline;
	display: inline;
	white-space: no-wrap;
	}

#navTabs a:hover {
	color: #FF6633;
	text-decoration: none;
	display: inline;
	}

#searchBar {
	margin: 0;
	background: #0099CC;
	width: 100%;
	text-align: center;
	vertical-align: baseline;
	}

#navSearch {
	margin: 0;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 25px;
	width: 20%;
	}

#navSearch ul {
	margin: 0 10px;
	padding: 0;
	display: inline;
	}

#navSearch ul a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	}

#navSearch ul a:hover {
	color: #C13100;
	text-decoration: none;
	display: inline;
	}
	
#sideMenuWrapper {
	background-color: #FFE3A9;
	width: 135px;
	height: 100%;
	}

#sideMenu {
	margin: 0;
	padding-left: 10px;
	color: #418200;
	background: #FFE3A9;
	width: 126px;
	}

#sideMenu a {
	color: #418200;
	text-decoration: underline;
	}
	
#sideMenu a:hover {
	color: #FF6633;
	text-decoration: none;
	}

#rightCol_228 {
	width: 226px;
	background: #FFFFCC;
	vertical-align: top;
	}
	
#midCol_638 {
	margin: 0;
	padding: 0;
	width: 638px;
	background: #CCCCCC;
	vertical-align: top;
}


.back, #sideMenuWrapper, #midCol_638 {
	float: left;
	}

.forward, #rightCol_228 {
	float: right;
	}

.clearAll {
	clear: all;
	}

.clearBoth {
	clear: both;
	}
	
.clearLeft {
	clear: left;
	}
	
.clearRight {
	clear: right;
	}	

