@charset "utf-8";

/* CSS Document */
/* +++++++++++++++++++++++++++++++++++++++++++++++ Main Functionality  ++++++++++++++++++++++++++++++++++++++++++++ */
a:link {
    color: #4b82b6;
    text-decoration: none;
}
a:visited {
	color: #4b82b6;
    text-decoration: none;
}
a:hover {
	color: #9a9059;
    text-decoration: none;
}
a:active {
	color: #9a9059;
    text-decoration: none;
}
/* ++++++++++++++++++ This is the CSS from DreamWeaver Template (Specifically "Our Partners" template) ++++++++++++++++++++++++++ */
body  {
	background: #666666;
	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;
	background-color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* ++++++++++++++++++ END CSS from DreamWeaver Template (Specifically "Our Partners" template) ++++++++++++++++++++++++++ */

/* ++++++++++++++++++ These are the individual CSS from the Blogs & Pages (Specifically "Our Partners") ++++++++++++++++++++++++++ */
h2 {
	font-size: 18px;
	font-weight: bolder;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #03C;
	line-height: 14px;
	margin-left: 40px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #FFF;
	padding-top: -25px;
	font-weight: bold;
}
/* ++++++++++++++++++ END individual CSS from the Blogs & Pages (Specifically Our Partners) ++++++++++++++++++++++++++ */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 14px;
}
hr {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #4b82b6;
}

#tagline_wrapper {
	float: left;
	height: 50px;
	width: 500px;
	margin-top: -20px;
}
#upper_right_space {
	float: right;
	height: 30px;
	width: 440px;
	padding-right: 50px;
}
#kanguru_logo {
	height: 70px;
	width: 500px;
	float: left;
	padding-top: 10px;
}
#sign_in_area {
	float: right;
	height: 70px;
	width: 490px;
}


.twoColFixRtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background-image: url(../images/backgroundHeaderTOP_ONLY.jpg);
	background-repeat: no-repeat;
	height: 201px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-image: none;
	line-height: 15px;
}
.twoColFixRtHdr #mainContent {
	margin-top: auto;
	margin-right: 5px;
	margin-bottom: auto;
	margin-left: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-left: 20px;
	height: 100%;
} 
.twoColFixRtHdr #footer {
	background-image: url(../images/footerGraphic2.jpg);
	background-repeat: no-repeat;
	height: 290px;
	width: 950px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 25px;
} 
.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;
}
.cart_button {
	background-color: #9a9059;
	float: right;
	height: 35px;
	width: 100px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	position: relative;
	z-index: 1000;
}
.checkout {
	font-weight: bold;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5p;
	padding-right: 5px;
	padding-bottom: 2px;
	height: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 5px;
	width: 100px;
}
.cart_button .checkout a:link {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5p;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #4B82B6;
	height: 12px;
	width: 100px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #fff;
}
.cart_button .checkout a:hover {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5p;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7B3D00;
	background-color: #C3B23D;
	height: 12px;
	width: 100px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.cart_button .checkout a:active {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5p;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e4c8a9;
	height: 12px;
	width: 100px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.cart_button .checkout a:visited {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5p;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	height: 12px;
	width: 100px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*   ++++++++++++++++++++  Duplicate  
#sitemap {
	height: 180px;
	width: 800px;
}
   +++++++++++  */

.sitemap_column {
	float: left;
	height: 190px;
	width: 20%;
	padding-right: 20px;
	padding-left: 50px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #4b82b6;
	font-size: 12px;
	text-align: right;
	padding-top: 5px;
}
.sitemap_column_contact {
	color: #000;
	float: left;
	height: 190px;
	width: 23%;
	padding-right: 30px;
	padding-left: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	font-size: 12px;
	text-align: right;
	line-height: 8px;
	padding-top: 5px;
}
/* +++++++++++++++++++++++++++++++++++++++++++ Footer  ++++++++++++++++++++++++++++++++++++++++++ */

.copyright {
	height: 40px;
	width: 500px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}
#footer-left #sitemap .sitemap_column p strong {
	font-size: 13px;
	color: #e4c8a9;
}
#footer-left #sitemap .sitemap_column_contact p strong {
	font-size: 13px;
	color: #e4c8a9;
	margin-bottom: 20px;
}
#footer-left #sitemap .sitemap_column_contact p {
	color: #FFF;
	font-size: 12px;
	line-height: 10px;
}
#sitemap {
	height: 250px;
	width: 950px;
	font-size: 12px;
	line-height: 10px;
}
.sitemap_column_social_media {
	float: right;
	height: 250px;
	width: 16%;
	padding-top: 5px;
	text-align: right;
}
.social_media_icons {
	height: 50px;
	width: 100%;
}
.socialmedia {
	height: 32px;
	width: 32px;
	margin-left: 10px;
	float: left;
}
 /* ++++++++++++++ hovers for the footer for THE SECOND FOOTER ++++++++++++++++++ */
#footer-left a:link {
	color: #3399FF;
	text-decoration: none;
	font-size: 12px;
}
#footer-left a:visited {
    color: #4b82b6;
    text-decoration: none;
        font-size: 12px;
}
#footer-left a:hover {
    color: #fff;
    text-decoration: none;
        font-size: 12px;
}
#footer-left a:active {
	color: #e4c8a9;
	text-decoration: none;
	font-size: 12px;
}
#mainContent #column1 p a img {
	clear: both;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
h3 img {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 15px;
        margin-bottom: 10px;
}
#navwindow {
	height: 200px;
	width: 750px;
	margin-top: -20px;
}
.menu_item {
	float: left;
	height: 180px;
	width: 175px;
	margin-right: 10px;
	margin-top: -20px;
}
.productlistleft {
	float: left;
	height: auto;
	width: 340px;
	text-align: left;
	font-size: 14px;
	background-color: #DEDBD3;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
} 
.main_product_wrapper .productimage h3 ul {
	font-size: 14px;
	line-height: 20px;
	color: #9a9059;
}
.main_product_wrapper .productlistleft h3 a {
	font-size: 12px;
	padding-left: 20px;
}

.productimage {
	float: right;
	height: 100%;
	width: 350px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.main_text {
	float: left;
	height: auto;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}

.right_text {
	height: 150px;
	width: 340px;
	float: left;
	padding-left: 15px;
	padding-top: -5px;
	margin-top: -15px;
	text-align: left;
}
.main_product_wrapper {
	height: 200px;
	width: 750px;
}
.mainhead {
	height: 60px;
	width: 775px;
}
.header_wrapper .mainhead h1 {
	margin-top: 15px;
}
.header_wrapper .mainhead h1 a img {
	margin-top: -15px;
}
.main_product_wrapper .productimage h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
