@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6, p, br, a, img, hr{
	margin:0px;
	padding:0px;
}
.clear{
	clear:both;
	font-size:1px;
	line-height:0px;
	height:0px;
	margin:0px;
	padding:0px;
	visibility:hidden;
	content:".";
}

h1{
	font-size:20px;
	font-weight:bold;
}

h2{
	font-size:18px;
	font-weight:bold;
}

h3{
	font-size:16px;
	font-weight:bold;
}

h4{
	font-size:14px;
	font-weight:bold;
}
h5{
	font-size:12px;
	font-weight:bold;
}
span.red{
	color:#FF0000;
}
a{
	text-decoration:underline;
	color:#333333;
}
a:hover{
	text-decoration:none;
	color:#FF0000;
}
/*---------------------------*/

body{
	background:#e8e8e8 url(images/bodyBG.jpg) repeat-x top left;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#333333;
	text-align:justify;
}

#siteContainer{
	width:900px;
	height:auto;
	margin:auto;
	padding:10px 0px;
}

#headerContainer{
	width:900px;
	height:110px;
}
#logoContainer{
	width:380px;
	height:110px;
	float:left;
}

#navContainer{
	width:500px;
	height:20px;
	float:right;
	padding-top:90px;
}

#navContainer ul{
	margin:0px;
	padding:0px;
	text-align:right;
}

#navContainer ul li{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	display:inline;
	margin-left:10px;
	
}
#navContainer ul li a{
	text-decoration:none;
	color:#000000;
}

#navContainer ul li a:hover, #navContainer ul li a.selected{
	text-decoration:none;
	color:#FF0000;
}

.flashBanner{
	width:900px;
	height:200px;
	float:left;
	background:#999999;
	margin-top:15px;
}

.siteBody{
	width:900px;
	height:auto;
	float:left;
	padding-top:20px;
}
.bodyLeftCell{
	width:640px;
	height:auto;
	float:left;
	padding-right:15px;
}
.singleRaw{
	width:100%;
	height:auto;
	float:left;
	padding-top:20px;
}

.singleRaw .addressContainer{
	width:450px;
	height:auto;
	padding-left:10px;
	float:left;
}
.singleRaw_TwoColumn_Cell{
	width:320px;
	height:auto;
	float:left;
}


.singleRaw img, .singleRaw_TwoColumn_Cell img{
	float:left;
	border:0px;
	outline:0px;
}
.singleRaw_TwoColumn_Cell .addressContainer{
	width:200px;
	height:auto;
	float:left;
	padding-left:10px;
}
.bodyLeftCell p, .bodyLeftCell ul{
	padding-top:10px;
}

.leftColumnSmallCell{
	width:240px;
	height:auto;
	float:left;
	padding-right:40px;
}

.leftColumnSmallCell ul{
	list-style:inside circle;
}

.leftColumnBigCell{
	width:350px;
	height:auto;
	float:left;
}

/*----------------------------------*/
.bodyRightCell{
	width:235px;
	height:auto;
	float:right;
}
.sideBox{
	width:235px;
	height:auto;
	float:left;
	background:url(images/sideBoxTop.gif) top left no-repeat;
	padding-top:10px;
}

.sideBox .subDiv{
	width:100%;
	height:auto;
	background:url(images/sideBoxBottom.gif) left bottom no-repeat;
	padding-bottom:10px;
}

.sideBox .subDiv .body{
	background:#e6e6e6 url(images/sideBoxBody.jpg) repeat-x;
	width:214px;
	padding:0px 10px;
	height:auto;
	float:left;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.sideBox .subDiv .body ul{
	list-style:inside circle;
	padding:20px 0px;
}
.sideBox .subDiv .body img{
	margin-top:10px;
}

/*-------------Contact------------*/
.contactPersons{
	width:620px;
	height:auto;
	float:left;
	border:1px solid #CCCCCC;
}
.contactPersons .columnTitle{
	background-color:#cccccc;
	font-weight:bold;
	color:#333333;
}

.contactPersons tr td{
	border:1px solid #CCCCCC;
	padding:3px;
}
.contactPersons tr td.person{
	width:125px;
	height:auto;
}

.contactPersons tr td.designation{
	width:185px;
	height:auto;
}



/*-------------Products---------*/
.productLeftColumn{
	width:220px;
	height:auto;
	float:left;
}
.productRightColumn{
	width:650px;
	height:auto;
	float:left;
	padding-left:30px;
	padding-top:20px;
}

.productSubNavTitle{
	width:220px;
	height:15px;
	padding:5px 0px;
	border-bottom:1px solid #999999;
}

.productSubNavTitle h4{
	color:#333333;
}

/*
.productSubNav{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:10px;
}


.productSubNav ul{
	list-style:none;
	padding-left:10px;
	padding-top:5px;
	text-align:left;
}
.productSubNav ul li{
	list-style:none;
	background:url(images/dotedLine.gif) repeat-x bottom left;
}

.productSubNav ul li a{
	background:url(images/sideNav_bullet.gif) no-repeat 0px -12px;
	display:block;
	height:15px;
	width:auto;
	padding:3px 10px 3px 15px;
	text-decoration:none;
}

.productSubNav ul li a:hover, .productSubNav ul li a.selected {
	background:url(images/sideNav_bullet.gif) no-repeat 0px 8px;
	text-decoration:none;
	color:#FF0000;
}
*/

.productRightSingleRaw{
	width:650px;
	height:auto;
	float:left;
}
.productRightSingleRaw h2{
	margin-bottom:10px;
}

.productRightSingleRaw hr{
	border-top:1px solid #999999;
	border-bottom:1px solid #FFFFFF;
	border-left:none;
	border-right:none;
	margin-bottom:10px;
}

.productRightSingleRaw p, .productRightSingleRaw ul{
	padding-bottom:10px;
}

.productRightSingleRaw ul{
	list-style:inside square;
}
.productImage{
	margin:0px 10px 10px 0px;
	float:left;
	width:auto;
	height:auto;
}





/*---------New Products--------------*/

.productRaw{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
}
.productRaw img{
	display:block;
	width:130px;
	height:100px;
	float:left;
	border:5px solid #CCCCCC;
}
.productRaw h3{
	margin-bottom:10px;
}
.productListContainer{
	width:400px;
	height:auto;
	float:left;
	padding-left:10px;
}
.productListContainer ul{
	margin:0px;
	padding:0px;
}
.productListContainer ul li{
	list-style:inside square;
	text-align:left;
}

.productListContainer ul li a{
	color:#999999;
	text-decoration:underline;
}
.productListContainer ul li a:hover{
	color:#000000;
	text-decoration:none;
}
/*--------------Footer----------*/

#footerContainer{
	width:100%;
	height:50px;
	padding-top:15px;
	float:left;
	background:#080808;
	color:#999999;
	text-align:center;
}
#footerContainer ul{
	text-align:center;
}

#footerContainer ul li{
	display:inline;
	padding:0px 5px;
}

#footerContainer ul li a{
	text-decoration:none;
	color:#CCCCCC;
}

#footerContainer ul li a:hover,  #footerContainer ul li a.selected{
	text-decoration:none;
	color:#FF0000;
}

