@charset "utf-8";
html, body, div, span, applet, object, iframe,
   h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   a, abbr, acronym, address, big, cite, code,
   del, dfn, em, font, img, ins, kbd, q, s, samp,
   small, strike, strong, sub, sup, tt, var,
   b, u, i, center,
   dl, dt, dd, ol, ul, li,
   fieldset, form, label, legend,
   table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
 }
 ol, ul {
	list-style: disk important;
	padding-left: 22px;
	
 }

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 0 30px;
	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: #003333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	background-color: #FFFFe5;
	background-attachment: scroll;
	background-image: url(imagesLayout/KIOSK-BORDER2-72.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: absolute;
	left: auto;
	top: auto;
	line-height: 1;
 }
p {
	margin-bottom: .8em;
	line-height: 1.6em;
	color: #003333;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
}
h1 {
	font-size: 1.8em;
	color: #336633;
	margin-bottom: 0.4em;
	margin-top: 10px;
	text-align: center;
	font-weight: normal;
}

h2 {
	color: #336633;
	font-size: 1.4em;
	margin-bottom: 0.4em;
}
h3 {
	color: #336633;
	font-size: larger;
	margin-bottom: 0.4em;
	text-transform: none;
}
h4 {
	color: #003333;
	font-size: 16px;
}
a:link {
	color: #336633;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336633;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
	border-bottom: 1px solid #cc6600;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #990000;
}
a:active {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px solid #cc0000;
	text-align: left;
}

#container  {
	width: 880px;
	text-align: justify;
	background-color: #FFFFe5;
	float: none;
	left: 80px;
	position: absolute;
	padding-left: 0px;
	right: auto;
	margin: 0;
} 
#header  {
	height: 110px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	top: auto;
	background: url(imagesLayout/top-banner-new-870-px.gif) no-repeat center center;
	color: #CC0000;
} 

#header h1  {
	margin:  0 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: 0;
	font-size: 1.4em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	clear: none;
}
ul#navlist, ul#navlist2 {
	margin-bottom: 2em;
	
}
ul#navlist2 li , ul#navlist li {
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: capitalize;
	font-weight: normal;
	font-variant: normal;
	border: solid #cc9200 1px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	color: #003333;
}
#sidebar1 li a {
	background-color: #FFF;
	display: block;
	padding: 3px;
	text-decoration: none;
}
#navbar {
	background-color: #363;
	text-align: center;
	height: 30px;
	text-decoration: none;
	list-style: none;
}
#navbar ul {
	width: 524px;
	margin: 0 auto;
	text-decoration: none;
}
#navbar li {
	float: left;
	width: 130px;
	border-right: 1px solid #FFF;
	height: auto;
	text-decoration: none;
}
#navbar a {
	color: #FFF;
	display: block;
	text-decoration: none;
	font-size: 0.9em;
	padding: 4px 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	font-weight: normal;
	
}
#navbar a:visited {
	color:#FFF;
	background-color: #363;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFF;
	background-color: #003333;	
}
#navbar a:active {
	color:#FFF;
	text-align: center;
}
#navbar li.nobord {
	border-right: none;
}
#mainContent  {
	margin: 0px 5px 0 240px;
	padding: 0 5px 0 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
} 
#mainContent h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.4em;
	margin-top: 40px;
	padding-top: 30px;
	text-align: center;
	clear: right;
	padding-bottom: 10px;
	font-weight: normal;
	
}

#mainContent h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #CC0000;
}


#mainContent p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 120%;
	color: #003333;
	text-indent: 30px;
	padding: 0px;
	text-align: justify;
	margin-right: 5px;
}
#mainContent p2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	text-align: left;
}


.pagetitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: normal;
	color: #CC0000;
	text-align: center;
	margin-bottom: 20px;
}
.pagetitle_subheading {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: normal;
	color: #336633;
	text-align: center;
}


.img_signature {
	display: block;
	float: right;
	margin: 15px 20px 0px 20px;
	padding: 0px;
	background: url(imagesLayout/signature-new.gif);
}



#footer  {
	text-align: center;
	clear: both;
	text-align: center;
	clear: both;
	border-top: 1px solid #336633;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #336633;
	border-bottom-color: #336633;
	border-left-color: #336633;
}
#footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 10px;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-align: center;
	background: #363;
	padding: 10px 0;
	font-weight: normal;
}

.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;
	clear: left;
}
.about-list {
	margin: 20px 0 25px 30px;
	padding-left: 0;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: 003333;
}


.about-list li{
	position: relative;
	margin-bottom: 12px;
	font-size: 19px;
	line-height: 1.7em;
	font-weight: normal;
	color: inherit;
	padding-left: 22px;
}

	
.about-text h3{
	font-size: 30px;
	line-height: 1.3;
	margin-top: 40px;
	margin-bottom: 16px;
	font-weight: 600;
	color: #CC0000;
	}
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	clear: right;
}
.clearfloat {
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.forthosetext {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: -30px;
	
}
#mainContentp .welcometext {
	color: #363;
	text-align: right;
}
.lefttext {
	text-align: left;
}
.textright {
	text-align: right;
	margin-right: 40px;
}
.textcentered {
	text-align: center;
	display: block;
	font-size: 1em;
	line-height: normal;
	font-weight: normal;
}

.text_line {
	clear: both;
	margin-bottom: 5px;
}
.greentext {
	font-weight: bold;
	color: #336633;
}
.redtext {
	font-weight: normal;
	color: #CC0000;
}

.imggrid1 {
	background: #FFFFFF;
	height: 370px;
	width: 290px;
	float: left;
	margin: 10px 5px;
	padding: 10px 2px 2px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 110%;
	color: #336633;
	text-decoration: none;
	font-weight: bold;
	border: thin solid #666;
}
#mainContent .imggrid1 p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #363;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
	text-indent: 0px;
	padding-top: 0px;
}

.clear {
	clear: both;
	visibility: hidden;
	background-color: #ffffcc;
}
.caption {
	padding: 10px 5px 5px;
	width: 200px;
	border: 1px solid #666;
	float: right;
	text-align: left;
	margin: 5px 5px 1em 1em;
}
.caption2 {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #003333;
	text-decoration: underline;
	padding: 10px 5px;
	height: auto;
	width: 200px;
}

#mainContent .caption p{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 12px;
	text-indent: 0;
	height: auto;
}

.imagesLg {
	clear: right;
	float: right;
	margin-left: 15px;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #666;
}
.imagesSmall {
	margin: 10px 10px 10px 10px;
	padding: 5px;
	float: right;
	clear: both;
	border: 1px solid #666;
}
#mainContent .imgCentered {
	display: block;
	margin: 0px auto;
	clear: both;
	float: none;
	width: 280px;
	border: 1px solid #333;
	position: absolute;
}
.imgCentered {
	display: block;
	margin-right: auto;
	margin-left: 240px;
	width: 280px;
}
.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 5px;
	border: 1px solid #666;
	margin-bottom: 10px;
}



#mainContent table {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.9em;
	font-style: normal;
	text-align: center;
}
.table_image {
	text-align: center;
	padding: 0px;
}
.table_p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.9em;
	font-style: normal;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	line-height: normal;
	color: #003333;
}
.pattern_nameBold {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
}


.table_td {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1em;
	text-align: center;
	padding-left: 5px;
	width: 206px;
	color: #000;
}
table#products {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:left;
	line-height: 1.2em;
	border-bottom: .5px solid #333;
}
table#products head {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
}
table#products th  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #FFF;
	background: #336633;
	text-align: left;
	height: 20px;
	padding-left: 10px;
	font-variant: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}

table#products td {
	border-bottom: 1px solid #333;
	border-collapse: collapse;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003333;
	font-style: normal;
	line-height: normal;
}
#products td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	vertical-align:top;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	text-align: left;
	border-bottom: 1px solid #333;
	padding-top: 10px;
	color: #003333;
}
#products tr {
	border-bottom: 0.5px solid #333;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.products_td_p{
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	color: #003333;
	vertical-align: middle;
	margin: 5px;
	padding-top: 5px;
}
.itemBold {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #003333;
	letter-spacing: normal;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.itemPrice {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.itemImage {
	margin: auto auto 10px;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.patternSize {
	text-align: center;
	display: block;
}
.lftimage {
	float: left;
	width: 250px;
	border: .5px solid #333;
	display: inline;
	clear: both;
	margin: 5px 20px 5px auto;
}
.fltrtimg {
	display: inline;
	margin: 5px auto 5px 20px;
	float: right;
	width: 250px;
	border: .5px solid #333;
	clear: both;
}
#mainContent p {
	text-align: left;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #333;
}
#mainContent .about-text p {
	max-width: 300px;
	margin: 0 auto;
	font-weight: bold;
}

#mainContent .about-text p {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 16px;
}

#mainContent p.about-heading {
	color: #F00;
	font-size: 18px;
	font-weight: normal;
	margin-top: 28px;
	margin-bottom: 12px;
	text-align: left;
	line-height: 1.3em;
	font-style: normal;
}

#mainContent p.about-highlight {
	font-style: italic;
	font-size: 16px;
	line-height: 1.6em;
	font-variant: normal;
	color: #336633;
	text-align: left;
	word-spacing: normal;
	font-weight: normal;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 18px;
	
}

#mainContent ul.about-list {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 0;
	line-height: 1.6em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: 333;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 40px;
}

#mainContent ul.about-list li {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: normal;
	color: 333;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}




#mainContent p.about-signoff {
	text-align: center;
	font-weight: normal;
	margin-top: 20px;
	font-style: italic;
	color: #093;
	font-size: 18px;
}
