/* CSS Document */
html {
	height: 100%;
}

body {
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #333333;
	height: 100%;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#E5DFC9;
}
a, a:visited{
	color:#CC5B27;
	text-decoration:none;
}
a:hover{
	color:#CC5B27;
	text-decoration:none;
}
.bd{
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	border:1px solid #EA5E21;
}
.bd .bd_sub{
	width:auto;
		margin:0;
	padding:0;

	height:auto;
	border:1px solid #fff;
}
p{
	line-height:17px;
}

p.pd5{
	padding-right:20px;
}

/*#maintable {
	margin:0 auto;
	height: 100%;
	background-color: #FFFFFF;
	border: 1px solid red;
	width: 735px;
	z-index:10;
}
*/
#maintable {
	height: 100%;
	background-color: #FFFFFF;
	
}


#left_bg{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
}
#right_bg{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
}
#banner{
	text-align:center;
	/*border: 1px solid red;*/
}
#footer{
	height:20px;
	bottom:0px;
	background-color:#DDDDDD;
	margin:5px;
	color:#6e6e6e;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
}
#content{
	height:25px;
	width:726px; 
	margin:2px 3px 0px 3px;
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-x;
	/*border: 1px solid red;*/
}


#footer a,#footer a:visited{
	color:#6e6e6e;
	text-decoration:none;
}
#footer a:hover{
	color:#333;
	text-decoration:none;
}

h6{
	font-size: 16px;
	font-weight:bold;
	font-family:Trebuchet MS;
	color:#CC5B27;
}


.input{
font-size: 11px;
font-family: Arial;
color: #272425;
border: 1px solid #19262f;
width: 264px;
height: auto; 
margin-top:2px;
}
.input_text{
color: #272425;
border: 1px solid #19262f;
width: 264px;
height: 120px; 
margin-top:2px;
}
.input_submit {
color: #272425;
border: 1px solid #19262f;
width: 131px;
height: auto; 
margin-top:2px;
}

.seemore a, .seemore a:hover, .seemore a:visited{
	color:#FF6600;
	font-weight:bold;
	font-size:10px;
}

.seemore_ a, .seemore_ a:hover, .seemore_ a:visited{
	color:#FF6600;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
	text-transform:uppercase;
	
}


.blogright{
	padding-left:10px;
	padding-right:10px;
}

.topic_product{
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding-left:5px;
	text-transform:uppercase;
}

.seeOther {
	font-size: 10px;
	color: #CC5B27;
}

.seeOther a {
	color: #404040;
}

.redtext{
	color:#f00;
}