

/* 
 ----------------------------------------------------------------------------
	Title:           U Pull & Save
	Author:          Wildfire Productions
	Last Updated:    March 25, 2009
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#fff;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#484848;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#0670bb; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#8f8f8f; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:717px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	widtht:155px;
	float:left;
	}
	

/* ----- column-left ----- */

#column-left {
	width:327px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 5px 8px 0;
		}
	#column-left p.tp-sent {
		padding:50px 10px 10px 15px;
		}
	
	#column-left h1 { padding-top:10px;}
	
	#column-left h2 { padding-top:10px;}
	
	/* single column list */
	#column-left ul { padding-left:20px; }
		#column-left ul li {
			padding-left:5px; /* pushes text to the right to display bg img */
			list-style: square;
			}
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ----- column-right ----- */

#column-right {
	width:390px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 30px 10px 55px;
		}
	#column-right h2 {
		padding:10px 0px 0px 0px;
		}
	 
	/* single column list */
	#column-right ul { padding-left:20px; }
		#column-right ul li { 
			padding-left:5px; /* pushes text to the right to display bg img */
			list-style: square;
			}
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	
	clear:both;
	width:100%; /* fix for Safar */
	height:20px;
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:300px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#column-right .subhead { height:397px; } /* sets height for all subheads */

	body#index .subhead { background:url("../images/img-home.jpg") no-repeat; }
	body#works .subhead { background:url("../images/img-works.jpg") no-repeat; }
	body#sell .subhead { background:url("../images/img-sell.jpg") no-repeat; }
	body#contact .subhead { background:url("../images/img-home.jpg") no-repeat; }
	body#thankyou .subhead { background:url("../images/img-works.jpg") no-repeat; }
	body#sitemap .subhead { background:url("../images/img-sell.jpg") no-repeat; }



/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background:url("../images/footer.jpg") no-repeat;
	height:76px;
	width:717px;
	margin:0 auto;
	text-align:center;
	text-transform:uppercase;
	font-size:.95em;
	font-weight:700;
	}

#footer p {
	color:#8f8f8f;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#8f8f8f; }

#footer a:hover, #footer a:active { color:#0670bb; }

#footer ul {padding-top:20px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	}

	#footer li.first { border: none; }




#nav { float:left; background:url("../images/nav.jpg") no-repeat; width:562px; height:35px; margin-top:104px;}



#nav li { /* if your li's float, you can adjust border height w/ line-height */
	margin:0 0 0 40px;
	display: inline;
	text-transform:uppercase;
	font-size:.95em;
	font-weight:700;
	line-height:3em;
	}

#nav a:link, #nav a:visited	{ color:#0670bb; text-decoration:none; }
#nav a:hover, #nav a:active	{ color:#0670bb; text-decoration:underline; }




/**********
* Form classes
********************************************/
#contact-main {
	margin: 0px;
	padding: 15px 0 15px 30px;
	}


#form_holder {
  display: block;
  position: relative;
  width: 340px;
  margin: 0px 0 0 30px;
}

#form_holder form {
  width: 100%;
  padding: 0px 0px 5px 0px;
}

#form_holder img.form_header {
  display: block;
  position: relative;
  width: 340px;
  height: 130px;
  margin: 0px 0px 0px 0px;
}

#form_holder .formline {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padleft {
  padding-left: 30px;
}
#form_holder .fieldholder {
  display: block;
  float: left;
  width: 340px;
}

#form_holder .formline label {
  display: block;
  padding-left: 30px;
  color:#000;

}

#form_holder .fieldholder h2 {
  padding-left: 30px;
}

#form_holder .formline label span {
  color: #8F663B;
}

#form_holder .formline label span .right {
  text-align:right;
}

.textfield {
  display: block;
  width: 80%;
  height:18px;
  padding: 4px;
  vertical-align: middle;
  margin: 0 0 4px 30px;
  border:1px solid #181E21;
  background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
}

#form_holder .formline .required {
  border: solid 1px #8F663B;
}

#form_holder .fieldholder div {
  float: left;
  width: 50%;
}

#form_holder .fieldholder div .textfield {
  width: 60%;
}

#form_holder .formline select.state {
  margin-left: 20px;
  width: 100px;
}

#form_holder .formline select.fullfield {
  margin-left: 20px;
  width: 80%;
}

#form_holder .formline textarea {
  margin-left: 30px;
  width: 278px;
  background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
  border:1px solid #181E21;
}

input.submit {
  display: block;
  float: left;
  width: 80px;
  height: 30px;
  padding-bottom:0px;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  border: none;
  text-transform:uppercase;
  background:#edecec;

}

