@charset "utf-8";

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; /* 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: #FFF;
	background-image: url(Images/background.png);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
}


.oneColFixCtrHdr #container {
	width: 780px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}

.oneColFixCtrHdr #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: 128px;
	background-color: #FFF;
	border: thin solid #C96;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding-bottom: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.oneColFixCtrHdr #mainContent #stackedimage {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContent #patterndetail #patterndetails {
	clear: right;
	float: right;
	margin-right: 20px;
}

.oneColFixCtrHdr #container #pagesubtitle {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
	font-style: italic;
	padding-top: .25em;
	padding-right: 0;
	padding-bottom: .25em;
	padding-left: 0;
}
.oneColFixCtrHdr #apDiv1 {
	position:relative;
	width:454px;
	height:30px;
	top: -25px;
	left: 315px;
	z-index: 10;
}

.oneColFixCtrHdr #container #smallimgs {
	border-top-color: #C96;
	border-right-color: #C96;
	border-bottom-color: #C96;
	border-left-color: #C96;
}

.oneColFixCtrHdr #container #smallimgs img {
	border: medium outset #C96;
}
.oneColFixCtrHdr #container #rollmousepic {
	border: 10px ridge #C96;
	margin-top: 25px;
	margin-right: 5px;
}
.oneColFixCtrHdr #container #rollmouse{
	width:300px;
	height:auto;
	z-index:1;
	text-align: center;
	font-size: 12pt;
	position: relative;
	right: -465px;
	top: -500px;
}
.oneColFixCtrHdr #container #rollmouse p{
	font-size: 10px;
	float: right;
}
.oneColFixCtrHdr #container #smallimgsyrn {
	border-top-color: #C96;
	border-right-color: #C96;
	border-bottom-color: #C96;
	border-left-color: #C96;
}
.oneColFixCtrHdr #container #smallimgsyrn img {
	border: 5px outset #C96;
}
.oneColFixCtrHdr #container #smallimgsyrn #rollmousetext  {
	margin-bottom: 45px;
}
.oneColFixCtrHdr #container #rollmouse2 {
	width:280px;
	height:auto;
	z-index:1;
	position: relative;
	float: right;
	text-align: center;
	top: -185px;
	font-size: 14px;
}
.oneColFixCtrHdr #container #rollmouse2 p {
	font-size: 10px;
	float: right;
}
.oneColFixCtrHdr #container #bigpatternimg {
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	width: 250px;
	height: 390px;
	float: right;
	margin-right: 45px;
}
.oneColFixCtrHdr #container #mainContent #rightpatternbox {
	clear: none;
	float: right;
	width: 400px;
	height: 500px;
}
.oneColFixCtrHdr #container #mainContent #patterntext {
	clear: none;
	float: right;
	width: 400px;
	height: 150px;
}
.patterntitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
.patterndesc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
}
.oneColFixCtrHdr #container #mainContent #patterndesc h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}
.oneColFixCtrHdr #container #mainContent #patterndesc h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent #patterndesc p {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: small;
}
.oneColFixCtrHdr #container #mainContent #patterndesc {
	height: 600px;
}
.oneColFixCtrHdr #container #patternmenus {
	float: right;
}
