/* basic element */
body { background: #fff; color:#000; font: normal normal 12px/14px Arial, Helvetica, sans-serif; margin: 0 10px 0 0; padding: 0; }
a, a:visited { color: #00c; text-decoration: underline; }
a:hover { text-decoration: none; }
p,ul,ol,li, label, select, textarea { margin: 0; padding: 0; }
img { border: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; font-size: 100%; font-weight: normal; }
form { margin: 0; padding: 0; }
fieldset{ border: none; margin: 0; padding: 0; clear: both; }
div, input, td, th { font: normal normal 12px/14px Arial, Helvetica, sans-serif; }
label { cursor: pointer; }
iframe.cart { display: none; }

.addInfo { font-size: 9px; }

input.input01 { width: 210px; vertical-align: middle; }
input.input02 { height: 19px; width: 100px; font-size: 11px; font-weight: bold; padding: 0; line-height: 11px; }
input.button01 { width: 80px; vertical-align: middle; margin-left: 10px; font-weight: bold; }
input.buttonFlat { border: solid 1px #9ea8c3; background-color: #fff; padding: 2px; cursor: pointer; }
input.chk1 { margin: 0; border: 0; padding: 0; height: 13px; width: 13px;}
.size100 { width: 100%; }

/* general mark-up */
#pgHeader { padding: 10px 0 10px 10px; }
#pgHeader #logo { height: 40px; width: 307px; background: transparent url("/gfx/tpa_logo.gif") no-repeat 0 0; cursor: pointer; float: left; }
#pgHeader #cw { float: right; height: 40px; width: 240px; background: transparent url("/gfx/logo_cw1.gif") no-repeat top right; }
#pgHeader #searchbar { height: 50px; border-top: solid 1px #b4b4b4; background-color: #eaeaea; clear: both; }
#pgHeader #searchbar #searchbox { position: relative; top: 13px; left: 10px; float: left; width: 380px; }
#pgHeader #searchbar #topFctns { position: relative; top: 13px; right: 10px; float: right; }

#navmain { position: absolute; top: 110px; left: 0px; margin-left: 10px; width: 200px; }
#navmain #navConatiner { border: solid 1px #9ea8c3; }
#navmain #navConatiner #navTitle { background-color: #9ea8c3; color: #fff; font-weight: bold; padding: 5px 5px 5px 10px; }
#navmain #navConatiner #navItems { padding: 5px 0 5px 10px; }
#navmain #navConatiner #navItems ul { padding: 0; margin: 0; list-style: none; }
#navmain #navConatiner #navItems ul li { line-height: 18px; }
#navmain #navConatiner #navItems #navGroup1 { display: none; height: 460px; overflow: auto; }
#navmain #navConatiner #navItems #navGroup2 { display: none; height: 460px; overflow: auto; }
#navmain #navConatiner #navItems .navGroupInner { width: 160px; overflow: hidden; }

#content { position: absolute; top: 110px; left: 211px; margin-right: 10px !important; }
#content #contentTitle { background-color: #669; color: #fff; font-weight: bold; padding: 5px 5px 6px 15px; }
#content #contentContainer { padding: 5px 10px 0 10px; }
#content #contentContainer #contentBody { width: 100%; }

#welcomeScreen { width: 100%; height: 470px; background: transparent url(/gfx/bg_index3.jpg) no-repeat 0 0; }
#welcomeScreen #welcomeText { position: relative; top: 130px; left: 150px; width: 500px; line-height: 130%; }

/* forms */

.formCaption { margin-bottom: 4px; }

#contactForm { width: 450px; line-height: 18px; float: left; }
#contactForm .row { width: 450px; clear: both; padding-top: 20px; }
#contactForm .col1 { width: 212px; float: left; }
#contactForm .col2 { width: 212px; float: left; margin-left: 26px; }
#contactLogo { height: 50px; width: 250px; border-left: solid #b4b4b4 1px; margin-left: 10px; padding-left: 10px; background: url(/gfx/logo_cw1.gif) no-repeat 10px 0; }

/* tables */
table#adjustWidth { visibility: hidden; border: 0; margin: 0; height: 0; width: 100%; }

table { border: 0; margin: 0; }
.hLeft { text-align: left; }
.hRight { text-align: right; }
.hCenter { text-align: center; }
.vBottom { vertical-align: bottom; }
.vMiddle { vertical-align: middle; }
.clearall { clear: both; }

table.prodListing { border-collapse: collapse; }
table.prodListing colgroup #col1 { width: 20px; text-align: center; }
table.prodListing colgroup #col2 { width: 45px; text-align: center; }
table.prodListing colgroup #col3 { width: 50%; }
table.prodListing colgroup #col4 { width: 150px; }
table.prodListing th { background-color: #ededed; font-weight: bold; line-height: 22px; text-align: left; }
table.prodListing td { padding: 4px 0; vertical-align: top; border-bottom: solid #ededed 1px; border-top: solid #ededed 1px; }
table.prodListing td.tdChk { background-color: #fffcab; }
td.pgNav { background-color: #ededed; text-align: center; }

table.prodListing tr.related td { font-size: 10px; border-bottom: solid #fff 1px; }
table.prodListing .product { background-color: #f2f2f2; }
