body
{
	margin: 0;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#wrapper
{
	width: 956px;
	margin: 0 auto;
	padding: 0;
}

#header
{
	height: 115px;
	width: 956px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

#logo
{
	float: left;
	height: 115px;
	width: 379px;
	background: url(images/logo.gif) no-repeat center center;
	display: block;
}

#logo b
{
    display: none;
}

#nav
{
	float: right;
	height: 41px;
	width: 265px;
	display: block;
	margin: 30px 20px 0px 0px;
}


#footer
{
	width: 100%;
	height:50px;
	float: left;
	font-size: 12px;
	color: #FFF;
	background-color: #1a1a1a;
	padding-top: 25px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 50px;
}





#content-norm
{
	width: 916px;
	float: left;
	display: block;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding: 20px;
}
#content-norm p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
/********************* CATS HOME ***********************************************************************/
#cat-wrap
{
	width: 956px;
	display: block;
	float: left;
	margin-bottom: 50px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
}
#cat1
{
	float: left;
	width: 241px;
	height: 239px;
	display: block;
	background: url(images/homecat-1.jpg) top center;
}
#cat2
{
	float: left;
	width: 237px;
	height: 239px;
	display: block;
	background: url(images/homecat-2.jpg) top center;
}
#cat3
{
	float: left;
	width: 237px;
	height: 239px;
	display: block;
	background: url(images/homecat-3.jpg) top center;
}
#cat4
{
	float: left;
	width: 241px;
	height: 239px;
	display: block;
	background: url(images/homecat-4.jpg) top center;
}

#cat1 b, #cat2 b, #cat3 b, #cat4 b
{
    display: none;
}
/********************* Banners ***********************************************************************/

#banner-home
{
	background: url(images/banner-home.jpg);
	width: 956px;
	height: 319px;
	display: block;
	float: left;

}
#banner-minidv
{
	background: url(images/banner-minidv.jpg);
	width: 956px;
	height: 319px;
	display: block;
	float: left;

}

#banner-contacts
{
	background: url(images/banner-contacts.jpg);
	width: 956px;
	height: 319px;
	display: block;
	float: left;

}

#banner-wire
{
	background: url(images/banner-wire.jpg);
	width: 956px;
	height: 319px;
	display: block;
	float: left;

}
#banner-dummy
{
	background: url(images/banner-dummy.jpg);
	width: 956px;
	height: 319px;
	display: block;
	float: left;

}
/********************* Titles ***********************************************************************/
#title-home h1, #title-company h1, #title-contact h1, #title-dummy h1, #title-wire h1, #title-contacts h1, #title-minidv  h1
{
    display: none;
}

#title-home
{
	background: url(images/title-home.gif);
	width: 956px;
	height: 45px;
	display: block;
	float: left;
}
#title-company
{
	background: url(images/title-company.gif);
	width: 956px;
	height: 45px;
	display: block;
	float: left;
}
#title-contact
{
	background: url(images/title-contact.gif);
	width: 956px;
	height: 45px;
	display: block;
	float: left;
}
#title-minidv
{
	background: url(images/title-minidv.gif);
	width: 956px;
	height: 45px;
	display: block;
	float: left;
}
#title-contacts
{
	background: url(images/title-contacts.gif);
	width: 956px;
	height: 45px;
	display: block;
	float: left;
}
#title-wire
{
	background: url(images/title-wire.gif);
	width: 956px;
	height: 45px;
	display: block;
	float: left;
}
#title-dummy
{
	background: url(images/title-dummy.gif);
	width: 956px;
	height: 45px;
	display: block;
	float: left;
}

/********************* Product Pages ***********************************************************************/

#cproduct {
	background-color: #d8d8d8;
	vertical-align: middle;
	padding: 10px;
	margin-top: 2px;
	border: solid 1px #c3c3c3;
	min-height: 160px;
	display: block;
	float: left;
	width: 896px;
}
#cpic {
	padding: 4px;
	border: 1px solid #9e9e9e;
	background-color: #00cafc;
	width: 188px;
	height: 150px;
	float: left;
}

#cdesc {
	float: left;
	padding-left: 10px;
	height: 150px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 675px;
}


#ctitle {
	color: #000000;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 18px;
}
#camleft {
	float: left;
	display: block;
	width: 240px;
}
#camright {
	float: right;
	display: block;
	width: 650px;
	text-align: center;
}
#camright img {
	padding: 4px;
	border: 1px solid #9e9e9e;
	background-color: #00cafc;
	margin: 1px;
}
#conDesc {
	padding: 10px;
	margin: 10px;

}

