/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* realtime 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	background-image: url(/images/bg-shad.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h1 {
	color: #000000;
	font-size: 14px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #789098;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #789098;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:2px;
}
.smp {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.smp dt {
	color: #789098;
	font-weight:bold;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #445960;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* realtime 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to realtime 2.
You may use the CSS above, or remove it and attach
your own CSS file in addition to realtime.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #445960;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #abbabf;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.altRowOdd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.smallprint {
	font: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
a.mainnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;	
}
a.mainnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;	
}
a.mainnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;	
}
a.mainnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;	
	
}

a.redhead:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8b132f;
	text-decoration: underline;
	font-weight: bold;	
}
a.redhead:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8b132f;
	text-decoration: underline;
	font-weight: bold;	
}
a.redhead:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8b132f;
	text-decoration: underline;
	font-weight: bold;	
}
a.redhead:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8b132f;
	text-decoration: none;
	font-weight: bold;	
	
}



a.maincartnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.maincartnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;	
}
a.maincartnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;	
}
a.maincartnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
	
}





a.mainproductnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #445960;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}
a.mainproductnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #445960;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}
a.mainproductnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #445960;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}
a.mainproductnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #445960;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;	
}
.cartbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCCCCC;

}
.boxoutline {
	border: 1px solid #333399;
}
.Productname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.1x1bg {
	background-image: url(images/1x1.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.boxoutline {
	border: 1px dotted #333366;
	padding: 0px;
}
.toplinebg {
	background-image: url(../../../images/midlinetint.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a.bottomnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.bottomnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.bottomnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.bottomnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}.whiteoutline {
	border: 1px solid #CCCCCC;
}
.largeheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #445960;
	text-transform: uppercase;
}
.homeproduct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #445960;
}
.largerhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #445960;
	font-weight: bold;
	text-transform: uppercase;
}
.imageoutline {
	border: 2px solid #5150A1;
}
.mainbodytc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.LargerHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #445960;
	font-weight: bold;
}
a.largehead:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
}
a.largehead:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
}
a.largehead:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration:underline;
}
a.largehead:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
}
a.smallhead:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	text-decoration:none;

}
.bannerborder {
	padding-bottom: 10px;
}
a.smallhead:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	text-decoration:none;
}
a.smallhead:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	text-decoration:underline;
}
a.smallhead:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	text-decoration:none;

}
.addedtocarbox {
	background-color: #445960;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.priceold {text-decoration:line-through;;}
.pricenew {font-weight:bold;}
.greygradbg {
	background-image: url(../../../images/gradtintbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1em;	*/
	
}
.redhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8b132f;
}
.vertline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D4D4D4;
}
.vertlineleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D4D4D4;
}
.Mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
}
.MainbodyPL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
}
.theprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
/*li {
	list-style-type: square;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}*/

/* ul {
	list-style-type:none;
	padding:0;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 13px;
} */
.productheadred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #960f1e;
}
.sectionnameborder {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.bottomlinebrands {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #445960;
	padding-bottom: 0px;
}
.loginheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #445960;
}
#news li {
	list-style:none;
}
#news li a {
	color:#445960;
	font-weight:bold;
	text-decoration:none;
}
#scrollup {
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	height: 200px;
	width: 164px
}
.headline {
	position: absolute;
	top: 210px;
	left: 5px;
	height: 195px;
	width:155px;
	font-size:75%;
	font-family: Arial, Helvetica, sans-serif;
}
.floatright {float:right;}
.clearit {clear:both;}
.light {font-weight:lighter;}
.cartq {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.navsafelogos {
/*	background-image: url(../../../images/internetsafe_bglogos.gif);*/
	background-image: url(../../../images/Contact-Us.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 150px;
}

img {
	border:none;
}

ul#bannersvertical {
	list-style-type:none;
	margin-top:20px;
}
ul#bannersvertical li {
	list-style-type:none;
	margin:0px;
}

ul#bannershorizontal {
	list-style-type:none;
	margin:0px; padding:0px;
}
ul#bannershorizontal li {
	list-style-type:none;
	margin:0px; padding:0px;
	display:inline;
}
ul#bannershorizontal li img {
	margin:0px; padding:0px;
}

ul, li {list-style:square;}

h3.featured {
	color:#FFFFFF;
	background-color:#9A0000;
	padding:1px 15px 2px 5px;
	font-family:"Arial Narrow";
	font-size:16px;
/*	font-weight:bold; */
	font-variant:small-caps;
	display:block;
	width:150px;
}
h3.featured2 {
	color:#FFFFFF;
	background-color:#9A0000;
	padding:1px 15px 2px 5px;
	font-family:"Arial Narrow";
	font-size:16px;
/*	font-weight:bold; */
	font-variant:small-caps;
	display:block;
/*	width:150px; */
}


div.content {
	margin: 10px 35px;
}
div.content2 {
	margin: 10px 35px;
}

.cartimg {
/*	margin: 3px 12px 12px 0px; 
	padding: 3px; */
	width: 55px; 
	height: 55px; 
	text-align: center;
	overflow:hidden;
}
.cartimg2 {
/*	margin-top: 3px 12px 12px 0px; 
	padding: 3px; */
	width: 55px; 
	height: 55px; 
	text-align: center;
	overflow:hidden;
}
