﻿/* CSS Document */

/************** inherints *****************/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #E1D6C2;
}
a{
	color: #FF6600;
	text-decoration: none;
}

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

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

a:hover{
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFCC;
}
.text1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	line-height: 22px;
}
.text2 {
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
	letter-spacing: 1px;
}

.text3 {
	font-size: 11px;
	color: #333333;
	line-height: 12px;
}

/************** layout *****************/
.main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(../sitewide/images/mainbg.jpg);
	background-repeat: repeat-y;
}
.innermain {
	width: 770px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px auto;
	border: 1px solid #333333;
}
.introtext {
	text-align: justify;
	padding-bottom: 5px;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#radiobar {
	background-color: #CBEDED;
	height: 18px;
	width: 746px;
	margin-top: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: right;
	color: #666666;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#date {
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	color: #999999;
}
/************** .feature styles ***************/

.feature{
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	text-align: justify;
	padding-top: 8px;
	width:506px;
}

.feature img{
	padding: 2px;
	margin: 5px;
}
#photobox {
	background-color: #F2e2d0;
	width: 190px;
	border: 1px solid #999999;
	font-family: "Courier New", Courier, mono;
	text-align: center;
	height: 180px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
#content{
	float: left;
	text-align: justify;
	line-height: 16px;
	width: 725px;
	margin-left: 10px;
}
#textsuper {
	font-size: 9px;
	vertical-align: top;
}
form {
	margin: 0px;
	padding: 0px;
}
.text4 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 16px;
}
#sidebar {
	width: 205px;
	text-align: right;
}
.sidebarcontainer {
	float: right;
	width: 205px;
	text-align: right;
	padding: 0px 5px;
	font-size: 11px;
	line-height: 14px;
	background-color: #FFFFCC;
	height: 100%;
	border: 1px solid #999999;
	margin-top: 3px;
	margin-bottom: 0px;
}
#bannersbox {
	text-align: center;
	padding: 3px;
	color: #FFFFFF;
}
.text5 {
	font-size: 10px;
	color: #FFFFFF;
}
#content_sm {
	float: left;
	text-align: justify;
	line-height: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 495px;
	margin-left: 5px;
}
table {
	margin: 0px;
	padding: 0px;
	border: none;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #006666;
	background-color: #E1D6C2;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #D0BF9F;
}
.textsuper {

	font-size: 9px;
	vertical-align: top;
}
.topimgbox {
	padding-top: 25px;
	padding-right: 350px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(images/top_febimg.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	height: 200px;
	text-align: left;
	margin: 0px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFF99;
	text-align: center;
}
.sidebar {

	width: 205px;
	text-align: right;
}
p{

	padding-left: 5px;
	padding-right: 5px;
}

.align1 {

	padding-left: 5px;
	text-indent:20px;
	padding-right: 5px;
}
.newproductbox {
	text-align: center;
}

