/*********** G E N E R A L   S T Y L E S   S T A R T   H E R E ***********/

body, form, td, th, p, input, select, textarea { font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica; font-size:11px; color:#000; }
body, form, p, table, div, h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; }
body { background:#fff !important; }
h1, h2, h3, h4, h5, h6 { display:inline; text-transform:capitalize; }
h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
table { border-collapse:collapse; margin:auto }
/**********/
a:link, a:visited { color: #000; text-decoration: none; }
a:hover, a:active { text-decoration: none; color: #c30; }
/**********/
.aLeft { text-align:left; }
.aRight { text-align:right; }
.fLeft { float:left; }
.fRight { float:right; }
.fOuter { width:100%; display:table; }
.fLefWithMargin { float:left; margin:0 10px 5px 0; }
.fRigWithMargin { float:right; margin:0 0 5px 10px; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.clearBoth { clear:both; }
.margin2px { margin:2px; }
.margin5px { margin:5px; }
.margin10px { margin:10px; }
.padding2px { padding:2px; }
.padding5px { padding:5px; }
.padding10px { padding:10px; }
/**********/
.bdr { border:1px solid #999; }
.bdrTop { border-top:1px solid #ccc; }
.bdrRight { border-right:1px solid #ccc; }
.bdrBottom { border-bottom:1px solid #ccc; }
.bdrLeft { border-left:1px solid #ccc; padding:2px; }
.bdrTR { border:1px solid #ccc; border-width:1px 1px 0 0; }
.bdrTB { border:1px solid #ccc; border-width:1px 0 1px 0; }
.bdrTL { border:1px solid #ccc; border-width:1px 0 0 1px; }
.bdrRB { border:1px solid #ccc; border-width:0 1px 1px 0; }
.bdrRL { border:1px solid #ccc; border-width:0 1px 0 1px; }
.bdrBL { border:1px solid #ccc; border-width:0 0 1px 1px; }

/********** GENERAL IMG STYLES START HERE **********/
a img { border:0px; }
img.borderNone { border:0; }
img.borderNone:hover { border:0; }
img.block2Px { display:block; width:2px; height:2px; }
img.block5Px { display:block; width:5px; height:5px; }
img.sendEnquiry { margin:10px 0 0; }
.banner { margin:15px auto; text-align:center; font-weight:bold; color:#3875ff; }
.banner img { border:1px solid #999; display:block; margin:0 auto 5px; }

/********** OTEHR STYLES START HERE *********/
.colorRed { color:#f00; }
.colorGreen { color:#060; }
.colorBlue { color:#06c; }
.colorYellow { color:#ff0; }
.colorOrange { color:#f60; }
.colorPink { color:#f0f; }
.colorGray { color:#666; }
/*********/
.bgRed { background:#ffebde; }
.bgRedDark { background:#ffb3b3; }
.bgGreen { background:#efffea; }
.bgGreenDark { background:#c1ffab; }
.bgBlue { background:#ebf3fb; }
.bgBlueDark { background:#cae5ff; }
.bgYellow { background:#ffffe6; }
.bgYellowDark { background:#ffffbf; }
.bgOrange { background:#fff0d3; }
.bgOrangeDark { background:#ffce71; }
.bgPink { background:#ffe6ff; }
.bgPinkDark { background:#ffbfff; }
.bgGray { background:#eee }
.bgGrayDark { background:#ccc }

/********** FONTS STYLES START HERE **********/
.fs10px { font-size:10px; }
.fs11px { font-size:11px; }
.fs12px { font-size:12px; }
.fs13px { font-size:13px; }
.fs14px { font-size:14px; }
.fs15px { font-size:15px; }
.fs16px { font-size:16px; }
.lineHeight16px { line-height:16px; }
.lineHeight18px { line-height:18px; }
.lineHeight20px { line-height:20px; }
.lineHeight22px { line-height:22px; }
.lineHeight24px { line-height:24px; }
.strong { font-weight:bold; }
.underline { text-decoration:underline; }



/********** GENERAL FORM STYLES START HERE **********/
.keywords { background:#d9f2ab; padding:0 2px; color:#555; }
.star { font-weight:bold; color:#c00; }

.bgOne {
	width:32%;
	background:#f9f9f9;
	padding:2px 5px 2px 2px;
	text-align:right;
	border-top:1px solid #f5ecd9;
	border-bottom:1px solid #f9b50c;
	vertical-align:top;
}
.bgTwo {
	width:1px;
	font-weight:bold;
	padding:2px;
	text-align:center;
	border:1px solid #f9b50c;
	background:#fcf7ed;
	vertical-align:top;
}
.bgThree {
	width:68%;
	padding:5px 5px 5px 12px;
	border-top:1px solid #f5ecd9;
	border-bottom:1px solid #f9b50c;
	border-left:5px solid #600;
}

.formHead {
	font-weight:bold;
	background:#e3f5ff;
	padding:5px;
}
.formHead span { 
	font-weight:normal;
}
.formText {
	padding:0 2px;
}
.formInput {
	padding:0 2px;
	border:1px solid #9B7256;
	background:#fff !important;
}
select {
	border:1px solid #ccc;
	background:#fcfcfc !important;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}
textarea {
	border:1px solid #ccc;
	background:#fcfcfc !important;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	padding:5px;
}
input.button {
	border:1px solid #600;
	border-width:1px 2px 2px 1px;
	background:#ffe88d;
	padding:1px 2px;
	margin:0px;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
}
input.button:hover {
	background:#fcf7ed;
	border:1px solid #999;
	border-width:1px 2px 2px 1px;
	border-color:#600 #900 #900 #600;
}
/**************************/
.topGenLkBg {
	background-image:url(images/headerBg.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	padding:2px 5px 2px 0;
}
.topGenLkBg a:link, .topGenLkBg a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.topGenLkBg a:hover, .topGenLkBg a:active {
	color:#FFFF00;
	text-decoration:underline;
}
.headerBg {
	background-color:#d65110;
	background-image:url(images/header04.jpg);
	background-repeat:no-repeat;
	background-position:776px top;
}
.headerBLink {
	background-color:#de7440;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	width:33%;
	padding:2px 0 2px 0;
}
.headerBLink a:link, .headerBLink a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.headerBLink a:hover, .headerBLink a:active {
	color:#FFFF00;
	text-decoration:none;
}
.headerBLink02 {
	background-color:#bd7146;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	width:33%;
	padding:2px 0 2px 0;
}
.headerBLink02 a:link, .headerBLink02 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.headerBLink02 a:hover, .headerBLink02 a:active {
	color:#FFFF00;
	text-decoration:none;
}
.headerBLink03 {
	background-color:#de7440;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	width:33%;
	padding:2px 0 2px 0;
}
.headerBLink03 a:link, .headerBLink03 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.headerBLink03 a:hover, .headerBLink03 a:active {
	color:#FFFF00;
	text-decoration:none;
}
.headLeft {
	margin-left:10px;
	border:2px solid #ad4d18;
}
.headBg {
	background-image:url(images/headBg.gif);
	background-repeat:repeat-x;
	background-position:left;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding:6px 0 1px 10px;
	vertical-align:bottom;
}
.headLeftPad {
	background-image:url(images/headLeftLinkBg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:1px 3px;
	margin:5px 10px 5px;
}
.welcome {
	color:#b55521;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #808080;
}
.centerpad {
	padding:0 15px;
}
.WdFurGuidline {
	background-color:#ad5118;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px;
	text-align:center;
	border-bottom:2px solid #fff;

}
.rtHeadLink {
	background-image:url(images/hdRgtLinkBg1.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:4px 0px 4px 13px;
	font-weight:bold;
}
.rtHeadLink02 {
	background-image:url(images/hdRgtLinkBg2.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:4px 0px 4px 13px;
	font-weight:bold;
}
.product {
	font-size:12px;
	font-weight:bold;
	color:#ff5b00;
	border-bottom:1px solid #9e9e9e;
}
.product a:link, .product a:visited {
	color:#ff5b00;
	text-decoration:none;
}
.product a:hover, .product a:active {
	color:#ad4d18;
	text-decoration:none;
}
.proDetail {
	padding:2px 5px 2px 9px;
	text-align:justify;
}
.head02bg {
	background-image:url(images/head02Bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#ad4d18;
}
.headLeft02 {
	color:#e42222;
	font-weight:bold;
	border-bottom:1px solid #d6a68c;
}
.headLeft02 a:link, .headLeft02 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.headLeft02 a:hover, .headLeft02 a:active {
	color:#ffba97;
	text-decoration:none;
}
}
.innhdLft02 {
	color:#e42222;
	font-weight:bold;
	border-bottom:1px solid #d6a68c;
}
.innhdLft02 a:link, .innhdLft02 a:visited {
	color:#e42222;
	text-decoration:none;
}
.innhdLft02 a:hover, .innhdLft02 a:active {
	color:#71041c;
	text-decoration:none;
}
.footer {
	border-bottom:1px solid #7f7f7f;
	text-align:center;
	margin:0 100px;
}
.footer a:link, .footer a:visited {
	color:#000;
	text-decoration:none;
}
.footer a:hover, .footer a:active {
	color:#ad4d18;
	text-decoration:none;
}