/*#############################################################
Name: Secret Squirrel Web Design
Date: 06-04-2008
Description: Asthetically pleasing, white themed website.
Author: Steven Sweeney
URL: http://www.ssdesignuk.co.uk
#############################################################*/
/* CSS Document */
*{
margin:0px;
padding:0px;
font-family:Tahoma;
font-size:small;
color:#606060;
}
body
{
    table-layout:fixed;
}

.generallink:link {color:#c0c0c0;
    font-size:smaller;
    font-weight: 700;
    text-decoration: none;
}
.generallink:hover {color: #606060;}
.generallink:active {color: #600000}
.generallink:visited {color: #600000; text-decoration:none;}

h1{
 font-size:large;
 font-weight:bold;
 text-decoration:none;
}

.side_by_side{
 width:20%;
 float:left;
 text-align:center;
}
.side_by_side2{
 width:20%;
 float:left;
 text-align:center;
 border-width:thick;
 border-color:Blue;
}

.portfolio_menu{
 width:100px;
 float:left;
 text-align:center;
}
.portfolio_items{
 width:50%;
 float:left;
}
.portfolio_logos{
 width:45%;
 float:left;
 text-align:center;
 vertical-align:middle;
 padding:10px;
}
.spacer{
 width:100%;
 height:2px;
 background-color:Gray;
}

/********** Offers ***********/
.packages{
 width:25%;
 float:left;
 text-align:center;
}