/* common styles
 */
body {
background: #fff;
font-family: Arial, Helvetica, Verdana, Lucida, sans-serif;
margin: 0px;
padding: 0px;
color: #933;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* layout
 */
#container {
position: absolute;
left: 50px;
background: transparent;
margin: 20px auto;
padding: 0px;
width: 700px;
}

#content {
position: relative;
background: transparent;
padding: 0px;
width: 690px;
border: 0px solid #000;
}

#leftColumn {
position: relative;
float: left;
top: 0px;
left: 0px;
background: transparent;
width: 345px;
}

#rightColumn {
position: relative;
float: right;
top: 0px;
left: 0px;
width: 345px;
}

#aboutUs, #partnerInfo, #investorInfo, #whatsNew, #feedback {
margin: 20px 0 0 100px;
width: 180px;
background: transparent;
}

#productSuite, #spamFryHome, #phishFryHome {
margin: 20px 0 0 0px;
width: 150px;
background: transaprent;
}

#productQuote {
margin: 20px 0 0 0px;
width: 315px;
color: #933;
padding-top: 10px;
}

.frytitle {
font-size: 36pt;
font-weight: bold;
}

.frytitle_smallcaps {
font-size: 29pt;
font-weight: bold;
}

.fryquote {
position: relative;
top: 10pt;
line-height: 14pt;
font-size: 14pt;
}

.comingsoon {
margin: 20px 0 0 200px;
width: 300px;
font-weight: bold;
font-size: 24pt;
}

.product {
margin: 25px 0 0 180px;
width: 300px;
font-weight: bold;
font-size: 36pt;
color: #933;
line-height: 24pt;
}

sup {
* vertical-align: top; /* Fix for IE bug */
font-size: 40%;
}

.bodyinfo {
margin: 15px 0 0 180px;
width: 340px;
font-size: 120%;
background: transparent;
}

#footer {
top: 50px;
margin: 25px 0 0 0;
background: transparent;
height: 1.5em;
text-align: left;
border-top: 1px solid #933;
}

/* text
 */
p {
font-size: 12px;
padding: 5px 5px 10px 5px;
margin: 0;
line-height: 16px;
}

/* headings
 */
#pageHeader {
background: url(metaswarm_logo.jpg) top left no-repeat #fff;
height: 155px;
margin: 0;
border-bottom: 5px solid #933;
}

#pageHeader h1 {
display: none;
position: relative;
top: 145px;
left: 190px;
margin-top: 50px;
font-family: Arial, Helvetica, Verdana, Lucida, sans-serif;
margin: 0px;
padding: 0px;
color: #933;
}

#pageHeader h2 {
display: none;
position: relative;
top: 139px;
left: 190px;
margin-top: 50px;
font-family: Arial, Helvetica, Verdana, Lucida, sans-serif;
font-style: italic;
margin: 0px;
padding: 0px;
color: #933;
}

.smallcaps {
/*
text-transform: lowercase;
font-variant: small-caps;
*/
font-size: 88%;
}

/* links
 */
a, a:link, a:visited {
color: #933;
text-decoration: underline;
font-weight: normal;
}

a:hover {
color: #933;
text-decoration: none;
font-weight: normal;
}

#content a, #content a:link, #content a:visited {
font-weight: bold;
text-decoration: underline;
color: #933;
}

#content a:hover {
font-weight: bold;
text-decoration: none;
color: #933;
}

