/* BEGIN 960.gs imports */
@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");
/* END 960.gs imports */

@import url("nav.css");
@import url("kyle.css");

body {
	background: url("../images/background.gif") #1d1d1d;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	margin: 0;
	}
	
h1 {
	font-size: 24px;
	color: #a70000;
	font-weight: normal;
	}
	
h2 {
	font-size: 18px;
	color: #a70000;
	font-weight: normal;
	}

p {
	text-align: justify;
	line-height: 1.3em;
	}
	
a {
	color: #363636;	
	}

hr {
	width: 938px;
	}

.bigRed {
	color: #a90000;
	font-weight: bold;
	}

.paddingLeft {padding-left: 15px;}
.paddingRight {padding-right: 15px;}

.paddingLeft2 {padding-left: 50px;}
.paddingRight2 {padding-right: 50px;}

#homeList {
	margin: -20px 0 0 -15px;
	list-style: disc;
	font-size: 11px;
	}

#wrapper {
	background: url("../images/wrapBack.png");
	width: 960px;
	margin: 0 auto;
	padding-top: 25px;
	overflow: hidden;
	}
	
/*  PRODUCTS */
#productLinks {
	text-align: center;
	margin-bottom: 30px;
	font-size: 14px;
	}
	
#productLinks a{text-decoration: none;}
#productLinks a:hover {text-decoration: underline;}

.price {
	font-size: 18px;
	font-weight: bold;
	}
	
#aboutImage {
	overflow: hidden;
	background: url("../images/aboutMomKid.jpg") no-repeat 20px 350px;
	}

#contactForm input{
	margin: 0 0 15px 0;
	}
	
#contactForm ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
.formStyle {
	font-size: 14px;
	padding: 3px;
	color: #646464;
	border: solid 1px #dcdcdc;
	font-family: 'Arial';
	width: 260px;
	}
	
.stencils img{
	border: solid 1px #333;
	}
	
ul.homeImages {
	padding-left: 4px;
	}
	
ul.homeImages li{
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0 0 0 -3px;
	}
