body
{
	background:url(../images/bg.jpg) repeat-x #F3001C top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.3;
	color: #333;
	margin:0px;
}

td, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height:1.3;
	color: #333;
}

input, select, textarea 
{
	font-family:Arial, Helvetica, sans-serif;
	background:#fff; 
	border:1px solid #DFE2E2; 
	color:#5A5A5A;
	font-size:12px;
}

a:link, a:active, a:visited
{
	color:#CC0000;
	text-decoration: none;
}

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

.title
{
	color: #B4001E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.sidetitle
{
	color: #B4001E;
	font-weight: bold;
	font-size: 18px;
	padding-bottom:12px;
}
.sidetitle2
{
	margin:0px;
	padding:0px 0px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#B4001E;
	text-align:left;
	vertical-align:middle;
	line-height:35px;
	float:left;
}
.sidetitle3
{
	margin:0px;
	padding:0px 0px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#B4001E;
	text-align:left;
	vertical-align:middle;
	line-height:35px;
	float:left;
}

h1
{
	color: #B4001E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin:0px;
}

h2
{
	color: #59BCEA;
	font-weight: bold;
	font-size: 16px;
	margin:0px;
}

h3
{
	color:#CC0000;
	font-weight: bold;
	font-size: 14px;
	margin:0px;
}

h4
{
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	margin:0px;
}

h5
{
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	margin:0px;
}

h6
{
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin:0px;
}

/************** DIV CLASS ***************/
.container
{
	width:970px;
}

.header
{
	background:url(../images/headerbg.jpg);
	width:960px;
	height:100px;
	text-align:left;
}

.logo
{
	padding-left:20px;
	z-index:9999;
	position:absolute;
	top:0;
}

.banner
{
	width:970px;
	height:330px;
	background: url(../images/bannerbg.png) no-repeat;
	padding-top:14px;
	z-index:99;
}

.banner-content
{
	float:left;
	width:970px;
	height:200px;
	background: url(../images/bannerbg2.png) no-repeat;
	padding-top:14px;
	z-index:99;
}

.widget
{
	float:left; 
	width:676px;
	padding-top:15px;
}

.maincontent
{
	width:960px;
	float:left;
	padding-left:5px;
}

.maincontent-top
{
	width:960px;
	background:url(../images/contenttop.png) no-repeat bottom;
	float:left;
	height:16px;
}

.maincontent-mid
{
	width:960px;
	background:url(../images/contentmid.png) no-repeat top #000000;
	float:left;
}

.maincontent-bottom
{
	width:960px;
	background:url(../images/contentbottom.png) no-repeat top;
	float:left;
	height:15px;
}

.content
{
	width:676px;
	float:left;
}

.content-top
{
	width:676px;
	float:left;
	background:url(../images/content-top2.png) no-repeat bottom;
	height:16px;
}

.content-mid
{
	width:656px;
	float:left;
	text-align:left;
	background:url(../images/content-mid2.png) no-repeat #FFFFFF;
	padding:0px 10px;
	min-height:300px;
}

.indexcontent-mid
{
	width:656px;
	float:left;
	text-align:left;
	background:url(../images/content-mid2.png) no-repeat #FFFFFF;
	padding:0px 10px;
}

.content-bottom
{
	width:676px;
	float:left;
	text-align:left;
	height:15px;
	background:url(../images/content-bottom2.png) no-repeat top;
}

.side
{
	width:250px;
	float:right;
	text-align:left;
}

.midcontent
{
	width:938px;
}


/************** MENU ***************/
.menubg
{
	background: url(../images/menubg.png) top left no-repeat;
	padding-left: 185px;
}

.menu
{
	width:100%;
	text-align:left;
	height:46px;
}

.menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px; 
	font-weight:bold;
}

.menu ul li
{
	padding:0px;
	margin:0px;
	position: relative;
	display: inline;
	float: left;
}

.menu ul li a
{
	display:inline-block;
	padding:13px 12px 12px 12px;
	text-decoration: none;
	background:url(../images/menu_div.jpg) no-repeat right;
	color:#CCCCCC;
}

.menu ul li a:active, .menu ul li a:link, .menu ul li a:visited
{
	color:#CCCCCC;
	text-decoration:none;
}

.menu ul li a:hover
{
	background:url(../images/menu_div.jpg) no-repeat right;
	color:#ED1C24;
}

.menu ul li ul
{
	position: absolute;
	left: 0;
	top:0;
	display: block;
	visibility: hidden;
	z-index: 100;
	padding:0px;
	margin:0px;
}

.menu ul li ul li
{
	display: inline;
	float: none;
	background-image:none;
}


*html .menu ul li ul li a
{
	width:170px; 
}

.menu ul li ul li a
{
	display:block;
	width:150px; 
	margin:0px;
	padding:6px 18px;
	font-size: 11px;
	font-weight:normal;
	background:none #999;
	color:#FFF;
	text-transform:capitalize;
	text-align:left;
}

.menu ul li ul li a:active, .menu ul li ul li a:link, .menu ul li ul li a:visited
{
	text-decoration:none;
	color:#FFF;
}

.menu ul li ul li a:hover
{
	color:#FFFFFF;
	background: #666;
	text-decoration:none;
}

* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }

/************************* Side Menu ******************************/
.sidemenu-left
{
	width:200px;
	text-align:left;
	float:left; 
	padding-right:10px;
}

.sidemenu-right
{
	width:200px;
	text-align:left;
	float:right; 
	padding-left:8px;
}

.sidemenu-main-left
{
	width:200px;
	text-align:left;
	float:left; 
	padding-right:10px;
}

.sidemenu-main-right
{
	width:200px;
	text-align:left;
	float:right; 
	padding-left:8px;
}

.sidemenu-product-left
{
	width:200px;
	text-align:left;
	float:left; 
	padding-right:10px;
}

.sidemenu-product-right
{
	width:200px;
	text-align:left;
	float:right; 
	padding-left:8px;
}

.sidemenutop
{
	background:url(../images/side-top.png) no-repeat; 
	width:250px; 
	height:35px;
}

.sidemenumiddle
{
	background:url(../images/side-middle.png) repeat-y; 
	width:250px;
	padding:10px 0px;
	text-align:center;
}

.sidemenubottom
{
	background:url(../images/side-bottom.png) no-repeat top; 
	width:250px; 
	height:15px;
}

.sidemenu-content
{
	width:220px;
	text-align:left;
}
/*********************************************************************/

/************** FOOTER ***************/
.footer 
{
	float:left;
	width:960px;
	font-size: 11px;
	color: #FF6666;
	text-align:center;
	height:42px;
	background:url(../images/footerbg.jpg) no-repeat top;
	padding-top:21px;
}

.footer a, .footer a:active, .footer a:link, .footer a:visited
{
	color:#FF6666;
}

.footer a:hover
{
	color:#FFF;
}

/************** FAQ ***************/
.arrowlistmenu
{
	width: 100%; 
}

.arrowlistmenu .menuheader
{ 
	font:12px;
	color: #333;
	background: #EAEAEA repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul
{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	font-weight:normal;
}

.arrowlistmenu h3
{
	font-size:12px;
}

/************** ARTICLE ***************/
.comments-entry-title 
{
	font-weight: bold;
	background: url('../images/icon-com.gif') no-repeat left center;
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 16px;
	margin: 0px;
}

.comments-entry-post 
{
	background-color: #EEEEEE;
	text-align: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

.comments-entry-post #comment_author 
{
	font-weight:bold;
	color:#666666;
}

.comments-entry-post #comment_time 
{
	font-size:smaller;
}

.comments-entry-post #comment_author 
{
	font-weight:bold;
	color:#666666;
}

#content .tags 
{
	padding: 0px 0px 0px 18px;
	margin: 12px 0px 12px 0px;
	background: url('../images/icon-tag.gif') no-repeat left center;
}

#commentlist 
{
	list-style: none;
	margin: 0;
	padding: 0px;
}

#commentlist li 
{
	margin: 0px;
	padding: 14px 11px 10px 11px;
}

#commentlist .altcolor1 
{
	background: #e7eef5;
}

#commentlist .altcolor2 
{
	background: #ffffff;
}

#commentlist li p 
{
	margin-top: 12px;
	margin-bottom: 6px;
	line-height: 130%;
}

#writecomment 
{
	background: #e7eef5;
	border: 1px solid #b4b9bf;
	padding: 10px 10px 10px 15px;
	margin-top: 20px;
}

#writecomment p
{
	margin: 10px;
}

#commentform textarea 
{
	width: 95%;
	padding: 2px;
	border: 1px solid #b4b9bf;
}
	
#commentform input 
{
	width: 180px;
	margin: 0px 7px 0px 0px;
	border: 1px solid #b4b9bf;
}
	
#commentform #submit 
{
	background-color: #ffffff;
	border: 1px solid #b4b9bf;
	color: #222222;
}

/****** slider ************/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 940px; /*width of featured content slider*/
height: 235px;
margin-left:-2px;
}

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

.pagination{
width: 940px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
position:relative;
top:-27px;
left:12px;
z-index:99;
}

.pagination a{
padding: 6px 8px;
font-family:Arial, Helvetica, sans-serif;
font-size:4px;
font-weight:bold;
text-decoration: none; 
color: #FFFFFF;
background: #FFFFFF;
border:1px solid #990000;
}

.pagination a:hover, .pagination a.selected{
color: #B4001E;
background-color: #B4001E;
}

