body {
    background: #000000 url('images/gradient-bg.jpg') repeat-x left top;
    padding: 0;
    margin: 0;
}
a:link {
    color: #fff;
}
a:visited {
    color: #fff;
}
a:hover {
    color: #ffff33;
}
a:active {
    color: #fff;
}
#Area {
    width: 1008px;
    margin: 0 auto;
    background: url('images/helix-bg.jpg') no-repeat left top;
    padding-top: 258px;
    position: relative;
}
#MainLogo {
    position: absolute;
    top: 40px;
    left: 104px;
    border: none;
}

/* MyXY */
#MyXY {
    background: url('images/my-xy-bg.jpg') no-repeat left top;
    width: 360px;
    height: 286px;
    position: absolute;
    left: 557px;
    top: 0px;
    z-index: 90;
}
#MyXY form {
    position: absolute;
    top: 155px;
    left: 130px;
    padding: 0;
    margin: 0;
}
#MyXY legend {
    display: none;
}
#MyXY fieldset {
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
}
#MyXY .text_field {
    font: normal 10px Verdana, sans-serif;
    padding: 1px;
    margin: 0;
    background: #000000;
    color: #ffffff;
    width: 117px;
}
#MyXYLogo {
    position: absolute;
    top: 20px;
    left: 69px;
    border: none;
}
#Email {
    position: absolute;
    top: 42px;
    left: 93px;
}
#Password {
    position: absolute;
    top: 61px;
    left: 93px;
}
#EmailLabel {
    position: absolute;
    top: 40px;
    left: 18px;
}
#PasswordLabel {
    position: absolute;
    top: 59px;
    left: 18px;
}
#LogInButton {
    position: absolute;
    top: 89px;
    left: 80px;
}
/* =================================== */

/* Menu */
#Menu {
    position: absolute;
    top: 150px;
    left: 104px;
}
#Menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#Menu ul li {
    display: block;
    float: left;
}
#Menu ul a {
    display: block;
    height: 27px; 
    padding: 0 15px;
    border: 1px solid #fff;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    line-height: 25px;
    margin-right: 4px;
}
#Menu a:link, #Menu a:visited {
    color: #fff;
    background-color: #10161f;
}
#Menu a:hover, #Menu a:active {
    background-color: #3a4b63;
}
#Menu a.active {
    background-color: #26303f;
}
#CartArea 
{
    position: absolute;
    top: 0px;
    left: -40px;
    margin-top: 36px;
    padding-top: 12px;
    height: 25px;
    border: 2px solid #fff;
    background-color: #26303f;
    width: 480px;
}
#ShoppingCartIcon {
    padding: 2px 14px 0 10px;
    float: left;
    border: none;
}
#CartMessage {
    padding: 7px 0 0 10px;
}
#CartItemNumber {
    font: 14px Verdana, sans-serif;
    color: #ffffff;
    display: inline;
    text-align: center;
    padding: 0 1px 0 1px;
}
/* =================================== */

/* Main Page */
#MainBody {
    position: relative;
    padding-left: 136px;
}
#FeaturedTestsSubheader {
    line-height: 0px;
    height: 5px;
    padding-bottom: 10px;
}

.gene-type-box {
    width: 503px;
    height: 141px;
    margin-bottom: 11px; 
    position: relative;
    cursor: pointer;
}
.gene-type-box p {
    position: absolute;
    top: 72px;
    margin: 0;
    padding: 0;
    color: #eee;
    line-height: 16px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    position: relative;
    width: 340px;
}
.gene-type-box h2 {
    position: absolute;
    top: 44px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 18px;
}
.gene-type-box h2 a {
    text-decoration: none;
}
.gene-type-box h2 a:link, .gene-type-box h2 a:visited {
    color: #fff;
}
.gene-type-box h2 a:hover, .gene-type-box h2 a:active {
    color: #ffff33;
}
.gene-type-buy {
    position: absolute;
    left: -55px;
    top: 48px;
    width: 47px;
    text-align: center;
    color: #ccc;
    font-family: verdana, sans-serif;
    font-size: 11px;
}
.gene-type-buy .buy-message {
    margin-bottom: 5px;
}
.gene-type-buy .arrow {
    margin-top: 2px;
    margin-left: 6px;
}
#SpeedGene {
    background: url('images/speed-bg.jpg') no-repeat left top;
}
#SpeedGene p, #CancerGene p, #SpeedGene h2, #CancerGene h2 {
    left: 160px;
}
#HIVGene p, #HIVGene h2 {
    left: 10px;
}
#HIVGene {
    background: url('images/hiv-bg.jpg') no-repeat left top;
}
#CancerGene {
    background: url('images/cancer-bg.jpg') no-repeat left top;
}
/* =================================== */

/* Side Page */
#SideArea {
    position: absolute;
    z-index: 100;
    width: 800px;
    left: 104px;
    top: 274px;
}
#SideBody {
    width: 479px;
    padding: 13px;
    border: 1px solid #444;
    background-color: #000;
    color: #fff;
    float: left;
    margin-right: 82px;
    font-family: Verdana, sans-serif;
}
#SideBody h1 {
    margin: 0 0 1em 0;
    font-size: 24px;
}
#SideBody h2 {
    font-size: 20px;
}
#SideBody h3 {
    font-size: 16px;
}
#SideBody p, #SideBody blockquote {
    font-size: 11px;
    line-height: 1.6em;
}
#SideBody ul, #SideBody ol {
    font-size: 11px;
    line-height: 1.5em;
    margin-right: 3em;
}
#SideBody li {
    margin-bottom: 0.5em;
}

/* Promotion */
#Home #Promotion {
    position: absolute;
    top: 327px;
    left: 693px;
}
#Side #Promotion {
    margin: 53px 0 0 0;
}
#Promotion img {
    border: none;
}
/* =================================== */

/* Foot */
#Foot {
    clear: left;
    background: url('images/foot-horizontal-line.gif') no-repeat 0 55px;
    padding: 76px 0 0 0;
    text-align: center;
    width: 495px;
    margin: 0 auto;
}
#Foot img {
    margin-bottom: 11px;
}
#FootLinks img {
    border: none;
    padding: 0 4px 0 4px;
}

/* =================================== */

.error-area {
    text-align: center;
    border: 1px solid #ffff66;
}
h2 a:link, h2 a:visited {
    text-decoration: none;
}
.note {
    color: #aaa;
}
.checkout {
    text-align: center;
}
#GoogleCheckoutTable {
    margin: 0px auto;
}

#ByGeneCertified {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding-bottom: 12px;
}
#ByGeneCertified img {
	border: none;
	margin: 0;
}
#ByGeneCertified a:link, #ByGeneCertified a:visited {
	color: #999;
	text-decoration: none;
}