@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #003366 url(../../../images/design/bg.jpg) no-repeat scroll center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 1000px;
	margin: 10px auto 0;
	text-align: left;
} 
.twoColFixRtHdr #header {
	padding: 32px 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: url(../../../images/design/header_kart.png) no-repeat right top;
} 
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #navigation {
	margin-top: 45px;
	padding-left: 4px;
}

.twoColFixRtHdr #mainContentContainer {
	background: url(../../../images/design/content_bg.jpg) repeat-y left top;
}
.twoColFixRtHdr #contentTop {
	background: url(../../../images/design/content_top.png) no-repeat left top;
	padding-top: 15px;
	margin: 0px;
}
.twoColFixRtHdr #featuredProducts {
	background: #DDDDDD url(../../../images/featured_prod_btm.jpg) no-repeat left bottom;
	padding-bottom: 8px;
}
.twoColFixRtHdr #featuredProducts2 {
	background: #FFFFFF url(../../../images/featured_prod_top.jpg) no-repeat left top;
	padding-top: 8px;
}
.twoColFixRtHdr #featuredProducts p {
	color: #444444;
}





.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 326px;
	background: #222222 url(../../../images/design/sidebar_bg.jpg) repeat-y left top;
	padding: 8px 10px 10px;
	margin-top: 10px;
	color: #FFFFFF;
}
.widgetContent ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.widgetContent li {
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 6px;
	display: block;
}
.widgetContent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 0px 0px 6px;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 h4 {
	margin: 0px;
}
.twoColFixRtHdr #sidebar1 p {
	margin: 5px 0px;
	line-height: 1.3em;
}
.twoColFixRtHdr #sidebar1 .moreNewsLink {
	font-weight: bold;
	color: #FFFFFF;
	float: right;
}
.twoColFixRtHdr #sidebar2 {
	float: right; 
	width: 326px; 
	background: #222222 url(design/sidebar_bg.jpg) repeat-y left top; 
	padding: 8px 10px 10px;
	margin-top: 10px;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar2 a {
	color: #FFFFFF;
	text-decoration: underline;
}


.twoColFixRtHdr #mainContent {
	padding: 10px 0px 0px;
	margin-right: 346px;
	margin-bottom: 0;
	margin-left: 4px;
	background: #FFFFFF;
} 
.twoColFixRtHdr #contentArea {
	padding: 12px 10px;
	background: #FFFFFF;
	line-height: 1.5em;
}
.twoColFixRtHdr #contentArea p {
	line-height: 1.5em;
}
.twoColFixRtHdr #contentArea h4 {
	margin-top: 31px;
	margin-bottom: 10px;
}
.twoColFixRtHdr #contentArea h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #contentArea ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 2em;
}
.twoColFixRtHdr #footer {
	background: #DDDDDD url(../../../images/design/footer_border.jpg) repeat-x left top;
	padding-bottom: 15px;
}
.twoColFixRtHdr  #footerRight {
	background: #DDDDDD url(../../../images/design/footer_border.jpg) repeat-x left top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.twoColFixRtHdr  #footerRight  p {
	margin: 0px;
	padding: 4px 0px 0px;
	color: #888888;
}
.twoColFixRtHdr #footerRight a {
	color: #888888;
}

.twoColFixRtHdr #footerLeft {
	background: #DDDDDD url(../../../images/design/content_btm.jpg) no-repeat left top;
	text-align: left;
	width: 646px;
	float: left;
	padding-top: 15px;
	padding-left: 12px;
}
.twoColFixRtHdr #footerLeft p {
	margin: 0px 0px 8px;
	padding: 0px;
	line-height: 1.3em;
	color: #888888;
}
.twoColFixRtHdr #footerLeft a {
	font-weight: bold;
	color: #888888;
}
.twoColFixRtHdr #footerLeft a:hover {
	font-weight: bold;
	color: #444444;
}
.twoColFixRtHdr #footerLeft ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.twoColFixRtHdr #footerLeft li {
	float: left;
	padding-right: 8px;
	padding-left: 0px;
	margin-bottom: 8px;
	margin-right: 8px;
}




.pageHeader {
	display: block;
	background: #DDDDDD;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 13px;
}
.productsLogo {
	padding-bottom: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777777;
}
.productsColumn {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777777;
}

.latestNewsDate {
	font-style: italic;
	display: block;
	margin-top: 18px;
}
.latestNewsTitle {
	font-weight: bold;
	color: #FF0099;
	line-height: 1.5em;
	display: block;
}
.latestNewsTitle a {
	color: #FF0099;
	text-decoration: none;
}
.latestNewsTitle a:hover {
	color: #FF0099;
	text-decoration: underline;
}
.latestNewsTitle a:visited {
	color: #FF0099;
}
.recentNewsDate {
	font-size: 10px;
	font-weight: bold;
	color: #BBBBBB;
	display: block;
}
.recentNewsTitle {
	font-weight: bold;
	color: #FF0099;
	display: block;
	margin-bottom: 5px;
	padding-left: 8px;
	background: url(../../../images/recentNewsArrow.gif) no-repeat left center;
}
.recentNewsTitle a {
	font-weight: bold;
	color: #FF0099;
	text-decoration: none;
}
.recentNewsTitle a:hover {
	font-weight: bold;
	color: #FF0099;
	text-decoration: underline;
}
.recentNewsTitle a:visited {
	color: #FF0099;
}

.contactFormFields {
	font-weight: bold;
	color: #AAAAAA;
	padding: 3px;
	width: 300px;
	border: 1px solid #777777;
}
.contactFormButtons {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #222222;
	margin: 0px;
	padding: 3px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #555555;
	border-bottom-color: #555555;
}
.scheduleRow {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBBBB;
}
.articleDate {
	font-weight: bold;
	font-size: 12px;
	display: block;
}
.articleTitle {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-bottom: 10px;
}
.galleryDate {
	font-weight: bold;
	color: #000000;
	display: block;
	font-size: 10px;
	margin-bottom: 3px;
}
.galeryTitle {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.galleryThumb {
	margin: 5px;
	border: 3px solid #BBBBBB;
}
.galleryImage {
	margin: 5px;
	border: 3px solid #BBBBBB;
}
.productInfo {
	float: right;
	width: 400px;
}
.productThumbs {
	margin: 3px;
	height: 80px;
	border: 3px solid #BBBBBB;
}
.viewAnotherSeason {
	margin-top: 15px;
	display: block;
	margin-bottom: 5px;
}
.jumpMenu {
	color: #555555;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}









.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:visited {
	color: #0033FF;
}
.thumb {
	float: left;
	padding-right: 7px;
	padding-bottom: 7px;
}
.imagecaptioneasy {
	padding: 5px;
	line-height: 1.5em;
}
.imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }
.imagecaptioneasy span {
	text-align: left;
	display: block;
	font-size: 10px;
	line-height: 1.5em;
	font-weight: bold;
	color: #444444;
	background: #EEEEEE;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	clear: both;
}
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_ft {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}
.imagecaptioneasy_top_ght {
	float: right;
	margin-bottom: 7px;
	margin-left: 7px;
}
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_left { margin: 11px 11px 11px 0; float: left; }
.imagecaptioneasy_right { margin: 11px 0 11px 11px; float: right; }
.imagecaptioneasy_ft {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}
.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }
.editEntry {
	display: block;
	padding-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	border-style: none;
}
.subscribePadRight {
	margin-right: 7px;
}
