/* CSS Document for Karen Betts */
/* subzerostudio.com			*/

body { 
	background:url(images/bg.jpg);
	margin: 0 0 20 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#3d3c3e;
	font-size:11px;
	line-height: 1.5;
}

a { 
	color:#00a1b0;
	text-decoration: none;
}

a:hover { 
	color:#00a1b0;
	text-decoration: underline;
}

p { 
	margin-top:0px;
}

h1 { 
	font-size: 14px;
	color:#00a1b0;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.5;
}

h2 { 
	font-size:12px;
	color:#00a1b0;
	margin-bottom: 0px;
}

hr { 
	border: 0px;
	color: #00a1b0; 
	background-color: #00a1b0;
	height: 2px;
}

td.content {
	background:#FFFFFF;
	vertical-align: top;
}

/* category box */
td.category-container {
	background: #ebebeb;
	padding: 15px 9px 15px 9px;
	font-size: 11px;
	line-height: 1.5;
}

.category-container a {
	color: #0ea3b4;
	text-decoration: none;
}

.category-container a:hover {
	color: #0ea3b4;
	text-decoration: underline;
}

.subnav a {
	color: #3d3c3e;
	text-decoration: none;
	line-height: 1.2;
}

.subnav a:hover {
	color: #3d3c3e;
	text-decoration: underline;
	line-height: 1.2;
}

/* borders */
td.border-l { background:url(images/border-left-rpt.gif) repeat-y; }
td.border-r { background:url(images/border-right-rpt.gif) repeat-y; }


/* footer */
td.footer { 
	background:#000;
	height: 30px;
}

td.footer-text { 
	font-size: 10px;
	color:#FFFFFF;
}

.footer-text a { color:#FFFFFF; }
.footer-text a:hover { color:#FFFFFF; text-decoration: none; }

/* LH boxes */
td.box-background {
	background:url(images/box-background.gif) no-repeat;
	height: 53px;
}

td.callus { font-size: 20px; color:#ffffff; }
td.emailus { font-size: 10px; color:#ffffff; }

.emailus a { color:#ffffff; }
.emailus a:hover { color:#ffffff; }

td.signup-box { background: #b0b0b0; }
.signup-box input { 
	background: #b0e9fb;
	border: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3f3e3f;
	text-align:center;

	padding: 3px 0px 4px;
	width:141px;
}

.input-field { 
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.submit-button {
	background: #b0e9fb;
	color:#736057;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	border:none;
	margin:0;
	font-size:12px;
	text-transform:lowercase;
}

.error-text { 
	color: #FF0000; 
	font-size: 11px;
	line-height:1;
}

.error-text-sm { 
	color: #FF0000; 
	font-size: 11px;
	line-height:1;
}
.compulsory-field { color:#FF0000; }

td.right-col-inner { 
	background: url(images/inner-right-bg.gif) repeat-y;
}


