﻿body
{
	margin: 0;
	padding: 0;
	speak: normal;
	speak-numeral: continuous;
	stress: 30;
	background-color: #CFCDBA;
	background-image: url(../localpic/background-cloth.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	font-family: Verdana;
	text-transform: uppercase;
}
#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	margin-left: -500px; /* half of width */
	margin-top: -300px;  /* half of height */
	}
#maincontainer {
	width: 1000px;
	background-color: #FFFFFF;
	border-right: #74675b 1px solid;
	border-top: #74675b 1px solid;
	border-left: #74675b 1px solid;
	}
.imgscroll
{
	position: relative;
	left: 50px;
	width: 200px;
	top: 75px;
	height: 200px;
}
alignright
{
	width: 97%;
	text-align:right;
	}
img {
	border: none;
	} 
img.default {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	}
#tabs {
	float: right;
	font-size:9px;
	line-height:normal;
	text-align: center;
	width: 100%;
	}
#tabs ul {
	margin:0;
	padding:10px 10px 0px 3px;
	list-style:none;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float: right;
	margin:0;
	padding:0 0 0 0px;
	text-decoration:none;
	width: 175px;
	text-align: right;
	}
#tabs a span
{
	float: right;
	display: block;
	color: #000066;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span
{
	color: #0066cc;
}
	/*- End Menu Tabs 1--------------------------- */
#stuff {
	width: 599px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-left-color: #C6C7B8;
	}
#rhandscroll {
	overflow: scroll;
	height: 500px;
	width: 200px;
	text-align: right;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-left-color: #C6C7B8;
	}
	
p.sidebar {
	text-align:left;
	font-size: 10px;
	color: #666633;
	width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6C7B8;
	}
	
.home {
	font-size: 18px;
	font-style: italic;
	color: #006633;
	text-align: center;
	line-height: 39px;
	}
a {
	color: #003594;
	}
	
a:hover {
	color: #333333;
	}

.wallpaper {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	}
.menuitem
{
	display: block;
	cursor: hand;
}
.bodytext
{
	font-size: 9px;
	color: #003495;
	text-decoration: none;
}
.bodytextw
{
	text-align:left;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}
.bodytexth1
{
	font-size: 16px;
	color: #003594;
}
.bodytexth2
{
	font-size: 14px;
	color: white;
	background-color: #00004e;
	display: block;
}
.bodytexth3
{
	font-size: 12px;
	color: navy;
	display: block;
	background-color: #a7bbff;
}
.bodytextLink
{
	text-decoration: none;
	font-size: 11px;
	color: navy;
	display: block;
}
.footer
{
	font-size: 12px;
	color: #003594;
	text-align: left;
	vertical-align: bottom;
}
h1
{
	font-size: 32pt;
	color: maroon;
	font-style: italic;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: bottom;
	padding-top: 0px;
}
.swatches
{
	font-size: 12px;
	color: #003594;
	text-align: left;
	vertical-align: text-bottom;
}
.search
{
	font-size: 10px;
	color: #003594;
	text-align: left;
	vertical-align: text-bottom;
	}
.error
{
	font-size: 18px;
	color: red;
	vertical-align: middle;
	}
#topbar
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 117px;
	text-align: center;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    text-decoration:none;
    width: 200px;
    display: block;
    text-align: left;
    padding: 0px 0px 0px 10px;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; width:200px;}
a.tt:hover span.tooltip
{
	color:White;
    display:block;
    top:18px; left:0px;
	padding: 0px 0 0 0;
	width:200px;
    text-align: left;
	vertical-align: top;
}
a.tt:hover span.top{
	display: block;
	padding: 15px 8px 0 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 15px 0 15px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
    background: url(bubble.gif) no-repeat bottom;
}
.text_over_image
{
 width:200px;                     /* width of image */
 height:100px;                    /* height of image */
 color:#ffffff;                   /* text color */
 font-size:10px;                  /* font size */
 font-weight:bold;                /* font weight */
 font-family:Arial;               /* font family */
 text-decoration:underline;       /* text decoration */
 padding-left:5px;                /* left position of text */
 padding-top: 0px;                /* top position of text */
 border:1px solid #FF0000;        /* border around image if desired */
 overflow:hidden;                 /* so div won't change size */
 }
 #tt
{
	position: absolute;
	display: block;
	background: url(../images/tt_left.gif) no-repeat left top;
}
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background:url(../images/tt_top.gif) top right no-repeat;
 overflow:hidden;
 }
 #ttcont 
 {
 float:left;
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#666;
 width: 200px;
 color:#fff;
 text-align: center;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url(../images/tt_bottom.gif) top right no-repeat;
overflow:hidden;
}
 .the150
{
	width: 100%;
}

.the150 td
{
	text-align:left;
	width: 25%;    
}

