/* CSS Document */

/* bg */
.topBg {
	background-image:url(images/mid_top_img.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}
.btmBg {
	background-image:url(images/btm_img.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height:112px;
}
.optBg {
	background-image:url(images/opt_bg.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height:168px;
}

/* font */
.welTxt {
	font-family: Georgia;
	font-style: italic;
	font-size: 19px;
	font-weight: bold;
	color: #024579;
	text-decoration: none;
}

.headtxt {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #0076ba;
	text-decoration: none;
}

.mainTxt {
	font-family: Georgia;
	font-size: 12px;
	font-weight: none;
	color: #024579;
	text-decoration: none;
	line-height: 17px;/*	text-align: justify;*/
	font-style: italic;
}
.navContTxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #364357;
	text-decoration: none;
}
.copyTxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: none;
	color: #f9f7ef;
	text-decoration: none;
}
.btmTxt {
	font-family: Verdana;
	font-size: 18px;
	font-weight: none;
	color: #2b2b2b;
	text-decoration: none;
	font-style: italic;
}
.whtBldTxt {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


/* link */

.mainTxtLink {
	font-family: Verdana;
	font-size: 12px;
	font-weight: none;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}
.mainTxtLink a:hover{
	font-family: Verdana;
	font-size: 12px;
	font-weight: none;
	color: #000000;
	text-decoration: Underline;
	line-height: 17px;
}
.navContTxt1 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #364357;
	text-decoration: none;
}
.navContTxt1 a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #364357;
	text-decoration: Underline;
}
.link1 {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.link1 a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #CFCFCF;
	text-decoration: none;
}
.link2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #fdc0c2;
	text-decoration: none;
}
.link2 a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #F3B556;
	text-decoration: none;
}
.leftMainTxt {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #1F1F1F;
	text-decoration: none;
}
.leftMainTxt a:hover {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #1F1F1F;
	text-decoration: underline;
}
.reamoreTxt {
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	color: #983a0d;
	text-decoration: underline;
}
.reamoreTxt a:hover {
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	color: #983a0d;
	text-decoration: none;
}
.cartLink {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.cartLink a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/* table border */
.prodTblBrd{
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #cdcdcd;
	border-left-color: #cdcdcd;
}
.welBrd{
	background-color:#f4f4f4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #cdcdcd;
	border-left-color: #cdcdcd;
}
.tblBrd{
	border: 1px solid #888888;
}

/* form */
.style1{
	background-color:#ffffff;
	border:solid;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	width:100px;
	height:16px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.style2{
	background-color:#ffffff;
	border:solid;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	width:100px;
	height:75px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.style3{
	background-color:#ffffff;
	border:solid;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	width:390px;
	height:75px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}