@charset "utf-8";
/*
 * Div2: Banner for Home (specific)
 */

#menutopborder{
   background-image: url(../images/body-bg1-border.png);
   background-repeat: repeat-x;
   height: 1px;
   width: 100%;
}

#container3{
   width: 100%;
   height: 44px;
   margin: 0px;
   background-image:url(../images/header_bottom_bckgrd.jpg);
   background-repeat:repeat-x;
      
}

#container3_body{
   width: 895px;
   height: 44px;
   margin: 0 auto;
}

.container3_body_item{
	width:33%;
	text-align:center;
	float:left
}

#container2{
   width: 100%;
   height: 320px;
   margin: 0px;
   /*background-image:url(../images/body-bg1.png);*/
   background-color:#4f0e24;
}

#container2_body{
   width: 895px;
   height: 247px;
   margin: 0 auto;
   vertical-align: top;
}

#left_contents {
   width: 250px;
   height: auto;
   /*float: left;*/
   position: relative;
   top: 40px;
   vertical-align:top;
}

#right_contents {
   width: 500px;
   height: auto;
   float: right;
   position: relative;
   top: 40px;
   vertical-align:top;
}

#banner{
   width: 350px;
   padding-left: 20px;
   margin-top: 0px;
}

#home_banner{
   width: 600px;
   /*padding-left: 20px;*/
   margin-top: 0px;
   float: right;
}

.bannertext{
   font-size: 14px;
   text-decoration: none;
   color:#FFFFFF;
   padding-top: 0px;
   padding-bottom: 10px;
   line-height: 20px;
   z-index:2;
   width:500px;
}

#more{
   width:131px;
   height: 31px;
   background-image:url(../images/more-btn.png);
}

#more a{
   display:block;
   width: 100px;
   font-size:12px;
   color:#ffffff;
   font-weight:bold;
   padding:8px 0 0 8px;
   text-align:center;
   text-decoration:none;
}

#more a:hover {
   color:#6d0c2a;
}

/*
 * Div3: Banner menu for home (specific)
 */


/*
 * Div5: Content for Home (specific) 
 */

#container5{
   width: 100%;
   height: 750px;
   margin: 0px;
   background-color:#FFFFFF;
   background-image: url(../images/body-bg2.png);
   background-repeat: repeat-x;
}

#container5_body{
   width: 895px;
   height: 570px;
   margin: 0 auto;
}

#container5_bodypart1{
	width: 559px;
	float: left;
	margin-right: 20px;
}

#container5_bodypart2{
	width:316px;
	float:right;
}

.product_catalog{
	width: 186px;
	padding: 10px 0 0 0;
}

.content_padding20px{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px;
}

#integrationcorner{
	background-color: #efefef; 
	margin: 0; 
	border-right-style: solid; 
	border-left-style: solid;
	/*border-bottom-style: solid;*/
	border-width: 1px;
	border-color: #d1d1d1;
}

#newscorner{
	background-color: #efefef;
	margin: 0; 
	border-right-style: solid; 
	border-left-style: solid; 
	border-width: 1px; 
	border-color: #d1d1d1;
}

#column1{
   padding-right: 20px;
   float:left;
   width:270px;
   height: 202px;
   border-right: thin dotted #999999;
}

#column2{
   padding-left: 20px;
   padding-right: 20px;
   float:left;
   width:283px;
   height: 202px;
   border-right: thin dotted #999999;
}

#column3{
  display:inline;
  padding-left: 20px;
  float:left;
  width:257px;
}

#readmore{
   width:70px;
   padding-top: 0px;
}

#readmore a{
   text-decoration: none;
   font-size:12px;
   font-weight:bold;
   color: #6d0c2a;
}

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

#readmorenews{
   text-align:right;
   padding:0px 20px 20px 20px;
}

#readmorenews a{
   text-decoration: none;
   font-size:12px;
   font-weight:bold;
   color: #6d0c2a;
}

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

#bullets ul{
  list-style: none;
  float: left;
  padding: 20px 20px 20px 20px;
  margin: 0;
  width: 100%;
  background-color: #efefef;
}

#bullets li{
  float: left;
  padding:0 0 10px 30px;
  margin: 0;
  width: 287px;
  background: url(../images/bullet.gif) no-repeat top left;
  background-color: #efefef;
}


