﻿/* style.css */
/* tags & elements */
.Maroon-Bold-12 {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #800000;
}

BODY{
margin:0px;
background-color:transparent;
padding:0px;
background-image:url('images/SwBlind_Afternoon.gif');
height:100%;
width:100%;
font-family:tahoma;font-size:10px;
color:#666666;
text-decoration:none;
text-align:left;
font-weight:normal;
}

/* Links */

A:link {
	color: ;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
}
A:visited {
	color: #009900;
	text-decoration: none;
}
A:active {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #3366CC;
	text-decoration: none;
}

#wrap{
width:100%;min-width:760px;
margin:0px;padding:0px;
}

/* Header */

#header{
	border-top: 0px solid  #000066;
	width: 100%;
	min-width: 760px;
	visibility: visible;
	overflow: hidden;
	height: 150px;
	min-height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url('images/SwBlind_Afternoon.gif');
	background-repeat: repeat-x;
	text-align: left;
	clear: none;
}

#subheader {
width:760px;
height:132px;
float:left;
}

#header img{ padding:0px;margin:0px;float:left;overflow:hidden;}

#header table{ margin:0px;padding:0px;float:left;}

/* Footer */

#footer { 
width:100%;height:29px;
background-image: url('images/SwBlind_Afternoon.gif');
background-repeat:repeat;
padding:0px 0px 0px 0px;
margin:0px;
clear:both;
float:left
}



.footertext{
font-family:tahoma;font-size:10px;
color:#4A6284;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:0px 0px 0px 30px;
padding: 8px 0px 0px 0px;
}

#middlewrap{
background-color: transparent;
margin:0px;
padding:0px;
overflow:visible;
width:760px;
}

#rightfill{

height:100%;
min-height:250px;
width:100px;
background-color:#999999;
float:right;
}

/* Left content */

#left{
	width: 180px;
	background-color: #F6F6F6;
	height: auto;
	min-height: 300px;
	border-left-style: solid;
	border-left-width: 8px;
	border-left-color: white;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #BCBCB5;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #BCBCB5;
	border-left-style: none;
	border-top-style: none;
	min-height: inherit;
	background-image: url('images/SwBlind_Afternoon.gif');
}

/* Right content */

#right{
	width: 500px;
	min-height: 79px;
	background-color: #FFFFFF;
	color: navy;
	padding: 0px;
	margin: 0px 0px 0px 196px;
	overflow: visible;
	text-align: left;
	visibility: visible;
	float: none;
	border-style: none;
}

.prodtitle{
width:435px;
height:17px;
color: maroon;
background-image:url(images/prod_title.gif);
margin:20px auto 5px auto;
overflow:hidden;
}

.prodtext{
	font-family:tahoma;
	font-size:10px;
	color: #333333;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	width:435px;
	margin:0px auto 0px auto;
	padding: 3px 10px 5px 30px;
}

/* News section */

.newsheader{
	width: 147px;
	height: 24px;
	overflow: hidden;
	font-family: tahoma;
	font-size: 10px;
	color: #800000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-image: url('images/SwBlind_Afternoon.gif');
	background-position: left;
	background-repeat: no-repeat;
	margin: 5px 0px 5px 0px;
	padding : 3px 0px 0px 25px;
}

.newstext{
	width:147px;
	overflow:hidden;
	font-family:tahoma;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	margin:10px auto 10px auto;
}

.navtext{
	width: 147px;
	overflow: hidden;
	font-family: tahoma;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	margin: 10px auto 10px auto;
}

/* Headings */

h1{font-family:tahoma;font-size:11px;width:147px;
color:#8D2800;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:0px;

}

h2{font-family:tahoma;font-size:11px;
color:#4A6284;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:0px;
}

h3{
width:110px;
font-family:tahoma;font-size:11px;
color:#8D2800;
text-decoration:none;
text-align:left;
font-weight:bold;
float:right;
margin:3px 10px 5px 0px;
}

.spacer { width : 140px;
margin: 3px auto 3px auto;
border-bottom-width:1px;
border-bottom-style:dotted;
border-bottom-color:#989898;
}

#menu ul
{
margin-left: 0px;
padding-left: 6px;
list-style-type: none;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 10px;
margin:0px;
}

#menu a
{
display: block;
padding: 2px;
width: 164px;
background-color: transparent;
border-bottom: 1px dotted #999;
}

#menuitems a:visited
{
color: #4A6284;
text-decoration: none;
font-weight:bold;
}

#menu a:link
{
color: #4A6284;
text-decoration: none;
font-weight:bold;
}

#menu a:hover
{
background-color: #FFF;
color: #CCC;
font-weight:bold;
}

#topnav ul
{
padding-left: 0;
margin-left: 5px;
margin:0px 0px 0px 0px;
background-color: transparent;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
height: 18px;
}

#topnav ul li { display: inline; }

#topnav ul li a
{
padding: 0.2em 1em;
background-color: #000066;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #EEE;
}

#topnav ul li a:hover
{
background-color: #F6F6F6;
color: #000;
}

TD.mincart {
font-size: 10px;
font-family : Verdana;
}

P.mincart {
font-size: 10px;
font-family : Verdana;
}

TD.cobhl{

}

TD.cobll{
background-color: #fff;
color : #666666;
}

form {
margin: 0;padding: 0;
}

input.search
{
	height: 12px;
	background-color: #F6F6F6;
	border: solid #666;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,0);
	font-size: 11px;
	
}
.Red-Bold-Indent {
	font-family: Tahoma;
	color: #800000;
	text-indent: 50px;
	font-weight: bold;
	font-size: small;
}
.Blue-NotBold {
	list-style-type: square;
	}
.Blue-Bold {
	font-family: Tahoma;
	color: #000080;
	text-indent: 0px;
	font-weight: bolder;
	list-style-type: decimal-leading-zero;
	line-height: 15px;
}
.SubHeadIndentHyper {
	font-family: Tahoma;
	color: #800000;
	text-indent: 0px;
	font-weight: lighter;
	list-style-type: square;
	line-height: 15px;
}
ul.DH-Product-FeaturesList {
	margin-left: 80px;
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #800000;
	list-style-type: square;
	text-indent: 50px;
}
.Green-Bold-Indent-Heading {
	font-family: Tahoma;
	color: #008000;
	text-indent: 50px;
	font-weight: bold;
	font-size: medium;
}
li {
	list-style-type: square;
	list-style-position: inside;
}
.Image-No-Border {
	border-width: 0px;
}
.Maroon-Bold-10 {
	font-family: tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #800000;
}
.Green-Bold-Indent-Heading2 {
	font-family: Tahoma;
	color: #008000;
	text-indent: 25px;
	font-weight: bold;
	font-size: small;
}
.Green-Bold-Indent-Heading3 {
	font-family: Tahoma;
	color: #008000;
	text-indent: 25px;
	font-weight: bold;
	font-size: x-small;
}
.Green-Bold-Heading2 {
	font-family: Tahoma;
	color: #008000;
	text-indent: 0px;
	font-weight: bold;
	font-size: small;
}
.Table.Center {
	table-layout: auto;
	text-align: center;
	border: 1px solid #C0C0C0;
}
li.cactus {
	margin-top: 10px;
	list-style-type: square;
	list-style-position: inside;
	list-style-image: url('images/Cactus.jpg');
	font-size: xx-small;
	font-weight: 500;
}
