@import url('/s/rounded-corners-css.php?plainColor=BBBBBB');
html {
	margin: 0;
	padding: 0;
	height: 100%; 
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #c7cbc9;
	background-image: url(/i/mainback_970.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center;
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.2;
	color: #333;
	text-align: center;
}

a:link {color: #AC2E2E; text-decoration: none;}
a:visited {color: #926c6c; text-decoration: none;}
a:hover {color: #f90; text-decoration: none;}
a:active {color: #ffc; text-decoration: none;}

#main {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-color: #e5e4e1;
	text-align: left;
	min-height: 100%;
	height: auto;
}
#mainBody {
	width: 960px;
	padding-bottom: 2em;
}
#content {
	width: auto;
	padding: 0 10px 2em 10px;
	margin: 20px 0 0 0;
	background-color: #e5e4e1;
	overflow: auto;
	height: 100%;
}
#content h3{
	font-size: large;
	font-weight: bold;
	margin-bottom: 10px;
}
#title {
	position: relative;
	width: auto;
	padding: 0;
	margin: 0 0 20px 0;
	background-color: #D0D1CF;
	padding: 10px 0 10px 10px;
}

#title h2 {
	font-size: large;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin: 0;
	padding: 0;
}

#title p {
 font-size: x-small;
 font-style: italic;
 padding: 5px 0 0 0;
 margin: 0;
}

#footer {
	position: relative;
	/*height: 220px;*/
	width: 960px;
	margin: 0 auto;
	padding-bottom: 1em;
	background-color: #737a80;
}

#footer p {
	text-align: center;
	margin: 10px 5px 5px 5px;
}

#footerLinks {
	text-align: left;
}

#footerLinks img {
	height: 100px;
	max-width: 960px;
	margin-right: 0px;
	display: block;
}
#footerLinks a:link { color: #3D4341; text-decoration: none; }
#footerLinks a:visited { color: #3D4341;	text-decoration: none; }
#footerLinks a:hover { color: #ffc; text-decoration: none; }
#footerLinks a:active { color: #3F3C11;	text-decoration: none; }

#footerLinks {
	background-color: #A6AAAE;
	color: #73675c;
	margin: 0;
	padding-bottom: 6px;
	font-size: small;
}

#footerLinks ul {
	margin: 0;
	padding: 0px;
	display: inline;
	background-color: transparent;
} 

#footerLinks ul li {
	margin: 0;
	padding: 1px 10px 6px;
	border-left: 1px solid #B3ACA6;
	list-style: none;
	display: inline;
	line-height: 18px;
	background-color: transparent;
}
	
#footerLinks ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#footerLinks ul li.last 
{
	border-right: 1px solid #B3ACA6;
}

*html #main {height:100%;}
#header {
	position: relative;
	height: 150px;
	margin: 0;
	padding: 0;
	background: transparent url(/i/header_960.gif) repeat-x scroll 0 0;
}
#header h1, #header09 h1 {
	margin: 0 0 0 -9999px;
	padding: 0;
	width: 450px;
}
#header109 {
	position: absolute;
	z-index: 1;
	width: 300px;
	overflow: visible;
	top: 5px;
	left: 650px;
	text-align: right;
	padding-right: 5px;
}

#header109 form {
	margin-top: 60px;
}

#headerTools {
	width: 300px;
	font-size: small;
}

#headerTools p {
	padding: 0;
}

#search p {
	margin: 0;
	padding: 0;
}

#search {
	width: 300px;
	margin-top: 20px;
}
input, textarea, select {
	font-size: x-small;
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
}
/* ============= START GLOBAL HEADER MENU =====Clint 02Jul09=======  */
#headerLinkBarNew{
	position: relative;
}
#headerLinkBarNew #navBar { 
	margin: 0; 
	padding-bottom: 35px;
	background-image: url(/i/navbar_bg.png);
	background-repeat: repeat;
}
#headerLinkBarNew #navBar li {
	display: inline;
	list-style-type: none;
}

#headerLinkBarNew #navBar li a { 
	text-decoration: none; 
	float: left; 
	width: 126.667px; /*125.833px;*/
	height: 0; 
	padding-top: 35px; 
	overflow: hidden; 
}

#headerLinkBarNew #navBar li a 
{
	background-image: url(/i/navbar.png);
	background-repeat: no-repeat;
}

/* BUTTONS */
#headerLinkBarNew #navBar li#home a { background-position: 0 0; }
#headerLinkBarNew #navBar li#mapSearch a { background-position: -127px 0; /*margin-left: 1px;*/ }
#headerLinkBarNew #navBar li#mapStore a { background-position: -253px 0; /*margin-left: 1px;*/ }
#headerLinkBarNew #navBar li#mapMarkers a { background-position: -380px 0; /*margin-left: 1px;*/ }
#headerLinkBarNew #navBar li#photos a { background-position: -507px 0; /*margin-left: 1px;*/ }
#headerLinkBarNew #navBar li#last a { background-position: -633px 0; /*margin-left: 1px;*/ }

/* OVER STATES */
#headerLinkBarNew #navBar li#home a:hover { background-position: 0 -35px; }
#headerLinkBarNew #navBar li#mapSearch a:hover { background-position: -127px -35px; }
#headerLinkBarNew #navBar li#mapStore a:hover { background-position: -254px -35px; }
#headerLinkBarNew #navBar li#mapMarkers a:hover { background-position: -381px -35px; }
#headerLinkBarNew #navBar li#photos a:hover { background-position: -507px -35px; }
#headerLinkBarNew #navBar li#last a:hover { background-position: -634px -35px; }

/* PRESSED STATES */
#headerLinkBarNew #navBar li#home a:active { background-position: 0 -70px; }
#headerLinkBarNew #navBar li#mapSearch a:active { background-position: -127px -70px; }
#headerLinkBarNew #navBar li#mapStore a:active { background-position: -254px -70px; }
#headerLinkBarNew #navBar li#mapMarkers a:active { background-position: -381px -70px; }
#headerLinkBarNew #navBar li#photos a:active { background-position: -507px -70px; }
#headerLinkBarNew #navBar li#last a:active { background-position: -634px -70px; }

/* ============= END GLOBAL HEADER MENU ==========================  */
/*========================side bars===================================*/
	#buyer-search-map-canvas {
	width: 470px;
	height: 600px;
	float: left;
	margin: 0 0 2em 10px;
	border: 1px solid #333;
	text-align: center;
}

 #buyer-search-sidebar {
	width: 420px;
	float: right;
	background-color: #D0D1CF;
	padding: 0 10px 20px 10px;
	border-top: 45px solid #A6AAAE;
	margin: 0;
}
#buyer-search-sidebar h3{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
#buyer-search-sidebar-header {
	width: 140px;
	position: relative;
	top: -40px;
	float: left;
	padding-left: 10px;
	margin: 0;
}
#text-search {
	position: relative;
	top: -34px;
	width: 265px;
	float: right;
}
#buyer-search-sidebar #header-text {
	
	font-size: 160%;
	font-weight: bold;
}
#buyer-search-sidebar #search-status{
	font-size: 130%;
}
#clear-search-result-button{
	text-align: center;
	float: left;
	left: 170px;
	position: relative;
}
#search-result
	{
		float: left;
		position: relative;
		top: -28px;
		width: 100%;
		height: 250px;
		overflow: auto;
	}
	#search-result table tr td.bottom-border
	{
		border-bottom: 1px solid #A6AAAE;
	}
	#search-result table tr td
	{
		font-size: 100%;
		padding: 5px 0;
	}
	#search-result a:link {color: #3D59AB; text-decoration: underline;}
	#search-result a:visited {color: #3D59AB; text-decoration: underline;}
	#search-result a:hover {color: #0000EE; text-decoration: underline;}
	#search-result a:active {color: #ffc; text-decoration: none;}
   	#shoppingCartPane {
   		width: 420px;
		float: right;			
		margin: 0;
		position: relative;
		margin-top: 20px;
		border-top: 45px solid #A6AAAE;
		border-bottom: 20px solid #A6AAAE;
		background-color: #D0D1CF;
		padding: 10px 10px 20px 10px;
	}
	#shoppingCartPane a:link {color: #3D59AB; text-decoration: none;}
	#shoppingCartPane a:visited {color: #3D59AB; text-decoration: none;}
	#shoppingCartPane a:hover {color: #0000EE; text-decoration: underline;}
	#shoppingCartPane a:active {color: #ffc; text-decoration: none;}

	#shoppingCartPane hr{
		position: relative;
	  	border:0;
	 	border-top: 2px solid #A6AAAE;
	 	width: 190px;
	  	height: 0;
	  	background: #A6AAAE;
	  	left: -20px;
	  	margin-top: 10px;
	  	margin-bottom: 20px;
	}

	#shoppingCartPane img.scIcon {
		position: absolute;
		top: -50px;
		left: 6px;
	}
	#shoppingCartPane #SC-header-text {
		position: absolute;
		top: -40px;
		left: 45px;
		font-size: 130%;
	}
	#shoppingCartPane #footerText {
		position: relative;
		top: 37px;
		left: 30px;
		font-size: 115%;
		color: #3D59AB;
	}
	#shoppingCartPane #footerText a:link {color: #3D59AB; text-decoration: none;}
	#shoppingCartPane #footerText a:visited {color: #3D59AB; text-decoration: none;}
	#shoppingCartPane #footerText a:hover {color: #0000EE; text-decoration: none;}
	#shoppingCartPane #footerText a:active {color: #ffc; text-decoration: none;}

	#storeSidebarTitle p {
		margin: 0 0 0 40px;
		padding: 0;
	}
	#error-msg 
	{
	  width: 90px;
	  margin-top:0;
	  margin-left: 1em;
	  margin-right: 0.5em;
	  margin-bottom: 0;
	  padding: 5px;
	  border: 1px solid #ECD1D1;
	  background-color: #FAF2F2;
	  font-size: 1em;
	  color: #CE8585;
	}
	#shopping-cart-list
	{
		width: 400px;
	}
	#shopping-cart-list table tr td
	{
		
		font-size: 100%;
		
	}
	.dialog-box a:link {text-decoration: underline;}
	.dialog-box a:visited {text-decoration: underline;}
	.dialog-box a:hover {text-decoration: underline;}
	.dialog-box a:active {text-decoration: none;}
	
	
	
	


