@charset "utf-8";
/*Cowgirls Espresso*/

* {
	margin: 0;
	padding: 0;
}
html {
	text-align: center;
}

body {
	background: #EC83B5 url(zimages/cg_index_bg.png) fixed no-repeat;
}

#index_wrap {
	width: 600px;
	margin: 20px auto;
	text-align: center;
}

#splash_content h1 {
	background: url(zimages/cg_new_splash_locations.png) no-repeat;
	text-indent: -9999px;
	width: 600px;
	height: 589px;
	margin: 0px auto 30px;
}

#splash_content h2 {
	background: url(zimages/coming_soon_to.png) no-repeat;
	text-indent: -9999px;
	width: 600px;
	height: 80px;
}

#splash_content ul {
	list-style: none;
}

#splash_content ul li {
	margin: 15px 0 0 0;
}

li.fort_worth {
	background: url(zimages/fort_worth.png) no-repeat;
	text-indent: -9999px;
	width: 600px;
	height: 25px;
}

li.orange_county {
	background: url(zimages/orange_county.png) no-repeat;
	text-indent: -9999px;
	width: 600px;
	height: 25px;
}

li.odessa {
	background: url(zimages/odessa.png) no-repeat;
	text-indent: -9999px;
	width: 600px;
	height: 25px;
}