body {
	background: #efefef url('../img/td-bg.gif');
	color: #FFFFFF;
	margin: auto;
	link= #336699;
}
div#main {
	background-color: #FFFFFF;
	width: 820px;
	height: 530px;
	color: #CCCCCC;
	margin: auto;
}
div#header {
	background: url('img/smtrade.jpg') no-repeat;
	float: left;
	width: 820px;
	height: 82px;
}
div#header1 {
	float: left;
	width: 820px;
	height: 2px;
	background-color: #343434;
}
div#cname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
	height: 10px;
	width: 400px;
	color: #FFFFFF;
	background-position: right;
}
div#slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	margin-right: 5px;
	margin-top: 12px;
	height: 10px;
	width: 400px;
	color: #FFFFFF;
	background-position: right;
}
div#logo {
	float: left;
	margin-top: 8px;
	height: 78px;
	width: 150px;
}
.textbody{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 13pt;
}

div#maintxt {
	background-color: #FFFFFF;
	float: left;
	height: 440px;
	width: 820px;
	color: #000000;
}
div#colleft {
	background-color: #FFFFFF;
	float: left;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 500px;
	color: #000000;
}
div#colright {
	background-color: #FFFFFF;
	border: 7px solid #FFEED1;
	float: right;
	height: 390px;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 25px;
	color: #000000;
}
.textfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFC96B;
	line-height: 14pt;
	color: #FFFFFF;
}
div#menunav {
	background-color: #ffdb9d;
	float: left;
	height: 30px;
	width: 820px;
	color: #ffdb9d;
}
.topmenu a{
	background-repeat: no-repeat;
	height: 28px;
	width: 77px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 31px;
	color: #010101;
	background-position: center center;
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffdb9d;
}
.topmenu a:hover{
	background-repeat: no-repeat;
	height: 28px;
	width: 77px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFC96B;
}
.topmenu1 a{
	background-repeat: no-repeat;
	height: 28px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 31px;
	color: #010101;
	background-position: center center;
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffdb9d;
}
.topmenu1 a:hover{
	background-repeat: no-repeat;
	height: 28px;
	width: 140px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFC96B;
}
div#footer {
	width: 820px;
	height: 25px;
	background-color: #FFC96B;
	text-align: center;
	color: #FFFFFF;
}


*
{
	margin: 0;
	padding: 0;
}

#rotator
{
	border: 0;
	cursor: pointer;
	overflow: hidden;
	margin: 10px 10px auto 15px;
	position: relative;
	width: 100px;
	height: 97px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 100px;
	height: 97px;
}

p
{
	text-align: justify;
}

/* FOR SLIDE SHOW */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 6px;
width: 400px; /*width of featured content slider*/
height: 250px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
#slider2{
border-color: #ffdb9d;
margin-left: 15px;
height: 280px
}
#paginate-slider2{
background-color: #ffdb9d;
border-color: #ffdb9d;
margin-left: 15px;
}

#paginate-slider2 a:hover, #paginate-slider2 a.selected{
background-color: #FFC96B;
}
