@charset "UTF-8";
/* CSS Document */
body {
	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 */
	background-color: #e3edef;
	background-image: url(../images/wyimi_mn_bkgrnd03.jpg);
	background-repeat: repeat;
	min-height: 1000px;
}
#owrpr {
	width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-width: 780px;
	max-width: 780px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 200px;
	margin-left: auto;
}
#container {
	width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-width: 780px;
	max-width: 780px;
	background-color: #e3edef;
}
#whtbkg {
	background-color: #FFF;
}
#shadow {
	-webkit-box-shadow:  5px 5px 25px rgb(104,139,145);
	-moz-box-shadow: 5px 5px 25px rgb(104,139,145);
	box-shadow: 5px 5px 25px rgb(104,139,145);
}
#borderdiv {
	min-height: 600px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}
#bkrndimage {
	min-height: 498px;
}
#innerpad {
	padding: 20px 20px 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 512px;
}
#mncontent {
	min-height: 510px;
}
#containertwo {
	margin-top: -4px;
	clear: both;
}
#logocontainer {
	background: #747b85; /* the background color will be displayed for the length of the content in the column, but no further */
	float: left; /* since this element is floated, a width must be given */
	width: 219px;
	min-height: 140px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#header {
	background-color: #688b91;
	height: 140px;
	padding: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	border: 1px solid #688b91;
}
#crtsel {
	text-align: center;
	float: left;
	width: 211px;
	margin-top: -50px;
}
#cartpages {
	background-color: #688b91;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #688b91;
	border-right-color: #688b91;
	border-bottom-color: #688b91;
	border-left-color: #688b91;
	float: right;
	height: 24px;
}
#colinks {
	background-color: #688b91;
	/*clear: both;*/
	position: relative;
	top: 90px;
	width: 510px;
	height: 20px;
	z-index: 1;
	border: 1px solid #688b91;
	right: 4px;
	float: right;
}
#footer {
	min-width: 780px;
	max-width: 780px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 110px;
	text-align: center;
}
#cartfooter {
	min-width: 740px;
	max-width: 740px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 50px;
	text-align: center;
	/*background-color: #e3edef;*/
}
.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: 0px;
	font-size: 1px;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

a img {
	border: none
}
.imgbdybtm {
	clear: both;
}
