body {
	font-size:13px; color:#333; font-family:verdana,arial;
	margin:0px; padding:0px;
	background:url(../images/bg_diag.gif) top left repeat; 
	}
	
a:link,
a:visited {
	color:#633; text-decoration:underline;
	}
a:hover	{
	color:#333; text-decoration:none;
	}
	
h1 {
	font-size:16px;
	color:#666;
	}
h2 {
	font-size:14px;
	color:#633;
	}
h3	{
	font-size:15px;
	color:#633;
	margin:2px;
	padding:0px;
	}
input, select {
	font-size:9px;
	font-family:verdana,arial;
	color:#333;
	}
.banner {
	color:#eee;
	font-size:10px;
	line-height:12px; 
	text-indent:11px;
	padding-bottom:2px;
	border-bottom:solid #222 1px;
	background:#000 url(../images/bg_banner.gif) top left repeat-x; 
	}
.banner h1	{
	display:inline;
	margin:0;
	padding:0;
	color:#eee;
	font-weight:normal;
	font-size:10px;
	}
.banner2	{
	height:61px;
	margin:0px;
	background:url(http://specialtywineretailers.org/images/logo_banner_002.gif) top left repeat-x;
	}
#bannernav	{
	float:right;
	margin:0px 5px 0px 0px;
	width:400px;
	font-size:10px; color:#eee;
	text-align:right;
	}
#bannernav a:link,
#bannernav a:visited	{
	color:#eee; 
	text-decoration:underline;
	}
#bannernav a:hover {
	color:#600;
	text-decoration:none;
	background:#ddd;
	}
	
.box	{
	border:solid #ccc 1px;
	}
.clear	{
	clear:both;
	}
	
#content	{
	position:relative;
	left:10px;
	top:0px;
	float:left;
	width:630px;
	}
#content p {
	width:460px;
	margin:10px auto;
	text-align:left;
	}
#content h1	{
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:16px;
	color:#666;
	text-indent:40px;
	}

li {
	margin:0px 0px 5px 0px;
	}
.error_msg {
	color:#c33;
	font-weight:bold;
	}
.floatleft {
	float:left;
	}
.floatright {
	float:right;
	}
.smalltext {
	font-size:10px;
	}
#footer	{
	display:block;
	margin:25px 0px 0px 0px;
	text-align:center;
	border-top:solid #eee 0px;
	font-size:9px;
	padding:3px 0px;
	color:#999;
	width:100%;
	background:#fff;
	}
#footer a:link,
#footer a:visited {
	color:#999;
	text-decoration:none;
	}
#footer a:hover {
	color:#999;
	border-bottom:dashed #999 1px;
	}

.intro	{
	margin:10px auto;
	width:500px; 
	font-size:16px; color:#444; font-weight:bold;
	padding:5px;
	background:#f6f6f6 url(../images/bg_intro_box_bot.gif) center bottom repeat-x;
	border:solid #ccc 2px;
	}
	
.memberlist 	{list-style-type:none; padding:0; margin:0;}
.memberlist li	{padding: 0; margin: 0px 0px 10px 0px}
.memberlist h3	{font-size:11px; margin:0px; color:#600; display:block;}
.memberlist h4	{font-size:11px; margin:0px; font-weight:normal;display:inline;}
.memberlist h5	{font-size:10px; margin:0px; font-weight:normal;display:inline;}
.membertype	{
	width:520px;  
	margin:10px auto 20px auto; padding:5px;
	text-align:left; 
	background:#f6f6f6 url(../images/bg_intro_box_bot.gif) center bottom repeat-x;
	border:solid #ccc 2px;
	}
.membertype h2 {
	font-size:15px;
	margin:0px;
	}

.membertype p a {
	font-weight:bold;
	}
	
table,
.dues tr,
.dues td,
.dues th {
	background:#fff;
	}
.dues table,
.dues tr,
.dues td {
	font-size:11px; text-align:right;
	}
.dues th {
	text-align:center;
	}
.dues tr,
.dues td,
.dues th {
	border-right:solid #ccc 1px;
	border-bottom:solid #ccc 1px;
	}
table.dues  {
	width:480px;
	border-left:solid #ccc 1px;
	border-top:solid #ccc 1px;
	border-collapse:collapse;
	margin:10px auto;
	clear:both;
	}
.table-login {
	font-size:13px;
	width:100%;
	background:#eee;
	clear:both;
	border:solid #ccc 1px;
	background:#eee;
	margin-bottom:8px;
	}
.table-login td {
	width:33.3%;
	height:34px;
	}
.table-login-input {
	width:150px;
	}
caption	{font-weight:bold;}

#navbar {
	width:100%;
	background: url(../images/bg_black_gradient.gif) top left repeat-x;
	margin:0px 0px 15px 0px;
	}

#nav-binder { /* holds the navigation bar together */
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width:650px;
	height: 30px;
	font-family:verdana;
	font-weight:bold;
	font-size:14px;
	}

#nav {
	margin: 0;
	padding: 0;
	width: 100%;
	}
#nav ul,
#nav li,
#nav a {
	float: left;
	list-style: none;
	background: transparent;
	margin:0;
  	padding:0;
	}
#nav a { 
	height: 30px;
	line-height:30px;
	padding:0px 6px;
	text-decoration: none;
	}
#nav li a:link,
#nav li a:visited { 
	color:#ccc;
	text-decoration:none; 
	}
#nav li a:hover { 
	text-decoration:underline;
	color:#fff;
	background:#000; font-weight:bold;
	}
#nav .nav-currentpage a,
#nav .nav-currentpage a:hover {
	background: url(../images/navroll.gif) bottom left repeat-x;
	}

.success_msg {
	color:#090;
	font-weight:bold;
	}
#whole	{width:650px; border: 0px solid #eee; border-width: 0px 1px 1px 1px; padding:0px; background:#fff; margin:0px auto;}