/* general layout for centered page*/
* {
margin: 0;
padding: 0;
}

html {
	background-color:#141414;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../media/content_bkg.jpg) repeat-x;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	}
#header {
	padding-top:81px; 
	text-align:left;
	margin: 0 auto;
	width: 964px;
	background:url(../media/header_background.jpg) no-repeat;
	height: 41px;
	}	
.logo {
	margin-top: -39px;
	float:left;
	margin-left: 93px;
	clear:none;
	}		
#nav {
	margin:0;
	padding:0;
	height: 38px;
	list-style: none;
	display:inline;
	overflow:hidden;
	}
#nav li {
	list-style:none;
	display:inline;
	}
#nav a {
	float:left;
	padding: 38px 0 0 0;
	overflow:hidden;
	height: 0px !important;
	height /**/:38px; /* for IE5/Win only */
	}
#nav a:hover {
	background-position:0 -76px;
	}
#nav a:active, #nav a.selected {
	background-position:0px -38px;
	}			
#nav .selected:hover {
	background-position:0px -38px;
	}
				
	
#content {
	margin: 0 auto;
	padding-bottom: 10px;
	text-align:left;
	width: 778px;
	overflow: auto;
	}	
#content p { 
	font-family:"Lucida Grande", Arial;
	margin: 10px 10px 15px 10px;
	font-size: 0.75em;
	color:#666666;
	}	
#flash_box {
	height: 300px;
	}
#map_box {
	height: 320px;
	}	
#map_container {
	float:right;
	width: 430px;
	}
		
#footer_bkg {
	background:url(../media/footer_bkg.jpg) repeat-x;
	width: 100%;
	height: 100%;
	}
#footer {
	padding-top: 0.85em;
	width: 790px;
	text-align:center;
	margin: 0 auto;
	}		
#footer ul {
	color: #999999;
	height: 20px;
	list-style:none;
	font-size:0.65em;
	}	
#footer li {
	display:inline;
	}	
#footer a:link, #footer a:visited {
	font-weight:normal;
	color: #999999;
	text-decoration:none;
	margin: 0 8px;
	}	
#footer a:hover, #footer a.active {
	font-weight:normal;
	color: #999999;
	text-decoration:underline;
	margin: 0 8px;
	}	
h2 {
	font-family:"Lucida Grande", Arial;
	margin: 2px 10px 5px 10px;
	font-size: 0.90em;
	color:#6A70A9;
	font-weight:normal;
	}	
h3 {
	font-family:"Lucida Grande", Arial;
	margin: 2px 10px 5px 10px;
	font-size: 0.88em;
	color:#6A70A9;
	font-weight:normal;
	}		
a:link, a:visited {
	font-weight:bold;
	color:#6A70A9;
	text-decoration:none;
	}
a:hover, a.active {
	font-weight:bold;
	color:#666666;
	text-decoration:underline;
	}
								
/* main nav */
#thome a {
	width: 106px;
	background:  url(../media/top_nav/home.jpg) top left no-repeat;
	}
	
#tproducts a {
	width: 104px;
	background:  url(../media/top_nav/products.jpg) top left no-repeat;
	}
	
#tdesignerprofile a {
	width: 143px;
	background:  url(../media/top_nav/designerprofile.jpg) top left no-repeat;
	}
#tdesignerprofile a:selected {
	background-position:0 -38px;
	}	

#tlocation a {
	width: 151px;
	background:  url(../media/top_nav/location.jpg) top left no-repeat;
	}

#tlatestnews a {
	width: 106px;
	background:  url(../media/top_nav/news.jpg) top left no-repeat;
	}
	
#tcontact a {
	width: 98px;
	background:  url(../media/top_nav/contact.jpg) top left no-repeat;
	}
		
/* 2_column layout stuff */

#right_column {
	text-align:center;
	float:right;
	padding-left: 60px;
	padding-top: 22px;
	width: 430px;
	}
#right_column p {
	color:#CCCCCC;
	padding-top: 30px;
	}		
#left_column {
	padding-top: 14px;
	width: 280px;
	clear:none;
	}			
#left_column p {
	color:#CCCCCC;
	margin-right: 35px;
	margin-bottom: 0px;
	}		
/* homepage stuff */

h1.welcome {
	margin: 0px 0px 0px 10px;
	text-indent: -5000px;
	background:url(../media/welcome.gif) no-repeat bottom;
	width: 595px;
	}
	
/* profile stuff */

h1.profile	{
	margin: 0px 0px 0px 10px;
	text-indent: -5000px;
	background:url(../media/profile_hdr.gif) no-repeat bottom;
	width: 218px;
	}	

/* products stuff */	
#products_box {
	height: 450px;
	}	
#product_content {
	margin: 0 auto;
	padding-top: 10px;
	text-align:left;
	width: 778px;
	}	
h1.productshdr	{
	margin: 0px 0px 0px 10px;
	text-indent: -5000px;
	background:url(../media/productshdr.gif) no-repeat bottom;
	width:161px;
	}		
/* location stuff */

h1.location	{
	margin: 0px 0px 0px 10px;
	text-indent: -5000px;
	background:url(../media/locationhdr.gif) no-repeat bottom;
	width:218px;
	}
.search {
	font-family:"Lucida Grande", Arial;
	margin:20px 10px 15px 0px;
	padding-left: 8px;
	font-size: 0.75em;
	color:#CCCCCC;
	}*html .search {
	margin-left: 10px;
	}	
.search td {
	padding: 6px 0;
	}
.textfield {
	margin: 0;
	color:#666666;
	width: 80px;		
	}
.dealers {
	list-style:none;
	font-family:"Lucida Grande", Arial;
	margin: 0px 10px 15px 10px;
	font-size: 0.75em;
	color:#000000;
	}	
.dealers li {
	margin: 5px 0;
	padding: 5px 0;
	}	
.list_header {
	color:#666666;
	font-weight:bold;
	margin: 3px 0;
	font-size:125%;
	}
		

/* news stuff */	

h1.news {
	margin: 0px 0px 0px 10px;
	text-indent: -5000px;
	background:url(../media/news_hdr.gif) no-repeat bottom;
	width: 218px;
	}
.mailer {
	margin-top: 0;
	border: 1px solid #999999;
	width: 230px;
	}	
#mailinglist_float {
	margin-top: 20px;
	float: right;
	height: 128px;
	width: 400px;
	border-left: 1px solid #cccccc;
	clear:none;
	}	
#mailinglist_float p {
	padding-top: 15px;
	margin-bottom: 8px;
	}	
.mailing_table {
	margin-left: 10px;
	font-family:"Lucida Grande", Arial;
	font-size: 0.75em;
	color:#666666;
	}	
.mailing_table td {
 	padding-top: 3px;
	padding-bottom: 3px;
	}	
.float_right {
	float: right;
	margin: 8px 10px 15px 10px;
	clear: both;
	}
.float_left {
	float: left;
	margin: 8px 10px 10px 10px;
	}		
#imagefloat {
	float: right;
	width: 300px;
	height:100%;
	margin-top: 47px;
	padding-left: 10px;
	}	
#imagefloat img {
	padding-bottom: 20px;
	}
#benfloat {
	float: right;
	height:100%;
	padding-left: 10px;
	margin-top: 25px;
	padding-right: -20px;
	}	
#benfloat img {
	padding-bottom: 20px;
	}	
		
	
/* contact stuff */		

h1.contact {
	margin: 0px 0px 0px 10px;
	text-indent: -5000px;
	background:url(../media/contact_hdr.gif) no-repeat bottom;
	width: 218px;
	}
.contact_form {
	font-family:"Lucida Grande", Arial;
	margin: 0px 10px 15px 10px;
	font-size: 0.75em;
	color:#666666;
	}	
.contact_form td {
	padding: 3px 0;
	}	
.contact_field {
	border:1px solid #6A70A9;
	width: 200px;
	padding: 1px;
	font-family:"Lucida Grande", Arial;
	color:#666666;
	font-size:0.99em;
	}	
.popupBubble {
	font-family:"Lucida Grande", Arial;
	font-size: 0.75em;
	color:#666666;
}.abacus_logo {
	margin-left: -20px;
}
