/* Design Related Elements */
html {
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	color:#333;
}
* {
 margin:0;
 padding:0;
}
body {
	margin:0;
	padding:20px;
	font-size:1.1em;
}
div#container {
	width:850px;
	padding:0;
	margin: 0 auto;
}
div#wrap {
	background:url(../images/bg-center.gif) #666;
}
div#wrap div#outer {
	background:url(../images/bg-top.gif) no-repeat top;
	height:100%;
}
div#wrap div#inner {
	background:url(../images/bg-bottom.gif) no-repeat bottom;
}
div#wrap div#outer div#left {
	float:left;
	width:600px;
}
div#wrap div#outer div#right {
	float:right;
	width:225px;
	overflow:hidden;
}
div#wrap div#outer div#right .pad {
	padding:10px 20px;
}

div#wrap div#outer div#right ul {
	list-style-type: none;
	line-height: 1.2em;
	}
div#wrap div#outer div#right li {
	padding:0 0 10px ;
}

div#wrap div#outer div#right li a:link, div#wrap div#outer div#right li a:visited {
	font-size:1.1em;
	font-weight:bold;
	color:#333;
	text-decoration:underline;
}
div#wrap div#outer div#right li a:hover, div#wrap div#outer div#right li a:active {
	font-size:1.1em;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
div#bottom {
	clear:both;
	height:65px;
	overflow:hidden;
	background:url(../images/bg-bottom.gif) no-repeat bottom;
}
div#header {
	height:138px;
	}
div#header h1 {
	background:url(../images/logo.gif) no-repeat;
	height:102px;
	width:89px;
	margin:5px 20px 0 5px;
	float:left;
	overflow:hidden;
	font-size:1em;
	}
div#header .steps {
	float:left;
	margin:10px 20px 0 10px;
	}
div#header .getstarted {
	margin: 30px 0 0 0;
	float:left;
	font-size:1em;
	}
div#header h1 a {
	text-indent:-2000px;
	height:102px;
	width:89px;
	display:block;
}
div#header h2 {
	margin:0;
}
div#header a.getstarted:link, a.getstarted:visited {
	width:220px;
	height:56px;
	text-indent:-2000px;
	background:url(../images/getting-started.gif) no-repeat top;
	border:none;
	}
div#header a.getstarted:hover, a.getstarted:active {
	width:220px;
	height:56px;
	text-indent:-2000px;
	background:url(../images/getting-started.gif) no-repeat bottom;
	border:none;
}
div#content {
	padding:0 30px;
}

img.rightimage {
	margin:20px 0 35px;
}
/* Footer */
div#footer {
	text-align:center;
	color:#1b75bb;
	padding:20px 0 0 0;
}
div#footer ul {
	list-style-type: none;
	display:inline;
	}
div#footer li {
	display: inline;
	padding: 0 10px 0 7px;
	background:url(../images/footer.gif) no-repeat 100%;
	line-height:1.5em;
	margin:0;
	}
div#footer li.last {
	padding: 0 10px 0 7px;
	background:none;
	}
div#footer a:link, div#footer a:visited {
	text-decoration:underline;
	color:#1b75bb;
	border:none;
}
div#footer a:hover {
	text-decoration:none;
	color:#1b75bb;
	border:none;
}
div#footer a:active {
	text-decoration:underline;
	color:#1b75bb;
	border:none;
}

/* Style Related Elements */
p {
	padding:0 0 15px;
}
h1 {
	font-size:2.75em;
	margin-bottom:15px;
}
h2 {
	font-size:2.25em;
	margin-bottom:15px;
}
h3 {
	font-size:1.75em;
	margin-bottom:15px;
}
h4, h5, h6 {
	font-size:1.25em;
	margin-bottom:15px;
}
a:link, a:visited{
	text-decoration:underline;
	color:#1b75bb;
}
a:hover, a:active {
	text-decoration:none;
	color:#1b75bb;
}

a.cart:link, a.cart:visited  {
	color:#333;	
}
a.cart:hover, {
	color:#333;	
}
a.cart:active,  {
	color:#333;	
}

/* Application */
form.step1 span.error {
	color:red;
	}
form.step1 div.error {
	padding:10px;
	margin: 0 0 15px;
	background:#efefef;
	color:red;
	}
div.instruction input {
	width: 400px;
}
.hidden {
	display:none;
}
#fc_minicart {
	display:none;
	margin-bottom:20px;
	text-align:right;
}
.qty {
	padding:0 0 15px;
}
div#rgs a:link, div#rgs a:visited {
	width:192px;
	height:125px;
	text-indent:-2000px;
	background:url(../images/get-started-side-button.gif) no-repeat top;
	border:none;
	display:block;
margin-top:20px;
	}
div#rgs a:hover, div#rgs a:active {
	width:192px;
	height:125px;
	text-indent:-2000px;
	background:url(../images/get-started-side-button.gif) no-repeat bottom;
	border:none;
	display:block;
margin-top:20px;
}

.fixer {
	clear:both;
	height:0px;
	overflow:hidden;
}

.legal {
	padding:5px 5px 0;
	height: 200px;
	overflow:auto; 
	margin:10px 0;
	border:1px solid #efefef;
}