/*------------------------------------------------------------------
Title: Network Me Shop Main Layout
Author: Henry Lockett 
Date: January 2009

Padding: Top Right Bottom Left
-------------------------------------------------------------------*/


#content
{
float: middle;
width: 940px;
margin: 0 auto;
padding: 0;
background-color: #ffffff;
color: #333333;
line-height: 180%;
}

#firstcolumn
{
float: left;
width: 236px;
border: none;
margin-left: 4px;

}

#secondcolumn
{
float: right;
width: 700px;
border: none;
}

#searchdrop
{
width: 190px; font: 8pt/10pt, Tahoma; border: solid 1px #dadada;
}

#searchbox
{
width: 98%;
height: 48px;
background-color: #ffffff;
margin: 4px auto;
clear: both;
border: solid 1px #cccccc;
}

#querylist
{
width: 98%;
min-height: 48px;
background-color: #ffffff;
margin: 4px auto;
clear: both;
border: solid 1px #cccccc;
}


div.standardbox
{
width: 98%;
min-height: 30px;
background-color: #ffffff;
margin: 4px auto;
clear: both;
border: solid 1px #cccccc;
}

div.standardboxclear
{
width: 100%;
min-height: 30px;
margin: 0 auto;
margin-top: 4px;
clear: both;
border: none;
}

div.standardboxheader
{
width: 98%;
min-height: 30px;
margin: 4px auto;
clear: both;
}

div.standardboxmain
{
width: 98%;
min-height: 30px;
margin: 4px auto;
clear: both;
}

div.standardboxfooter
{
width: 98%;
min-height: 20px;
margin: 4px auto;
clear: both;
}

div.standardbox75
{
width: 75%;
min-height: 30px;
background-color: #ffffff;
margin: 4px auto;
clear: both;
}

div.standardboxcenter
{
text-align: center;
width: 98%;
min-height: 30px;
background-color: #ffffff;
margin: 4px auto;
clear: both;
}

div.box
{
display: inline;
min-height: 30px;
}



.subbox a:hover{color: #4789b7;}
.standardbox a:hover{color: #4789b7;}
