html, body {
	margin:0;
	padding:0;
}
body {
	background:#000;
}
.p1, .p2, .p3, .p4 {
	position:absolute;
	cursor:pointer;
}
.p1 {
	top:-1000px;
	left:-100px;
	z-index:10;
}
.p2 {
	top:-1000px;
	left:200px;
	z-index:5;
}
.p3 {
	top:-1000px;
	left:600px;
	z-index:3;
}
.p4 {
	top:-1000px;
	left:1200px;
	z-index:1;
}
.btnP1, .btnP2, .btnP3,  .btnP4 {
	cursor:pointer;
	height:41px;
	position:absolute;
	width:137px;
	z-index:999;
}

/*End home*/

h1, img {
	line-height:50%;
	margin:0;
	padding:0;
}
.wrapper {	
	margin:0 auto;
	text-align:left;
	padding:10px 0;
	width:962px;
}
.nav {
	background:url("Images/bg_nav.jpg") no-repeat scroll 0 0 transparent;
	height:58px;
	text-align:center;
	width:962px;
}
.wrapper .productsNav {
	background-image:url("Images/bg_nav_products.jpg");
}
.wrapper .navBrand {
	background-image:url("Images/bg_nav_brands.jpg");
}
.wrapper .navContact {
	background-image:url("Images/bg_nav_contacts.jpg");
}
.btnNav {
	color:#000;
	font-family:Georgia,Verdana,Arial;
	font-size:16px;
	height:42px;
	text-decoration:none;
	text-transform:uppercase;
}
.nav a {
	margin:0 15px;
	position:relative;
	top:13px;
}
.nav a:hover {
	text-decoration:underline;
}
.nav a.navSel {
	font-size:22px;
	font-weight:bold;
	top:14px;
}
.nav a:hover.navSel {
	text-decoration:none;
}



/* End header*/
body {
	font-family:Arial, Verdana;
	font-size:12px;
	line-height:16px;
}
.content {
	background:url(Images/bg_content.gif) no-repeat 0 bottom;
	min-height:100px;
	height:auto !important;
	height:100px;
	width:962px;
}
.author {
	height:1px;
	overflow:hidden;
}
.footer {
	color:#d1d1d1;
	padding:12px 38px;
}
.footer a {
	color:#d1d1d1;
	text-decoration:none;
}
.footerLeft {
	float:left;
}
.footerRight {
	float:right;
	text-align:right;
}
.clear {
	clear:both;
	height:0;
}
/* End footer*/

.innerWrap {
	color:#313131;
	padding:0 37px 30px;
	text-align:justify;
}
h2 {
	font-family:Georgia;
	font-size:21px;
	margin:0;
	padding:15px 0 9px;
	text-align: left;
	line-height: 1.2
}
.imgRight {
	margin:25px 0 0;
	float:right;
}
.imgRight2 {
	float:right;
	margin:0 0 0 20px;
}
.innerWrap a {
	color:#165CB3;
	text-decoration:none;
}
.innerWrap a:hover {
	color:#ff7200;
}
.productList {
	text-align:center;
	padding:10px 0 0;
}
.productItem {
	float:left;
	padding:0 19px;
	width:139px;
}
.productItem a {
	color:#444;
	display:block;
	padding:5px 0 0;
}
.productItem a:hover {
	color:#ff7200;
	text-decoration:none;
}
.productItem a img {
	border:0 none;
}
.productDesc {
	text-align:center;
}
.clearFloats {
	clear:both;
	height:0;
	line-height:0;
}
.productContent {
	padding:15px 2px 0;
	line-height:1.6
}
.productNav {
	padding-top:20px;
}
.alignLeft {
	float:left;
}
.alignRight {
	float:right;
}
.padLeft {
	padding-left:25px;
}