/*************************************
       WELCOME TO THE STYLESHEET
--------------------------------------
              screen.css
        BlueTrip CSS Framework
         http://bluetrip.org
***************************************/
/*** MEYER RESET v1.0 ***/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/*** BASIC TYPOGRAPHY ***/
html { font-size: 62.5%; font-family: "Liberation Sans", Helvetica, Arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var { font-size: 92%; font-family: monaco, "Lucida Console", courier, monospace; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
/*** QUOTES ***/
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }
blockquote * *:first-child:before { content: ""; }
blockquote * *:first-child:after { content: ""; }
/*** FORMS ***/
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }
/*** BASE SIZES ***/
.container { font-size: 1.2em; line-height: 1.6em; }
h1 { font-size: 1.9em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
/*** LISTS ***/
ul li { margin-left: .85em; }
ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }
/*** TABLES ***/
table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }
/*** MARGINS & PADDINGS ***/
blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }
/*** NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 ***/
h1 { margin: 1em 0 .5em;  }
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
th, td { padding: .8em; }
caption { padding-bottom: .8em; } /*** padding instead of margin for IE ***/
blockquote { padding: 0 1em; margin: 1.6em 0; }
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /*** compensates for the opera margin bug ***/
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
a { position: relative; padding: 0.3em 0 .1em 0; } /*** for larger click-area ***/
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }
form div div {margin-bottom: 0;}
/*** COLORS ***/
a:link { text-decoration: underline; color: #36c; }
a:visited { text-decoration: underline; color: #99c; }
a:hover { text-decoration: none; color: #c33; }
a:active, a:focus { text-decoration: none; color: #000; }
code, pre { color: #c33; } /*** very optional, but still useful. W3C uses about the same colors for codes ***/
/*** 24 COLUMN GRID ***/
.container {width:950px;margin:0 auto;}
.showgrid {background:url(../images/grid.png);}
body {margin:0;}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23 {float:left;margin-right:10px;}
div.span-24 {float:left;}
div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;}
.suffix-1 {padding-right:40px;}
.suffix-2 {padding-right:80px;}
.suffix-3 {padding-right:120px;}
.suffix-4 {padding-right:160px;}
.suffix-5 {padding-right:200px;}
.suffix-6 {padding-right:240px;}
.suffix-7 {padding-right:280px;}
.suffix-8 {padding-right:320px;}
.suffix-9 {padding-right:360px;}
.suffix-10 {padding-right:400px;}
.suffix-11 {padding-right:440px;}
.suffix-12 {padding-right:480px;}
.suffix-13 {padding-right:520px;}
.suffix-14 {padding-right:560px;}
.suffix-15 {padding-right:600px;}
.suffix-16 {padding-right:640px;}
.suffix-17 {padding-right:680px;}
.suffix-18 {padding-right:720px;}
.suffix-19 {padding-right:760px;}
.suffix-20 {padding-right:800px;}
.suffix-21 {padding-right:840px;}
.suffix-22 {padding-right:880px;}
.suffix-23 {padding-right:920px;}
.prefix-1 {padding-left:40px;}
.prefix-2 {padding-left:80px;}
.prefix-3 {padding-left:120px;}
.prefix-4 {padding-left:160px;}
.prefix-5 {padding-left:200px;}
.prefix-6 {padding-left:240px;}
.prefix-7 {padding-left:280px;}
.prefix-8 {padding-left:320px;}
.prefix-9 {padding-left:360px;}
.prefix-10 {padding-left:400px;}
.prefix-11 {padding-left:440px;}
.prefix-12 {padding-left:480px;}
.prefix-13 {padding-left:520px;}
.prefix-14 {padding-left:560px;}
.prefix-15 {padding-left:600px;}
.prefix-16 {padding-left:640px;}
.prefix-17 {padding-left:680px;}
.prefix-18 {padding-left:720px;}
.prefix-19 {padding-left:760px;}
.prefix-20 {padding-left:800px;}
.prefix-21 {padding-left:840px;}
.prefix-22 {padding-left:880px;}
.prefix-23 {padding-left:920px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
div.colborderleft {padding-left: 24px;margin-left: 25px; border-left: 1px solid #ddd;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;max-height:0;overflow:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.fancy { color: #666; font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; font-style: italic; font-weight: normal; }
.caps { font-variant: small-caps; letter-spacing: 1px; text-transform: lowercase; font-size:1.2em; font-weight:bold; padding:0 2px; }
/*** Icons ***/
.mail { padding-right: 22px; background-repeat: no-repeat; background-position: right center; }
body a.noicon { background:none !important; padding:0 !important; margin:0 !important; }
a[href^="http:"],a[href^="https:"],a[href^="mailto:"],a[href$=".pdf"],a[href$=".doc"],a[href$=".xls"],a[href$=".rss"],a[href$=".rdf"],a[href^="aim:"], a.external
{ padding:2px 22px 2px 0; margin:-2px 0; background-repeat: no-repeat; background-position: right center; }
a[href^="http:"], a[href^="https:"], a.external        { background-image: url(../images/icons/external.png); padding-right: 14px; }
a[href^="mailto:"], .mail        { background-image: url(../images/icons/email.png); }
a[href^="http:"]:visited, a[href^="https:"]:visited, a.external:visited  { background-image: url(../images/icons/visited.png); }
a[href$=".pdf"],a[href$=".pdf"]:visited  { background-image: url(../images/icons/pdf.png); }
a[href$=".doc"],a[href$=".doc"]:visited  { background-image: url(../images/icons/doc.png); }
a[href$=".xls"],a[href$=".xls"]:visited  { background-image: url(../images/icons/xls.png); }
a[href$=".pdf"],a[href$=".doc"],a[href$=".xls"],a[href$=".rss"],a[href$=".rdf"] { padding-right: 22px;}
a[href$=".rss"], a[href$=".rss"]:visited,
a[href$=".rdf"], a[href$=".rdf"]:visited  { background-image: url(../images/icons/feed.png); }
a[href^="aim:"], a[href^="aim:"]:visited { background-image: url(../images/icons/im.png); }
/*** TEXT CLASSES ***/
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.hidden {position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.thin {font-weight: lighter;}
.errors, .notice, .success, .box, .error {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.errors, .error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.errors a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice a {color:#514721; background:none; padding:0; margin:0; }
.success a {color:#264409; background:none; padding:0; margin:0; }
.center {text-align: center;}
.fancy { color: #666; font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; font-style: italic; font-weight: normal; }
.caps { font-variant: small-caps; letter-spacing: 1px; text-transform: lowercase; font-size:1.2em; font-weight:bold; padding:0 2px; }
.box {background: #EEEEEE; border-color: #ccc; padding: .4em 3em; border-width: 2px 0; color: #666;}
.inverse, .inverse * {color: #fff}
/* images */
img {vertical-align: text-top;}
p img {margin-right: 10px; }
img.right {margin: 0 0 1em 10px; float: right;}
img.left {margin: 0 10px 1em 0; float: left;}
img.noimg {padding: 0; margin: 0; background: 0 none; border: 0;}
/* accessible links */
.skip a, .skip a:hover, .skip a:visited { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;} 
.skip a:active, .skip a:focus { position:static; width:auto; height:auto;}
/*** STYLES FOR BUTTONS ***/
a.button, button, input.button { display: inline-block; float: left; margin:0 0.583em 0.667em 0; padding:5px 10px 5px 7px; border:1px solid #dedede; border-top:1px solid #eee; border-left:1px solid #eee; background-color:#f5f5f5; font-family:"Liberation Sans", Helvetica, Arial, sans-serif; font-size:100%; line-height:130%; text-decoration:none; font-weight:bold; color:#565656; cursor:pointer;}
button { width:auto; overflow:visible; padding:4px 10px 3px 7px; }
button[type] { padding:4px 10px 4px 7px; line-height:17px; }
*:first-child+html .container button[type] { padding:4px 10px 3px 7px; }
button img, a.button img{ margin:0 3px -3px 0 !important; padding:0; border:none; width:16px; height:16px; float:none; }
a:link.button, a:visited.button, a:link.button:hover, a:visited.button:hover {text-decoration: none;}
/*** STANDARD BUTTONS ***/
button:hover, a.button:hover{ background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699; }
a.button:active, button:active{ background-color:#6299c5; border:1px solid #6299c5; color:#fff; }
/* end bluetrip */
/* custom */
body {background: url(../images/main_bg.png) repeat-x 0 125px; }
.style4 {padding-top: 5px;}
h2, h2 a {color: #FE0000;}
.product h2, h3 {color: #720000;}
a:link {color: #0066CC; text-decoration: underline; font-weight: bold;}
a:hover, a:visited:hover {text-decoration: none; color: #720000;}
a:visited,.navBar ul li.current ul li a:visited, .navBar ul li.here ul li.current ul li a:visited, .navBar ul li.here ul li.here ul li.current ul li a:visited 
{font-weight: normal; color: #777777;}
strong a:visited {font-weight: bold;}
a img {border:none;}
button, #ajaxSearch_submit, #products_ajaxSearch_submit, input.submit, a.submit {display: inline; float: none; color: #fff; text-align: center; font-weight: bold; padding: 0; margin: 0; height: 36px; width: 86px; border: 0 none; background: url(../images/button.png) no-repeat left top !important; font-size: 12px;}
button:hover, #ajaxSearch_submit:hover, #products_ajaxSearch_submit:hover, input.submit:hover, a.submit:hover{background-position: 0 -36px !important;}
a.submit {padding: 0 !important; line-height: 36px; display: block;}
a.submit:hover {color: #fff;}
/* misc classes*/
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right;margin:1.5em 0 1.5em 1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9; font-size: 1em;}
.clearfloat {clear: both; height: 1px; line-height: 1px; }
.leftcol, .rightcol {overflow: hidden; width: 45%; }
.leftcol {float: left; margin-right: 9%; }
.rightcol {float: right; }
.email {margin-left: 2em; font-style: italic; }
.smallprint {font-size: .625em; text-align: justify; }
/* link icon overrides*/
a[href^="http://www.westerndata.net"],a[href^="http://www.westerndata.net"]:visited,
a[href^="https://www.westerndata.net"],a[href^="https://www.westerndata.net"]:visited, 
.statcounter a, #header a, #mainmenu a, #sidebar a  {background:none; padding:0; margin:0;}
/* headers */
h1 {font-size: 1.9em; }
h2 {font-size: 1.7em; }
h3 {font-size: 1.5em; }
h4 {font-size: 1.3em; }
h5 {font-size: 1.2em; }
h6 {font-size: 1em; }
h1 {margin: 0em 0 .5em;  }
h2 {margin: 1.07em 0 .535em; }
h3 {margin: 1.14em 0 .57em; }
h4 {margin: 1.23em 0 .615em; }
h5 {margin: 1.33em 0 .67em; }
h6 {margin: 1.6em 0 .8em; }
/* table */
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th, th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
td, table, th{border: 1px #ccc solid; border-collapse: collapse;}
tfoot {font-style:italic;}
caption {background:#eee;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666; outline: 2px #c3d9ff solid;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title, input.password {width:300px;padding:5px;}
input.title {font-size2:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
.city input{width: 120px;}
.state select{width: 50px;}
.zip input{width: 60px;}
.vericode img {border: 1px #ccc solid}
form.inline, form .inline {line-height:3;}
form.inline p , form .inline p, form p.inline {margin-bottom:0;}
.error, .notice, .success, .errors {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .errors {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
/* ajax search */
.AS_ajax_highlight1, .ajaxSearch_highlight1{color: #CC0000; padding: 0; font-weight: bold;}
.AS_ajax_highlight2, .ajaxSearch_highlight2{color: #CB53DF; padding: 0; font-weight: bold;}
.AS_ajax_highlight3, .ajaxSearch_highlight3{color: #DF53B5; padding: 0; font-weight: bold;}
.AS_ajax_highlight4, .ajaxSearch_highlight4{color : #DF5380;padding: 0;font-weight: bold;}
.AS_ajax_highlight5, .ajaxSearch_highlight5{color : #A453DF;padding: 0;font-weight: bold;}
.AS_ajax_highlight6, .ajaxSearch_highlight6{color : #53ADDF;padding: 0;font-weight: bold;}
.ajaxSearch_resultsInfo {margin-bottom: 0}
.ajaxSearch_resultDescription {font-style: italic;}
.ajaxSearch_resultExtract p {margin-top: 5px;}
.ajaxSearch_paging {display: block; overflow: hidden;}
.AS_ajax_result {color: #eee; margin-bottom: 3px;}
.AS_ajax_resultLink {text-decoration: underline;}
.AS_ajax_resultDescription{color: #ccc;}
.AS_ajax_more {color: #ccc;}
.ajaxSearch_result {margin: 1em 0 0 0}
.ajaxSearch_hiddenField {position:absolute;text-decoration:underline;background-color:#CC0000;left:0px;top:-500px;width:1px;height:1px;overflow:hidden;}
/* shop */
table.store_listing {table-layout: fixed; width: 100%;}
table.store_listing col {}
input.buy_amount {width: 40px !important; display: inline; white-space: nowrap;}
table input.paypal_button {margin: 0 0 0 10px; float: left;}
input.paypal_button.submit {margin: 0 0 0 10px; float: none;}
input.paypal_button2 {border: 1px #fff solid; margin: 0 0 0 10px; position: relative; top: 6px; float: left;}
.even input.paypal_button2 {border-color: #E5ECF9}
input.paypal_button2:hover, tr.paypal_row:hover input.paypal_button2:hover {border-color: #0066CC;}
.paypal_row .paypal_add {white-space: nowrap; vertical-align: text-top;}
.paypal_row  form {margin-bottom: 1em; text-align: center;}
.paypal_row p {text-align: center; margin-bottom: .5em;}
.paypal_row input.buy_amount {margin: 0 5px 0 0;}
.paypal_row input.paypal_button {margin: 0 0 0 0; padding: 0;}
.paypal_row a {display: block;}
.paypal_row p  a {text-decoration: underline;}
.paypal_row p  a:hover{text-decoration: none;}
.col_button {text-align: center; display: inline; white-space: nowrap;}
.col_part {}

/**************************************/
/*              HEADER                */
/**************************************/
#headerLeft, #headerRight {overflow: visible;}
#header ul {margin: 0; padding: 0;}
#header a {text-decoration: none; }
#header a:hover {text-decoration: underline; }
#ribbon {height: 25px; overflow: hidden; margin-top: 6px; }
#ribbon strong {background: url(../images/ribbon2.png) no-repeat; line-height: 22px; padding-left: 15px; padding-top: 25px; display: block; }
#logo {margin: 0; padding: 0; height: 60px; background: url(../images/logo.png) no-repeat; overflow: hidden; }
#logo h2, #logo h3 {padding-top: 60px; }
#headerRight {text-align: right;}
#phone_number {font-size: 24px; font-weight: bold; text-align: right; }
#buttons_holder {text-align: right;}
#buttons {height: 46px; overflow: visible; padding: 0; position: relative; left: 10px;}
#buttons ul li {display: inline; margin: 0;}
#buttons ul li a {float: right; width: auto; height: 0; padding-top: 46px; overflow: hidden;  margin: 0; background-image: url(../images/request_buttons.png); background-repeat: no-repeat; }
#buttons ul li.request_service a {width: 195px; background-position: 0px -2px; }
#buttons ul li.request_quote a {width: 195px; background-position: -195px -2px; }
#buttons ul li.request_service a:hover {background-position: 0px -52px; }
#buttons ul li.request_quote a:hover {background-position: -195px -52px; }
.search fieldset {margin: 0;}
.search fieldset h3 {margin-top: 0;}
.search img{margin-top: 0; float: right; cursor: pointer;}
#layout_wrap .search img{position: absolute; top: 0; right: 200px;}
#layout_wrap .search fieldset{margin-bottom: 1em;}
.ajaxSearch_resultsDisplayed, .ajaxSearch_grpResultName,.AS_ajax_resultsDisplayed {float: right;}
#header .search fieldset {border: 0 none; padding: 0; margin: 0; display: block;float: right; width: 270px; text-align: right;}
#header .search img{float: left; margin: 10px 10px 0 0; position: relative; top: 0;}
.search form {width: auto; margin: 0; padding: 0; overflow: hidden;}
#ajaxSearch_input, #products_ajaxSearch_input {text-align: left; float: left; margin: 6px 3px 0 0; padding: 3px 0 0; width: 160px; display: inline; height: 20px; border: 1px solid #ddd; border-left-color: #c3c3c3; border-top-color: #7c7c7c; background: #fff; vertical-align: top;}
#ajaxSearch_output, #products_ajaxSearch_output {margin: 0; padding: 0; background: transparent; color: #fff; display: block; vertical-align: top; overflow:visible;}
#ajaxSearch_output p, #products_ajaxSearch_output p {padding: 0 0 1em 0; overflow: hidden; background: #000;}
#ajaxSearch_output div, #products_ajaxSearch_output div {padding: 10px; overflow: hidden; background: #000;}
#ajaxSearch_output div#current-search-results {padding: 0; }
#ajaxSearch_output div#current-search-results * {margin: 10px;}
#ajaxSearch_output div#current-search-results * * { margin: 0;}
#ajaxSearch_output div div, #products_ajaxSearch_output div div {padding: 0;}
#layout_wrap #ajaxSearch_output {}
.AS_ajax_result {margin-top: 1em; margin-bottom: 0em;}
#ajaxSearch_submit, #products_ajaxSearch_submit {text-align: center; width: 86px; float: right; position: relative; left: 0px;}
/**************************************/
/*             NAVIGATION             */
/**************************************/
#mainmenu {overflow: visible; height: 75px;position: absolute; z-index: 5; top: 125px;}
#menu1{overflow: visible; height: 36px;position: absolute; z-index: 24; top: 0;}
#menu2 {overflow: visible; height: 36px;position: absolute; z-index: 13; top: 36px}
/* mainmenu technical */
#menu1 ul, #menu2 ul {left: 0; position: relative; margin: 0; padding: 0; display: block; list-style: none; width: 950px; line-height: 36px; height: 36px; overflow: visible;clear: both;}
#menu1 li, #menu2 li{margin: 0; padding: 0; position: relative; list-style: none; display: inline; cursor: pointer;}
#menu1 a, #menu2 a {text-decoration: none; height: 36px; margin: 0 0 0 0; padding: 0; display: inline; cursor: pointer; color: #fff; font-size: 12px; font-weight: bold; }
#menu1 .tabs .haschildren a span, #menu2 a span  {position: absolute; top: 18px; right: 10px; background: url(../images/sprite.png) 0 -25px no-repeat; width: 5px; height: 5px; overflow: hidden; display: block;}
/* tabs */
#menu1 span {display: none;}
#menu1 .tabs .haschildren a span {display: block;}
#menu1 a {padding: 12px 10px 12px; }
#menu1 .tabs .haschildren a {padding-right: 20px;}
#menu1 .tabs ul {display: none; width: 950px; float: left; font-size: 0.8em; background: url(../images/main_bg.png) repeat-x 0 -36px; } /* fixes ie bug */
#menu1 .tabs ul li {overflow: visible; float: left; width: auto; margin-top: 0px; height: 35px;}
#menu1 .tabs ul li a {padding: 10px 10px 11px;}
#menu1 .tabs ul {display: none;}
#menu1 .tabs:hover ul {display: block;}
#menu1 ul:hover li.here:hover a, #menu1 li.here a, #menu1 li:hover a {background: #FF0000;}
#menu1 ul:hover li.here a, #menu1 ul:hover li.here:hover li a, #menu1 li.here:hover li a, #menu1 li.here li a, #menu1 li:hover li a {background: none;}
#menu1 .tabs.here li a, #menu1 .tabs li:hover a, #menu1 li.here:hover li:hover a, #menu1 ul:hover li.here:hover li:hover a  {background: url(../images/main_bg.png) repeat-x 2px 1px;}
/* tabs twitter and facebook icons */
#menu1 #link2295, #menu1 #link2296 {position: absolute; right: 0; top: 0; display: block; width: 36px; height: 36px; overflow: hidden;}
#menu1 #link2295 {right: 40px;}
#menu1 #link2295 a, #menu1 #link2296 a {background: url(../images/icons/twitter-32x32.png) no-repeat 3px 2px; width: 36px; height: 36px; display: block; padding-top: 36px;}
#menu1 #link2296 a {background-image: url(../images/icons/facebook-32x32.png);}
/* dropmenu */
#menu2 li:hover a, #menu2 .here a {background: url(../images/main_bg.png) repeat-x 2px 1px;}
#menu2 .drop a {padding-right: 20px;}
#menu2 a span {background-position-y: -15px;}
#menu2 ul {height: 34px; line-height: 34px;}
#menu2 li {display: block; float: left;width: auto; cursor: pointer; top: 1px; }
#menu2 a {padding: 0 10px; display: block; height: 34px;}
#menu2 .drop ul {border: 1px #707070 solid; background: #7E0000; border-width: 0 1px 1px 0; padding: 0; line-height: 22px; color: #000; width: auto; float: none; position: absolute; top: 34px;height: auto; display: none; font-size: 0.8em; z-index: 100;}
#menu2 .drop:hover ul {display: block;}
#menu2 .drop ul li{display: block; float: none; white-space: nowrap; margin: 0; padding: 0; height: auto; width: auto; z-index: 200;}
#menu2 .drop ul li a {border: 0 none; z-index: 9999; display: block; padding: 0 10px; text-decoration: none; width: auto; float: none; height: auto; zoom: 1; overflow: hidden;}
#menu2 .drop ul li.last {padding-bottom: 1em;}
#menu2 .drop ul li a, #menu2 .drop ul li.here:hover a  {background: none !important; text-decoration: none !important;}
#menu2 .drop ul li:hover a, #menu2 .drop ul li.here a {text-decoration: underline !important;}
/* sidebar menu */
.navBar a {text-decoration: none; }
.navBar h3 a {color: black; font-weight: bold; }
.navBar ul {margin: 0;}
.navBar li {margin: 0;}
.navBar ul li {list-style-type: none; padding: 2px 2px 2px 0px; margin-left: 5px; border-bottom: thin #A4A4A4 solid; }
.navBar ul li a {padding: 2px 2px 2px 15px; background: url(../images/bullet.png) 0 50% no-repeat; display: block; z-index: 1; }
.navBar ul li ul {display: block; background: none; border: 0; }
.navBar ul li ul li {border: 0; margin-left: 15px; }
/* hover */
.navBar h3 a:hover {text-decoration: underline;}
.navBar ul li a:hover {color: #000;}
.navBar ul li a:hover, .navBar ul li.current a {background: url(../images/bullet.png) 4px 50% no-repeat;}
/* here */
.navBar ul li.here a {font-weight: bold;}
.navBar ul li.here ul li.here a, .navBar ul li.here ul li.here ul li.here a, .navBar ul li.here ul li.here ul li.here ul li.here a {font-weight: bold;}
.navBar ul li.here ul li a, .navBar ul li.here ul li.here ul li a, .navBar ul li.here ul li.here ul li.here ul li a {font-weight: normal;}
.navBar ul li.here ul li a:hover, .navBar ul li.here ul li.here ul li a:hover, .navBar ul li.here ul li.here ul li.here ul li a:hover {color: black;}
/* current */
.navBar ul li.current a, .navBar ul li.here ul li.current a, .navBar ul li.here ul li.here ul li.current a {font-weight: bold;}
.navBar ul li.current ul li a, .navBar ul li.here ul li.current ul li a, .navBar ul li.here ul li.here ul li.current ul li a {font-weight: normal;}

/**************************************/
/*                 Sidebar            */
/**************************************/
.navBar {width: 189px; overflow: hidden;}
.navBar .top {background: #cecece url(../images/sidebar_top.png) no-repeat; border: 0 none; }
.navBar h3 {padding: 10px 5px 10px 10px; margin: 0; background: #cecece url(../images/sidebar_header_bg.png) repeat-x; border: thin #cecece solid; }
.navBar ul, #login, .gradient {display: block; background: #cecece url(../images/sidebar_main_bg_2s.png) repeat-x; border: thin #cecece solid; }
.navBar input.text, .navBar input.title, input.password {width: 157px;}
#login, .gradient {background: #cecece url(../images/sidebar_main_bg_2s.png) repeat-x 0 -5px; }
.menubottom {background: #fff url(../images/sidebar_bottom.png) no-repeat; padding: 5px; border: 0 none; }
#login_details {padding-bottom:3px; padding-left:0; padding-right:2px; padding-top:0; text-align:left; }
#constantContact .gradient {padding: 0 10px;}
#request_login {padding: 10px 3px 5px 12px; text-align: left; }
#request_login a:hover {text-decoration: underline; }
#safeSubscribe {margin: 10px 0 0px 0;}
#sidebar .gradient {padding: 10px 10px 0 10px; overflow: hidden;}
form#phoneForm, form#phoneForm fieldset, form#phoneForm div{margin: 0 !important; padding: 0 !important; border: 0 !important;}
#phoneForm  input.text {font-size: 0.8em; width: 25px; padding: 2px;}
#phoneForm input.text#cf2Phone {width: 50px;}
#phoneForm input.text#cf2Extension {width: 40px;}
#phoneForm input.text#cf2Name, #phoneForm input.text#cf2Vericode {width: 150px;}
#chat .gradient {padding: 0; background: #cecece;}
#chat img {margin-top: -1px;}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#header {overflow: visible; height: 105px; margin-top: 0; position: absolute; top: 20px; z-index: 10;}
#layout_wrap {position: absolute; top: 220px; z-index: 1;}
.margins {overflow: hidden;}
#margins_inner {margin: 0 20px;}
#margins_outer {margin: 0 20px 0 0;}
#sidebar .margins {margin: 0 0;}
.breadcrumbs {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
/* homepage */
#page1 h1 {font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
font-style: italic; color: #6D6D6D; font-weight: normal;text-align: center;}
/* product page */
.chat_product span {padding-top: 160px; display: block;}
.chat_product a:link {width: 275px; height: 155px; float: right; margin: 0 0 1em 20px; padding: 0; overflow: hidden; display: block; background: url(../images/banner_chat_product.png) no-repeat;}
.chat_product a:hover {background-position: 0 -160px;}
.chat_product a:active {background-position: 0 0;}
/**************************************/
/*               FOOTER               */
/**************************************/
#preloader1, #preloader2, #preloader3 {background: none no-repeat; width: 0px; height: 0px; display: inline;}
#preloader1 {background-image: url(../images/menu_hover.png;}
#footer_links {margin: 10px 0; }
