.null {}

body {
	background-color:#f00800;
	margin:0px;
	padding:0px;
	font-family:arial, helvetica, verdana;
}

img { border:0;}

#header {
	position:relative;
	width:100%;
	background-image:url("../_images/header.gif");
	background-position:center top;
}

#headerWrap {
	position:relative;
	width:777px;
	height:216px;
	margin:0px auto;
	padding:0px;
	background-image:url("../_images/telement.gif");
	background-repeat:no-repeat;
	border-top:1px solid white;
}

#headerWrap span {
	display:none;
}

#logoLink {
	position:absolute:
	width:300px;
	height:100px;
	
	border:1px solid green;
}



/*  NAVIGATION  */

#navTabs {
	position:relative;
	float:left;
	top:116px !important;
	top:116px;
	left:348px;
	width:429px;
	height:51px;
}

#navTabs div {
	position:relative;
	float:left;
}




#navTabs .home {
	display:block;
	width:96px;
	height:51px;
	background-image:url("../_images/home.gif");
}
#homeWrap {
	background-image:url("../_images/home.gif");
}
#homeWrap a:hover {
	background-position:0% -51px;
}
#navTabs .homeOn {
	display:block;
	width:96px;
	height:51px;
	background-image:url("../_images/home.gif");
	background-position:0% -51px;
}

#navTabs .products {
	display:block;
	width:88px;
	height:51px;
	background-image:url("../_images/products.gif");
}
#productsWrap {
	background-image:url("../_images/products.gif");
}
#productsWrap a:hover  {
	background-position:0% -51px;
}
#navTabs .productsOn {
	display:block;
	width:88px;
	height:51px;
	background-image:url("../_images/products.gif");
	background-position:0% -51px;
}

#navTabs .latest {
	display:block;
	width:126px;
	height:51px;
	background-image:url("../_images/latest.gif");
}
#latestWrap {
	background-image:url("../_images/latest.gif");
}
#latestWrap a:hover {
	background-position:0% -51px;
}
#navTabs .latestOn {
	display:block;
	width:126px;
	height:51px;
	background-image:url("../_images/latest.gif");
	background-position:0% -51px;
}


#navTabs .contact {
	display:block;
	width:119px;
	height:51px;
	background-image:url("../_images/contact.gif");
}
#contactWrap {
	background-image:url("../_images/contact.gif");
}
#contactWrap a:hover {
	background-position:0% -51px;
}
#navTabs .contactOn {
	display:block;
	width:119px;
	height:51px;
	background-image:url("../_images/contact.gif");
	background-position:0% -51px;
}





#contentBk {
	position:relative;
	background-color:#ffffff;
}

#content {
	position:relative;
	width:777px;
	margin:0px auto;
	padding:0px;
	
		border:1px solid white;
}

#content a:link {
	text-decoration:underline;
	color:#f00800;
}
#content a:visited {
	text-decoration:underline;
	color:#c2150f;
}
#content a:hover {
	text-decoration:none;
	color:#ff7800;
}

#contentWrap {
	position:relative;
	width:450px;
	margin:0px 0px 20px 310px;

		border:1px solid white;
}

#contentWrap h1 {
	font-size:100%;
	padding:0px 0px 7px 0px;	
	border-bottom:1px solid #f00800;
}
#contentWrapLatest h1 {
	font-size:100%;
	padding:0px 0px 7px 0px;	
	border-bottom:1px solid #f00800;
}
#contentWrap p {
	font-size:70%;
	line-height:1.5;
	margin:10px 0px 0px 0px;
}

#columnWrap {
	position:absolute;
	top:34px;
	left:70px;
	width:182px;

		border:1px solid white;
}
#columnWrap h2 {
	font-size:100%;
	margin:0px 0px 20px 0px;
	padding:0px 0px 7px 0px;
}
#columnWrap p {
	font-size:70%;
	line-height:1.5;
	margin:10px 0px 0px 0px;
}

.tblHead {
	background-color:#f00800;
	font-size:70%;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
}
.tblProduct {
	font-size:70%;
	text-align:center;
	border-bottom:1px solid #ff0000;	
}
.tblDivide {
	background-color:#9c9c9c;
	height:1px;
	padding:0;
}




.formInput {
	position:relative;
	float:left;
	width:450px;
	margin:10px 0px 0px 0px;
}
.formInput div {
	position:relative;
	float:left;
	font-size:80%;
	font-weight:bold;
	
}
.formText {
	width:220px;
}
.formBox {
	width:220px;
	height:100px;
}







#footer {
	position:relative;
	height:122px;
	background-image:url("../_images/footer.gif");
}

#footerNav {
	position:relative;
	width:777px;
	margin:0px auto;
	padding:0px;
	top:36px;
	font-weight:bold;
	font-size:70%;
	color:#ffffff;
}

#footer a:link {
	text-decoration:underline;
	color:#ffffff;
}
#footer a:visited {
	text-decoration:underline;
	color:#ffffff;
}
#footer a:hover {
	text-decoration:none;
	color:#ffffff;
}

#credits {
	position:relative;
	width:777px;
	margin:0px auto;
	padding:0px;
	top:70px;
	font-size:70%;
	color:#fbb5b3;
	text-align:right;
}