/* Three Kings Wholesale CSS */

body{
font-family: Arial, Verdana, Helvetica, sans-serif;
line-height: 1.0em;	
font-size: 1.0em;
margin: 0px;
padding: 0px;
}

.main
{
width: 100%;
height: auto;
margin-left: 0;
margin-right: 0;
height: auto;
background-color: #E2F7F7;
}

.headban
{
 width: 700px;
 height: 249px;
 margin-right: 15%;
 margin-left: 15%;
 border: 2px solid #000000;
 border-collapse: collapse;
}

.hdimg
{
width: 413px;
height: 249px;
background-image:url(images/header_3.jpg);
background-position: top left;
background-repeat: no-repeat;
}

.hdtxt
{
 width: 287px;
 height: 249px;
 background-color: #AAF1F5;
 vertical-align: middle;
}

.hdtxt h2, .hdtxt h3
{
 font-size: 1.8em;
 line-height: 1.2em;
 text-align: center;
 color: #135798;
 padding-top: 5px;
}

.hdtxt h3
{
font-size: 1.2em;
}

.hdtxt h2
{
 margin-bottom: 0;
}

.content
{
 width: 700px;
 height: auto;
 border: 2px solid #000000;
 border-collapse: collapse;
}

.conthdr
{
width: 700px;
height: auto;
background-color: #FFFFFF;
border-bottom: 2px solid #000000;
}

.conthdr h3
{
margin-top: 10px;
text-align: center;
color: #33A5A5;
}

#conthdrp
{
 text-align: center;
 font-size: 0.8em;
 font-weight: bold;
 color: #000000;
 margin-top: -10px; 
}

.contlft
{
width: 300px;
height: auto;
background-color: #000000;
vertical-align: middle;
border-bottom: 2px solid #000000;
}

.cintlft .imgdiv
{
margin: 0;
}

.contctr1 h3
{
text-align: center;
color: #B5FFFF;
}

.contctr2
{
width: 125px;
height: auto;
vertical-align: middle;
background-color: #FFFFFF;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
text-align: right;
padding-right: 5px;
font-size: 0.8em;
font-weight: bold;
line-height: 1.6em;
color: #FF0000;
}

.contrt
{
width: auto;
height: auto;
vertical-align: middle;
background-color: #FFFFFF;
border-bottom: 1px solid #CCCCCC;
padding-left: 5px;
font-size: 0.8em;
font-weight: normal;
text-align: left;
line-height: 1.6em;
color: #000000;
}

.carprc
{
 width: 125px;
 height: auto;
 background-color: #CCCCCC;
 vertical-align: middle;
 padding-right: 5px;
 border-right: 1px solid #CCCCCC;
 border-bottom: 2px solid #000000;
 text-align: right;
 font-weight: bold;
 font-size: 0.8em;
 color: #000000;
}

.contdesc
{
width: auto;
height: auto;
background-color: #FFFFFF;
padding-left: 5px;
padding-top: 5px;
text-align: left;
font-weight: normal;
font-size: 0.8em;
color: #000000;
border-bottom: 2px solid #000000;
}

.contdesc p
{
font-size: 0.8em;
font-weight: normal;
color: #000000;
line-height: 1.0em;;
}

.lnkstbl
{
 width: 700px;
 height: auto;
 background-color: #FFFFFF;
 border-left: 2px solid #000000;
 border-right: 2px solid #000000;
 border-collapse: collapse;
 text-align: center;
 font-size: 0.8em;

}

.lnkstbl h4
{
color:  #33A5A5;
margin-top: 10px;
}

.lnkstbl p
{
font-weight: bold;
color: #000000;
}

.lnkstbl a:link, .lnkstbl a:visited
{
 text-decoration: none;
 color: #2E3192;
 font-weight: normal;
}
 
.lnkstbl  a:hover, .lnkstbl a:active
{
 font-weight: bold;
 text-decoration: underline;
 color: #33A5A5;
 }


.footban
{
 width: 700px;
 height: auto;
 border: none;
 border-collapse: collapse;
 background-color: #000000;
 text-align: center;
}

.ftrtxt
{
font-size: 0.7em;
font-weight: normal;
color: #FFFFFF;
}

.ftrtxt a:link, .ftrtxt a:visited
{
color: #FFFF00;
}

.ftrtxt a:hover, .ftrtxt a:active
{
color:#FF0000;
}