@charset "UTF-8";
/**********************************/
/*This is the over all site layout*/
/**********************************/
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: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #120a03;
	background-image: url(../images/CGfabric_BG.gif);
}
.twoColFixRtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #C7BCA9;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/containerBG.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
.twoColFixRtHdr #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. */
	height: 200px;
	background-color: #49402c;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr  #header  #nav {
	height: 30px;
	position: relative;
	top: -30px;
	background-image: url(../images/CGfabric_navBG.png);
	background-repeat: no-repeat;
	background-position: 704px;
}
.quiltblockNav {
	background-image: url(../images/CGfabric_navLFT.jpg);
	width: 213px;
	background-repeat: no-repeat;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	height: 30px;
	list-style-type: none;
	position: absolute;
	top: 0px;
}
#nav a {
	display: block;
	height: 30px;
}
#nav #home {
	background-image: url(../images/CGfabric_nav_hover.png);
	height: 30px;
	width: 84px;
	left: 192px;
	top: 0px;
}
#home  a:hover {
	background-image: url(../images/CGfabric_nav_hover.png);
	background-position: 0px -30px;
	background-repeat: no-repeat;
}
#nav #prod {
	background-image: url(../images/CGfabric_nav_hover.png);
	width: 128px;
	left: 276px;
	background-position: -84px 55px;
}
#prod  a:hover {
	background-image: url(../images/CGfabric_nav_hover.png);
	background-position: -84px -30px;
	background-repeat: no-repeat;
	width: 128px;
}
#nav #contact {
	background-image: url(../images/CGfabric_nav_hover.png);
	width: 119px;
	left: 404px;
	background-position: -213px 55px;
}
#contact     a:hover {
	background-image: url(../images/CGfabric_nav_hover.png);
	background-position: -213px -30px;
	background-repeat: no-repeat;
	width: 119px;
}
#nav #shear {
	background-image: url(../images/CGfabric_nav_hover.png);
	width: 181px;
	left: 523px;
	background-position: -332px 55px;
}
#shear  a:hover {
	background-image: url(../images/CGfabric_nav_hover.png);
	background-position: -332px -30px;
	background-repeat: no-repeat;
	width: 181px;
}
#quiltblock {
	background-image: url(../images/CGfabric_quiltblockLT.jpg);
	position: relative;
	left: -100px;
	top: 0px;
	height: 205px;
	width: 303px;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #330000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
}
.twoColFixRtHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#49402c;
} 
.twoColFixRtHdr #footer a {
	color: #FFFFFF;
}
.twoColFixRtHdr  #footer  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerCorner {
	background-image: url(../images/footer_corners.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.twoColFixRtHdr  #footer  ul {
	text-align: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixRtHdr #container #footer li {
	display: inline;
	list-style-type: none;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 90%;
	color: #FFFFFF;
}
.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;
}
#aeon {
	text-align: right;
	margin-bottom: 15px;
	margin-top: 5px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#aeon a {
	color: #999999;
	text-decoration: underline;
	font-size: x-small;
	padding-right: 5px;
}
#aeon a:hover {
	color: #999999;
	text-decoration: none;
	font-size: x-small;
}
#aeon p {
	font-size: x-small;
	color: #999999;
	padding: 0px;
	margin: 0px;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #004282;
	text-decoration: none;
}
/************************************/
/*This ends the over all site layout*/
/************************************/

/******************************/
/*This is the home page layout*/
/******************************/
#sidebar_FB {
	height: 44px;
	width: 146px;
}
.h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#sidebarItem {
	text-align: center;
}
.sidebarcontentBG {
	background-image: url(../images/sideBar2_BG.gif);
	background-repeat: repeat-x;
	height: 236px;
	width: 146px;
	margin-left: 17px;
	color: #3b5997;
}
.sidebarcontentBG p {
	color: #3b5997;
	text-align: left;
	margin-left: 7px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#sidebar_FB {
	margin-top: 25px;
}
.sidebarItem {
	margin-bottom: 15px;
	margin-top: 15px;
}
.sidebarTop {
	background-image: url(../images/sideBar_Top.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 5px;
}
.sidebarBot  {
	background-image: url(../images/sideBar_Bot.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 5px;
	margin-right: 10px;
	margin-top: 10px;
}

#mainContent #contentSlider {
	width: 500px;
	height: 250px;
	margin-top: 15px;
}
/********************************/
/*This ends the home page layout*/
/********************************/

/**********************************/
/*This is the product pages layout*/
/**********************************/
#container .Products {
	margin-left: 15px;
	margin-top: 15px;
}
.Products #prodHeaderPic {
	margin-top: 0px;
	margin-right: 215px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 541px;
}
.Products .subPics {
	float: left;
	width: 171px;
	margin-right: 14px;
	height: 144px;
	margin-bottom:15px;
}
.Products .subPics .subPicHead {
	background-color: #281559;
	height: 25px;
	position: relative;
	top: -144px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.Products .subPicHead p {
	margin: 0px;
	padding-top: 2px;
}
.Products .subPicHead a {
	color: #FFFFFF;
	display: block;
	height: 144px;
	width: 171px;
}
.Products #mainProdTop {
	background-image: url(../products/fabrics/images/CGfabric_prod_top.gif);
	width: 550px;
	background-repeat: no-repeat;
	height: 5px;
}
.Products  #mainProducts {
	margin-top: 0px;
	margin-right: 215px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background: #ffffff;
	width: 540px;
}

.prodSB {
	background-color: #CCCCCC;
	background-image: url(../products/fabrics/images/Fabrics_SidebarBG.gif);
	background-repeat: repeat-x;
	width: 146px;
	margin: 0 auto;
}
.prodSB  a {
	display: block;
	height: 23px;
	width: 141px;
}
.prodSB  ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.prodSB  li {
	list-style-type: none;
	color: #281559;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
.prodSB #sbFabrics {
	background-image: url(../products/images/prod_links.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 5px;
	position: relative;
	top: 0px;
	padding-top: 3px;
}
.prodSB #sbPurses {
	background-image: url(../products/images/prod_links.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 5px;
	position: relative;
	padding-top: 3px;
	background-position: 0px -23px;
}
.prodSB #sbWoggle {
	background-image: url(../products/images/prod_links.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 5px;
	position: relative;
	padding-top: 3px;
	background-position: 0px -47px;
}
.prodSB #sbOther {
	background-image: url(../products/images/prod_links.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 5px;
	position: relative;
	padding-top: 3px;
	background-position: 0px -70px;
}
/************************************/
/*This ends the product pages layout*/
/************************************/

/********************************/
/*This is the fabric page layout*/
/********************************/
.Products .productBox {
	width: 145px;
	float: left;
	padding-left: 30px;
	margin-bottom: 20px;
}
#mainProducts  .productPrice {
	color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	padding: 0px;
}
.Products #mainProducts #fabricDesigns {
	vertical-align: top;
	font-size: 90%;
}
/**********************************/
/*This ends the fabric page layout*/
/**********************************/

/*******************************/
/*This is the purse page layout*/
/*******************************/
#mainProducts .purseBox {
	height: 301px;
	width: 525px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
#mainProducts  .purseThumbs {
	float: left;
	height: 75px;
	width: 75px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.Products #woggleSwatch .border {
	border: 1px solid #333333;
}
/*********************************/
/*This ends the purse page layout*/
/*********************************/

/*********************************/
/*This is the contact page layout*/
/*********************************/
#container .Contact {
	margin-left: 15px;
	margin-top: 15px;
}
.Contact  #mainContactTop {
	background-image: url(../products/fabrics/images/CGfabric_prod_top.gif);
	width: 550px;
	background-repeat: no-repeat;
	height: 5px;
}
.Contact #mainContact {
	margin-top: 0px;
	margin-right: 215px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	background: #ffffff;
	width: 535px;
}
/***********************************/
/*This ends the contact page layout*/
/***********************************/
#container .shear {
	margin-left: 15px;
	margin-top: 15px;
}
.shear  #mainShearTop {
	background-image: url(../products/fabrics/images/CGfabric_prod_top.gif);
	width: 550px;
	background-repeat: no-repeat;
	height: 5px;
}
.shear  #mainShear {
	margin-top: 0px;
	margin-right: 215px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	background: #ffffff;
	width: 535px;
}
.shear #shearHeaderPic {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}
.sitemap #mainSitemapTop {
	background-image: url(../products/fabrics/images/CGfabric_prod_top.gif);
	width: 550px;
	background-repeat: no-repeat;
	height: 5px;
}
.sitemap #mainSitemap {
	margin-top: 0px;
	margin-right: 215px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	background: #ffffff;
	width: 535px;
}
#container .sitemap {
	margin-left: 15px;
	margin-top: 15px;
}

