body {
	background: #58595B;
	text-align: center;
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border:  none;
}

table, tr, td, th {
	padding: 0;
}

#contain {
	text-align: left;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	font-size: .9em;
}

.clearhr {
	clear: both;
	height: 0px;
	visibility: hidden;
	
}

/*-------------------------------------------------------HEADER STYLES*/


#hdr-nav {
	display: none;
}

#hdr-nav li {
	float: left;
	margin: 0 0px;
	color: White;
	padding: 0;
	font-size: .5em;
	font-weight: normal;
}

#hdr-nav a {
	color: White;
	display: block;
	height: 10px;
	margin: 0 10px;
	overflow: hidden;
	line-height: 5em;
}

#hdr > #hdr-nav {
	top: 85px;
	right: 55px;
}

.home {
	width: 20px;
}

.catalog-request {
	width: 75px;
}

#search {
	visibility: hidden;
}

#hdr > #search {
	left: 595px;
}

input#srch {
	margin-right: 10px;
	margin-top: 0px;
	color: #9E9E9E; 
	font-size: .6em;
	height: 15px;
	width: 150px;
}



#contain th#hdr {
	background: transparent url(graphics/psw-header.jpg) no-repeat;
	width: 780px;
	margin: 0px;
	padding: 0px;
	height: 115px;
}

#contain th a#PSW {
	display: block;
	height: 115px;
	width: 265px;
	position: relative;
	overflow: hidden;
	line-height: 20em;
}


#t-nav {
	background: #1D1F79  url(graphics/t-nav-bg.gif) repeat-x;	
	height: 20px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid white;
}

#t-nav ul {
	list-style: none;
	background: url(graphics/t-nav-sidebar.gif) no-repeat;
	background-position: 0px 0px;
	padding: 0 0 0 152px;
	margin: 0;
	height: 20px;
}

#t-nav ul li {
	float: left;
	background: url(graphics/t-nav-divider.gif) no-repeat;
	width: 153px;
	height: 20px;
}

#t-nav ul li a {
	display: block;
	color: White;
	font-family: Arial;
	font-size: .75em;
	font-weight: bolder;
	text-align: center;
	padding: 3px 0 0 24px;
	text-decoration: none;

}

#t-nav ul li a:hover {
	color: #F6BA3B;
}

/*-------------------------------------------------------PRIMARY NAV STYLES*/

#p-nav {
	display: none;
}

#p-nav ul {
	list-style: none;
	margin: 10px 5px 3em 10px;
	padding: 0;
}

#p-nav ul li {
	padding-top: 4px;
	line-height: 0px;
	position: relative;
	margin: 0;
	border: 1px solid #1D1F79;
}

#p-nav ul li a {
	color: White;
	text-decoration: none;
	display: block;
	padding: 0 0 3px 1px;
	font-size: .75em;
	line-height: 1.5em;
	margin: 0;
	border-bottom: 1px solid #F3F4FC;
	/*background: url(graphics/p-nav-lines.gif) repeat-x;
	background-position: bottom;*/
}

#p-nav ul li a.img {
	height: 75px;
	border-bottom: none;
	background-image: url(graphics/verisign.gif) ;
	background-repeat: no-repeat;
	width: 134px;
}

#p-nav ul li a:hover {
	color: #F6BA3B;
}


/*#p-nav ul li ul {
	background: transparent url(graphics/p-sub-nav-bg.gif) repeat-y;
	background-position: 11px 0;
	position: absolute;
	left: 116px;
	width: 153px;
	margin: -25px 0 0 0;
	padding: 8px 0 10px 35px;
	display: none;
}

#p-nav ul li:hover ul, #p-nav ul li.over ul{
	display: block;
}

li > ul {
	top: auto;
}

#p-nav ul li ul li{
	margin: 0 15px;
}

#p-nav ul li ul li a {
	color: White;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 0 0 0 1px;
	background: url(graphics/p-sub-nav-lines.gif) repeat-x;
	background-position: 0 1px;
}

*//*-------------------------------------------------------CONTENT STYLES*/

#content {
	width: 628px;
	background: White;
}

#copy {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

#copy h2 {
	color: #2E31C5;
	font-size: 1em;
	margin: 1em 0 -.5em;
}

#copy p {
	margin: 1em 0;
	padding: 0;
	width: 450px;
}

#copy .blue-text {
	color: #2E31C5;
}

/*-------------------------------------------------------HOME STYLES*/

table#columns{
	width: 100%;
	padding: 0;
}

#columns td{
	padding: 12px;
	vertical-align: top;
}

.hm-c1 {
	width: 306px;
}

.hm-c2 {
	width: 152px;
}

.hm-c3 {
	width: 170px;
}

.hm-c3 P{
	font-size: .7em;
	font-weight: bold;
	margin: .8em 0;
}

.heading {
	font-weight: bolder;
	color: #FD1813;
}

#c-heading td{
	border-bottom: 1px solid #5F5F5F;
	padding: 10px 12px 5px;
}

#c-clms .hm-c1 {
	border-right:  1px solid #5F5F5F;
	padding: 12px;
}
#c-clms .hm-c2 {
	border-right:  1px solid #5F5F5F;
}

#columns hr {	
	visibility: visible;
	height: 1px;
	/*color:  transparent;*/
	border-bottom: 1px solid #5F5F5F;
	margin:0 0 12px 0;
}

.feat-vert img {
	float: left;
}

.feat-vert div.details {
	margin-left: 140px;
}


div.details p {
	text-transform: uppercase;
	font-size: .7em;
	font-weight: bold;
	margin: .8em 0;
}

div.details select{
	display: block;
	margin:0 0 7px;
}

div.details ul {
	margin: .8em 0 .8em .5em;
	padding: 0;
}

.more-info a {
	 color: Red;
	 font-style: italic;
}

.deal {
	color: Gray;
	display: block;
	font-size: .75em;
	margin-bottom: 1em;
}

.title {
	color: Red;
	display: block;
	font-size: .9em;
}

.top-seller .title{
	margin: .8em 0 0;
}

.t-sub {
	color: #2E31C5;
	font-size: .8em;
}

.o-price {display: block; color: Red;}

.sku {display: block;}

.feat-hor .title {
	display: inline;
}

/*-------------------------------------------------------CAT/PROD STYLES*/

#breadcrumb {
	color: Red;
	font-size: .8em
}

#breadcrumb a {
	color: Red;
	text-decoration: none;
}
#breadcrumb a:hover {text-decoration: underline;}

#breadcrumb .heading {
	font-size: 1.2em;
}

#m-column {
	border-right:  1px solid #5F5F5F;
	padding: 12px 12px 0;
	width: 460px;
}

.paginate {
	text-align: right;
	font-size: .65em;
}

.paginate a {
	padding: 0 3px;
	text-decoration: none;
	color: Black;
}

.paginate a.selected, .paginate a.next {
	color: Red;
}

.prod-row {
	margin: 12px 0;
}

.prod-thms {
	float: left;
	width: 145px;
}


#q-cart {
	padding: 12px 0 0 12px
}

#cart p{
	font-weight: bold;
	font-size: .7em;
	color: #5A5A5A;
	text-transform: uppercase;
}
#cart p a {
	color: #5A5A5A;
	text-decoration: none;
}

#prod-lrg img{
	float: left;
}

#prod-lrg .details {
	font-size: 1.2em;
	margin-left: 240px;
	line-height: 1.2em;
}

#description {
	clear: both;
	font-size: .8em
}

#cat-nav {
	list-style: none;
	margin: 1em .7em;
	padding: 0;
}

#cat-nav li {
	padding: 0 0 0 10px;
	background: url(graphics/list-arrow.gif) no-repeat;
	background-position: 0 7px;
	line-height: 1.3em;
	color: Red;
}

#cat-nav li a{
	color: Red;
	text-decoration: none;
}

#cat-nav li a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------------basket/checkout STYLES*/

#basket td{
	padding: 15px 3px 5px;
	font-size: .8em;
	font-weight: bold;
}

#basket td a {
	color: Red;
	text-decoration: none;
}

#basket td .heading {
	font-size: 1.3em;
}

.basket-row td {
	
	border-bottom: 1px solid #7E7E7E;
}

#login {
	font-size: .8em;
}
#login td {
	padding: 1px 0;
}

#new-cust {
	border-top: 1px solid #5F5F5F; 
	width: 100%
}

#new-cust td {
	padding:15px 0;
}

#log-opt td {
	padding: 10px 20px;
}

#shp-bill td {
	padding: 2px 0;
}

#map {
	text-align: center;
}

#map ul {
	text-align: left;
}

#cust-info td {
	padding: 5px 0;
	font-size: .8em;
}

#pay-mthd td {
	padding: 5px 10px 5px 0;
}

#promos {
	font-size: .8em;
}

#pay-info td{
	font-size: .8em;
	padding: 1px 0;
}

/*-------------------------------------------------------FOOTER STYLES*/

tfoot tr td {
	height: 20px;
	padding: 0 0 0 15px;
	background: #1D1F79;
	border: solid white;
	border-width: 1px 0 1px;
	color: White;
	font-family: Arial;
	font-size: .75em;
}












