/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{
font-family: "Trebuchet MS", Arial, sans-serif;
text-align: center;
background: #fbdf00;
color: #000;
}
a img 
{
border:none; 
}
#wrapper
{
background: url(../2009/images/bg_content.gif) repeat-y;
text-align: left;
margin: 0 auto;
width: 1200px;
}

#container
{
background: url(../2009/images/bg_total_white.jpg) no-repeat;
width: 1200px;
}

#menu
{
float: left;
width: 220px;
/*height: 550px;*/
height: 680px;
font-size: 14px;
margin-left: -85px;
margin-top: -60px;
}
#menu ul
{

}
#menu li
{
margin: 10px 0 0 0;
list-style-type: none;
}
#menu a:link, #menu a:visited
{
color: #fff !important;
background-color: #000 !important;
text-decoration: none !important;
}
#menu a:hover, #menu a:active
{
color: #FF5400 !important;
background-color: #000 !important;
}
#minitop a
{
margin-left: 200px;
width: 800px;
height: 125px;
display: block;
text-decoration:none;
}
#minitop a span {
visibility: hidden;
}
#content
{
float: left;
font-size: 14px;
line-height: 18px;
margin: 75px 0 0 220px;
width: 770px;
}

#content a:link, #content a:visited
{
color: #FF5400;

}
#content a:hover, #content a:active
{
background-color: #FF5400;
color: #fff;
text-decoration: none;
}
h1
{
font-size: 20px;
padding: 1em 0 0.5em 0;

}
h2
{

}
#footer
{
clear: both;
text-align: center;
background: url(../images/footer.jpg) no-repeat;
width: 1200px;
height: 113px;
}
#footer a:link, #footer a:visited, #footer p
{
position: relative;
top: 35px;
font-size: 10px;
color: #000;
background-color: transparent;
text-decoration: none;
}
#footer a:hover, #footer a:active
{
text-decoration: underline;
}
/*
saskia - 2009/02/20: i'm going to cheat and use a table because I keep getting stuck while trying to make a fluid box fit in there. 
Maybe some other time.
for now use the code for orange boxt .txt file to copy paste the table code.

.orangebox
{
width: 277px;
height: auto;
background: url(../images/ob_bg.gif) repeat-y;
}
.orangebox p
{
width: 277px;
height: auto;
background: url(../images/ob_top.gif) no-repeat;
}*/
#prodsearch, #distsearch
{
background-color:#000000;
width:150px;
color:#FFFFFF;
padding:0 0 0 10px;
margin:0 0 0 10px;
}
#prodsearch
{
margin-top: 47px;
}
#distsearch
{
margin-top: 27px;
}
#thawte
{
width:80px;
margin:30px 0 0 90px;
}