@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;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
}
.thrColFixHdr #container {
	width: 1031px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px 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;
} 

img
{  border-style: none;
}

#outer {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 20px bottom;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 67px;
	margin-right: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	background-image: url(newimages/sign1.jpg);
}

#point {
	display:table;
	padding:0;
	list-style:none;
	white-space:nowrap;
	color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 335px;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bolder;
	vertical-align: top;
}
#point li {
	display:table-cell;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#point li a {
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.4em;
	height:65px;
	line-height:5.1em;
	letter-spacing:1px;
	padding:0 1em;
	text-decoration:none;
	color:#999999;
	border-right-width: 0px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	font-weight: bold;
	vertical-align: baseline;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#point li a:hover {
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.4em;
	height:65px;
	line-height:5.1em;
	letter-spacing:1px;
	padding:0 1em;
	text-decoration:none;
	color:#666666;
	border-right-width: 0px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	font-weight: bold;
	vertical-align: baseline;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #c6066f;
}





ul#minitabs{
	list-style: none;
	margin: 0;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #CCC;
	height: 50px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	font-family: Helvetica, Arial, sans-serif;
}
ul#minitabs li{
	display: inline;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	height: 50px;
}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #FFF;color: #999}
ul#minitabs a#current{
	border-color: #FF00FF;
	color: #333333
}
ul#minitabs a:hover{
	border-color: #FF00FF;
	color: #666
} 






.thrColFixHdr #header {
	padding: 0px;  /* 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. */
	background-color: #F0F0F0;
	height: 80px;
	background-repeat: no-repeat;
	margin-bottom: ;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #tophalf {
	float: left; /* since this element is floated, a width must be given */
	width: 1030px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: 1000px;
	background-color: #FFFFFF;
	font-size: 1em;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 265px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #97D8EF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #B5AD6D;
	text-align: center;
	margin-top: 40px;
}
.thrColFixHdr #mainContent {
	float: left; /* since this element is floated, a width must be given */
	width: 265px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #96D7ED;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #B5AD6D;
	text-align: center;
	margin-top: 40px;
	}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 265px; /* padding keeps the content of the div away from the edges */
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #9BDAF3;
	background-color: #FFFFFF;
	margin-top: 40px;
	text-align: center;
}
.thrColFixHdr #indexabout {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	float: left;
	width: 650px;
	margin-right: 0px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #1c7283;
	font-weight: bold;
	display: inline;
	margin-top: 50px;
	height: 220px;
	background-image: url(newimages/sale.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.thrColFixHdr #fix {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	background-color: #0000CC;
	float: left;
	width: 1020px;
	height: 400px;
	display: inline;
}







.thrColFixHdr #sleevedescription {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	float: left;
	width: 650px;
	margin-right: 0px;
	margin-bottom: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #1c7283;
	font-weight: bold;
	height: 40px;
	vertical-align: top;
	text-align: left;
}




.thrColFixHdr #footer {
	background:#DDDDDD;
	margin-top: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #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;
}
.highlights {
	color: #542F17;
	float: left;
	margin-left: 5px;
	border: 0px 0 #CCFFFF;
}
.calmonth {
	line-height: 0em;
	padding-top: -50px;
	padding-bottom: -100px;
	margin-bottom: 0.3em;
}
.comingsoon {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #522F15;
	font-size: 4em;
	margin-top: 60px;
}
.slide {
  float: left;
  height:145px;
  width:100px;
  text-align:right;
  border: 1px solid blue;;
} 


#navcontainer
{
	color: #DA6AA9;
	float: left;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	height: 28px;
	background-repeat: repeat-x;
	width: 1020px;
	margin-bottom: 50px;
	margin-top: ;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	color: #DA6AA9;
	float: left;
	width: 580px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	height: 1px;
	background-repeat: repeat-x;
	margin-top: 0px;
	display: inline;
	line-height: 1em;
}

#navcontainer ul li {
	display: inline;
	height: 20px;
	width: auto;
	background-repeat: repeat-x;
	color: #DA6AA9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height: 1em;
}



#navcontainer ul li a
{
	text-decoration: none;
	float: left;
	background-image: url(upnavback.jpg);
	padding-right: 1em;
	padding-left: 1em;
	background-repeat: repeat-x;
		color: #DA6AA9;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	height: 20px;
	line-height: 1em;
}

#navcontainer ul li a:hover
{
	background-color: #9C9133;
	color: #DA6AA9;
}


#menu {
	padding:0px;
	height:auto;
	overflow:hidden;
	width: 110px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-color: #FFFFFF;
	font-size: 1em;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #9fd9f0;
  }

#menu li {
	list-style-type:none;
	float:left;
	display:block;
	width:110px;
	line-height: 1em;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
color: #9fd9f0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 1px;
	background-color: #FFFFFF;
	font-size: 0.9em;
  }
#menu li a {
	display:block;
	text-decoration:none;
	color: #9fd9f0;
	margin:0;
	width:100%;
  }
#menu li span {
	display:none;
	color: #9fd9f0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 2em;
	line-height: 2em;
  }
#menu li a.one span {
	display:block;
	height:7em;
	margin:0 10px;
	font-size: 2em;
	line-height: 2em;
  }
#menu li a:hover {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #9fd9f0;
  }
  #menu li a:active {
  display:block;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #9fd9f0;
  }
#menu li:hover span {
	display:block;
	height:7em;
	margin:0 10px;
	cursor:pointer;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
color: #9fd9f0;
  }
#menu .h2 {
	padding:0px;
color: #9fd9f0;
	font-variant:small-caps;
	font-size:1.5em;
	border:0;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
  }
#menu .h3 {
	padding:0px;
	font-size:1.1em;
	color: #9fd9f0;
	margin: 0px;
  }
#menu img {
	margin:5px 5px 5px 0;
	float:left;
  }


.curved .boxcontent {
	display:block;
	background:transparent;
	font-size:0.9em;
	text-align:justify;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #88c;
	border-left-color: #88c;
	float: left;
	color: #00FFFF;
  }


.thrColFixHdr #caledar {
	background-color: #FFFFFF;
	float:left;
	color: #52320B;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: 280px;
	height: 280px;
}

.thrColFixHdr #calcon {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	float: left;
	width: 348px;
	height: 290px;
	color: #1c7283;
	font-size: 1em;
	margin-top: 50px;
	margin-right: 100px;
	margin-left: 120px;
	display: inline;
	line-height: 0.1em;
}

.thrColFixHdr #calcon li{
	margin-right: 13px;
	list-style-image: none;
	list-style-type: disc;
	float: left;
	display: inline;
}

.thrColFixHdr #calcon2 {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	float: left;
	width: 360px;
	height: 450px;
	color: #1c7283;
	line-height: 0.1em;
	font-size: 1em;
	margin-top: 50px;
	display: inline;
}

.thrColFixHdr #calcon2 li{
	margin-right: 14px;
	list-style-image: none;
	list-style-type: disc;
	float: left;
	display: inline;
	margin-bottom: 6px;
}


.thrColFixHdr #bagpage {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	float: left;
	width: 240px;
	height: 1600px;
	color: #1c7283;
	line-height: 2em;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 10px;
}

.thrColFixHdr #bagpage li{
	margin-right: 60px;
	list-style-image: none;
	list-style-type: disc;
	float: left;
	display: inline;
	margin-bottom: 6px;
}


.thrColFixHdr #calcon3 {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	float: left;
	width: 254px;
	height: 450px;
	color: #1c7283;
	line-height: 0.1em;
	font-size: 0.9em;
	margin-top: 50px;
	text-align: left;
}

.thrColFixHdr #calcon3 li{
	margin-right: 10px;
	list-style-image: none;
	list-style-type: disc;
	float: left;
	display: inline;
	margin-bottom: 6px;
}


.thrColFixHdr #nav {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	float: left;
	width: 230px;
	height: 120px;
	color: #1c7283;
	line-height: 0.1em;
	font-size: 0.9em;
	text-align: left;
	margin-left: 120px;
	padding-top: 20px;
	margin-top: 50px;
	display: inline;
}

.thrColFixHdr #nav li{
	margin-right: 14px;
	list-style-image: none;
	list-style-type: disc;
	float: left;
	display: inline;
	font-size: 1.6em;
	width: 120px;
	line-height: 1em;
	font-weight: bolder;
	font-family: Helvetica, Arial, sans-serif;
}


.thrColFixHdr #nav li a
{
		color: #1c7283;
}

.thrColFixHdr #nav li a:hover
{
	color: #269DB4;
}






.productpic{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 1em;
	height: 300px;
	margin-top: 0px;
	margin-right: 11px;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	margin-bottom: 10px;
	width: 170px;
	color: 1c7283;
}








.thrColFixHdr #beltimage {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	float: left;
	width: 297px;
	height: auto;
	color: #1c7283;
	line-height: 1em;
	font-size: 0.8em;
	margin-top: 50px;
	text-align: left;
	margin-left: 90px;
}

.thrColFixHdr #beltdescription {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	float: left;
	width: 297px;
	height: auto;
	color: #1c7283;
	line-height: 1em;
	font-size: 1em;
	margin-top: 50px;
	text-align: left;
	margin-left: 70px;
	font-weight: bold;
}


.thrColFixHdr #fullbeltimage {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	float: left;
	width: 1020px;
	height: 450px;
	color: #1c7283;
	line-height: 0.1em;
	font-size: 0.9em;
	margin-top: 0px;
	text-align: left;
	margin-left: 0px;
}




.twoColFixLtHdr #indexcat1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #33CCFF;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: left;
	line-height: 1em;
	text-indent: 0em;
	width: 740px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
	left: 140px;
	visibility: visible;
	display: block;
	height: auto;
	background-repeat: no-repeat;
	background-position: 300px;
	margin-top: 30px;
}
.twoColFixLtHdr #indexcat4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #33CCFF;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: left;
	line-height: 0em;
	text-indent: 0em;
	width: 740px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
	left: 140px;
	visibility: visible;
	display: block;
	height: 160px;
	background-image: url(WEBIMAGES/site%20images/bagbuy.jpg);
	background-repeat: no-repeat;
	background-position: 300px;
	}
	.twoColFixLtHdr #indexcat2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #33CCFF;
	list-style-image: none;
	list-style-type: none;
	float: left;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: left;
	line-height: 1em;
	text-indent: 0em;
	width: 740px;
	margin-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 60px;
	margin-right: 0px;
	height: auto;
}
.twoColFixLtHdr #indexcat3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #33CCFF;
	list-style-image: none;
	list-style-type: none;
	float: left;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: left;
	line-height: 1em;
	text-indent: 0em;
	width: 740px;
	margin-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 60px;
	margin-right: 0px;
	height: auto;
}
.indexcat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #009900;
	float: none;
}
