@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: tahoma,verdana,arial;
	font-size: 100%;
	background-color: #2875AE;
}
.twoColHybLtHdr #container {
	width: 990px; 
	border: 1px solid #000000;
	text-align: left;
	background-color: #FEFEFE;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColHybLtHdr #header {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 8em;
} 
.twoColHybLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 190px; /* top and bottom padding create visual space within this div  */
	
}
#sidebar1 #sideNav {
	float: left;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E1E1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E1E1;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: tahoma,verdana,arial;
	font-size: 11px;
	}

#sidebar1 #Catalog {
	float: left;
	width: 190px;
	font-size: 12px;
	border: 1px solid #666;
	margin-top: 5px;
	margin-bottom: 5px;
}

.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 0px; 
	margin-right: 0px;
}

.twoColHybLtHdr #mainContent {
	margin-top: 0;
	margin-right: 158px;
	margin-bottom: 0;
	margin-left: 196px;
} 
.twoColHybLtHdr #footer {
	padding: 0 10px;
	background-color: #F0F0F0;
	font-size: 10px;
	color: #333;
} 
.twoColHybLtHdr #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 */
}

/* Miscellaneous classes for reuse */
.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;
}
#header #logo {
	clear: left;
	float: left;
}
#header #topCart {
	clear: right;
	float: right;
	color: #999;
	font-size: 10px;
	width: 200px;
}
#header #topCart h3 {
	color: #C00;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#container #topNav {
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
	font-size: 1em;
	background-image: url(../images/top_nav_bg.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 985px;
	font-family: tahoma,verdana,arial;
	text-align: center;
}
#container #topNav a:link {
	color: #000;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 5px;
	padding-left: 5px;
}
#container #topNav a:visited {
	color: #000;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 5px;
	padding-left: 5px;
}
#container #topNav a:hover {
	color: #F00;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 5px;
	padding-left: 5px;
}
#container #topNav a:active {
	color: #000;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 5px;
	padding-left: 5px;
}
#container #blueLine {
	background-color: #2875AE;
	height: 1px;
	width: 100%;
}
#container #sidebar1 h3 {
	color: #FFF;
	background-color: #555;
	width: 185px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 35px;
	font-size: 14px;
	font-family: tahoma,verdana,arial;
	font-weight: bold;
}
#container #sideNav a:link {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	width: 177px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 8px;
	float: left;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E1E1;
	background-image: url(../images/red-tr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 4px;
}
#container #sideNav a:visited {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	width: 177px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 8px;
	float: left;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E1E1;
	background-image: url(../images/red-tr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 4px;
}
#container #sideNav a:hover {
	color: #F00;
	text-decoration: none;
	font-size: 12px;
	width: 177px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 8px;
	float: left;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E1E1;
	background-image: url(../images/red-tr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 4px;
}
#container #sideNav a:active {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	width: 177px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 8px;
	float: left;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E1E1;
	background-image: url(../images/red-tr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 4px;
}
#container #sidebar1 Catalog img a:link {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	background-image: none;
}
#container #sidebar1 Catalog img a:visited {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	background-image: none;
}
#container #sidebar1 Catalog img a:hover {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	background-image: none;
}
#container #sidebar1 Catalog img a:active {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	background-image: none;
}
#footer #footerNav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height: 25px;
	width: 95%;
	padding-top: 10px;
}
#footer #footerNav img {
	margin-right: 5px;
	margin-left: 5px;
}
#footer #footerNav #cards {
	float: right;
	clear: right;
	height: 25px;
}
#footer #footerNav #footerLinks {
	float: left;
	clear: left;
	height: 25px;
}
#RightSideBar {
	float: right;
	width: 152px;
	clear: right;
	font-size: 12px;
}
#RightSideBar #search {
	border: 1px solid #666;
	clear: none;
	float: right;
	width: 140px;
	height: 55px;
	font-family: tahoma,verdana,arial;
	font-size: 12px;
	padding: 4px;
	margin-right: 4px;
}
#mainContent h2 {
	font-size: 1.4em;
	text-align: center;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.redCenter {
	color: #CD4140;
	text-align: center;
	font-weight: bold;
}
#RightSideBar #clear {
	clear: both;
	height: 1px;
	width: 100%;
}

.advancedsearchtext {
	font-family: tahoma,verdana,arial;
	font-size: 10px;
}
#RightSideBar #topSold {
	width: 144px;
	float: right;
	clear: none;
	padding-right: 4px;
	margin-right: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#RightSideBar #topSold a:link {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma,verdana,arial;
	font-weight: normal;
}
#RightSideBar #topSold a:hover {
	color: #F00;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma,verdana,arial;
	font-weight: normal;
}
#RightSideBar #topSold a:visited {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma,verdana,arial;
	font-weight: normal;
}
#RightSideBar #topSold a:active {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma,verdana,arial;
	font-weight: normal;
}
#RightSideBar h4 {
	font-family: tahoma,verdana,arial;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #555;
	height: 20px;
	width: 100%;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#mainContent #Prodtitle {
	background-color: #E8E8E8;
	background-image: url(../store/images/ProdTitleBg.gif);
	background-repeat: repeat-x;
	height: 27px;
	width: 96%;
	font-family: tahoma,verdana,arial;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	margin-left: 0px;
	float: none;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
}
#RightSideBar #NewsLetterSighnup {
	border: 1px solid #666;
	clear: none;
	float: right;
	width: 140px;
	height: auto;
	font-family: tahoma,verdana,arial;
	font-size: 12px;
	margin-right: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#RightSideBar #login {
	clear: none;
	float: right;
	width: 140px;
	height: auto;
	font-family: tahoma,verdana,arial;
	font-size: 12px;
	margin-right: 4px;
	border: 1px solid #666;
	padding: 4px;
	text-align: center;
}
#clearfloat {
	clear: both;
	height: 1px;
}
.minicart {
	color: #999999;
	font-size: 10px;
	font-family: tahoma,verdana,arial;
	border: dotted 1px #666;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.minicartYouhave {
	color: #666666;
	font-size: 11px;
	font-family: tahoma,verdana,arial;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 1px;
}


.minicart a:link {
	color: #666666;
	text-decoration: none;
}
.minicart a:hover {
	color: #F00;
	text-decoration: none;
}
#mainContent p {
	font-family: tahoma,verdana,arial;
	font-size: 12px;
	padding-left: 10px;
}
.orderfomimg {
	padding: 0%;
	margin-top: 0px;
	margin-right: 25%;
	margin-bottom: 0px;
	margin-left: 25%;
	border: 1px solid #000;
}
#mainContent ul {
	font-family: tahoma,verdana,arial;
	font-size: 12px;
}
#mainContent h4 {
	font-family: tahoma,verdana,arial;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent #maillist {
	font-family: tahoma,verdana,arial;
	font-size: 14px;
}
.require {
	color: #F00;
}
.redText {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}
.grayText {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

#RightSideBar #topRated {
	width: 144px;
	float: right;
	clear: none;
	padding-right: 4px;
	margin-right: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#RightSideBar #topRated a:link {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma,verdana,arial;
	font-weight: normal;
}
#RightSideBar #topRated a:hover {
	color: #F00;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma,verdana,arial;
	font-weight: normal;
}
#RightSideBar #topRated a:visited {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma,verdana,arial;
	font-weight: normal;
}
#RightSideBar #topRated a:active {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma,verdana,arial;
	font-weight: normal;
}
#RightSideBar #topRated h4 a:link {
	font-family: tahoma,verdana,arial;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #555;
	height: 20px;
	width: 100%;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#RightSideBar #topRated h4 a:visited {
	font-family: tahoma,verdana,arial;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #555;
	height: 20px;
	width: 100%;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#RightSideBar #topRated h4 a:hover {
	font-family: tahoma,verdana,arial;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 20px;
	width: 100%;
	color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-decoration: underline;
}

#RightSideBar #topSold h4 a:link {
	font-family: tahoma,verdana,arial;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #555;
	height: 20px;
	width: 100%;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#RightSideBar #topSold h4 a:visited {
	font-family: tahoma,verdana,arial;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #555;
	height: 20px;
	width: 100%;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#RightSideBar #topSold h4 a:hover {
	font-family: tahoma,verdana,arial;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 20px;
	width: 100%;
	color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-decoration: underline;
}
#footer a:link{
	font-family: tahoma,verdana,arial;
	color: #666;
	text-decoration: none;
}
#footer a:hover{
	font-family: tahoma,verdana,arial;
	color: #CE0B0B;
	text-decoration: none;
}
#footer a:visited{
	font-family: tahoma,verdana,arial;
	color: #666;
	text-decoration: none;
}
TD.mincart {
	font-size: 10px;
	font-family : tahoma,verdana,arial;
	background-color: #FFF;
	color: #000;
	
}

P.mincart {
font-size: 10px;
font-family : tahoma,verdana,arial;
border: 1px solid #333;
}
TD.mincart A.ectlink:link {
	color: #FFF;
	text-decoration: none;
	background-image: url(../store/images/login-but-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 20px;
	
}

TD.mincart A.ectlink:visited {
color: #FFF;
	text-decoration: none;
	background-image: url(../store/images/login-but-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 20px;
	
}

TD.mincart A.ectlink:active {
	color: #FFF;
	text-decoration: none;
	background-image: url(../store/images/login-but-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 20px;
	
}

TD.mincart A.ectlink:hover {
	color: #F00;
	text-decoration: none;
	background-image: url(../store/images/login-but-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 20px;
	
}

TD.mincartLogout {
	height: 30px;
	font-size: 10px;
font-family : tahoma,verdana,arial;
}

TD.mincartLogout A:link {
	color: #FFF;
	text-decoration: none;
	background-image: url(../store/images/login-but-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 20px;
	background-color: #FFF;
}
TD.mincartLogout A:visited {
	color: #FFF;
	text-decoration: none;
	background-image: url(../store/images/login-but-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 20px;
	background-color: #FFF;
}
TD.mincartLogout A:active {
	color: #FFF;
	text-decoration: none;
	background-image: url(../store/images/login-but-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 20px;
	background-color: #FFF;
}
TD.mincartLogout A:hover {
	color: #F00;
	text-decoration: none;
	background-image: url(../store/images/login-but-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 20px;
	background-color: #FFF;
}

TD.mincartLogin{
	height: 30px;
	font-size: 10px;
font-family : tahoma,verdana,arial;
}
TD.mincartLogin A:link {
	color: #FFF;
	text-decoration: none;
	background-image: url(../store/images/login-but-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	height: 20px;
	background-color: #FFF;
	width: 300px;
}
TD.mincartLogin A:visited {
	color: #FFF;
	text-decoration: none;
	background-image: url(../store/images/login-but-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	height: 20px;
	background-color: #FFF;
	width: 300px;
}
TD.mincartLogin A:active {
	color: #FFF;
	text-decoration: none;
	background-image: url(../store/images/login-but-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	height: 20px;
	background-color: #FFF;
	width: 300px;
}
TD.mincartLogin A:hover {
	color: #F00;
	text-decoration: none;
	background-image: url(../store/images/login-but-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	height: 20px;
	background-color: #FFF;
	width: 300px;
}

#container #midtext {
	margin-right: 160px;
	margin-left: 200px;
}
.CartcuntryText {
	font-size: 9px;
}
.affiiateBullet {
	margin-left: 10px;
}
div.proddescription {
	text-align: left;
}
#container #header #titlePromation {
	width: 150px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
