/* @override http://epicenterone.com/~rain/css/all.css */

/*
 *  RainWater Solutions styles
 *  Site by New Media Campaigns
 */

/* Eric Meyer's Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:active{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Begin text */

html {
	background: #e0eefa;
	}

body {
	font-size: 93.75%;   /* Reset base size to 15px */
	line-height: 1.6em;  /* Reset line height to 24px */
	color: #404040;
	}

body, h1, .feature h2, h4, h5, input, textarea, select, label {
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	}

h2, h3 {
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	}

code {
	font-family: Consolas, "Courier New", Courier, mono;
	}
	
p {
    padding-bottom: 1.6em;
	}
	
a:link, a:visited {
	padding: 1px 3px;
	margin: -1px -3px;
    color: #60a84d;
    background-color: #e0eefa;
    text-decoration: none;
    -webkit-transition: background-color 0.5s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	}	
a:focus, a:hover, a:active {
	color: #ebf3fb;
    background: #acd79b;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.05);
	}

h1 {
    font-size: 1.6em;
    font-weight: bold;
    text-shadow: 0 0 2px #89a9c2;
	}
	
h2 {
    font-size: 1.6em;
    line-height: 2em;
    color: #60a84d;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}
	
h3 {
    font-size: 1.33em;
    color: #60a84d;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}
	
h4 {
    font-size: 1em;
    font-weight: bold;
	}

form dl, form fieldset {
  float: left;
  width: 100%;
  }
form dl dt {
  float: left;
  clear: both;
  width: 110px;
  margin: 0 10px 8px 0;
  text-align: right;
  }
form dl dd {
  float: left;
  margin-bottom: 8px;
  }

label {
	font-size: 1em;
	font-weight: bold;
	color: #666;
	}
label.radio {
  margin: 0;
  font-weight: normal;
  }
label .required {
  font-weight: normal;
  color: #883333;
  }

input, textarea, select {
	font-size: 1em;
	color: #404040;
	}

input[type=text], input[type=password], .input-text, textarea {
  width: 250px;
  padding: 2px 4px;
  border: 1px solid #cce5c0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
	}

input[type=submit], .input-submit, button {
  float: left;
  clear: both;
  margin-left: 120px;
  font-size: 1.1em
	}

img {
	-ms-interpolation-mode: bicubic;  /* Fixes IE6 scaling ugliness */
	}

.left {
	float: left;
	margin: 0 0.667em 0.667em 0
	}

.meta {
  font-size: 0.9em;
  color: #777;
  }

/* End text */ 


/* Begin page styles */
	
#wrapper {
	position: relative;
	width: 900px;
	margin: 0;
	}
/* Clearfix */
#wrapper:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */
* html #wrapper {height: 1%;}
/* IE7 */
*:first-child+html #wrapper {min-height: 1px;}

/* End page */


/* Begin header styles */

#header {
	position: fixed;
	float: left;
	left: 0;
	top: 0;
	height: 152px;
	width: 335px;
  background: url(../images/cloud.png) no-repeat 0 0;
  }

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

#logo {
	position: absolute;
	top: 20px;
	left: 100px;
	}
#logo a, #sidebar a {
	background: none;
	}

#sidebar {
	position: absolute;
	top: 170px;
	width: 230px;
	padding-left: 35px;
	}

#sidebar .sideLinks {
	float: left;
	clear: both;
	width: 232px;
	margin: 10px -10px 0 0;
	}
#sidebar .sideLinks li a {
	float: left;
	width: 80px;
	padding: 5px;
	margin: 0 10px 10px 0;
	font-size: 1.133em;
	text-align: center;
	font-weight: bold;
	color: #404040;
	background: #fefbd8;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	border: 5px solid #cce5c0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
#sidebar .sideLinks li.buy a {
	width: 190px;
	}
#sidebar .sideLinks li a:hover {
	background: #fefef1;
	}

/* End header */


/* Begin body styles */

#content {
	margin-left: 290px;
	}

h1 {
	text-align: center;
	}
p.subhead {
	font-size: 0.933em;
	text-align: center;
	}

.page {
	clear: both;
	padding: 5em 0 3em;
	}
.page#location, .page#main {
	padding-top: 3em;
	}

.section {
  overflow: hidden;
	padding: 1.6em 3.2em;
	margin-bottom: 1.6em;
	background: #ebf3fb;
	border: 0.4em solid #cce5c0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}

.section a:link, .section a:visited {
  background-color: #ebf3fb;
	}
.section a:focus, .section a:hover, .section a:active {
  background: #acd79b;
	}
	
.section ul, .area ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 0 1.3em;
	}	
.section ol, .area ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 0 1.3em;
	}

.section ul#variants {
  font-size: 1.2em;
  list-style-type: none;
  padding: 0 0 0.67em;
  }
.section ul#variants li {
  margin-bottom: 0.67em;
  }

#specs .area ul {
  float: left;
  width: 290px;
  padding-left: 20px;
  }

.feature {
	padding: 1.6em 4.8em 0;
	background: #fdfbd9;
	text-align: center;
	}
.feature h2 {
	padding-bottom: 0.833em;
	color: #404040;
	font-weight: bold;
	}
.feature p {
	font-size: 0.867em;
	}
.feature p strong {
	font-size: 1.38em;
	}

.photos {
	clear: left;
	overflow: hidden;
	}
.photos li {
	float: left;
	margin: 0 15px 1.6em 0;
	}

.footer {
	overflow: hidden;
	margin: 0 3.6em;
	list-style-type: none;
	}
.footer li {
	float: left;
	width: 40%;
	margin-right: 5%;
	}
.footer li p {
	font-size: 0.867em;
	line-height: 1.25em;
	padding: 0 0 0.4em;
	}

/* End body */


/* Begin Cart */

#cartform .cart-row {
	padding: 1.6em 0;
	border-top: 1px solid #cce5c0;
	overflow: hidden;
	}
#cartform .cart-row h3 {
	padding-bottom: 10px;
	}
#cartform .cart-row h3 span {
	padding-left: 0.5em;
	font-size: 0.75em;
	}
#cartform .updater {
	float: left;
	font-size: 14px;
	}
#cartform .cart-row .input-text {
	width: 30px;
	}
#cartform .cart-row .input-button {
	float: none;
	margin: 0 5px;
	font-size: 1em;
	}
#cartform .cart-row .updater a {
	font-size: 12px;
	color: #955;
	}
#cartform .cart-row .subtotal {
	float: right;
	font-size: 14px;
	}
#cartform .cart-row #phone {
	width: 140px;
	}
#cartform .submit {
	float: left;
	}
#cartform .cart-img {
	float: right;
	}
	
/* End cart */
