/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}
.FloatLeft {
	float: left;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Papyrus, Garamond, serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color: #009999;
	line-height: 20pt;
}




body {
	color: #333333;
	text-align: left;
	min-width: 780px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	background-color: #4d77b2;
	background-repeat: repeat;
	background-image: url(../images/snowflakes.jpg);
}


a, a:link, a:visited {
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
	text-decoration: none;
	color: #009999;
}  

#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
	text-align: left;
	background-color: 4d77b2;
}

/* intro */

#pageHeader {
	height: 220px;
	color: #352F2F;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/PolarBreezeBannerBG.jpg);
}

#pageHeader h1 {
	position: absolute;
	width: 294px;
	left: 144px;
	top: 0px;
	color: #FFF;
}


#pageHeader h2 {
	position: absolute;
	width: 294px;
	left: 144px;
	top: 114px;
	font-size: 80%;
	color: #FFF;
}
#RightColumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #E8FFFF;
	text-align: left;
	padding: 10px;
	float: right;
	width: 30%;
	list-style-position: inside;
	list-style-type: square;
	padding-left: 30px;
}
#LeftArea {
	width: 30%;
	float: left;
	padding: 10;
	padding-right: 5px;
}

#about {
	clear: both;
	font-size: 80%;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	padding-right: 10px;
}

/* text */

#supportingText {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footer {
	clear: both;
	font-size: 70%;
	margin-top: 20px;
	padding-top: 20px;
	color: #003399;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9999FF;
}

/* links */

#lmenu {
	clear: none;
	height: 30px;
	margin-top: 15px;
}

#lmenu li a:hover {
	color: #fff;
	background-color: #0066FF;
}

#lmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}

#lmenu ul li {
   display: inline;
}


#lmenu li a {
	text-decoration: none;
	padding: .2em .8em;
	color: #fff;
	background-color: #000099;
}
.DIVinline {
	display: inline-table;
	width: 300px;
	float: left;
	padding-left: 10px;
}
.FabricTab {
	vertical-align: super;
}
.FabricHeader {
	padding: 5px;
	font-family: Papyrus, Garamond, serif;
	font-size: 18pt;
	text-align: center;
	border-top-color: #006699;
	border-top-width: 1px;
	border-top-style: dotted;
	clear: left;
	padding-top: 10px;
}
.QtyDiscount {
	font-family: Papyrus, Garamond, serif;
	font-size: 16pt;
	padding-bottom: 5px;
}
.BodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #000033;
}

