/*****Created by Lanius Web Design *****/
/************ www.lanius.ro ************/

/*---------------------------------------------- LANDING PAGE START HERE -----------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {color:#585B73;text-decoration: underline;}
a:visited{color:#9496a9;text-decoration: underline;}
a:hover{color:#006cff;text-decoration: underline;}
.landing{
	background:#44443f;
}
.landing b {
	font-weight: bold;
	color: #74829C;
}
#wrap{
	width:900px;
	margin:20px auto;
}
.landingheader{
	width:900px;
	height:157px;
	background: #FFF url(images/landingheader.png) no-repeat;
}
.landingheader h1, .landingheader h3{
	text-indent:-9999px
}
.mainarea {
	width:900px;
	background: #FFF url(images/landinginside.png) repeat-y;
}
.maintable{
	width:800px;
	background:#e8eef1 url(images/mainbg.png) 120px 100px no-repeat;
}
.landingfooter{
	width:900px;
	height:50px;
	background: url(images/landingfooter.png) bottom center no-repeat;
}
.vspacer{
	width: 2px;
}
.mainarea ul {
	font-size: 16px;
	line-height: 24px;
	list-style-position: outside;
	list-style-image: url(http://www.tek-tools.com/images/common/bullet.gif);
	text-align: justify;
	vertical-align: top;
}

.orangebigfont{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 28px;
	color: #ff8400;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.blackbigfont{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.redbigtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #D3260D;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
}
.blackbigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.orangetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E06B1E;
	font-weight: bold;
	padding:3px;
}
.blacktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.bluelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #788c8d;
	font-weight: bold;
	text-align: left;
}
.subheading {
	font-size: 13px;
	font-weight: bold;
}

table img {
	border:none;
}
#productbutton img {
	border:none;
}
/*---------------------------------------------- LANDING PAGE ENDS HERE -----------------------------------*/