/* CSS Document */

body{
	margin: 0px;
	background-image: url(../graphics/bg_02.gif);
	background-repeat: repeat-x;
	background-color: #D3EE9A;
}

.bg{
	background-image: url(../graphics/index_03.gif);
	background-repeat: repeat-x;
}
.bg2{
	background-image: url(../graphics/index_13.gif);
	background-repeat: repeat-y;
}
.bg3{
	background-image: url(../graphics/index_19.gif);
	background-repeat: repeat-x;
}
.navbg{
	background-image: url(../graphics/index_29.gif);
	background-repeat: repeat-y;
}
.linesbg{
	background-image: url(../graphics/index_25.gif);
	background-repeat: repeat-x;
}
.midbg{
	background-image: url(../graphics/index_47.gif);
	background-repeat: repeat-y;
}
.welcomebg{
	background-image: url(../graphics/index_45.gif);
	background-repeat: repeat-x;
}
.productbg{
	background-image: url(../graphics/index_58.gif);
	background-repeat: repeat-x;
}
.footerbg{
	background-image: url(../graphics/index_76.gif);
	background-repeat: no-repeat;
	height: 47px;
}
.searchbg{
	background-image: url(../graphics/index_17.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.borderclass{
	border: 1px solid #B8C3D9;
}

.textWelcome{
	color: #4D4D4D;
	font-size: 14px;
	font-family: Comic Sans MS, Verdana, Arial;
	line-height: 20px;
	text-align: justify;
}
.text{
	color: #4D4D4D;
	font-size: 12px;
	font-family: Comic Sans MS, Verdana, Arial;
	line-height: 14px;
	text-align: justify;
}
.text2{
	color: #4D4D4D;
	font-size: 14px;
	font-family: Comic Sans MS, Verdana, Arial;
	line-height: 16px;
	text-align: justify;
}
.footer{
	color: #6C6C6C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


.search{
	color: #3561B9;
	font-size: 14px;
	font-family: Comic Sans MS, Verdana, Arial;
	font-weight: bold;
}


.textbox{
	color: #4D4D4D;
	font-size: 11px;
	font-family: Comic Sans MS, Verdana, Arial;
	border: 1px solid #8F979F;
	height: 17px;
	width: 171px;
}
.textbox2{
	color: #4D4D4D;
	font-size: 11px;
	font-family: Comic Sans MS, Verdana, Arial;
	border: 1px solid #8F979F;
	height: 17px;
}


.btnsearch{
	color: #4D4D4D;
	font-size: 12px;
	height: 19px;
	vertical-align: text-top;
}
