
/* 
Figamajigs Store Locator styles  4/8/2008 
Christian Sparrow: cs@christainsparrow.com
*/



/* - - - - - - - - - - - - - - - - - - - -*/

/*Imports*/
@import url("reset.css"); /* resets the DOM */

/* - - - - - - - - - - - - - - - - - - - -*/




/* common styles
-----------------------------------------------------*/	

html 	{ font-size: 100.01%; }

body 	{ text-align: center; /* center box elements in IE */
	 	  min-width: 780px; /* prevents FF left over-hang of content */
	 	  background-color: #4f2960; background-image: url("../images/gradientBg.gif"); background-position:center top; background-repeat: no-repeat;
	 	  font: 0.81em/1.19em Arial, helvetica, sans-serif; color:#fff; }

a:link { 
	color: #a2ae4c;
	text-decoration: none;	 
}
a:visited { }
a:hover { text-decoration: underline; }
a:active { }



/* Wrapper
-----------------------------------------------------*/

#w { 
	width: 780px;
	height: 750px;
	margin: 0 auto 0 auto;  /* centers box elements in FF (so it scrolls properly on smaller windows)*/
	text-align: left; }



/* Header Container
-----------------------------------------------------*/

#hc	{ 
	position: relative;
	height: 150px;
}

#logo { 
	position: absolute;
	margin: 0 0 0 0;
	width: 250px;
	height: 120px;
	background-image: url("../images/logo_StoreLoc.jpg");
 }

.form { 
	position: absolute;
	margin: 50px 0 0 295px;
 }
 
.textBox {
	border: 2px solid #85308F;
	font-size:15px; 
	margin:2px 0 0px 0; 
	padding:5px 5px 3px 6px;
	background-color: #f7e6ff; 
}

.textBox:hover {
	background-color: #fff; 
}

.textBox:focus { 
	background-color:#fffff0; 
	color:#74358F; 
	outline:0; 
} 
				  
input.goBtn { 
	background: url("../images/goBtn.gif" ) no-repeat; 
	cursor:pointer; 
	width:45px; 
	height:21px;
	border:none;
 }
input.goBtn:hover { 
	background: url("../images/goBtn_on.gif") no-repeat; 
	cursor:pointer;
 }


/* Content Container
-----------------------------------------------------*/

#cc	{ 
	position:relative;
	/*text-align: center;*/
 }
 
.cc_lc {
	float: left;
	width: 250px;
	height: 510px;
	overflow: auto;
	padding-right: 10px;
}

.cc_rc {
	float: left;
	width: 510px; 
	height: 510px;
	overflow: hidden; 
}













