@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, input, img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background:#222 url(../images/bg.jpg);
	background-repeat:repeat-x; 
	background-position:center top;
}
h1{color:#752947; font-size:1.8em; font-weight:normal;margin-bottom:10px;}
h2{color:#752947; font-size:1.2em; font-weight:normal; text-transform:uppercase;margin-bottom:10px;}
a,  a:link, a:visited {
	color: #752947;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
ul, li{
	margin:0; 
	padding:0; 
	list-style:none;
}
.imgBox{
	padding: 1px;
	border: 1px solid #CCC;
}

.clearBoth{
	clear:both;
}
.oneColFixCtrHdr #container {
	width: 994px;
	padding:0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg_container.jpg);
	background-repeat: no-repeat;
	min-height:846px;
	height:auto !important;
	height:846px;
}
.oneColFixCtrHdr #mainL{
	float:left;
	width:250px;
	min-height:530px;
	height:auto !important;
	height:530px;
	float:left;
	margin:0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #mainR{
	width:708px;
	min-height:530px;
	height:auto !important;
	height:530px;
	float:left;
	margin: 0;
	padding: 0;
}
.flashBanner{
	background-image: url(../images/flashbg.png);
	height: 125px;
	width: 708px;
	float: left;
}
.rightContent{
	background-image: url(../images/sd_bg.png);
	width: 700px;
	padding-left:4px;
	padding-right:4px;
	float: left;
}
.menu{
	float:left;
	width:700px;
	height:26px;
}
.menu img{
	border:0;
}
.mast{
	width:700px;
	height:53px;
	float:left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #872f52;
}
.mainContent{
	float:left;
	background:#FFF;
	width:700px;
	color:#333;
	font-size:0.8em;
	min-height:628px;
	height:auto !important;
	height:628px;
}
.footer {
	float:left;
	background:#EEE;
	width:700px;
	font-size: 0.7em;
	color: #333;
	line-height: 1.6em;
	padding-top:5px;
	padding-bottom:5px;
}
.footer a,  .footer a:link, .footer a:visited {
	color: #333;
	text-decoration: none;
}
.footer a:hover {
	color: #752947;
	text-decoration: none;
}

/*Text formats*/
.itemUL{
	margin-left:35px;
	margin-bottom:15px;
	margin-top:10px;
	font-size:0.8em;
}
.itemUL li{
	margin-top:5px;
	margin-bottom:5px;
}
.itemUL a, .itemUL a:link, .itemUL a:visited{
	color:#fff;
	text-decoration:none;
}
.itemUL a:hover{
	color:#e5adb6;
	text-decoration:none;
}
.catalog{
	margin-top:5px;
}
.txtPara{
	padding: 40px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
	font-size:0.9em;
}
.featuredProduct{
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:18px;
	margin-right:18px;
	width:196px;
}
.featuredProduct2{
	width:180px;
	height:160px;
	padding:13px;
	padding-top:23px;
	background-image: url(../images/fbg.png);
	background-repeat: no-repeat;
}
.txtFeatured{
	font-family:"Arial Narrow", Arial;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	font-size:1.2em;
	text-align:center;
}
.products{
	width:130px;
	height:148px;
	padding-top:24px;
	padding-bottom:24px;
	padding-left: 33px;
	padding-right: 33px;
	background-image: url(../images/pbg.png);
	background-repeat: no-repeat;
}
.bodyText{
	padding:20px;
}
.txtquote input{
	border:solid 1px #ccc;
	padding:3px;
	vertical-align:middle;
	margin-top:10px;
	margin-bottom:10px;
}
input[type=button]{
	background:#752947;
	padding:4px;
	color:#fff;
	border:solid 1px #752947;
	cursor:pointer;
}
input[type=button]:hover{
	background:#FFF;
	padding:4px;
	color:#752947;
	border:solid 1px #752947;
	cursor:pointer;
}
input[type=submit]{
	background:#752947;
	padding:4px;
	color:#fff;
	border:solid 1px #752947;
	cursor:pointer;
}
input[type=submit]:hover{
	background:#FFF;
	padding:4px;
	color:#752947;
	border:solid 1px #752947;
	cursor:pointer;
}
.txtquote{
	font-size: 0.9em;
}
.txtquote #tbl_quote{
	border-collapse:collapse;
	border:1px solid #ccc;
}
.txtquote #tbl_quote th{
	text-align: left;
	background-color: #882446;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #FFF;
	height: 25px;
}
.txtquote #tbl_quote td{
	text-align: left;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: transparent;
}
.txtquote #tbl_quote img{
	border:0;
}
.txtquote #tbl_bts{
	border-collapse:collapse;
	border:1px solid #ccc;
}
.txtquote #tbl_bts td{
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #ccc;
	background-color: transparent;
}
.txtquote #tbl_form{
	border-collapse:collapse;
	border:1px solid #ccc;
}
.txtquote #tbl_form th{
	text-align: right;
	color: #752947;
	background-color: transparent;
	border: 1px solid #ccc;
}
.txtquote #tbl_form td{
	text-align: left;
	color: #ccc;
	background-color: transparent;
	border: 1px solid #ccc;
}
.txtProduct{
	font-family:"Arial Narrow", Arial;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	font-size:1em;
}
.txtOrange{
	color:#F60;
	font-size:0.9em;
}
.hlinered{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #752947;
	margin-top: 10px;
}
.spacer{
	width: 1px;
	height: 1px;
}
.space{
	height:200px;
}
.btn{
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.tbl{
	table-layout:fixed;
	margin-left:10px;
	margin-top:3px;
}
.autoNewline{
   	word-break: break-all;
}

/* ..... page */
div.multipages{
	height:25px;
	line-height:25px;
	font-size: 1em;
}
div.multipages a{
	padding:2px 6px 2px 6px;
	margin:5px 2px;
	text-decoration:none;
	font-size:1em;
}
div.multipages a:hover,div.multipages a:active{
	color:#666;
}
div.multipages span.current{
	padding:2px 6px 2px 6px;
	margin:5px 2px;
	font-weight:bold;
	font-size:1.1em;
}

/* ..... ZOOMY */
#zoomy { position:absolute; overflow:hidden; background:#000000; padding:0px; border:1px solid #FFFFFF; text-align:center; color:#fff; line-height:0; }
#zoomy img { margin:5px; }	
#zoomy p { position:relative; margin:10px 5px 5px 5px; line-height:100%; text-align:left  }
#close { position:absolute; right:5px; width:12px; height:12px; background:url(close.gif) no-repeat; cursor:pointer;} 


