@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
.twoColFixLtHdr #container {
	width: 955px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(background.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	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. */
	height: 220px;
} 
#header #main_menu {
	margin-left: 215px;
	height: 50px;
	background-color: #79cbe7;
	_padding: 0;
}
#header #picture_area {
	height: 170px;
	background-color: #000000;
	float: left;
}
#header #logo_corner {
	padding: 0px;
	float: left;
	height: 220px;
	width: 220px;
	background-color: #000000;
}

.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* 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: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 120%;
	.margin-top: 20px;
} 
#mainContent #bottom_menu {
	height: 20px;
	background-color: #79CBE7;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#footer_menu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#footer #footer_menu #L_footer_menu {
	float: left;
	width: 218px;
	background-color: #86CF86;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer_menu #R_footer_menu {
	background-color: #7DCCE7;
	float: right;
	height: 20px;
	width: 735px;
}
#left_footer {
	float: left;
	width: 935px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
}


.twoColFixLtHdr #footer {
	background-color: #C1A7D4;
	height: 45px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
	border: 0px none #000000;
} 

.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: 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;
}
#Newsletter {
	background-image: url(newsletter_bg.gif);
	height: 192px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#bag_pic {
	height: 165px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 #shopping_cart {
	width: 200px;
	padding-top: 0px;
	padding-bottom: 15px;
}

#page_content {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
.image-right {
	float: right;
}
/**************************************************
    Contact Us Page
    
***************************************************/
div#contact-us {
    padding: 10px; 
    line-height: 20px;
}

div#contact-us img {
    float: left;
    margin: 0px 20px 10px 0px;
    width: 200px;
    height: 200px;
    border: 0px;
}

div#contact-us div.Title {
    margin-top: 10px;
    font-weight: bold;
}

div#contact-us div.Text {
    line-height: 14px;
    font-weight: normal;
}

div#contact-us div.Label {
    float: left;
    font-weight: normal;
    width: 190px;
    margin-top: 4px;
}

div#contact-us input {
    margin: 2px;
    width: 300px;
}

div#contact-us input[type="submit"]{
    width: 50px;
	margin-left:200px;
}

div#contact-us textarea {
    margin: 2px;
    width: 320px;
    height: 200px;
}


.underline { text-decoration:underline}