/*** CSS Document Created By
Wes Smith For Red Bullet Web Design
Client - TAAB 
December 2006 ***/

/*** Body Tags ***/
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;
color:#333333;
background:#999999;
padding:0;
margin:0;
}

h1 {
font-size:14px;
color:#006600;
}
h6 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;
color:#ffffff;
padding:0;
margin:0;
}

p {
padding:5px 0px 5px 0px;
margin:0;
}

/*** Outer Wrapper ***/
#outerwrapper {
margin:auto;
width:800px;
height:auto;
padding:10px 10px 5px 10px;
background:#FFFFFF;
}

/*** Inner Wrapper ***/
#innerwrapper {
margin:auto;
width:800px;
min-height:460px;
height:auto !important;
height:460px;
background:#FFFFFF;
}

/*** Header Area ***/
#headerarea {
width:800px;
height:75px;
margin-bottom:10px;
}

.logo {
float:left;
width:300px;
height:75px;
}

.microscope {
float:right;
width:200px;
height:75px;
}

/*** Menu ***/
#menu {
border-bottom:1px solid #3366CC;
margin:0;
padding-bottom:19px;
padding-left:5px;
}

#menu ul, #menu li	{
display:inline;
list-style-type:none;
margin:0;
padding:0;
}
	
#menu a:link, #menu a:visited	{
background:url(Images/menubg.gif) repeat-x;
border:1px solid #3366CC;
color:#FFFFFF;
float:left;
font-size:11px;
font-weight:normal;
line-height:14px;
margin-right:3px;
padding:2px 8px 2px 8px;
text-decoration:none;
}

#menu a:link.active, #menu a:visited.active	{
background:#FFFFFF;
border-bottom:1px solid #FFFFFF;
color:#000000;
}

#menu a:hover	{
color:#FFFFFF;
text-decoration:underline;
}

/*** Contents ***/
#contents {
position:relative;
min-height:460px;
height:auto !important;
height:460px;
background :#FFFFFF;
border:1px solid #3366CC;
border-top :none;
clear:both;
margin:0px;
}

#contents2 {
position:relative;
min-height:460px;
height:auto !important;
height:460px;
background :#FFFFFF;
border:1px solid #3366CC;
border-top :none;
clear:both;
margin:0px;
padding:10px 10px 0px 10px;
}

#contents2 a:link, #contents2 a:visited {
text-decoration:none;
color:#006600;
}

#contents2 a:hover {
text-decoration:underline;
color:#006600;
}

/*** Left Column ***/
.leftcolumn {
float:left;
width:190px;
height:auto;
}

.prod_list {
	text-align: center;
	clear:both;
	padding-bottom: 10px;
}
.search {
width:170px;
height:80px;
background:url(Images/searchbg.gif) no-repeat;
padding:30px 10px 10px 10px;
margin-bottom:10px;
}

.search a:link, .search a:visited {
text-decoration:none;
color:#006600;
}

.search a:hover {
text-decoration:underline;
color:#006600;
}

.browse {
width:170px;
height:110px;
background:url(Images/browsebg.gif) no-repeat;
padding:30px 10px 10px 10px;
margin-bottom:10px;
}

.quotebasket {
width:170px;
height:auto;
background:#FFFFFF url(Images/quotebasketbg.gif) no-repeat;
padding:30px 10px 10px 10px;
margin-bottom:10px;
border-right:1px solid #3366cc;
border-left:1px solid #3366cc;
border-bottom:1px solid #3366cc;
overflow: visible;
}

/*** Right Column ***/
.rightcolumn {
float:right;
width:568px;
min-height:418px;
height:auto !important;
height:418px;
border:1px solid #3366CC;
padding:5px;
margin:0 0px 10px 0;
}


/*** Footer ***/
#footer {
width:800px;
height:20px;
clear : both;
text-align:center;
margin-top:5px;
padding-top:3px;
clear:both;
}

#footer a:link, #footer a:visited {
text-decoration:none;
color:#006600;
}

#footer a:hover {
text-decoration:underline;
color:#006600;
}

.clear{clear:both;}