/* This style sheet controls how the site is displayed. All styles for the site should be written in this document! */

/* The styles below should not need to be changed.  Scroll down to SITE SPECIFIC CSS to begin styles specific to this site. */

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

DT {font-weight: bold;}

FORM {margin: 0 0 0 0;}

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, 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;}

A.blue_links:link {color: #02abca;
text-decoration: none;}

A.blue_links:visited {color: #02abca;
text-decoration: none;}

A.blue_links:active {color: #02abca;
text-decoration: none;}

A.blue_links:hover {color: #053446;
text-decoration: underline;}

/* SITE SPECIFIC CSS */

/* Set the Site's Fonts, Colors and Size Here */
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: 14px;}

/* Set Body Colors and Backrounds Here */

BODY {background: #ace5f0;
background-image: url(http://plasticsmax.com/images/bg_gradient.jpg);
background-repeat: repeat-x;
background-position: top left;
margin : 0 0 0 0;
padding: 0 0 0 0;}

/* Set Heading Colors and Sizes Here */

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000;}

H1 {font-size: 22px;}

H2 {font-size: 20px;}

H3 {font-size: 18px;}

H4 {font-size: 16px;}

H5 {font-size: 14px;}

H6 {font-size: 12px;}

/* Set Link Colors and Styles Here */

A:link {color: #cdcbcb;
text-decoration: none;}

A:visited {color: #cdcbcb;
text-decoration: none;}

A:active {color: #cdcbcb;
text-decoration: none;}

A:hover {color: #cbeef4;
text-decoration: underline;}

/* Styles Below are Unique to This Website */

.main_table {margin-top: 20px;
border: 1px solid #000;}

.header_bg {background-image: url(http://plasticsmax.com/images/header_static.jpg);
background-repeat: no-repeat;
background-position: center center;}

.nav_bg {background-color: #545454;}

.bread_bg {background-color: #fff;
padding: 4 10 4 4px;}

.breadcrumb {font-size: 9px;
font-style: italic;}

.content_area {background-color: #02abca;
padding: 10px;
font-weight: bold;}

.content_area p, ul, li, tr, td {font-weight: bold;}

.photo {border: 1px solid #fff;}

.caption {font-style: italic;
font-size: 11px;
font-weight: bold;}


.footer_nav {background-color: #fff;
padding: 4 10 4 4px;
font-size: 13px;}

.footer_table {margin-top: 10px;
background-color: #fff;}

.footer_copy {padding: 4 10 4 4px;
font-size: 13px;}

/* Menu Styles */
#navcontainer {height: 45px;}

ul#navlist {margin: 0px;
padding: 14 0 0 0px;
white-space: nowrap;}

#navlist li {display: inline;
list-style-type: none;}

#navlist a {margin: 0 3 0 3px;
padding: 5 10 5 10px;
font-weight: bold;}

#navlist a:link, #navlist a:visited {color: #fff;
background-color: #004d69;
text-decoration: none;
border: 1px solid #fff;}

#navlist a:hover {color: #fff;
background-color: #02abca;
text-decoration: none;
border: 1px solid #fff;}

