/* CSS Document */

*
{
padding:0px;
margin:0px;
}
body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#e2eff3;
font-size:11px;
}

.category
{
background-image:url(images/category.jpg);
background-repeat:repeat-x;
width:265px;
height:33px;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
background-position:left top;
}
h2
{
font-size:15px;
font-weight:bold;
color:#FFFFFF;
padding:5px 20px;
}
#nav
{
background-image:url(images/pipe.jpg);
background-repeat:repeat-x;
margin-right:2px;
margin-left:2px;
}
#nav a
{
font-size:11px;
font-weight:normal;
padding:10px 12px;
color:#000000;
text-decoration:none;
text-transform:uppercase;
display:block;
float:left;

}
#nav a:hover, #nav a:active
{
background-color:#375969;
color:#FFFFFF;

}



#left a
{
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
text-align:right;
padding:10px 25px;
display:block;
border-right:solid 5px #f1f1f1;
}

#left a:hover
{
color:#666666;
border-right:solid 5px #45acd5;
}
.line
{
background-image:url(images/dottedline.gif);
background-repeat:no-repeat;
background-position:bottom center;
}

.welcome
{
background-image:url(images/welcome.gif);
background-repeat:no-repeat;
background-position:left top;
widows:679px;
height:66px;
}

#middle p
{
font-family:Tahoma, verdana, Arial, Helvetica;
font-size:11px;
font:normal;
color:#000;
letter-spacing:1px;
line-height:17px;
text-align:justify;
padding:10px;
}
.space
{
padding:10px;
}


#bottom
{
/*background-color:#45acd5;*/
background-image:url(images/btm.jpg);
background-repeat:repeat-x;
height:70px;
margin-top:10px;
}

#bottom a, #bottom
{
color:#FFFFFF;
font-size:11px;
font-weight:normal;
padding:0px 10px;
text-decoration:none;
}
#bottom a:hover
{
color:#FFFFFF;
}

#middle a
{
color:#FF0000;
text-decoration:none;
}


.button
{
background-repeat:no-repeat;
font-family:Tahoma, Verdana, Arial;
font-size:12px;
font-weight:bold;
padding-left:10px;
letter-spacing:1px;
}

.button_margtin
{
margin-left:4px;
margin-top:2px;
}

