﻿/**** Master Page Styles ****/
body
{
    background-image: url(images/bg.jpg);
    color: White;
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
}

img
{
    border: 0px;
}

td
{
    vertical-align: top;
}

a
{
    color: #59728c;
}

a:hover
{
    color: #d99b30;
}

#wrapper
{
    background-color: #121b24;
    border: 2px Solid #161616;
    margin-left: auto;
    margin-right: auto;
    height: 1070px;
    width: 927px;
}

#header
{
    height: 116px;
    width: 915px;
    position: relative;
    left: 6px;
}

#logo
{
    background-image: url(images/logo.jpg);
    height: 116px;
    width: 274px;
    float: left;
}

#navWrapper
{
    background-image: url(images/nav_bg.jpg);
    height: 116px;
    width: 641px;
    float: left;
}

#nav
{
	position: relative;
	float: right;
	width: 641px;
	top: 81px;
}

#nav a
{
    padding-left: 1px;
}

#photo
{
    background-image: url(images/photo.jpg);
    height: 251px;
    width: 915px;
    position: relative;
    left: 6px;
}

#contentWrapper
{
    height: 617px;
    width: 915px;
    padding: 18px 0px 18px 0px;
    position: relative;
    left: 6px;
}

#contentLeft
{
    background-image: url(images/side_bg.jpg);
    background-repeat: no-repeat;
    width: 213px;
    height: 617px;
    float: left;
    padding: 25px 30px 0px 30px;
    position: relative;
    top: -18px;
}

#contentRight
{
    width: 608px;
    height: 599px;
    padding: 10px 0px 0px 34px;
    float: left;
}

#footer
{
    background-color: #1f3144;
    color: #59728c;
    font-weight: bold;
    height: 30px;
    width: 911px;
    text-align: right;
    padding: 20px 16px 0px 0px;
}


/**** Content Styles ****/

.bullet
{
    border-bottom: 1px Solid #203650; 
    height: 30px;
}

.bullet a
{
    color: White;
    text-decoration: none;
}

.blueTitle
{
    color: #59728c;
    font-family: Myriad Pro, Arial;
    font-size: 24px;
    font-weight: bold;
}

.whiteTitle
{
    color: White;
    font-family: Myriad Pro, Arial;
    font-size: 24px;
    font-weight: bold;
}

.yellowTitle
{
    color: #d99b30;
    font-family: Myriad Pro, Arial;
    font-size: 18px;
    font-weight: bold;
}

.blue
{
    color: #59728c;
}

.yellow
{
    color: #d99b30;
}

.hilight
{
    color: #d99b30;
    font-weight: bold;
}

.button
{
    font-size: 12px;
    padding: 0px 2px 0px 2px;
}

.checkbox
{
    position: relative;
    left: 24px;
}

.error
{
    color: Red;
}

.dropdown
{
    font-size: 12px;
    padding: 0px;
    width: 163px;
}

.textbox
{
    font-size: 12px;
    padding: 0px;
    width: 160px;
}


/**** Home Page Styles ****/

#homeAds
{
    height: 241px;
    width: 608px;
}

#adLeft
{
    background-image: url(images/ad_left_bg.jpg);
    height: 241px;
    width: 202px;
    position: relative;
    float: left;
}

#adCenter
{
    background-image: url(images/ad_center_bg.jpg);
    height: 241px;
    width: 204px;
    position: relative;
    float: left;
}

#adRight
{
    background-image: url(images/ad_right_bg.jpg);
    height: 241px;
    width: 202px;
    position: relative;
    float: left;
}

.adButton
{
    position: relative;
    top: 202px;
    left: 59px;
}

#productTable
{
    padding: 10px 0px 3px 0px;
    width: 570px;
}
