html {
	margin:0;
	padding: 0;
	font: Verdana, Arial, Helvetica, sans-serif;
}

body{
	background: transparent url(../images/rd_bg_grad.gif) repeat-x;
	margin:0;
	padding:0;
	font: 76% arial,sans-serif;
	text-align: left;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

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

#main p {
	padding:5px 2px;
}

/*---------------- MAIN CONTAINER ELEMENTS --------------------*/


#container {
	margin: 0 auto;
	width: 700px;
	border-right:1px solid #000;
	border-left: 1px solid #000;
}

#header {
	width: 700px;
	height: 122px;
	background-color: #FFF
}
#header a img {
	border: none;
	margin:0;
	padding:0;
}


#main {
	width: 100%;
	background-color:#FFF;
}

#aboutus {
	position: relative;
	margin: 0px 10px 10px;

	text-align: center;
}

#leftColumn {
	padding: 0;
	margin: 0;
	float: left;
	width: 175px;
}

#rightColumn {
	float:right;
	margin-right: 10px;
    padding: 5px;
    width: 505px;
}

.homeContainer {
    margin: 5px auto;
    padding: 5px 8px;
    width: 492px;
}

#featured {
	margin: 10px;
	padding:2px;
	width: 300px;
	height: 222px;
	border: 1px solid #333;
}

#poll {
	margin: 15px auto;
	padding: 10px 0;
	width: 300px;
	color: #ffffff;
}


.newsItem {
	margin: 5px auto;
	width: 492px;
	border:1px solid #ccc;
	padding:5px 8px;
}

.newsItem a:link { text-decoration: underline;	color:#2081b4; }
.newsItem  a:visited {	text-decoration: underline; color: #2081b4; }
.newsItem  a:active { text-decoration: underline; color: #2081b4; }
.newsItem  a:hover { text-decoration: underline; color: #2081b4; }

#main .newsItem  h3 {
	margin: 0;
	padding: 2px 5px 5px 0px;
	font-size: 16px;
	color: #7195a7;
	font-weight: bold;
}

.clear {
	width: 100%;
	height: 0px;
	margin:0;
	padding: 0 0;
	clear:both;
}

.a_product {
	margin: 5px auto;
	width: 492px;
	border:1px solid #ccc;
	padding:5px 8px;
}

.a_product a:link { text-decoration: underline;	color:#2081b4; }
.a_product  a:visited {	text-decoration: underline; color: #2081b4; }
.a_product  a:active { text-decoration: underline; color: #2081b4; }
.a_product  a:hover { text-decoration: underline; color: #2081b4; }

#main .a_product h3 {
	margin: 0;
	padding: 2px 5px 5px 0px;
	font-size: 16px;
	color: #7195a7;
	font-weight: bold;
	}

.a_product p {
	color: #333;
}

.a_product img {
	float: right;
	margin-left:10px;
	border: 1px solid #333;
}	


.curpage {
	text-align: right;
	font-weight:bold;
	margin-top: 2px;
	color: #7195A7;
	font-size: 11px;
}

#footer {
	margin: 0;
	padding: 0;
	width: 700px;
	height:25px;
	line-height:25px;
	background-color:#eee;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}

#products_title {
	margin: 10px auto;
	width: 400px;
	height: 100px;
}

/* ----------------- Main Nav ---------------- */

#menu {
	width:700px;
	height:32px;
	background: #fff url(../images/slices/nav_bg_off.gif) repeat-x;
	font-size: 14px;
	line-height:32px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;

}



#menulist {
	padding: 0;
	margin: 0;
	
}

#menulist img {
	vertical-align: middle;
}

#menulist li {
	display: inline;
	margin: 0 15px;

}

#menulist li a { 
float:left;
height:32px; 
padding: 0 10px; 
}
#menulist li a.on { 
float:left;
height:32px; 
padding: 0 10px; 
background: #fff url(../images/slices/nav_bg_on.gif) repeat-x;
}



#menulist li a:link {
	text-decoration: none;
	color: #FFF;
}

#menulist li a:visited {
	text-decoration: none;
	color: #FFF;
}

#menulist li a:active {
	text-decoration: none;
	color: #000;
}

#menulist li a:hover {
	text-decoration: underline;
	color: #FFF;
}




#menu_left {
	float: left;
	width: 175px;	
	color : #000;
	font-size: 12px;
	line-height: 24px;
	margin-top:1px;
}


#menu_left a {
	width:160px;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px;
	margin-bottom:1px;
	background:#144d6b;
	color:#FFF;
	float:left;
}
#menu_left a.on {
	width:160px;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px;
	margin-bottom:1px;
	background:#7195a7;
	color:#000;
}

#menu_left a span {
	width:170px;
	background:red;
}

#menu_left a:link {
	text-decoration: none;
	color: #FFF;
}

#menu_left a:visited {
	text-decoration: none;
	color: #FFF;
}

#menu_left a:active {
	text-decoration: none;
	color: #000;
}

#menu_left a:hover {
	text-decoration: underline;
	color: #FFF;
}

/* --------- ELEMENT FORMATTING ----------- */

#highlight {
	color: red;
	font-weight: bold;
}

.news_thumb {
	margin: 2px;
	border: 1px solid black;
}

h3 { 
	text-align: left;
	margin: 0;
	padding: 2px 5px 5px 0px;
	font-size: 14px;
	color: #7195A7;
	font-weight: bold;
}

h4 { 
	text-align: left;
	margin: 0;
	padding: 2px 5px 0px 0px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

p {
	color: #333;
	text-align: left;
}

#aboutus table {
	text-align: left;
	color: #333;
}

#footer p {
	margin: 0;
	text-align: center;
}

#main h3 {
	margin: 0;
	padding: 2px 5px 5px 0px;
	font-size: 16px;
	color: #7195A7;
	font-weight: bold;
}

#main p {
	color: #333;
	margin: 0;
	padding: 5px 2px;
}

.newsItem ul {
	color: #333;
}

#poll input {
	margin-left: 25px;
	vertical-align: text-bottom !important;
	vertical-align: middle;
}

#submit {
	margin: 0 auto;
	text-align: center;
	color: #000000;
	background-color: #3366FF;
	cursor: hand;
}

#submit:hover {
	color: #000000;
	background-color:#3399FF;
	cursor: hand;
}

.submit {
	margin: 0 auto;
	text-align: center;
	color: #000000;
	background-color: #3366FF;
	cursor: hand;
}

.submit:hover {
	color: #000000;
	background-color:#3399FF;
	cursor: hand;
}

#hours table {
	margin: 0 auto;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid white;
	text-align: center;
	width: 200px;
	color: #00CCFF;
}

#hours table td {
	border-top: 1px solid white;
}


/*------------------- FORMS -----------------------*/

form {
	width: 400px;
	color: #999999;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 40px 0 10px 30px;
}


#main input, textarea, select {
	font-size: 12px;
	color: #000000;
	border: none;
	padding: 2px;
}

#pollform {
	width: 90%;
	color: #999999;
	border: none;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0;

}

#aboutus table .highlight {
	color:#FFFF00;
	font-weight:bold;
}
