/* Existing Class Reskins */


body {
	margin: 0px;
	padding: 12px 0px 12px 12px;
}

#container {
	width: 740px;
}

/* Header Area */

#header {
	width: 100%;
	padding-left: 4px;
}

#bannercontact {
	vertical-align: top;
	margin-left: 366px;
	margin-top: 8px;
}

#navposition {
	position: absolute;
	width: 190px;
	margin-top: 13px;
	left: 12px;
	top: 70px;
}

/* Content Area */

#content {
	margin-left: 192px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#intro-home {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/home/intro_img.jpg);
	width: 565px;
	height: 216px;
	vertical-align: top;
	position: absolute;
	top: 70px;
	right: 0px;
	left: 202px;
}

#intro-home p {
	font-size: 12px;
	padding-left: 255px;
	padding-right: 35px;
	margin-top: 28px;
	color: #d3f9ff;
}


.products {
	position: absolute;
	top: 245px;
	left: 460px;
	width: 310px;
}

.products a {
	width: 63px;
	list-style-position: outside;
	list-style-type: none;
	height: 90px;
	width: 63px;
	font-size: 11px;
	font-weight: bold;
	color: #185d7b;
	background-image: url(../images/home/pr_arr_off2.gif);
	text-decoration: none;
	display: table-cell;
	padding-right: 22px; /* When you need to have 4 product sections in a row then change padding-right from 22px to 8px */
	line-height: 12px;
}

.products a:hover {
	background-image: url(../images/home/pr_arr_on2.gif);
	color: #ba0a0a;
}

.products p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.products img {
	border: none;
	margin-top: 2px;
}

/* Copyright Padding */
#copyrightpad {
	height: 350px;
}
