/* This style sheet controls how the site is displayed.  It defines font styles, colors, sizes; site colors; etc... */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 11px;}

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

BODY {
	margin : 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #ffffff;
}

DT {font-weight: bold;}

FORM {margin: 0 0 0 0;}

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #00008B;
margin-bottom: 0px;
padding-bottom: 0px;
margin-top:7px;}

H1 {font-size: 23px;}

H2 {font-size: 23px;}

H3 {font-size: 19px;}

H4 {font-size: 16px;
    text-align: center;
    font-style: italic;
    font-weight: 900;
    }

H5 {font-size: 13px;
text-decoration: underline;}

H6 {font-size: 13px;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 10px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL LI {list-style-position:outside;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* This controls the color and font of standard text links */

A:link {color: #00f;
text-decoration: none;}

A:visited {color: #f00;
text-decoration: none;}

A:active {color: #00f;
text-decoration: none;}

A:hover {color: #f00;
text-decoration: underline;}

/* Below is specific to alladinplastics pages */

A.white:link {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:visited {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:active {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:hover {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: underline;}

.white {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

.white a:link {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

.white a:visited {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

.white a:active {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

.white a:hover {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: underline;}

.footer {font-size: 10px;}

.crumb {margin-right:0;
position:relative;
bottom:2px;
}

html>body .crumb{margin-right:0;
}

.content_area{
width:99%;
padding-left:10px;
padding-right:10px;
background-image:url(images/usabg.jpg);
background-repeat:no-repeat;
background-attachment:scroll;
background-position:center center;
}

html>body .content_area{
width:97%;
padding-left:10px;
padding-right:10px;
}

.replace {display:none;
    visibility:hidden;}

.headings
    {background-color:#2a2f81;}

.red {color: #f00;
text-decoration: none}

Table.codebox {
	background-color : #ccc;
	border : solid;
	border-color : #000;
	border-width : 1;
}

A.products:link {color: #2a2f81;
font-size: 24px;
font-weight: 900;
text-decoration: none;}

A.products:visited {color: #4b4f90;
font-size: 24px;
font-weight: 900;
text-decoration: none;}

A.products:active {color: #4b4f90;
font-size: 24px;
font-weight: bold;
text-decoration: none;}

A.products:hover {color: #f90;
font-size: 24px;
font-weight: 900;
text-decoration: underline;}

.productmenu{width:175px;
padding:5px;
max-width:175px;
}

.producttable{
position: relative;
top:-7px;
}
html>body .producttable{
position: relative;
top:-5px;
}
	
@media print{
	.noprint {display:none;}
	.replace {display:block;
        visibility:visible;}
	}
