﻿@charset "utf-8";
/* CSS Document */

/*********************************/
/*       BROWSER RESET
/*********************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,/*blockquote,*/th,td {    
    margin:0;   
    padding:0;   
} 


table {  
    border-collapse:collapse;   
    border-spacing:0;   
} 

address,caption,cite,code,dfn,/*em,strong,*/th,var {  
    font-style:normal;   
     font-weight:normal;   
 } 

 caption,th {  
     text-align:left;   
 } 

q:before,q:after {  
    content:'';   
} 

abbr,acronym { border:0;   
}  

a img { border: none; }

/*accessibility links*/
.hidden, .nostyles {
display:none;
margin:0 -10000px 0 0;
}

/*********************************/
/*            BODY
/*********************************/

body {
background:url(../images/bodyBkgd.jpg) repeat-x #FFFFFF;
font-family:"calibri", Arial, Helvetica, sans-serif;
font-size:95%; 
color:Black;
}

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

/*********************************/
/*           CONTAINER
/*********************************/

#container {
background:#FFFFFF;
height:auto;
margin:0 auto;
position:relative;
width:948px;
top:30px;
min-height:550px;
}

#hdr {
background:url(../images/hdr.jpg) no-repeat;
width:948px;
height:103px;
position:relative;
}

#hdr h1 a {
display:block;
width:280px;
height:103px;
outline:none;
margin:0 0 0 340px;
}

#hdr h1 span {
display:none;
}

/*********************************/
/*        SEARCH AREA
/*********************************/

#search {
width:231px;
position:relative;
margin:7px 0 7px 0;
top:3px;
}

#search .searchinput {
width:147px;
margin:0 5px 0 3px;
height:1.1em;
padding:0;
}

/*********************************/
/*     LEFT COLUMN
/*********************************/

#leftcol {
width:231px;
position:relative;
float:left;
clear:both;
left:6px;
top:0px;
padding:0 0 10px 0;
}

/*
#leftcol #financing a {
color:#0b1a47;
text-decoration:none;
}

#leftcol #financing a:hover {
text-decoration:underline;
}
*/

#paypal {
background:url(../images/logoPaypal.jpg) no-repeat bottom;
width:231px;
height:167px;
margin:40px 0 40px 0;
}

#paypal a {
display:block;
width:231px;
height:60px;
}

/*********************************/
/*     BREADCRUMB STYLING
/*********************************/

#breadcrumbs {
margin:3px 0 20px 0;
background:
}

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
position:relative;
float:right;
width:670px;
right:20px;
padding:0px 0 31px 0;
top:10px;
}

#txtarea{
min-height: 300px;
}

#contentarea ul, #contentarea ol {
margin:0 1em;
}

#contentarea ul li {
background:url(../images/ul_bullet.png) no-repeat 0 4px;
padding:0 0 0 1.5em;
list-style:none;
}

#contentarea a {
color:#1b337d  ;
text-decoration:underline;
}

#contentarea a:hover {
color: #c0352e ;
text-decoration:none;
}

#contentarea .txthdr {
background:url(../images/miniLogo.gif) no-repeat left;
height:30px;
padding:0 0 3px 34px;
margin:0 0 10px -5px;
color:#0e2057;
font-weight:bold;
}

/********************************/
/*       PRODUCT TEMPLATE
/********************************/
#container .tableprices {
padding: 0 10px;
line-height:.8em;
}

#container .tableprices td{
padding: 0 5px;
line-height:.8em;
}


/*********************************/
/*            FOOTER
/*********************************/

#footer {
border-top:#0e2057 3px solid;
width:100%;
height:75px;
clear:both;
}

#footer table {
margin:10px 0 0 0;
position:relative;
right:35px;
}

#footer table td {
min-width:84px;
vertical-align:middle;
}

#footer ul {
width:100%;
text-align:left;
padding:10px 0;
margin:0 0 0 10px;
}

#footer ul li {
display:inline;
}

#footer ul li a {
color:#0b1a47;
text-decoration:none;
border-right:1px solid black;
padding:0 10px;
font-size:.9em;
}

#footer ul li .last{
border-right:none;
}

#footer ul li a:hover {
text-decoration:underline;
}