/* template.css | Updated: May 29, 2007 */
/* http://arwinclicks.com/template.css  */

body { /*background:url(../images/body_bgnd.jpg) repeat-x scroll top left;*/ /*background-color:#000000;*/ margin:0px; padding:0px; }
body, td { font-family:Verdana; font-size:11px; color:#CF990A; } /*default font-family and font color*/

/*some standards*/
form, ul, ol, h1, h2, h3, h4, h5 { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }
p { margin:0px; }
a img { border: none; } /*default border attribute on images that have a link*/

/*basics*/
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }

#left { text-align:left; }
#right { text-align:right; }
#center { text-align:center; }
#justify { text-align:justify; }

/*td's padding or sample padding to be use*/
.main_td { padding:20px 15px 20px 15px; }
.area_a_td { padding:10px 15px 10px 15px; }
.footer_td { padding:5px 15px 5px 15px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#CF990A; text-decoration:underline; }
a:hover { color:#CF990A; text-decoration:none }

/*to override default color on text-links and text-decoration*/
.a1 a:link, .a1 a:visited { color:#FFD66A; text-decoration:underline; } 
.a1 a:hover { color:#FFD66A; text-decoration:none; }

.a2 a:link, .a2 a:visited { color:#CF990A; text-decoration:none; } 
.a2 a:hover { color:#CF990A; text-decoration:underline; }

/*css navigation | main nav*/
.nav_block { padding:11px 0px 0px 85px; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.nav a { /*display:block; for vertical*/ float:left; /*for horizontal*/
		 /*display:table-cell; display:inline-block;*/ 
         padding:0px 28px 0px 28px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; 
		 height:auto; width:auto;
       }
.nav a:link, .nav a:visited { color:#96AE57; text-decoration:none; }
.nav a:hover { }
#currentnavpage { color:#748250; }

.nav1_block {
	padding:0px 0px 0px 131px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.nav1 a { /*display:block; for vertical*/ float:left; /*for horizontal*/
		 /*display:table-cell; display:inline-block;*/ 
         padding:0px 13px 0px 15px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; 
		 height:auto; width:auto;
       }
.nav1 a:link, .nav1 a:visited { color:#96AE57; text-decoration:none; }
.nav1 a:hover { }

#currentnavpage { color:#748250; }
#navfirst { }
#navlast { }
#navfirst:hover { }
#navlast:hover { }
#currentnavfirst { }
#currentnavlast { }

/*footer nav*/
.footer_block { padding:12px 0px 0px 0px; color:#000000; font-weight:normal; font-family:Arial; font-size:11px; text-align:center; }
.footer a { padding:0px 8px 0px 5px; font-weight:normal;  font-size:11px; }
.footer a:link, .footer a:visited { color:#000000; text-decoration:none; }
.footer a:hover { color:#000000; text-decoration:underline; }

.footer1_block { padding:15px 0px 0px 0px; color:#4A4A4A; font-weight:normal; font-size:10px; text-align:center; }
.footer1 a { padding:0px 9px 0px 7px; font-weight:normal;  font-size:10px; }
.footer1 a:link, .footer1 a:visited { color:#4A4A4A; text-decoration:none; }
.footer1 a:hover { color:#4A4A4A; text-decoration:underline; }

/*CSS Box Model | w3.org standards and explanation, http://www.w3.org/TR/REC-CSS2/box.html */
/*sample css box model hack | Technique no. 3 of Alternate Box Model Hacks, http://css-discuss.incutio.com/?page=BoxModelHack */
.csshack {
padding:10px 20px 10px 20px; 
width: 360px !important; 
width /**/: 400px; 
background-color:orange;
}

/*css box model hack alternative | Trick no. 6, http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/ */
#box { width:400px; background-color:yellow; }
#box .box2 { padding:10px 20px 10px 20px;  }

/*add-ons*/
.ff_cs { font-family:"Comic Sans MS"; } /*sample font-family to be use*/
.brown { color:#B29D90; } /*sample font color to be use*/
.form { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; } /*font attrributes for form, e.g., input box, textarea, select*/

/*background*/
.bgtop { background-image:url(../images/bgtop.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#252525; }

.bgbottom { background-image:url(../images/bgbottom.jpg);
	background-position:bottom;
	background-repeat:repeat-x; }

/*main design*/
.main1 { background:url(../images/sankuercomposite_01.jpg);
	background-position:top;
	background-repeat:no-repeat; }
	
.main2 { background:url(../images/sankuercomposite_02a.jpg);
	background-position:top;
	background-repeat:no-repeat; }

.main3 { background:url(../images/sankuercomposite_03.jpg);
	background-position:top;
	background-repeat:no-repeat; }

.main4 { background:url(../images/sankuercomposite_04.jpg);
	background-position:top;
	background-repeat:repeat-y; }

.main4_top { background:url(../images/sankuercomposite_04top.jpg);
	background-position:top;
	background-repeat:no-repeat; }

.main4_bottom { background:url(../images/sankuercomposite_04bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat; }
	
.main4i { background:url(../images/sankuercomposite_04i.jpg);
	background-position:top;
	background-repeat:repeat-y; }

.main4i_top { background:url(../images/sankuercomposite_04itop.jpg);
	background-position:top;
	background-repeat:no-repeat; }

.main4i_bottom { background:url(../images/sankuercomposite_04ibottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat; }

/*margin*/
.reg_margin { margin-top:8px; }

/*padding*/
.pad_main { padding:30px 34px 20px 34px; }
.pad_ileft { padding:35px 8px 20px 34px; }
.pad_icenter { padding:35px 8px 20px 24px; }
.pad_iright { padding:35px 15px 20px 21px; }

/*margin*/
.margin_auto { margin:0px 10px 0px 0px; }
.margin_auto1 { margin:7px 0px 0px 0px; }
.margin_marine { margin:7px 10px 3px 0px; }
.margin_marine1 { margin:23px 0px 0px 0px; }
.margin_marine2 { margin:0px 10px 0px 0px; }
.margin_industrial { margin:0px 10px 0px 0px; }
.margin_industrial1 { margin:0px 10px 0px 0px; }
.margin_industrial2 { margin:67px 0px 0px 0px; }
.margin_industrial3 { margin:64px 0px 0px 0px; }
.margin_specialty { margin:0px 10px 0px 0px; }
.margin_specialty1 { margin:40px 0px 0px 0px; }
.margin_specialty2 { margin:29px 0px 0px 0px; }

/*fonts form*/
.title { font-family:Verdana; color:#FFD66A; font-size:11px; font-weight:bold }

/*spacer*/
.height_icenter { height:129px; }
.height_iright { height:35px; }

/*floats*/
.float_r { float:right; }

/*spacing*/
.space_links {line-height:2em; }
