@charset "UTF-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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-image: url(Assets/images/bodybackground.jpg);
	margin-top: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 50px;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Assets/images/containerbackground.jpg);
	position: relative;
} 
.twoColFixLtHdr #header {
	background-image: url(Assets/images/FootbagBanner.jpg);
	height: 144px;
	background-repeat: no-repeat;
	width: 780px;
} 
.twoColFixLtHdr #header h1, #header h2    {
	text-indent: -1000em;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 20px;
	background-image: url(Assets/images/containerbackground.jpg);
	margin-top: 60px;
}
#sidebar2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	width: 150px;
	margin-top: 24px;
	padding: 8px 0;
}
#sidebar3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	width: 150px;
	margin-top: 24px;
	padding: 8px 0;
}
#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navlist       li     {
	width: 160px;
	padding-bottom: 8px;
}
#navlist a, #navlist a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.7em;
	display: block;
	width: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	width: 150px;
	height: 30px;
	background-color: #CCCCCC;
	color: #000000;
	text-align: center;
	border: 1px solid #000000;
}
#navlist a:hover {
	background-color: #FFFFFF;
	background-image:  url(assets/l1_over.jpg);
	color: #000000;
}
.twoColFixLtHdr #mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 570px;
	float: right;
	display: inline;
	padding: 0 5px 5px 0;
} 
/* CSS Document */

#mainContent h1 {
	text-indent: -1000em;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	clear: both;
	margin-top: 15px;
} 
.ccnow {
	margin-left: 20px;
}
.twoColFixLtHdr #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: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
.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;
}
.floatleft {
	float: left;
	border: none;
}
.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;
}
.addtocart {
	color: #0B0E19;
	margin-left: 1.6em;
	font-size: 0.95em;
}
.addtocart2 {
	color: #0B0E19;
	margin-left: 3em;
	font-size: 0.95em;
}
.addtocart3 {
	color: #0B0E19;
	margin-left: 2.3em;
	font-size: 0.95em;
}
.amara {
	margin-right: 5px;
}
