html,body{padding:0;margin:0;font-family:Arial, Helvetica, sans-serif}
a { text-decoration:none }


#container { width:960px; margin:0 auto; }

/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
    position:relative;
   
    font-size:12px;
}

/* Login Button */
#loginButton { 
    display:inline-block;
    float:right;
    background:#d2e0ea url(images/buttonbg.png) repeat-x; 
    border:1px solid #899caa; 
    border-radius:3px;
    -moz-border-radius:3px;
    position:relative;
    z-index:30;
    cursor:pointer;
}

/* Login Button Text */
#loginButton span {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    text-shadow:1px 1px #fff; 
    padding:7px 29px 9px 10px;
    background:url(images/loginArrow.png) no-repeat 124px 7px;
    display:block
}

#loginButton:hover {
    background:url(images/buttonbgHover.png) repeat-x;
}

/* Login Box */
#loginBox {
    position:absolute;
    top:34px;
    right:0;
    display:none;
    z-index:29;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:124px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#d2e0ea;
    bottom:-1px;
}

/* Login Form */
#loginForm {
    width:248px; 
    border:1px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#d2e0ea;
    padding:6px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

/* Sign In Button */
#loginForm #login {
    width:auto;
    float:left;
    background:#339cdf url(images/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}

input:focus {
    outline:none;
}
#header{float:right;
}
#header ul li{background:url(images/border.png) no-repeat;
float:left;
display:block;
padding:6px}
#logo{float:left;    margin-top: -30px;}
#header ul li a{font-family:'Arial Unicode MS';
font-size:11px;
color:#838282; position: relative;
    top: -14px;}
	#clear{clear:both}
	#bg {
	background-color:#cd0000; height:30px}
	#menu{float:right }
#menu ul { list-style:none; margin-top: 10px;}
#menu ul li {
background:url(images/border_li.png) no-repeat; display:inline; font-variant:small-caps; }
#menu ul li a {
    color: white;
    font-size: 14px;
    font-weight: bold;
    left: 9px;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
    top: -6px;}
#menu ul li a:hover, #menu li.active a { color:#fef091 }












.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:600px; position:absolute; }




#headertxt {     clear: both;
    position: absolute;
    right: 99px;
    top: 257px;}
#firstline { background-image:url("images/textbg.png"); color:#333; font-size:30px; padding:4px 13px 7px; float:left; display:block; }
#secondline { background-image:url("images/textbg.png"); color:#CD2B3A; text-decoration:none; font-size:40px; padding:0 13px 10px; float:left; display:block; clear:both; }
#secondline:hover { text-decoration:underline; color:#7F000C; }

.pictured { background-color:#CC3333; color:#FFF; font-size:12px; padding:9px 16px; text-transform:uppercase; float:left; display:block; clear:both; margin-top:10px; }
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url("images/btn_back.png"); }
#next { background-image:url("images/btn_next.png"); }
#control { background-image:url("images/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer {  position:relative; top:358px; margin:0 auto; width:960px; }
#headernav { padding-left:864px; }

/* CONTENT */
#content { color:#575757; background-color:#eee; }
#content p { padding:10px 20px; font-size:16px; width:960px; margin:0 auto; }
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }



#news{margin-top:450px;
float:left;
}
#news h3{
font-size:14px;
color:#333332;
font-weight:bold}
#news p{
font-size:12px;
color:#9a9a9a}
#Product{margin-top:470px;
float:left;    margin-left: 20px;
width:265px}
#Product h3{
font-size:14px;
color:#333332;
font-weight:bold}
#Product p {
    color: #9A9A9A;
	text-align:justify;
    font-size: 12px;
    margin-left: 56px;
    margin-top: -79px;
}
.border{margin-top:450px;margin-left:-298px;    height: 340px;}
.border1{margin-top:450px;margin-left:335px;    height: 340px;}
.read{float:right}

#About{margin-top:450px;
float:right;    
width:280px}
#About h3{
font-size:14px;
color:#333332;
font-weight:bold}
#About p {text-align:justify;
    color: #9A9A9A;
    font-size: 12px;
    margin-left: 80px;
    margin-top: -79px;
}

#footer{
margin-top:10px;color: #9A9A9A;
    font-size: 12px;text-align:center;   padding-top: 12px;}

#footer span {
    left: 21px;
    
    position: relative;
    top: -27px;
}

   
  #newsticker-demo {
width:310px;

padding:5px 5px 0;
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:3px auto;
}

#newsticker-demo a { text-decoration:none; color:#333333 }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:14px;
color:#333332;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite { width:300px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px;height:100px }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }
#slider {
    background: url("images/product.jpg") no-repeat scroll 0 0 transparent;
    height: 374px;
    width: 1346px;
}
#slider1 {
    background: url("images/olive.jpg") no-repeat scroll 0 0 transparent;
    height: 374px;
    width: 1346px;
}
#slider2 {
    background: url("images/natural.jpg") no-repeat scroll 0 0 transparent;
    height: 374px;
    width: 1346px;
}
#slider3 {
    background: url("images/news.png") no-repeat scroll 0 0 transparent;
    height: 374px;
    width: 1346px;
}
#slider4 {
    background: url("images/quote.jpg") no-repeat scroll 0 0 transparent;
    height: 374px;
    width: 1346px;
}
#slider5 {
    background: url("images/contact.jpg") no-repeat scroll 0 0 transparent;
    height: 374px;
    width: 1346px;
}
#slider6 {
    background: url("images/ondolive.png") no-repeat scroll 0 0 transparent;
    height: 374px;
    width: 1346px;
}
#slider7 {
    background: url("images/stainless&nikel.jpg") no-repeat scroll 0 0 transparent;
    height: 374px;
    width: 1346px;
}
#left02{float:right;
margin-right: 150px;
    margin-top: 30px;color:#666666;
	font-size:12px;}
	#left02 span{color:#e60108;
	font-weight:bold;
	font-size:16px}
#homcnt{float:left;
width:400px}


#natural_content{margin-top:500px}
#natural_content p{color:#666666;
}
#content1{float:right;
width:720px;
margin-top:40px}
#content1 h2{
background:url(images/olive.png) no-repeat;
width:180px;
height:35px;
text-indent:-9999px}
#content1 p{color:#666666;
font-size:12px;
text-align:justify}



#content2{float:right;
width:720px;
margin-top:40px}
#content2 h2{
background:url(images/Stainless-steel-&-Nickel-Alloy-Wires.png) no-repeat;
width: 624px;
height: 59px;
text-indent:-9999px}
#content2 p{color:#666666;
font-size:12px;
text-align:justify}

.left-steel{float:left;border: 1px solid #6a6a6a;}
.right-steel{float:right}

#content5{float:right;
width:720px;
margin-top:40px}
#content5 p{color:#666666;
font-size:12px;
text-align:justify}
.coating{
background:url(images/coating.png) no-repeat;
width: 260px;
height: 59px;
text-indent:-9999px}

.MIG{
background:url(images/MIG.png) no-repeat;
width: 478px;
height: 59px;
text-indent:-9999px}
.TIG{
background:url(images/TIG.png) no-repeat;
width: 478px;
height: 59px;
text-indent:-9999px}
.SAW{
background:url(images/SAW.png) no-repeat;
width: 478px;
height: 59px;
text-indent:-9999px}
.general{
background:url(images/general.png) no-repeat;
width:726px;
height: 59px;
text-indent:-9999px}
#content5 span{margin-left:5px;
float:left;
width:432px
}


#content_page{margin-top:500px}
#content_page h2{
background:url(images/olive.png) no-repeat;
width:180px;
height:35px;
text-indent:-9999px}
#content_page p{color:#666666;
font-size:12px;
text-align:justify}
#content_page p span{color:#e60108;
font-weight:bold
}
#about{margin-top:500px}
#about h2{font-size:16px;
color:#333333
}
#about1 p{color:#666666;
font-size:12px;
text-align:justify}
#about1 h2{font-size:16px;
color:#333333
}
#about p{color:#666666;
font-size:12px;
text-align:justify}
#content1 p span{color:#e60108;
font-weight:bold}
#content2 p span{color:#e60108;
font-weight:bold;
font-style:italic;
font-size:25px;}

.red{color:#e60108;
font-weight:bold;
font-style:italic;
font-size:14px;}

.ribbed{float:left;
width:182px}
.ribbed p{color:#666666;
font-size:12px;

text-align:justify}
.tech {
    
    margin-left: 240px;
    margin-top: 22px;
}
.tech p{color:#666666;
font-size:12px;

text-align:justify}

#left{float:left;
margin-top:40px;
width:240px}
 .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:200px;
}
.natural{background:url(images/natural.png) no-repeat;
width:272px;
height:35px;
text-indent:-9999px}
.Ondoliva{background:url(images/cholesterol.png) no-repeat;
width:642px;
height:39px;
text-indent:-9999px}
.menu ul li {
background:#e6e6e6;
	font-size:14px;
	height:100%;
	position: relative;
	float:left;
	width:100%;

	}
	#footer1{
	background:url(images/footer1.png) repeat-x;
	height:86px}
.menu ul li ul li{
	background:#e6e6e6;
	}

 .menu ul li a{text-decoration:none;
	display:block;
	padding: 18px 20px;
	color:#848383
	}

.menu ul li a:hover{
	color:#edc00a;
	
}

.menu ul li ul li a:hover{
	color:#fff
}

.menu ul ul {
	position: absolute;
	top: 0;
	display:none;
}

.menu ul li:hover ul{
	display: block;
	left:200px;
}
.menu li.active a {background:#cf0a0a;color:#FFFFFF}
#olive{background:url(images/olive_oil.png) repeat-x;
width:200px;
border:1px solid #CCCCCC;
border-radius: 5px 5px 5px 5px;
height:245px}

#stainless{background:url(images/olive_oil.png) repeat-x;
width:200px;
border:1px solid #CCCCCC;
border-radius: 5px 5px 5px 5px;
height:377px}


#submit{
background:url(images/submit.png) no-repeat;
width:86px;
height:35px;
margin-right: 57px;
border:none;
text-indent:-9999px;
cursor:pointer}
#olive h3{margin-left:25px}

#stainless h3{margin-left:25px}

#jFlowSlide{  }
#myController {
    margin-left:223px;
}
#myController span{background:#bfbfbf;border-radius:3px;
    -moz-border-radius:3px;}
#myController span.jFlowSelected { background:#e60108;margin-right:0px; }

.slide-wrapper { padding: 5px; }
.slide-thumbnail { width:25px; float:left; }

.slide-details { width:198px; float:right; margin-left:10px;}
.slide-details h2 { color: #333332;
    font-size: 14px;
    font-weight: bold; }
.slide-details .description { margin-top:10px;color: #9A9A9A;
    font-size: 12px;
   
   
    text-align: justify; }

.jFlowControl, .jFlowPrev, .jFlowNext { color:#FFF; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; }
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #e60108; }





