@charset "UTF-8";

/* CSS Document */

body {
	background: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	text-align: center;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background: #FFFFFF;
}

.content {
	background-color: #fff;
	padding: 10px;
}

.titleBlk {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

.tblTool {
	background: #000000;
	border-bottom: 2px solid #C70000;
	border-top: 2px solid #C70000;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	height: 10px;
	padding-top: 5px;
}

.tblLinks {
	background: #333;
	height: 100%;
	text-align: left;
	padding: 4px;
	padding-top: 10px;
	padding-bottom: 25px;
}

.redborder {
	border: 1px solid #C70000;
}

#stutt_nav {
	background: #000000;
	border-top: 1px solid #b00000;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#ul_stutt_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#ul_stutt_nav li {
	display: inline;
	margin: 0px;
	padding-right: 5px;
	padding-left: 3px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	font-size: 11px;
}

#ul_stutt_nav li.li_last {
	border-right-style: none;
}

#ul_stutt_nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#ul_stutt_nav a:visited {
	color: #CCCCCC;
}

#ul_stutt_nav a:hover {
	color: #C70000;
}

#searchBar {
	background-color: #cc0000;
	height: 25px;
	padding: 2px;
}

#featProd {
	border-top: 3px solid #cc0000;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

td {
	font-size: 11px;
}

.forms {
	font-size: 10px;
}

.searchFonts {
	font-weight: bold;
	color: #000;
}

.title {
	color: #cc0000;
	font-weight: bold;
	font-size: 11px;
}

/* for the aboutus page */
table td.subcontent {
	background-color: #ffffff;
	color: #333333;
	padding: 10px;
}

table td.aboutus img {
	border: solid 1px #333333;
}

/* footer */
#footer {
	background-color: #000000;
	color: #ffffff;
	height: 30px;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

ul.footerinfo li {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
}

ul.footerinfo li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}

ul.footerinfo li a:hover {
	text-decoration: underline;
	font-size: 10px;
}

/* privacy policy */

.bodytitle {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
}

/* gallery */
table#gallery {
	margin: 0 auto;
}

table#gallery td {
	padding: 2px;
}

/* for the header */

h2 {
	padding: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 140px 60px;
}

table tr td.main_head {
	background:url('images/header1.jpg') no-repeat top center;
	height: 160px;
	width: 770px;
}

/* for the home page */
h3 {
	padding: 0;
	margin: 0;
}

.home_desc {
	padding: 10px;
	color: #616161;
}

.subcontent table tr td img {
	border: solid 1px #000000;
	margin: 5px;
}

.hometitle {
	font-size: 12px;
	font-weight: bold;
	color: #777777;
}

.homedate {
	font-size: 12px;
	color: #777777;
}

.homelink {
	color: #ff0000;
	text-decoration: none;
}

.homelink:hover {
	text-decoration: underline;
}

/* for feature articles */
table tr td.subcontent table tr td.feat_title {
	color: #333333;
}

table tr td.subcontent table tr td a {
	color: #333333;
	text-decoration: none;
}

table tr td.subcontent table tr td a:hover {
	text-decoration: underline;
}

/* for newscontent.php */
.sub_newscontent {
	border: solid 1px #000000;
	background-color: #ffffff;
	padding: 10px;
}

.sub_newscontent table tr td img {
	border: solid 1px #000000;
}

.sub_newscontent table tr td {
	text-align: left;
}

.newstitle {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.newsdate {
	color: #333333;
	font-size: 13px;
}

.newsdesc {
	color: #333333;
}
