@import url(style.css);

/* Faux */
body {
	background: #F4F4F4 url(img/faux.gif) repeat-y 50% 0;
}

/* Home Part */
#menu {
	background: #01819e;
	height: 10px;
}
#menu ul {
	color: #FFF;
	background: #01819e;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	padding: 10px;
	margin-top: -20px;
	border-radius: 10px;
}
#menu ul li {
	float: right;
	margin: 0 10px;
}
#menu ul li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li a:hover {
	text-decoration: underline;
}
.img-link {
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}
.ihome { background-image: url('img/house.png'); }
.icustomize { background-image: url('img/color_wheel.png'); }
.iaccount { background-image: url('img/cog.png'); }
.ifaq { background-image: url('img/information.png'); }
.ilogout { background-image: url('img/key.png'); }

#home {
	background: #F4F4F4;
}
#home-body {
	background: #FFF;
	padding: 20px;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
}
#form-link {
	font-size: 24px;
	font-weight:bold;
	margin-top: 16px;
}
#form-link a{
	background: #F1F1F1;
	padding: 6px 12px;
}
#form-link a:hover {
	background: #F0F0F0;
}
#form-status {
	padding: 12px;
	font-size: 20px;
}
#form-status .active, #form-status .inactive {
	font-weight: bold;
}
#form-status .active { color: #00AA00; }
#form-status .inactive { color: #AA0000; }
.box {
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 25px;
	padding-bottom: 20px;
}
.codebox {
	text-align: center;
	margin-top: 20px;
	color: #EC8D08;
	font-weight: 700;
	text-transform: uppercase;
}
.help-text {
	font-size: 13px;
	margin-left: 20px;
	width: 350px;
}
.d1
{
	width: 140px;
	padding: 4px;
	text-align: right;
	padding-top: 28px;
}
.d2
{
	width: 215px;
	padding: 4px;
	text-align: center;
}

#customize-demo {
	border: 1px solid #CCC;
	padding: 30px;
	width: 520px;
}
.colorselector {
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	float: left;
}
