@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #753335;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
	background-color: #FFF;
}
.thrColFixHdr #container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 185px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.BotherUsSidebar1 {
	width: 220px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-variant: normal;
	font-size: 7px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #666;
}
.NewsDeck {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: left;
	padding-left: 5px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

bodytext {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.FooterNews {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #6B2728;
	letter-spacing: 0em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 5px;
	vertical-align: baseline;
	white-space: normal;
	display: block;
	background-color: #CFB757;
	clear: both;
	float: left;
	width: 97%;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 14px;
	vertical-align: top;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
}
#Sidebar2new {
	float: right;
	width: 210px;
	margin-top: 13px;
	padding-right: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: none;
	overflow: hidden;
}

.thrColFixHdr #mainContent {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 290px;
	float: none;
} 
#Krapmaincontent {
	float: none;
	margin-top: 10px;
}

#BotherUsMainContent {
	margin-right: 10px;
	margin-left: 250px;
	width: 0px;
	margin-top: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

BoldHead {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 1.5em;
	text-align: left;
}

.thrColFixHdr #footer {
	background-color: #BEDDF2;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 8px;
	font-style: normal;
	color: #009;
	text-transform: uppercase;
	vertical-align: baseline;
	text-align: right;
	padding-bottom: 0px;
	line-height: 1em;
}
.HotButton {
	z-index: 400;
	overflow: visible;
	visibility: visible;
}
h6 {
	line-height: 1px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-variant: small-caps;
	font-weight: lighter;
	font-size: 8px;
	font-style: normal;
}
caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 1px;
	font-weight: normal;
	font-variant: small-caps;
}
.LeadIn {
	font-weight: normal;
	color: #000;
	font-size: 100%;
}
p .addthis_button {
	text-align: center;
	margin-top: 10px;
	float: none;
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
	clear: none;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.ProductLeft {
	text-align: left;
	float: left;
	padding-top: 10px;
}
.bodytextnew {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	float: none;
}
.KRAPOLOGUE {
	font-style: italic;
	color: #000;
	padding-top: 2px;
	line-height: 1em;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	border-top-style: none;
	border-top-color: #036;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
}
.redbold {
	color: #6B2728;
	font-weight: bolder;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	display: block;
	text-align: center;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 8px;
	margin-left: 4px;
	padding-right: 4px;
}
.ImageRightTop {
	float: left;
	padding: 0px;
}
.H3images {
}
.bluebold {
	color: #00C;
	font-weight: bolder;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	text-align: center;
}
h2 {
	font-size: 12px;
	line-height: 1.5em;
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: -1em;
	text-align: left;
}
SIDEBAR1BOTHERUS {
	width: 200px;
}
KrapKultureLeftSidebar {
	float: left;
	width: 270px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#krapleftsidebargood {
	width: 240px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.NewsHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	padding-left: 5px;
	font-variant: small-caps;
	color: #6B292A;
	line-height: normal;
	padding-top: 10px;
	margin-right: 80px;
}
.FloatImageRight {
	float: right;
	padding: 5px;
}

#KrapDiv {
	text-align: left;
}
.BigOldHeader {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #2D2D2D;
	font-weight: bolder;
}


.videocontent {
	float: left;
	width: 590px;
	margin-left: 0px;
	margin-bottom: 5px;
}

#KrapDiv .videocontent {
	width: 350px;
	float: left;
}
.ClearThisDiv {
	clear: both;
}


#watchbutton {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 7px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	color: #A37003;
	margin-bottom: 6px;
	margin-right: 5px;
}
.NewsBodyText {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: baseline;
	padding-right: 5px;
	font-size: 9px;
}
.ReadableText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-variant: normal;
	text-align: left;
	margin-left: 6px;
	margin-top: 5px;
}

.thrColFixHdr #container #Krapmaincontent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible #node-header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	padding-right: 5px;
	padding-left: 5px;
}
.widencolumntabs {
	width: 150px;
}
#contentwrap {
	float: right;
	clear: both;
	width: 100px;
}
.ImageGeneric {
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 260px;
	float: none;
	clear: right;
}
.ImageSpecial {
	text-align: center;
	display: block;
	margin-top: 7px;
	margin-right: 10px;
	margin-left: 10px;
}
.TextBelowImage {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #692524;
	display: block;
	margin-top: 10px;
	margin-right: 130px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: left;
}
#introforvideopage {
	width: 500px;
}
#entervideoarea {
	float: none;
	margin-right: 0px;
}
.NewsArchiveHeads {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #672B2A;
	text-align: left;
	margin-top: 4px;
}
.SHOPOCALYPSEFONT {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
	float: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}
#KrapologueMain {
	height: 350px;
	width: 97%;
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-left: 2px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: scroll
}
.ItemSelectorHeader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
}
.KrapocalypseText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #000;
	padding-left: 5px;
}
.ToolTipSlick {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 7px;
	padding: 7px;
	height: 150px;
	width: 200px;
	background-color: #E0D78F;
	border: 5px dashed #900;
	display: block;
	overflow: hidden;
}
#TABLEScroller {
	position: absolute;
	overflow: auto;
}
#FlashDivOnly {
	margin-top: 195px;
	padding-top: 30px;
	padding-left: 19px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.BigImageCenter {
	text-align: center;
	margin-top: 14px;
	margin-right: 3px;
}
#MainContentSubmit {
	float: none;
	padding-right: 0px;
	margin-right: 10px;
	margin-left: 290px;
}
#newsletterwrap {
	margin-right: 30px;
	text-align: center;
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#CENTERONPAGE {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	position: fixed;
	margin-right: 100px;
	margin-left: 100px;
}
