body {
	background: #0f2f40 url(../images/home/bkg.gif) repeat-x;
	color: #fff;
	font: 14px/20px "Lucida Grande", Lucida, "Helvetica Neue", Arial, Verdana, sans-serif;
	padding-top: 25px;
}

.clear {
	clear: both;
}

#header {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#header h1 {
	width: 299px;
	height: 95px;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -1000px;
	background: url(../images/home/logo.png) no-repeat;
}

#login {
	width: 493px;
	height: 62px;
	float: right;
	padding-left: 22px;
	background: url(../images/home/login_bkg.png) no-repeat;
}

#login input { 
  font-size: 1em;
  padding: 2px;
  margin-right: 10px;
  float: left;
  display: inline;
  margin-top: 20px;
}

#login input#email, #login input#password {
	width: 183px;
	background-color: #527a84;
	border: 1px solid #b8c8cd;
	color: #fff;
	text-shadow: #41626b 1px 1px 0;
}

#login input#forgot-password-submit { 
  margin-top: 22px;
}

#login input.button {
	background: url(../images/home/login.png) no-repeat;
	width: 77px;
	border: none;
	background-color: transparent;
	text-indent: -1000px;
	padding: 0px;
	height: 32px;
	float: right;
	margin-right: 17px;
	margin-top: 16px;
	display: inline;
}

#login #forgot-password { 
  font-size: 75%;
  margin-top: 3px;
  padding-right: 106px;
  text-align: right;
}

#login #forgot-password a { 
  color: #c0c67d;
}

#login #reset-sent { 
  padding-top: 20px;
}

#callout {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -15px;
}

#callout h2 {
	width: 361px;
	height: 79px;
	display: block;
	background: url(../images/home/tagline.png) no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	float: left;
	margin-bottom: 30px;
	margin-top: 10px;
}

#callout a {
	width: 250px;
	height: 83px;
	display: block;
	background: url(../images/home/joinnow.png) no-repeat 0 top;
	overflow: hidden;
	text-indent: -1000px;
	float: left;
	clear: left;
}

#callout a:hover {
	background-position: 0 -83px;
}

.calloutimg {
	float: right;
	background: url(../images/home/calloutimg.png) no-repeat;
	width: 475px;
	height: 317px;
	overflow: hidden;
	text-indent: -1000px;
	position: relative;
}

#features {
	width: 100%;
	background: url(../images/home/features_bkg.png) repeat-x;
	clear: both;
	height: 109px;
	padding-top: 25px;
	z-index: 1;
	position: relative;
	top: -58px;
}

#feature_container {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.feature {
	width: 121px;
	float: left;
	display: inline;
	margin-right: 25px;
	padding-left: 75px;
}

.feature p {
	text-shadow: #2a4046 1px 1px 0;
	line-height: 1.4em;
}

.feature h3 {
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	height: 22px;
	width: 117px;
	margin-bottom: 5px;
}

.one {
	background: url(../images/home/feature2_icon.png) no-repeat;
}

.one h3 {
	background: url(../images/home/feature2.png) no-repeat;
}

.two {
	background: url(../images/home/feature3_icon.png) no-repeat;
}

.two h3 {
	background: url(../images/home/feature3.png) no-repeat;
}

.three {
	background: url(../images/home/feature1_icon.png) no-repeat;
}

.three h3 {
	background: url(../images/home/feature1.png) no-repeat;
}

.four {
	background: url(../images/home/feature4_icon.png) no-repeat;
}

.four h3 {
	background: url(../images/home/feature4.png) no-repeat;
}

#features .last {
	margin-right: 0px;
}


#featured_wrapper {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.featured {
	float: left;
	width: 260px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #527a84;
}

.featured .featured_item {
  height: 100px;
}

#featured_wrapper .first {
	padding-left: 0px;
}

#featured_wrapper .last {
	border-right: none;
}

.featured h4 {
	color: #c1c77d;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1.6em;
	text-shadow: #051b25 1px 1px 0;
}

.featured_img {
	float: left;
	width: 50px;
	margin-right: 10px;
	clear: left;
}

.featured_img img {
	border: 1px solid #071922;
}
.featured.collections .featured_img img {
  border-width: 0;
}

.featured h5 {
	font-weight: normal;
	font-style: normal;
}

.featured p.info {
	color: #527a84;
	font-size: .9em;
	margin-bottom: 15px;
	line-height: 1em;
}

.featured p.info a {
	color: #527a84;
	text-decoration: none;
	background-image: none;
	padding-right: none;
}

.featured p {
	margin-bottom: 30px;
}

.featured p a {
	color: #fcc33c;
	text-decoration: underline;
	background: url(../images/home/arrow.gif) no-repeat right;
	padding-right: 16px;
	line-height: 15px;
}

#footer {
	clear: both;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 20px;
	text-align: center;
	color: #527a84;
	font-size: .9em;
	text-shadow: #0b2634 1px 1px 0;
}


/** Popup styles **/

#popup_foreground {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 7;
  background-color: #000;
  height: 100%;
  width: 100%;
  margin: 0px 0px;
  display: none;
  filter:alpha(opacity=60);
  moz-opacity:0.6;
  opacity: 0.6;
  
}

.popup {
  background-color: #203f58;
  border: 6px solid #8da0aa;
  padding: 20px 40px;
  left: 30%;
  right: 30%;
  position: absolute;
  top: 20px;
  z-index:8;
  display:none;
}

.popup h1 {
  color: #c2c87d;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-left: -20px;
  padding-left: 20px;
}

.popup h2 {
  color: #d7dee0;
  font-size: 14px;
  margin-bottom: 5px;
}

.popup h3 {
  color: #8da0aa;
  font-size: 12px;
  border-bottom: 1px solid #748c97;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.popup p {
  color: #d7dee0;
  font-size: 12px;
  margin-bottom: 10px;
}

.popup p a {
  color: #c2c87d;
}

.popup p.buttons {
  margin-bottom: 0px;
  padding-top: 10px;
  text-align: right;
  border-top: 1px solid #748c97;
}