@charset "UTF-8";

body  {
	margin: 25px 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: #888888;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../images/bgTileA.gif);
	background-position: 50% 0%;
}
/*#E9E9E9 url(/img/pagebg.gif) repeat-y fixed 50% 0 */

#wrapper {
	background-image:url(../images/bgTile.gif);
	background-position: 50% 0%;
	}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #6699cc;
	padding: 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. */
	margin: 0;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0 15px 25px;
	font-size:11px;
}
#sidebar1 h5 { text-transform:uppercase; letter-spacing:1px; color:#999999; font-family:Arial, Helvetica, sans-serif; padding:10px 0 5px 0; margin:10px 20px 0 0; border-top:1px dotted #ccc; }
#sidebar1 a { color: #666; }

/*#sidebar1 a {
	font-size: 80%;
	color: #7aafdf;
	font-weight: bold;
	
}

#sidebar1 a:hover {
	font-size: 80%;
	color: #e28826;
	font-weight: bold;
}*/

#sidebar1 ul { list-style:none; display:block; text-indent:0 none; padding:0; margin:20px 0 10px 0; font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #e28826; text-transform:uppercase; letter-spacing:1px; font-weight:bold; line-height:100%; }
#sidebar1 ul ul { font-size:10px; text-indent:0px; font-weight:normal; padding:0; margin:-3px 2px 0 10px !important; margin-top:5px; }
#sidebar1 li { padding:0; margin:0; display:block; }
#sidebar1 ul li a:link, #sidebar1 ul li a:visited { padding:5px 0 !important; padding:0; display:block; color:#7aafdf; text-decoration: none; margin:0; }
#sidebar1 ul li a:hover, #sidebar1 ul li a:active  { padding:5px 0; display:block; color: #e28826; text-decoration: none; margin:0; }
#sidebar1 a.selected:link, #sidebar1 a.selected:visited, #sidebar1 a.selected:hover, #sidebar1 a.selected:active  { color: #e28826; }
#sidebar1 a#cart { padding-right:30px !important; background:url(../images/cart-icon.gif) right no-repeat; display:inline-block; }

#mainContent {
	padding: 0;
	margin-left: 273px;
} 
#mainContent p {
	margin-top: 5px;
	padding-right: 25px;
}
#mainContent a {
	color: #666666;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #e28826;
}
.b {
	font-weight: bold;
}

#container>#mainContent {
	margin-left: 276px;
}
 #footer {
	padding: 0 10px 0 25px;
	font-size: 9px;
	background-image:url(../images/bgFooter.gif);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	margin: 0;
	height: 35px;
} 
#footer p {
	padding: 10px 0;
	margin: 0;
}

#footer a {
	color: #888888;
	text-decoration:none;
	}
#footer a:hover {
	color: #e28826;
	text-decoration:underline;
	}

.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;
}

#nav2 {
	padding-left: 25px;
	}
h6 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #7AAFDF;
	font-weight: normal;
}

h5 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
h4 {
color:#666;
	font-size:16px;
	font-weight:bold;
	margin: 10px 0;
	padding: 10px 0 0 0;
	border-top:1px dotted #ccc;
}
.blue {
	color: #6699cc;
}
#giftMsg {
	background-color: #FFFFFF;
	padding: 15px;
}
