/*--------------------------------------------
ECOM In-Sites Style Sheet - Basic

version:	1.0
author:		Jared Mitchell
email:		jared@ecominsites.com
website:	http://www.ecominsites.com
----------------------------------------------*/

/*-------Style Imports--------*/

@import url("/css/layout.css");

@import url("/css/custom.css");

/*-------Body Styles--------*/
*{
	margin:0;

	padding:0;

	list-style:none;

	border:none;
}
	
body{
	position: relative;
	width: 1024px;
	/*min-height: 100%;*/
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	z-index: 0;
} 

h1{

	font-style: italic;
	font-weight: normal;
	letter-spacing: 10px;
	padding: .5em 0 0 1.3em;
}

img { 
	z-index: -1;
	border: none;
} 

