﻿* { outline:none; }
html {
	min-height:100%;
}
body {
	background:#FFFFFF none;
	margin:0px;
	padding:0px;
	font-family:Arial,Sans-serif;
}
a img { border:none; }
#container {
	width:1024px;
	margin:0px auto;
	background:transparent url(../images/background-header-2.jpg) no-repeat;
	position:relative;
	overflow:hidden;
}
a#logo {
	width:203px;
	height:131px;
	position:absolute;
	top:9px;
	left:10px;
}

/*
* * * * * * * * * * * *
* * * * * Login * * * *
* * * * * * * * * * * *
*/
#header {
	width:1024px;
	height:141px;
	overflow:hidden;
}

#header_tag {
	position: absolute;
	left: 220px;
	top: 102px;
	color: #6f6f71;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

#toll_free {
	position: absolute;
	left:  667px;
	top: 96px;
	color: #d87f25;
	font-size: 24px;
	font-weight: bolder;
}

#login-div {
	width:170px;
	height:140px;
	float:right;
}
#login-div h2.login {
	height:19px;
	width:100%;
	text-indent:-2000px;
	background:transparent url(../images/text-clientlogin.gif) no-repeat;
	margin:28px 0px 2px 0px;
	padding:0px;
}
form {
	margin-top:0px;
	padding-top:0px;
}
form#login_form p {
	margin:0px;
	padding:0px 0px 7px;
}
form#login_form input#username, form#login_form input#password {
	width:140px;
	padding:2px;
	font-size:9px;
	color:#000000;
}
fieldset { border: 0px; }
#content a:link, #content a:visited {
	color:#4D4D4F;
	text-decoration:underline;
}
#content a:hover {
	color:#000000;
	text-decoration:underline;
}

/*
* * * * * * * * * * * *
* * * * Menu  * * * * *
* * * * * * * * * * * *
*/
ul#menu {
	clear:both;
	width:100%;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 45px;
	height:35px;
	overflow:hidden;
}
ul#menu li {
	margin:0px;
	padding:7px 0px 0px;
	float:left;
	display:inline;
	height:21px;
	overflow:hidden;
	text-align:center;
	font:normal normal bold 13px Arial,sans-serif;
	line-height:20px;
}
ul#menu li a {
	border-right:2px solid #AE7D77;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	height:100%;
}
ul#menu li a#howitworks { width:161px; border-left:2px solid #AE7D77; }
ul#menu li a#benefits { width:133px; }
ul#menu li a#faq { width:102px; }
ul#menu li a#aboutus { width:143px; }
ul#menu li a#contact { width:138px; }
ul#menu li a#store { width:119px; }
ul#menu li a#blog { width:104px; }
ul#menu li a#howitworks:hover { background:transparent url(../images/button-howitworks.jpg) repeat-y; }
ul#menu li a#benefits:hover { background:transparent url(../images/button-benefits.jpg) repeat-y; }
ul#menu li a#faq:hover { background:transparent url(../images/button-faq.jpg) repeat-y; }
ul#menu li a#aboutus:hover { background:transparent url(../images/button-aboutus.jpg) repeat-y; }
ul#menu li a#contact:hover { background:transparent url(../images/button-contact.jpg) repeat-y; }
ul#menu li a#store:hover { background:transparent url(../images/button-store.jpg) repeat-y; }
ul#menu li a#blog:hover { background:transparent url(../images/button-blog.jpg) repeat-y; }


/* - - - miscellaneous - - - */
img.bottom {
	display:block;
	margin:0px;
	padding:0px;
}

/* - - - footer - - - */
p.footer {
	color:#4D4D4F;
	font-size:10px;
	margin:0px 0px 0px 10px;
	padding-bottom:8px;
}

div .debug {
    position:absolute;
    top:0px;
    left:0px;
    background-color: #eee;
    /* filter:alpha(opacity=75); */
    -moz-opacity:0.75;
    opacity:0.75;
    z-index: 1;
}

.error {
    font-weight: bold;
    color: #FF0000;
}

div#landing_page {
	margin-top: 30px;
	font-size: 16px;
}

ul.features {
	margin-left: 10px;
	list-style: none;
}

ul.features  li{
	padding-left: 35px;
	font-weight: normal;
	background-image: url(../images/right-arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	/*list-style-image: url(../images/right-arrow.gif);*/
	line-height: 18px;
	margin-bottom:15px;
	vertical-align: top;
}

.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    font-size: 10px;
}

#popup_contact_div {
    background: #FFF;
    z-index: 100;
}
