/* CSS Document */
body
{
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin-bottom: 10px;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #fff;
}
form
{
	display: inline;
}
img, p
{
	margin: 0;
	padding: 0;
	border: none;
}
p
{
	line-height: 17px;
	color: #fff;
	padding: 0 12px;
}

a
{
	text-decoration: none;
	color: #fff;
}
a:hover
{
	text-decoration: underline;
	color: #fff;
}
a.none_links
{
	text-decoration: none;
	color: #000;
}
a.none_links:hover
{
	text-decoration: underline;
	color: #000;
}
.txtfield
{
	width: 139px;
	border: 1px solid #939393;
	padding: 5px 0 3px 3px;
	font-size: 11px;
	height: 14px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
select:focus, input:focus
{
	background: lightyellow;
}
/*********************************************************************/
div#Main
{
	margin: 10px auto;
	width: 980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background: #000;
	overflow: hidden;
}
div#header
{
	background: url(../images/header_bg.jpg) repeat-x;
	height: 108px;
	border: 3px solid #FFF;
}
div#header .left
{
	float: left;
	width: 314px;
	margin: 21px 0 0 11px;
}
div#header .right
{
	float: right;
	background: url(../images/top_right_bg.jpg) repeat-x #b7b7b7;
	display: block;
	width: 349px;
	height: 47px;
	padding: 15px;
	color: #000000;
	overflow: hidden;
}
div#header .right span
{
	float: left;
}
div#header .viewcart
{
	float: right;
	color: #000;
	width: 30%;
	text-align: right;
	margin-top: 15px;
	color: #5f5f5f;
}
div#header .viewcart span
{
	color: #000;
	font-weight: bold;
}

div#nav_row
{
	float: left;
	width: 100%;
	margin: 5px 0;
}
.search
{
	background: #1f1f1f;
	width: 189px;
	padding: 5px;
	display: block;
	float: left;
}
.top_nav
{
	background: url(../images/top_nav_bg.jpg) repeat-x #121212;
	border: 1px solid #585858;
	height: 23px;
	float: left;
	display: block;
	width: 774px;
	margin-left: 5px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	vertical-align: middle;
}
.top_nav a
{
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	padding: 0 13px;
	padding-top: 13px;
	background: url(../images/top_nav_divider.jpg) no-repeat right;
	text-decoration: none;
	
}
.top_nav a:hover
{
	color: #01e301;
	text-decoration: none;
}
.top_nav a.clicked
{
	color: #01e301;
}

div#left_col
{
	float: left;
	width: 199px;
	overflow: hidden;
	margin: 0 5px 0 0;
}
div#categories
{
	float: left;
	width: 169px;
	overflow: hidden;
	margin: 0 0px 5px 0;
	background: #018f00;
	padding: 10px 15px;
}
#navigation
{
	color: #fff;
	font-weight: normal;
	text-align: center;
}
#navigation ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation li
{
	background: url(../images/cat_img.jpg) no-repeat center left;
	padding: 1px 0px 1px 12px;
	text-align: left;
	text-transform: uppercase;
}
#navigation a
{
	font-size: 9px;
	font-weight: bold;
	line-height: 23px;
	color: #fff;
	text-decoration: none;
	background: url(../images/cat_divider.jpg) repeat-x bottom;
	width: 100%;
	display: block;
	padding-bottom: 5px;
}
#navigation a:hover
{
	color: #000;
	text-decoration: none;
}
#navigation a.last
{
	background: none;
}
#navigation a.clicked
{
	color: #000;
}
.newsletter
{
	background: #1f1f1f;
	padding: 5px;
	width: 199px;
	display: block;
	float: left;
}
div#right_col
{
	float: left;
	width: 776px;
}
.flash
{
	float: left;
	width: 470px;
}
.welcome
{
	float: left;
	background: #3e3e3e;
	width: 261px;
	display: block;
	padding: 20px;
	margin-left: 5px;
	font-size: 15px;
	line-height: 20px;
	height: 144px;
	color: #FFF;
}
.welcome h2
{
	margin: 0;
	padding: 0;
	font-size: 110%;
	color: #FFF;
}
div#products_home
{
	float: left;
	background: #262626;
	margin-top: 5px;
	width: 776px;
	min-height: 729px;
	overflow: hidden;
}
.prods
{
	padding: 5px;
	width: 170px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 5px;
	line-height: 23px;
}

.border5
{
	border: 5px solid #FFF;
}
div#footer
{
	background: #333333;
	width: 100%;
	color: #FFF;
	margin: 3px 0;
	text-align: center;
	padding: 7px 0;
}
div#footer a
{
	font-size: 9px;
	color: #FFF;
	font-weight: bold;
	padding: 0px 25px;
	text-align: center;
	text-transform: uppercase;
}
div#footer a:hover
{
	color: #01e301;
	text-decoration: none;
}
div#footer a.clicked
{
	color: #01e301;
}
/********************************** SUB PAGES ********************/
h1
{
	margin: 0;
	padding: 5px 0 5px 12px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	border-bottom: 1px solid #514f4f;
	padding-top: 2px;
}
.pagins a
{
	font-family: Tahoma;
	font-size: 12px;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #000;
	padding: 1px 5px;
	background: #FFF;
	margin: 0 1px 7px 1px;
	text-align: center;
}

.pagins a:hover
{
	background: #018f00;
	border: 1px solid #fff;
	color: #fff;
}
.pagins a.sel
{
	color: #fff;
	font-weight: normal;
	background: #018f00;
	border: 1px solid #FFF;
	cursor: default;
}
.breadCrumbs
{
	font-size: 9px;
	text-transform: uppercase;
	padding-left: 15px;
	margin-top: 5px;
	color: #01e301;
}
.bigPic
{
	width: 300px;
	height: auto;
	padding: 3px;
	border: 1px solid #5e5d5d;
	text-align: center;
	float: left;
	margin-left: 10px;
}
.bigPic .inner
{
	background: #FFF;
	padding: 2px;
}
.bigPic a
{
	text-align: center;
	text-decoration: none;
	color: #FFf;
	font-weight: bold;
	line-height: 35px;
}
.bigPic a:hover
{
	text-align: center;
	color: #fff;
	background: #606060;
	padding: 3px 6px;
	border: 1px solid #aeaeae;
}
.Pdesc
{
	float: left;
	color: #FFF;
	margin: 0 2px;
	padding: 0 10px;
	text-align: left;
	font-size: 12px;
	overflow: hidden;
	width: 425px;
}
.Pdesc .Qty
{
	border: none;
	width: 50px;
}
.Pdesc2
{
	background: #4b4a4a;
	padding: 10px 12px;
	color: #f2f2f2;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	overflow: hidden;
	float: left;
	width: 729px;
	margin: 10px 12px;
}
.captionTxt
{
	font-size: 16px;
	font-weight: bold;
	display: block;
	overflow: hidden;
}
.TableFormat td
{
	background-color: #000;
	font-size: 11px;
	color: #ccc;
	padding: 4px 2px;
}
.TableFormat td a
{
	text-decoration: underline;
	color: #ccc;
}
.TableFormat td a:hover
{
	text-decoration: none;
	color: #ccc;
}
.TableFormat th
{
	background-color: #585858;
	vertical-align: middle;
	padding: 3px;
	font-size: 12px;
	padding: 3px 3px 3px 6px;
}

.TableFormat2 td
{
	background-color: #000;
	font-size: 11px;
	color: #ccc;
	padding: 2px 2px;
}

.TableFormat2 td a
{
	text-decoration: underline;
	color: #ccc;
}
.TableFormat2 td a:hover
{
	text-decoration: none;
	color: #ccc;
}
.TableFormat2 th
{
	background-color: #585858;
	vertical-align: middle;
	padding: 3px;
	font-size: 12px;
	padding: 3px 3px 3px 6px;
}

.txtfield2
{
	width: 175px;
	border: none;
	padding: 5px 0 3px 3px;
	font-size: 11px;
	height: 14px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txtArea
{
	border: none;
}
.TBox
{
	border: none;
	padding:3px;
}
.border1
{
	border: 1px solid #5c5c5c;
}
fieldset
{
	padding: 5px 8px;
	margin: 10px;
	font-size: 12px;
	color: #d2d2d2;
	line-height: 18px;
	text-align: left;
}
legend
{
	color: #f2f2f2;
	font-weight: bold;
}
.newCust, .extCust
{
	float: left;
	width: 752px;
	background: #000;
	margin: 10px 12px;
}
.extCust .Links a
{
	font-size: 11px;
	color: #d2d2d2;
	text-decoration: underline;
}
.extCust .Links a:hover
{
	color: #d2d2d2;
	text-decoration: none;
}
.pd4bg
{
	background: #8e8d8d;
	width: 100%;
	float: left;
	padding: 10px 0px 5px 0;
	margin: 15px 0;
}

.pd4ImgMain
{
	margin-right: 5px;
	text-align: center;
	border: 1px solid #fff;
	font-weight: bold;
	color: #ed008b;
	overflow: hidden;
	float: right;
	padding: 3px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 11px;
	background: #000;
}
.pd4Img
{
	width: 71px;
	height: 40px;
	overflow: hidden;
	margin: 2px 0;
}
.pd4Img img
{
	margin: 2px 0px;
}

.copyright
{
	text-align: center;
	text-transform: uppercase;
	color: #6c6c6c;
	font-size: 9px;
}
.copyright a
{
	color: #6c6c6c;
	text-decoration: none;
}
.copyright a:hover
{
	color: #6c6c6c;
	text-decoration: underline;
}


/* Custom */


.Subscribe
{
	margin: 5px 10px 0px 0px;
}
.lblError
{
	color: Red;
}
.paras
{
	line-height: 17px;
	color: #fff;
	padding: 0 12px;
}