/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
}

h1 span {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	background: #ffcc00;
	padding: 0 95px 0 17px;
}

h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 0 7px 0;
}

h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0 0 2px 0;
}

/* Links */

a:link, a:visited, a:active {
	color: #ffcc00;
	text-decoration: underline;
}

a:hover {
	color: #ffcc00;
	text-decoration: none;
}

/* Paragraphs */
 
p {
	margin: 0 0 21px 0;
	line-height: 1.3em;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #818181;
	background: #333333 url('../images/page-bg.gif') repeat-y 50% 0;
}

.all {
	width: 780px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

/* Header */

.header {
	position: relative;
	overflow: hidden;
}

.logo {
	margin: 24px 0 32px 0;
}

/* Track */

.track {
	position: absolute;
	top: 12px;
	right: 0px;
	width: 250px;
}

.track .text {
	background: #333333;
	border: 0px solid transparent;
	float: left;
	display: inline;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 202px;
	padding: 6px 5px 5px 5px;
}

.track .btn {
	float: left;
	display: inline;
}

.track .line {
	margin: 0 0 2px 0;
}

.track p {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
}

.phone {
	position: absolute;
	top: 63px;
	right: 0;
	font-size: 20px;
	color: #ffcc00;
}

/* Menu */

.menu {
	margin: 0 0 7px -5px;
	overflow: hidden;
}

.menu li {
	float: left;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	background: url('../images/menu-sep.gif') no-repeat 0 2px;
	padding: 0 0 0 11px;
	margin: 0 12px 0 -2px;
}

.menu a:link, .menu a:visited {
	color: #FFF;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: none;
	color: #ffcc00;
}

/* Top pic */

.top-pic {
	border-top: 4px solid #ffcc00;
	position: relative;
	overflow: hidden;
}

.triangle {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}

.top-image {
	position: relative;
	z-index: 10;
	margin: 27px 0 0 6px;
}

.top-pic .inner {
	position: absolute;
	top: 22px;
	left: 0;
	z-index: 20;
	width: 375px;
	color: #FFF;
}

.headline {
	margin: 0 0 21px 0;
}

.sub-headline {
	margin: 5px 0 0 7px;
}

.benefits {
	margin: 0 0 18px 40px;
}

.benefits li {
	background: url('../images/li-arrow.gif') no-repeat;
	padding: 0 0 0 25px;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 3px 0;
}

.get-started {
	margin: 0 0 0 40px;
}

/* Steps */

.steps {
	margin: 0 0 0 35px;
}

.step {
	background: url('../images/step-bg.jpg') repeat-x;
	height: 126px;
	float: left;
	display: inline;
	width: 238px;
}

#first-step {
	width: 250px;
}

.step-bg {
	background: url('../images/step-arrow.jpg') no-repeat 100% 0;
	height: 126px;
	overflow: hidden;
}

#last-step {
	width: 220px;
}

#last-step .step-bg {
	background: url('../images/step-cup.jpg') no-repeat 100% 0;
}

.step .inner {
	margin: 10px 0 0 0;
	width: 175px;
}

#first-step .inner {
	margin: 10px 0 0 8px;
}

.step p {
	 margin: 0 0 5px 0;
}

.step a:link, .step a:visited {
	color: #ffcc00;
}




/* Footer */

.footer {
	margin: 33px 0 10px 9px;
}

.footer-left {
	float: left;
	display: inline;
	width: 503px;
	overflow: hidden;
}

.footer-right {
	float: left;
	display: inline;
	width: 255px;
	margin: 0 0 0 11px;
}

.footer .inner {
	border-top: 4px solid #ffcc00;
	background: url('../images/footer-bg.gif') repeat-x;
	overflow: hidden;
}

/* Categories */

.categories {
	margin: 11px 0 0 2px;
	width: 550px;
}

.categories li {
	float: left;
	display: inline;
	width: 160px;
	margin: 0 0 5px 10px;
}

.categories li ul li {
	float: none;
	display: block;
	width: auto;
	padding: 0 0 0 19px;
	background: url('../images/footer-li.gif') no-repeat 0 2px;
}

.categories a:link, .categories a:visited {
	text-decoration: none;
}

.categories a:hover {
	text-decoration: underline;
}

.more {
	margin: 8px 0 0 10px;
}

.categories .more a:link, .categories .more a:visited {
	text-decoration: underline;
}

.categories .more a:hover {
	text-decoration: none;
}

/* Products */

.products {
	margin: 10px 0 0 20px;
}

.products li {
	margin: 0 0 4px 0;
}

.products a:link, .products a:visited {
	color: #FFF;
	text-decoration: none;
}

.products a:hover {
	text-decoration: underline;
}

.about {
	margin: 0 20px 0 10px;
	line-height: 1.1em;
	color: #666666;
}

.contentarea {
	margin: 20px 20px 0 10px;
	line-height: 1.1em;
	color: #666666;
}

.copyright {
	color: #999999;
	margin: 5px 0 0 10px;
}

/* Content */

.content {
	border-top: 4px solid #ffcc00;
	margin: 0 0 0 5px;
}

.col-left {
	float: left;
	display: inline;
	width: 180px;
	margin: 25px 0 0 15px;
}

.col-right {
	float: right;
	display: inline;
	width: 510px;
	margin: 0 0 0 20px;
	overflow: hidden;
}

#content-innerwrapper {
  margin: 0 auto;
  text-align: left;
  width: 505px;
  padding:  6px 0 0 0;
}

.content-description {
  width: 605px;
  height: 117px;
  margin: 0;
  padding: 0;
	background-image: url('../images/tableback.gif');
}

.content-description ul {
  margin: 0;
  padding: 4px 0 0 0;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  float: left;
}

.content-description ul li {
  padding-left: 16px;
  margin-left: 30px;
  color: #999999;
  background-image: url('../images/li-arrow-yellow.gif');
  background-position: left;
  background-repeat: no-repeat;
}


/* Steps on the left */

.steps-left h2 {
	margin: 0 0 4px 0;
}

.steps-left p {
	margin: 0 0 0 2px;
}

.steps-left li {
	margin: 0 0 30px 0;
}

/* Pages */

.pages {
	float: right;
	display: inline;
	margin: 13px 5px 0 0;
}

.pages li {
	float: left;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 8px;
}

.pages a:link, .pages a:visited {
	text-decoration: none;
	color: #FFF;
}

.pages li a:hover, .pages li.current a:link, .pages li.current a:visited {
	text-decoration: none;
	color: #ffcc00;
}

/* Items */

.items {
	width: 550px;
	margin: 0 0 7px -13px;
}

.items li {
	height: 143px;
	float: left;
	display: inline;
	overflow: hidden;
	text-align: center;
	padding: 0 4px 0 4px;
	font-weight: bold;
	margin: 0 0 0 13px;
}

.item-pic {
	margin: 24px 0 8px 0;
}

.item-pic a:link, .item-pic a:visited, .item-pic a:hover {
	text-decoration: none;
}

.items a:link,.items a:visited {
	color: #FFF;
}

/* Button */

a.button:link, a.button:visited {
	display: block;
	background: url('../images/button-bg.gif') no-repeat;
	width: 90px;
	height: 27px;
	color: #000;
	font-weight: bold;
	line-height: 27px;
	text-decoration: none;
	text-align: center;
}

.buttons {
	margin: 0 15px 0 0;
}

#previous {
	float: left;
}

#next {
	float: right;
}

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #999999;
}

#inputsubmit1 {
	background: #999999;
	color: #ffffff;
}

#login p {
	font-size: .8em;
}

