/*-- Tulstar Productions Stylesheet --*/
/*	Created by: Matthew Kraft
*	Created Date: 12/06/08
*	URL: http://www.tulstarproductions.com
*/

/*--|||||||||||||||||||||||||||||||||||||||--*/

/*--| BOF ZERO OUT |--*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/*--| EOF ZERO OUT |--*/

/*--|||||||||||||||||||||||||||||||||||||||--*/

/*--| BOF STYLES |--*/


html{
	position: relative;
	background: #c4c4c4;
	/*height: 770px;*/
}

body{
	position: relative;
	background: #c4c4c4;
	min-height: 770px;
}

#wrapper{
	position: relative;
	width: 1024px;
	height: 770px;
	background: #c4c4c4;
	margin: 0px auto;
}

#ls{
	position: relative;
	width: 36px;
/*	height: 768px;*/
	height: 100%;
	background: url('../img/ls_sliver.jpg') top right repeat-y;
	float: left;
	overflow: hidden;
}

#container{
	position: relative;
	width: 952px;
/*	height: 768px;*/
	height: 100%;
	background: #ffffff;
	float: left;

}

#rs{
	position: relative;
	width: 36px;
/*	height: 768px;*/
	height: 100%;
	background: url('../img/rs_sliver.jpg') top left repeat-y;
	float: left;
	overflow: hidden;
}

/*--|||||||||||||||||||||||||||||||||||||||--*/

/*--- bof header styles ---*/

#header{
	position: relative;
	width: 952px;
	height: 197px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('../img/header.jpg') bottom center no-repeat;
}

/*--- eof header styles ---*/

/*--|||||||||||||||||||||||||||||||||||||||--*/

/*--- bof nav styles ---*/

#nav{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 48px;
	width: 952px;
	background: url('../img/nav_sliver.jpg') center left repeat-x;
}

	#nav ul{
		position: relative;
		top: 8px;
		left: 15px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
	}
	
	#nav li{
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		display: inline;
		height: 32px;
	}
/*--- eof nav styles --*/

/*--|||||||||||||||||||||||||||||||||||||||--*/

/*--- bof main container styles ---*/

#main{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 952px;
	height: 488px;
	background: #ffffff url('../img/wavForm.jpg') bottom center no-repeat;
}

	.norm{
		position: relative;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		font-family: arial;
		color: #656599;
		font-size: 11px;
		top:10px;
		left: 10px;
		width: 700px;
	}
	.mainHeading{
		position: relative;
		top:10px;
		left: 10px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: arial black, arial, helvetica, sans-serif;
		font-size: 14px;
		color: #656599;
	}
	.services{
		position: relative;
		margin: 0px 20px 0px 10px;
		padding: 10px;
		list-style-type: disc;
		float: left;
	}
	.services li{
		position: relative;
		left: 20px;
		margin: 5px 3px 3px 3px;
		padding: 0px;
		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #656599;
	}
	.fl{
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		height:450px;
		width: 500px;
		float: left;
	}
#sideImgs{
	position: relative;
	overflow:hidden;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	width: 170px;
	height: 487px;
	background: url('../img/side_imgs.jpg') center center no-repeat;
	float: left;
}
	/*-- bof contact styles --*/
	
	#formWrapper{
		position: relative;
		margin: 0px;
		padding: 10px 0px 0px 10px;
		left:0px;
		height: 250px;
		width: 430px;
		background: #c4c4c4;
		font-family: helvetica, arial, sans-serif;
		font-size: 11px;
		color: #666;
		border: 2px solid;
		border-color: #ccc #999 #999 #ccc;
		float: left;
	}
	#formWrapper form{
		position: relative;
		margin: 0px;
		top:10px;
		padding: 0px;
		width: 600px;
	}
	#formWrapper form dt{
		position: relative;
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}
	#formWrapper form dt{
	position: relative;
		width: 150px
	}
	#formWrapper form dd{
	position: relative;
	width: 100%
	}
	#formWrapper form #inputBtns{
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		top:10px;
		left:20px;
		
	}
	#formWrapper form #inputBtns input{
		position: relative;
		margin: 0px 20px 0px 0px;
		padding: 1px 3px 1px 3px;
		border: 1px solid;
		border-color: #ccc #999 #999 #ccc;
		color: #656599;
		font-weight: bold;
		font-size: 11px;
		width: 50px;
	}
	#formWrapper form input, #formWrapper form textarea{
		position: relative;
		margin: 0px 0px 5px 0px;
		padding: 1px 0px 1px 2px;
		border: 1px solid;
		border-color: #ccc #999 #999 #ccc;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		color: #333;
	}
	#formWrapper form input{
		width: 110px;
	}
	#formWrapper #box01{
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 150px;
		height: 200px;
		float:left;
		background: none;
	}
	#formWrapper #box02{
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		top: 10px;
		width: 270px;
		height: 200px;
		float:left;
		background: none;
	}
	#contactInfo{
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 20px;
		height: 150px;
		width: 200px;
		left:30px;
		top: 30px;
		color: #ffffff;
		background: #656599;
		font-family: arial, helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		float: left;
	}
	#contactInfo p{
		margin: 10px 0px 0px 0px;
		padding: 0px;
	}
	#formWrapper p{
		font-size: 13px;
	}
	/*-- eof contact styles --*/
	
/*--- eof main container styles ---*/

/*--|||||||||||||||||||||||||||||||||||||||--*/

/*--- bof footer styles ---*/

#footer{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 952px;
	height: 40px;
	background: url('../img/footer_sliver.jpg') top left repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffc65a;
	
}
	#footer p{
		position: relative;
		top: 10px;
		width: 250px;
		background: none;
		margin: 0px auto;
		padding: 0px 0px 0px 0px;
	}

/*--- eof footer styles ---*/

/*--|||||||||||||||||||||||||||||||||||||||--*/

/*--- bof misc styles ---*/

.big{
	font-size: 13px;
}
.sml{
	font-size: 11px;
}
.red{
	color: red;
}

/*--- eof misc styles ---*/

/*--|||||||||||||||||||||||||||||||||||||||--*/

/*--| EOF STYLES |--*/

/*--|||||||||||||||||||||||||||||||||||||||--*/
