@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg) top left repeat-x;
	font: 12px normal Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
}

.clear {
	clear: both;
}

#container {
	margin: 0 auto;
	width: 100%;
}

/* begin header */
#header {
	width: 800px;
	margin: 0 auto;
}

#logo {
	margin: 10px 0 0 0;
	float: left;
	width: 246px;
	height: 53px;
}

#free {
	float: right;
	width: 348px;
	height: 46px;
	background: url(images/free.jpg) top right no-repeat;
	margin: 10px 0 0 0;
}

#free #links {
	float: right;
	width: 165px;
	margin: 12px 0 0 0;
}
#free #links a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}

#free #links a:hover {
	text-decoration: underline;
}
/* end header */

/* begin banner */
#banner-holder {
	width: 100%;
	height: 251px;
	background: url(images/banner-bg.jpg) top left repeat-x;
}

#banner {
	margin: 0 auto;
	width: 800px;
}
	
/* end banner */

/* begin login form */
#login {
	width: 100%;
	height: 42px;
	background: url(images/signup-bg.jpg) top left repeat-x;
}

#login input.text {
	color: #666666;
	width: 125px;
}

#login a {
	color: #006633;
}

#submit-button {
	background: url(images/button-login.jpg) top left no-repeat;
	height: 24px;
	width: 124px;
	border: none;
	cursor: pointer;
}
/* end login form */

/* begin content */
.content-holder {
	margin: 0 auto;
	width: 800px;
	line-height: 150%;
}

#left-col {
	float: left;
	width: 380px;
}

#right-col {
	float: right;
	width: 380px;
}

#testimonials {
	border: 1px solid #cccccc;
	background: url(images/bg-testimonials-box.jpg) bottom left repeat-x;
	padding: 10px;
	float: left;
}

#testimonials img {
	margin-right: 10px;
	border: 1px solid #fff;
}

#bookmark {
	background: url(images/bg-addbox.jpg) bottom left repeat-x;
	border: 1px solid #bbce91;
	padding: 10px;
	margin-top: 10px;
}

#bookmark h2 {
	margin: 0;
	padding: 0;
}

#passwordStrength { 
	height:10px; 
	display:block; 
	float:left; 
} 
.strength0 { 
	width:250px; 
	background:#cccccc; 
} 
.strength1 { 
	width:50px; 
	background:#ff0000; 
} 
.strength2 { 
	width:100px; 
	background:#ff5f5f; 
} 
.strength3 { 
	width:150px; 
	background:#56e500; 
} 
.strength4 { 
	background:#4dcd00; 
	width:200px; 
} 
.strength5 { 
	background:#399800; 
	width:250px; 
}
/* end content */

/* begin footer */
#footer {
	background:url(images/footer-bg.gif) top left repeat-x;
	float: left;
	width: 100%;
}

#footer-content {
	margin: 0 auto; 
	width: 800px;
	padding: 20px 0 0px 0;
	height: 101px;
	color: #666666;
}

#footer-content a {
	text-decoration: none;
	color: #999999;
}

#footer-content a:hover {
	color: #fff;
}
/* end footer */

/* begin nav */
#nav {
	float: left;
	margin: 19px 0 0 0;
	width: 800px;
	height: 40px;
	overflow: hidden;
}

#nav ul {
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#nav a {
	display: block;
	height: 20px;
	width: 50px;
	padding: 10px 30px 10px 30px;
	color: #333333;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
}

#nav a:hover {
	color: #fff;
	background-color: #166549;

}
/* end nav */
