@charset "utf-8";
/* CSS Document */

body{
	padding-top: 2px;
	margin-top: 2px;
	background-image: url(../images/grad_back.png);
	background-repeat: repeat;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	color: #3d4e8d;
}
h1{
	font-size: 1.27em;
	font-weight: bold;
	margin-bottom: 1px;
}
h2{
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 1px;
}

.clear{
	clear:both;
}
/* Wrapping Table styles */
.td_wrap{
	width: 944px;
}

/* Index Page - core Design!! */
#load{
	position: absolute;
	top: 80px;
	left: 550px;
}

#main_top{
	position: relative;
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	width: 942px;
	height: 148px;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}

#main_middle{
	position: relative;
	background-image: url(../images/mid.png);
	background-repeat: repeat-y;
	width: 944px;
	margin: 0px;
	min-height: 450px;
	z-index: 1;
}

#main_bottom{
	position: relative;
	background-image: url(../images/foot.png);
	background-repeat: no-repeat;
	width: 944px;
	height: 38px;
	z-index: 1;
}

/* Index Page Content Divs */
#nav{
	position: absolute;
	top: 128px;
	right: 10px;
	z-index: 10;
	font-size: 0.79em;
}

#content{
	position: relative;
	width: 944px;
	z-index:9;
	margin-top: -13px;
}

#footer{
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 8px;
}

/* Index ArtWork */
#expect_more{
	position: relative;
	background-image: url(../images/expectmore.png);
	background-repeat: no-repeat;
	width: 587px;
	height: 93px;
	margin-left: 320px;
	z-index: 9;
	clear: both;
}

#foot_art{
	position: absolute;
	background-image: url(../images/lowerart.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 129px;
	bottom: 8px;
	left: 80px;
	z-index: 20;
}
/* Default Page Layout */
/* Left side links menu */
#left_menu{
	position: absolute;
	width: 300px;
	top: 0px;
	z-index: 3;
	padding-top: 12px;
	float: left;
	padding-top: 20px;
	padding-left: 15px;
}

#left_menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 150px;
}

#left_menu ul li{
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
	width: 150px;
}

#left_menu li a{
	text-decoration: none;
	color: #999;
}

#left_menu li a:hover{
	color: #000;
}
/* Left Side Links Menu End */
/* Right Menu */
div.right_menu{
	float: right;
	width:750px;
	padding-top: 20px;
}
/* Right Menu End */
/* Right Menu Text */
div.right_menu div.txt{
	float:left;
	width: 425px;
	margin-left: -6px;
	padding-top: 15px;
}
/* Right Menu text End */
/* Right Menu image */
div.right_menu div.image{
	float: right;
	width: 300px;
	padding-top: 15px;
	padding-right: 12px;
}
/* Right Menu image End */
/* Individual Pages */
/* Home Page */
div.front_page_txt{
	position: relative;
	width: 600px;
	padding-right: 20px;
	padding-top: 6px;
	padding-top: 20px !important;
	float: right;
}

div.front_page_image{
	position: relative;
	width: 300px;
	padding-left: 20px;
	padding-top: 50px;
	float: left;
}

#frontnews{
	position: relative;
	width: 900px;
	margin-left: 34px;
}

#frontnews div.top{
	background-image: url(../images/home/news_head.png);
	width: 889px;
	height: 28px;
	background-repeat: no-repeat;
	padding-left: 3px;
}

#frontnews div.top h2{
	color: #FFF;
	padding-left: 4px;
}

#frontnews div.middle{
	background-image: url(../images/home/news_back.png);
	width: 889px;
	height: 87px;
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 40px;
	color: #FFF;
}

#frontnews div.news_txt{
	width: 700px;
	padding-top: 0px;
}

#frontnews div.middle h4{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

#frontnews div.middle p{
	padding: 0px;
	margin: 0px;
}

#frontnews div.bottom{
	background-image:url(../images/home/news_bottom.png);
	width: 889px;
	height: 20px;
	background-repeat: no-repeat;
}
/* Home Page End */
/* Manufacturing Page */
div.man_image{
	float: right;
	width: 200px;
	padding-top: 15px;
	padding-right: 50px;
}

div.man_txt{
	float:left;
	width: 425px;
	margin-left: -6px;
	padding-top: 15px;
}
/* Manufacturing Page End */
/* Products Page */
div.prod_image{
	float: right;
	width: 400px;
	padding-top: 30px;
	padding-right: 50px;
}

div.prod_txt{
	float:left;
	width: 290px;
	margin-left: -6px;	
}

div.acco{
	height: 400px;
}
/* Products Page End */
/* Finishing Page */
div.txt_finishing{
	width: 98%;
}

div#rubber_type h2{

}

div.head_image{
	float: right;
	margin-right: 20px;
}
/* Finishing Page End */
/* News Page */
div.news_menu{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

div.news_article{
	border: 1px solid #999;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

div.news_header{
	border-bottom: 1px solid #999;
	font-weight: bold;
}

div.news_content{
}
/* News Page End */
/* Contact Page */
.news_menu{
	padding-left: 10px;
	padding-right: 10px;
}

table.contact{
	border: 1px solid #999;
}

div#contact{
	background: url(../images/contact/background.png) no-repeat;
	width: 835px;
	height: 566px;
	margin-left: 1px;
	padding-top: 50px;
	padding-left: 100px;
}

div#contact-wrapper{
}

td.add-icon{
	width: 25px;
}

div.contact-box table{
	border-collapse:collapse;
	width: 350px;
	margin-bottom: 30px;
}

div.contact-box table{
	border: 1px solid silver;
}
div.contact-box table td{
	border: 1px solid silver;
}
div.contact-box{
	float: left;
	margin-right: 40px;
	width: 350px;
	font-size: 14px;
	text-align:left;
}

div#query-form{
	width: 742px;
	font-size: 14px;
        clear:both;
}

div#query-form table{
	width: 742px;
	border: 1px solid silver;
	border-collapse:collapse;
}

div#query-form table td{
	border: 1px solid silver;
}

td.qf-namefield{
	width: 30px;
}

div#query-form table td input{
	width: 300px;
}
/* Contact Page End */
/* Presentation Page */
div.presentation{
	width: 710px;
}

div.presentation td {
	border: 1px solid #999;
}
/* Presentation Page End */
/* Disclaimer Page */
div.terms{
	padding: 10px;
}
/* Disclaimer End */


/*New Nav*/

div#new-nav{
    position: absolute;
    width: 100%;
    height: 77px;
    background: red;
    z-index: 9999;
    left: 0px;
}