@charset "utf-8";

body
{
	background-image: url(../images/bg.JPG);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
}
.wrapper
{
	width: 1002px;
	text-align: left;
	margin: 0;
	position:relative;
}
/**************************** Header Section Starts ***************************/
.header
{
	width: 1002px;
	height: 80px;
    background: url(../images/header.jpg);
    background-repeat: no-repeat;

}
/**************************** Second Section Ends *****************************/

/**************************** Menu Section Starts *****************************/
.menu
{
	width: 966px;
	height: 29px;
	background-repeat: no-repeat;
	margin-bottom: 6px;
	background-image: url(../images/menu.jpg);
	background-position: center;
	margin-right: 18px;
	margin-left: 18px;
}

.menu-text
{
font-size: 12pt;
color: #ffffff;
padding-top: 6px;
float: left;
cursor: pointer;
}

/**************************** Menu Section Ends *******************************/
/**************************** right section Starts *****************************/


.right-section
{
	float:right;
	width:768px;
	padding-right: 18px;
	margin-bottom: 18px;
	clear: none;
}
/**************************** right section Ends ******************************/

/**************************** First Section Starts ****************************/

.right-image
{
	width: 297px;
	height: 235px;
	float: right;
	text-align: left;
	background-color: #F0F0F0;
	margin-bottom: 10px;
}
.mid-image
{
	width: 443px;
	height: 235px;
	float: right;
	margin-bottom: 10px;
	background-image: url(../images/bg2.jpg);
}


/**************************** First Section Ends ******************************/

/**************************** Second Section Starts ***************************/

.second-section
{
	width: 738px;
	*width: 740px;
	float: right;
	border: 1px solid #dbdbdb;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

/**************************** Second Section Ends *****************************/




/**************************** Left Section Starts *****************************/

.left-section
{
	width: 216px;
	background-color: #10aef8;
	background-image: url(../images/left-image3.JPG);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 18px;
	float: right;
	margin-right: -18px;
	*margin-right: 0;
}
.left-box2
{
	width: 216px;
	background-image: url(../images/left-image1.jpg);
	background-repeat: no-repeat;
	text-align: left;
	background-position: left bottom;
	background-color: #F0F0F0;
	padding-bottom: 23px;
	margin-bottom: 40px;
}


/**************************** Left Section Ends *******************************/

/**************************** Footer Section Starts ***************************/
.footer
{
	width: 966px;
	font-size: 8pt;
	color: #616161;
	text-align: left;
	margin-top: 18px;
	clear: both;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbdbdb;
	height: 20px;
	margin-right: 18px;
	margin-left: 18px;
}
/**************************** Footer Section Ends *****************************/

/**************************** General Section Starts **************************/
.title1
{
	font-size: 14pt;
	font-weight: normal;
	color: #8f8383;
	background-color: #f0f0f0;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 3px;
	padding-left: 10px;
}

.title2
{
	font-size: 12pt;
	font-weight: normal;
	color: #616161;
	padding-left: 12px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	margin-bottom: 6px;
	background-image: url(../images/c_bg.gif);
	background-repeat: repeat-x;
	height: 22px;
	*height: 26px;
}
.title3
{
	font-size: 14pt;
	font-weight: normal;
	color: #535353;
	padding-top: 5px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom: 5px;
	*padding-bottom: 1px;
	height:18px;
}
.title4
{
	font-size: 10pt;
	font-weight: bold;
	color: #616161;
}
.description
{
	font-size: 8pt;
	font-weight: normal;
	color: #616161;
	text-align: justify;
	line-height: 18px;
	margin-left: 12px;
	margin-right: 12px;
	height: auto;
}

a:link
{
	color: #000;
	text-decoration: none;
}
a:visited
{
	color: #333333;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
a.nav:link
{  
    color: #ffffff;
}
a.nav:visited 
{
    color: #ffffff;
}
a.nav:hover 
{
    color: #FFCC33;
}
a.nav:active 
{
    color: blue;
}


/*--------left list style-----------*/
ul {
	font-size:12pt;
	color: #FFFFFF;
    margin-left: -40px;
	margin-top:0;
	margin-bottom:0;
    *margin: 0;
}
li.left {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0784D4;
	list-style-type:none;
	padding-left:12px;

}
li.left:hover
{
  background:#0784D4;
}


li ul { 
	display: none;	
	font-size:8pt;
	list-style-type:none;
	margin-left:-38px;
	*margin-left:2px;
	margin-top:0;
}

li:hover ul, li.over ul 
{
	display: block;
}

/**************************** General Section Ends ****************************/


/* --------------------------- product list right --------------------------- */
ul.gallery {
	padding: 0px;
	margin: 0px;
}
ul.gallery li {
	list-style-type:none;
	float:left;
	text-align:center;
	color:#333333;
	height: 176px;
	width: 146px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: -10px;
	*margin-right: 0px;
	font-size: 8pt;
	font-style: normal;
	line-height: 8pt;
	font-weight: normal;
	font-variant: normal;
}

ul.gallery li img{
	border: 1px solid #E9E9E9;
	margin-bottom: 3px;
} 





