@charset "utf-8";
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #2F2927;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.2em;
}

#home   {
	background-image: url(images/bg_main_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#other {
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.twoColFixLtHdr     a:link  {
	color: #FCC2C8;
	text-decoration: none;
	font-weight: normal;
}
.twoColFixLtHdr      a:visited  {
	color: #FB9BA5;
	text-decoration: none;
	font-weight: normal;
}
.twoColFixLtHdr     a:active  {
	color: #FCC2C8;
	text-decoration: underline;
	font-weight: normal;
}
.twoColFixLtHdr     a:hover  {
	color: #FCC2C8;
	text-decoration: underline;
}
.twoColFixLtHdr   img.title   {
	margin-bottom: 10px;
	margin-top: 10px;
}
.twoColFixLtHdr img.titlefirst {
	margin-bottom: 10px;
}
.twoColFixLtHdr    ul,ol {
	padding-left: 20px;
}
.twoColFixLtHdr   h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #CCCCCC;
}
.twoColFixLtHdr   li {
	list-style-type: disc;
}
.twoColFixLtHdr h1 {
	font-weight: normal;
	color: #CCCCCC;
	padding-top: 10px;
	line-height: 1em;
}




.twoColFixLtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 140px;
} 
.twoColFixLtHdr  #header  img {

}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr   #header    .navlist    
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 600px;
}
.twoColFixLtHdr     #header     .navlist     li {
	float: left;
	padding-right: 10px;
	border-left-style: none;
	line-height: 1.4em;
	padding-left: 10px;
	list-style-type: none;
}
.twoColFixLtHdr     #header     .navlist    li.first
{
	float: left;
	padding-right: 10px;
	line-height: 1.4em;
	padding-left: 40px;
}
.twoColFixLtHdr    #header    .navlist    li   a 
{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
}
.twoColFixLtHdr    #header    .navlist   a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
.twoColFixLtHdr #header .aster {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-right: 10px;
	padding-left: 40px;
}
.twoColFixLtHdr      #sidebar1    #accordian  div.title  {
	cursor: pointer;
	color: #FCC2C8;
	font-size: 1em;
	padding-bottom: 5px;
	display: inline;
}
.twoColFixLtHdr     #sidebar1     #accordian     div.content   {
	padding-bottom: 0px;

}
.twoColFixLtHdr     #sidebar1     #accordian    div.content .navlist
{
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	
}
.twoColFixLtHdr       #sidebar1       #accordian       div.content .navlist  li    
{

}
.twoColFixLtHdr    #sidebar1    #accordian    div.content      .navlist li a 
{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
}
.twoColFixLtHdr    #sidebar1    #accordian    div.content   .navlist a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}


.twoColFixLtHdr     #sidebar1     .navlist
{
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	
}
.twoColFixLtHdr       #sidebar1       .navlist  li    
{
	padding-bottom: 5px;
	list-style-type: none;

}
.twoColFixLtHdr    #sidebar1    .navlist li a 
{
	text-decoration: none;
	color: #FCC2C8;
	text-transform: none;
	font-weight: normal;
}
.twoColFixLtHdr    #sidebar1    .navlist a:hover
{
	text-decoration: none;
	color: #FCC2C8;
}
.twoColFixLtHdr #sidebar1 .navlist2 {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 .navlist2 li {
	padding-bottom: 5px;
	list-style-type: none;
}
.twoColFixLtHdr #sidebar1 .navlist2 li a {
	text-decoration: none;
	color: #FCC2C8;
	text-transform: none;
	font-weight: normal;
}

.twoColFixLtHdr #sidebar1 .navlist2 a:hover {
	text-decoration: none;
	color: #FCC2C8;
}


.twoColFixLtHdr  #header  #shoppingCart {
	float: right;
	margin-top: 46px;
	width: 290px;
}
.twoColFixLtHdr   #header   #shoppingCart   #form1  {
	display: block;
}
.twoColFixLtHdr     #header     #shoppingCart     #form1     input#SearchEdit {
	float: left;
	display: block;
	width: 140px;
	border: 1px solid #000000;
	padding: 1px;
	height: 16px;
}
.twoColFixLtHdr   #header   #shoppingCart   #form1   input#Button {
	float: left;
	display: block;
	padding-left: 4px;
	margin-left: 4px;
}
.twoColFixLtHdr   #header  #shoppingCart .shoppingbasket
{
	list-style-type: none;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
.twoColFixLtHdr    #header    #shoppingCart    .shoppingbasket li {
	float: left;
	padding-right: 20px;
	line-height: 1em;
	padding-left: 0px;
	list-style-type: none;
}
.twoColFixLtHdr   #header   #shoppingCart   .shoppingbasket  li a 
{
	text-decoration: none;
	color: #FCC2C8;
	text-transform: none;
	font-weight: normal;
}
.twoColFixLtHdr   #header   #shoppingCart  .shoppingbasket a:hover
{
	text-decoration: underline;
}
.twoColFixLtHdr  #mainContentHome {
	margin-left: 700px;
	padding-bottom: 180px;
} 
.twoColFixLtHdr #mainContent {
	margin-left: 345px;
}
.twoColFixLtHdr    #mainContent    .featured   {
	width: 188px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
	display: block;
	height: 300px;
	overflow: hidden;
	margin-right: 16px;
	font-size: 0.9em;
	background-image: url(images/img_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr  #mainContent  .featured  .overlay   {
	height: 238px;
	width: 188px;
	position: absolute;
	z-index: 2;
}
.twoColFixLtHdr #mainContent .featuredimg {
	width: 153px;
	height: 199px;
	overflow: hidden;
	text-align: center;
	padding-top: 16px;
	padding-left: 17px;
}


.twoColFixLtHdr     #mainContent     .featured     img.product   {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}
.twoColFixLtHdr #mainContent .featured p {
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 12px;
}
.twoColFixLtHdr #mainContent .featuredcategories {
	width: 614px;
	float: right;
}
.twoColFixLtHdr    #mainContent    .featured2   {
	width: 188px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
	display: block;
	height: 300px;
	overflow: hidden;
	margin-right: 16px;
	font-size: 0.9em;
	background-image: url(images/img_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr  #mainContent  .featured2  .overlay   {
	height: 238px;
	width: 188px;
	position: absolute;
	z-index: 2;
}

.twoColFixLtHdr     #mainContent     .featured2     img.product   {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}
.twoColFixLtHdr #mainContent .featured2 p {
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 12px;
}

.twoColFixLtHdr      #mainContent      #contactForm      input.contact    {
	width: 186px;
	float: none;
	margin-bottom: 2px;
	padding: 1px;
	height: 16px;
	border: 1px solid #000000;
	display: block;
}
.twoColFixLtHdr     #mainContent     #contactForm     label.contact     {
	text-align: left;
	display: block;
	float: none;
}
.twoColFixLtHdr        #mainContent        #contactForm        #button.contact        {
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 60px;
	height: 21px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent #contactForm textarea.contact {
	display: block;
	width: 300px;
	float: none;
	margin-bottom: 2px;
	padding: 1px;
	border: 1px solid #000000;
}
.twoColFixLtHdr  #mainContent  #shoppingbasketForm  #shoppingbasket  th  {
	font-weight: bold;
}
.twoColFixLtHdr  #mainContent  #shoppingbasketForm  #shoppingbasket  {
	width: 615px;
}
.twoColFixLtHdr     #mainContent     input.format     {
	margin-bottom: 2px;
	padding: 1px;
	height: 16px;
	border: 1px solid #000000;
}

.twoColFixLtHdr    #mainContent    .checkout     {
	padding-right: 20px;
}



.twoColFixLtHdr #footer {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr   #footer    .navlist    
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.twoColFixLtHdr     #footer     .navlist     li {
	float: left;
	padding-right: 10px;
	border-left-style: solid;
	line-height: 1em;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	list-style-type: none;
}
.twoColFixLtHdr     #footer     .navlist    li.first
{
	float: left;
	padding-right: 10px;
	line-height: 1em;
	padding-left: 0px;
	border-left-style: none;
}
.twoColFixLtHdr    #footer    .navlist    li   a 
{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
}
.twoColFixLtHdr    #footer    .navlist   a:hover
{
	text-decoration: underline;
	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;
}
.clearfloatleft1 {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfloatright {
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.twoColFixLtHdr #mainContent tr.highlight {
	background-color: #211D1D;
}
.twoColFixLtHdr   #mainContent   .product  {
	width: 615px;
}
.twoColFixLtHdr #mainContent .productimages {
	width: 614px;
	float: right;
}

.twoColFixLtHdr   #mainContent   .productimages   .overlay {
	height: 383px;
	width: 300px;
	position: absolute;
	z-index: 2;
}

.twoColFixLtHdr      #mainContent      .productimage    {
	height: 383px;
	overflow: hidden;
	background-color: #4B4B4B;
	width: 300px;
	text-align: center;
}
.twoColFixLtHdr #mainContent .productimage img {
	margin-top: 16px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.twoColFixLtHdr #mainContent .productimagetn {
	float: left;
	overflow: hidden;
	width: 70px;
	margin-left: 20px;
	border: 1px solid #666666;
	margin-bottom: 20px;
}

.twoColFixLtHdr   #mainContent   .productdetail  {
	width: 614px;
	clear: right;
}
.twoColFixLtHdr     #mainContent     .productdetail    form     {
	display: block;
}
.twoColFixLtHdr       #mainContent       .product       .productdetail       form       select.productOption       {
	float: none;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	padding: 1px;
	height: 21px;
	border: 1px solid #000000;
}
.twoColFixLtHdr       #mainContent      .product      .productdetail      form      input.productQTY       {
	width: 40px;
	display: block;
	float: none;
	margin-right: 0px;
	height: 17px;
	padding: 1px;
	border: 1px solid #000000;
	margin-left: 0px;
}
.twoColFixLtHdr         #mainContent         .productdetail        form        input.button          {
	float: left;
	display: block;
	padding-left: 0px;
}
.twoColFixLtHdr     #mainContent     .productdetail    form    label    {
	float: none;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 2px;
}
.fltlft2 {
	float: left;
}
.fivepx {
	line-height: 5px;
	height: 5px;
}
