@import url("forms.css");
/* 
	dark #2f4a97
	lignt #4a6bc8
*/
/* main  page */
body
{
    background-color: #ECEDE5;
    background-image: url('../img/bg.gif');
    background-repeat: repeat-x;
    background-position: top left;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

body, div, span, p, input
{
    font-family: Verdana, sans-serif, Arial;
    font-size: 10pt;
    color: #333333;
}

h1, h2, h3, h4
{
	font-family: Verdana, Helvetica, Arial, Lucida Grande, Trebuchet MS;
    padding: 0px;
    margin: 0px;
	margin-bottom: 10px;
    color: #004080;
    font-weight: normal;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

div
{
    text-align: left;
}

.instructions
{
	background-color: #EEEEEE;
}

img
{
	border: none;
}

a
{
    color: #CD2C27;
    text-decoration: none;
}

a:hover
{
    color: #004080;
    text-decoration: underline;
}

#page
{
    margin: 0 auto;
    padding: 0;
    width: 841px;
    position: relative;
}

#header
{
    position: relative;
    height: 98px;
}

#footer
{
	margin-top: 20px;
    border-top: 1px solid #e9eeef;
    background-color: #fff;
    clear: both;
    color: #A7A7A7;
    font-size: 8pt;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left:30px;
    padding-right:30px;
    background-image: url('../img/bottomgradient.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}

#footer .copyright
{
	padding:5px;
	position:relative;
	text-align:center;
}

#footer .powered
{
	padding:5px;
	position:relative;
	text-align:center;
}


#logo
{
    height: 99px;
}

#mainmenu
{
    position: absolute;
    top: 69px;
}

#mainmenu ul
{
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

#mainmenu ul li
{
    margin-left: 0px;
    list-style: none;
    display: inline;
}

#mainmenu ul li a
{
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    color: #FFFFCC;
    text-decoration: none;
    height: 24px;
}

#mainmenu ul li a:hover
{
    background-image: url('../img/mainmenu_hover.gif');
    background-repeat: repeat-x;
    background-position: top left;
    color: #fff;
}

#mainmenu ul li a.active
{
    background-image: url('../img/mainmenu_active.gif');
    background-repeat: repeat-x;
    background-position: top left;
    color: #CD2C27;
}

#main
{
	padding: 20px;
	padding-top: 20px;
	background-color: #fff;
}

/* main page */

#navbar
{
    border-bottom: 2px solid #E9EEEF;
    height: 30px;
}

#navbar ul
{
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

#navbar ul li
{
    margin-left: 0px;
    list-style: none;
    display: inline;
}

#navbar ul li a
{
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-right: 14px;
    padding-top: 5px;
    color: #CD2B26;
    height: 29px;
}

#navbar ul li a.active, #navbar ul li a.hover
{
    color: #821B18;
}

#navbar ul li a.hover
{
    text-decoration: underline;
}

div.intro
{
    background-image: url('../img/online_shopping.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #fff;
    padding-left:210px;
}