/******************************************************************************/
/** www.paintandplasters.com main Cascading Style Sheet document : style.css **/
/******************************************************************************/
@import url("menu.css");
@import url("cart.css");

body {
	padding: 0px;
	margin: 0px;
	color: #000;
	background-image: url('../pic/bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #878a8f;
}

#main {
	width: 750px; 
	position: relative;
	padding: 0px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 750px; 
	position: relative;
	padding: 0px;
	margin: 0px;
}

#h1 {
	width: 635px; 
	height: 94px;
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url('../pic/header01.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#h2 {
	width: 115px; 
	height: 94px;
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url('../pic/header02.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#staticm {
	width: 750px; 
	height: 42px;
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left; 
	color: #fff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../pic/staticmenu.gif');
	background-repeat: repeat;
	background-position: top left;
}

#stmenu input {
	font-size: 12px;
	height: 16px;
	width: 160px;
	padding-left: 3px;
}

#stmA  {	
	width: 220px; 
	position: relative;
	padding: 0px;
	margin: 8px;
	float: left;
}

#stmA a {
	margin: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#stmA a:hover {
	color: #fff;
	text-decoration: underline;
}

#stmB  {	
	width: 480px; 
	position: relative;
	margin-top: 12px;	
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: center;
}

#stmB a {
	color: #fff;
	text-decoration: none;
}

#stmB a:hover {
	color: #fff;
	text-decoration: underline;
}

#content  {	
	position: relative;
	width: 750px; 
	height: 100%;
	min-height: 600px;
	float: left;
	background-color: #fff;
}

#contener  {	
	width: 100%;
	height: 100%;
	float: left;
	background-color: #fff;
}

#c1  {	
	width: 215px;
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #fff;
}

#c2  {	
	width: 534px;
	height: 100%; 
	position: relative;
	padding: 0px;
	margin: 0px;
	float: right;
	background-color: #fff;
	border-left: 1px solid #eee;
}

#c21  {	
	width: 509px;
	height: 115px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: auto;
}

#c21 img {
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font: normal 12px Verdana;
}

#c22  {	
	width: 300px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}

#c22 p {
	text-indent: 1.5em;
	font: normal 12px Verdana;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	word-spacing: normal;
	line-height: 1.4;
	padding: 5px;
}

#c22 a {
	color: blue;
	text-decoration: none;
}

#c22 a:hover {
	color: blue;
	text-decoration: underline;
}

#c22 ul {
	list-style-type: circle;
	margin-top: 1px;
}

#c22 li{
	font: normal 12px Verdana;
}

#c23  {	
	width: 234px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}

#c23 p {
	text-indent: 1.5em;
	font: normal 12px Verdana;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	word-spacing: normal;
	line-height: 1.4;
	padding: 5px;
}

#c23 a {
	color: blue;
	text-decoration: none;
}

#c23 a:hover {
	color: blue;
	text-decoration: underline;
}

#c23 ul {
	list-style-type: square;
	margin-top: 1px;
}

#c23 li{
	font: normal 12px Verdana;
	padding-top: 10px;
}

#footer  {	
	width: 750px; 
	height: 36px;
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
	color: #fff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../pic/footer.jpg');
	background-repeat: repeat;
	background-position: top left;
}

#f1 {	
	width: 450px; 
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

#f1 a {
	color: #fff;
	text-decoration: none;
}

#f1 a:hover {
	color: #fff;
	text-decoration: underline;
}

#f2  {	
	width: 250px; 
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	text-align: right;
	color: #fff;
	text-decoration: none;
}

.banners_left {
	position: relative;
	padding-left: 10px;
	padding-top: 30px;
	float: left;
	
}

.banners_left img {
	border: none;
	padding-top: 5px;
}

.banners_right {
	position: relative;
	padding-right: 5px;
	padding-top: 0px;
}

.banners_right img {
	border: none;
	padding-top: 5px;
}

/***** User Login ************************************************************/

#customerLogin {
	font: bold 12px Arial;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	margin-left: 15px;
}

#lleft {
	float: left;
	width: 35px;
	margin-top: 10px;
	margin-right: 4px;
}

#lright {
	float: left;
}

#loginform {
	float: left;
}

.goto { 
	font: bold 16px Arial;
	color: #ff9e00;
}

.register {
	width: 100%;
	float: left;
	margin-top: 10px;
	font: bold 12px Arial;
	text-decoration: none;
	text-align: center;
}

.register a {
	text-decoration: none;
	text-align: center;
	font: bold 12px Arial;
	color: #f00;
}

.loginbutton { 
	float: left;
}

#customerLogin2 {
	font: bold 12px Arial;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	margin-left: 30px;
	margin-top: 30px;
}

#lleft2 {
	float: left;
	width: 35px;
	margin-top: 10px;
	margin-right: 4px;
}

.register2 {
	width: 80%;
	float: left;
	margin-top: 10px;
	font: normal 12px Arial;
	text-decoration: none;
	margin-left: 10px;
	margin-bottom: 50px;
}

.register2 a {
	text-decoration: none;
	text-align: center;
	font: bold 12px Arial;
	color: #f00;
}

#customerLogin2 .header {
	background-color: #f4f4f4;
	font-weight: bold;
	width: 90%;
}

#loginform2 {
	float: left;	
}

#loginform2 input[type="text"] {
	margin-left: 10px;
	display: block;
}

#loginform2 input[type="password"] {
	margin-left: 10px;
	display: block;
}

.loginbutton2 { 
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}


.blogo {
	vertical-align: middle;
	text-align: right;
	margin: 10px;
	border: 0px;
}

.blogo_center {
	vertical-align: middle;
	text-align: center;
	margin: 10px;
	border: 0px;
}

.csearchLeft {
	width: 2%;
	text-align: left;
	float: left;
	padding-top: 3px;
}

.csearchRight {
	width: 95%;	
	text-align: left;
	float: left;
}

.csearchRight a {
	color: #00f;
	text-decoration: none;
}

.csearchRight a:hover {
	text-decoration: underline;
}

.wlink a {
	color: #00f;
	text-decoration: none;
}

.wlink a:hover {
	text-decoration: underline;
}

#businessAddress {
	width: 100%;
	float: left;
	margin-top: 15px;	
	margin-bottom: 15px;	
}

#interestLinks {
	font: normal 12px Arial;
	background-image: url('../pic/links_interest.gif');
	background-repeat: no-repeat;
	background-position: top left;	
	width: 267px;
	height: 272px;
	margin-left: 10px;
	padding-top: 45px;
	padding-left: 15px;
}

#interestLinks a {
	font: normal 12px Arial;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

#interestLinks a:hover {
	text-decoration: underline;
	color: #A52A2A;
}

#contractorSearch {
	font: normal 12px Arial;
	width: 188px;
	height: 450px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	background-color: #f4f4f4;
	padding: 5px;
	text-align: center;
}

#contractorSearch .stepName {
	display: block;
	margin-top: 7px;
	width: 25%;
	float: left;
}

#contractorSearch .stepDesc {
	display: block;
	margin-top: 7px;
	width: 70%;
	float: left;
	text-align: left;
}

#contractorSearch a {
	font: normal 12px Arial;
	text-decoration: none;
	color: blue;
}

#contractorSearch a:hover {
	text-decoration: underline;
}

#contractorSearch input, #contractorSearch select {
	margin-left: 10px;
	margin-top: 7px;
	float: left;
}

#contractorSearch .rlink {
	display: block;
	float: none;
}

#contractorSearch .cform {
	display: block;
	float: left;
	margin-top: 10px;
	height: 130px;
}

#contractorSearchTbl {
	width: 522px;
	border-collapse: collapse;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	line-height: 1.5;
	padding: 7px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #000;
}

#contractorSearchTbl th {
	text-align: left;
	white-space: nowrap; 
	background-color: #FFA500;
}

#contractorSearchTbl tr:hover {
	text-align: left;
	white-space: nowrap; 
	background-color: #F0E68C;
	cursor: pointer;
}

#productSearch {
	font: bold 14px Arial;
	width: 188px;
	height: 50px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fbe075;
	padding: 5px;
	text-align: left;
}

#productSearch .pform {
	display: block;
	float: left;
}

#productSearch a {
	display: block;
	font: normal 12px Arial;
	text-decoration: none;
	color: #00f;
	margin-left: 12px;
	float: left;
	margin-top: 10px;
}

#productSearch a:hover {
	color: #00f;
	text-decoration: underline;
}

#productSearch input[type="text"] {
	padding-left: 3px;
	margin-top: 6px;
	font-size: 12px;
	height: 16px;
	width: 120px;
	float: left;
}

#productSearchTbl {
	width: 534px;
	border-collapse: collapse;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	line-height: 1.5;
	padding: 7px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #000;
}

#productSearchTbl th {
	text-align: left;
	white-space: nowrap; 
	background-color: #FFA500;
}

#productSearchTbl tr:hover {
	background-color: #F0E68C;
	cursor: pointer;
}

#productSearchTbl td {

	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #ddd;
}

.bPortfolio {
	font: normal 12px Arial;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	color: #000;
	width: 520px;
	float: left;
}

.bPortfolio .rowTitle {
	font: bold 12px Arial;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	color: #000;
}

.bPortfolio .pDate { 
	float: left;
	width: 75%;
	margin-top: 10px;
}

.bPortfolio .pTitle {
	float: left;
	width: 75%;
}

.bPortfolio .pDesc {
	float: left;
	width: 75%;
}

.bPortfolio .pFunc {
	width: 100%;
	float: left;
	margin: -10px 0px 0px 10px;
}

.bPortfolio .pFunc input[type="button"]{
	font: bold 9px Arial;
	background-color: #FF0000;
	color: #fff;
}

.bPortfolio .pFunc input[type="button"]:hover{
	background-color: #EEE;
	color: #000;
}

.portfolioSmall {
	float: left;
	width: 95px;
	height: 95px;
	margin: 10px;
	display: block;
	cursor: pointer;
	border: 1px solid #aaa;
}

.portfoliopopup {
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 10px;
}

.portfolio_title {
	color: #fff;
	font: bold 10px Arial;
	letter-spacing: normal;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.portfolio_desc {
	color: #fff;
	font: normal 10px Arial;
	letter-spacing: normal;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.portfolioSmall .pPic {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	text-align: center; 
}

.portfolioSmall:hover {
	background-color: #eee;
}

.artRow {
	font: normal 14px Arial;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	width: 100%;
	display: block;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
}

.artRow a {
	font: normal 14px Arial;
	text-decoration: none;
	color: blue;
}

.artRow a:hover {
	text-decoration: underline;
}

.artRow .artRowLeft {
	width: 30%;
	float: left;
	color: #000;
	font: normal 14px Arial;
	text-align: left;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: 3px;
}

.artRow .artRowRight {
	width: 60%;
	float: left;
	vertical-align: middle;
	margin-top: 3px;
}

/***** User Login End ********************************************************/
/***** User Reg **************************************************************/

.regRow {
	font: normal 12px Arial;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	width: 100%;
	display: block;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
}

.regRowCenter80 {
	font: normal 12px Arial;
	color: #000;
	letter-spacing: normal;
	text-decoration: none;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	width: 80%;
	display: block;
/*	margin-top: 100px; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	vertical-align: middle;
}

.regbig {
	font: bold 12px Arial;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	width: 100%;
	display: block;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
}

.regsmall {
	font: normal 10px Arial;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	width: 100%;
	display: block;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
}

.req {
	font: bold 18px Arial;
	position: relative;
	top: 5px;
	right: 2px;
	color: #f00;
}	

.regRow .regRowLeft1 {
	width: 30%;
	float: left;
	color: #666666;
	font: bold 12px Arial;
	text-align: right;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: 3px;
}

.regRow .regRowRight1 {
	width: 60%;
	float: left;
	vertical-align: middle;
	margin-top: 3px;
}

.regRow .regRowLeft2 {
	width: 5%;
	float: left;
	text-align: right;
	margin-right: 10px;
	vertical-align: middle;
}

.regRow .regRowRight2 {
	width: 90%;
	float: left;
	vertical-align: middle;
}

.regRow .regRowRight1 input[type="text"]{
	width: 250px;
}

.regRow input[type="submit"] {
	float: none;
	vertical-align: middle;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 150px;
	margin-right: auto;
}

.chPassMsg {
	height: 20px;
	width: 100%;
	display: block;
	float: left;
	margin-top: 15px;
	margin-bottom: 2px;
	font: bold 14px Arial;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
}

.chPassMsg .er {
	color: red;
}

.chPassMsg .ok {
	color: green;
}

/***** User Reg End **********************************************************/
/***** User / Account *********************************************************/

.accNav {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: center;
	font: normal 12px Arial;
}

.accNav .stdButton {
	background-color: #FFD700;
}

.accNav .stdButton:hover {
	background-color: #EEE;
}

.accNav .funcButton {
	background-color: #87CEFA;
}

.accNav .funcButton:hover {
	background-color: #EEE;
}

.accNav .specButton {
	color: #fff;
	background-color: #FF0000;
}

.accNav .specButton:hover {
	color: #000;
	background-color: #EEE;
}

.userHeader {
	width: 98%;
	height: 40px;
	font: normal 14px Arial;
	color: #000;
	background-color: #eee;
	display: block;
	float: left;

	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

.userHeader input[type="button"] {
	position: relative;
	top: -35px;
	right: 5px;
	float: right;
	background-color: #87CEFA;
}

.userHeader input[type="button"]:hover {
	background-color: #EEE;
}

#subemail {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	width: 150px;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 4px;
	color: #000;
}

/***** User / Account End *****************************************************/
/***** Products ***************************************************************/

#prodCatHeader {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

#prodCatHeader img {
	margin: 0px;
	padding: 0px;
	float: left;
	border: 0px;
}

.news {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	line-height: 1.5;
	padding: 7px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #000;
}

ul.news {
	list-style-image: url('../pic/redarow.jpg');
	margin-left: 15px;
}

ul.news li {
	font: normal 12px Verdana;
	padding-top: 2px;
}

ul.news li > a {
	color: blue;
	text-decoration: none;
}

ul.news li > a:hover {
	color: blue;
	text-decoration: underline;
}

.news a {
	color: blue;
	text-decoration: none;
}

.news a:hover {
	text-decoration: underline;
}

.news ul {
	list-style-type: square;
	margin-top: 1px;
}

.news ul > li{
	font: normal 12px Verdana;
	padding-top: 5px;
}

.news li > a {
	color: blue;
	text-decoration: none;
}

.news li > a:hover {
	color: blue;
	text-decoration: underline;
}

.news_table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 95%;
}

.news_table th {
	color: #fff;
	background-color: #000;
	text-align: left;
	padding-left: 20px;
	font: normal 12px Verdana;
}

.news_table td {
	padding: 4px 4px 4px 4px;
	color: #000;
	font: normal 12px Verdana;
}

.news_date {
	font-size: 10px;
	font-weight: normal;
	color: #8B0000;
	margin-left: 10px;
	line-height: 0.5em;
}

.news_title {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-left: 10px;
	text-decoration: none;
	display: block;
}

.news_img_left {
	margin: 0px;
	padding: 20px;
	float: left;
	border: 0px;
}

.news_img_right {
	margin: 0px;
	padding: 20px;
	float: right;
	border: 0px;
}

.news_select {
	display: block;
	width: 100%;
	background-color: #f4f4f4;
	float: left;
	text-align: right;
	padding-top: 5px;
}

div.video {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

div.igcenter {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	line-height: 1.5;
	color: #000;
	text-align: center;
	width: 100%;
}

div.comics {
	display: block;
	width: 98%;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.comics .image {
	display: block;
	width: 30%;
	text-align: center;
	vertical-align: middle;
	float: left;
}

div.comics .image img {
	border: 1px solid black;
}

div.comics .text {
	display: block;
	width: 69%;
	float: left;
	padding-left: 4px;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	line-height: 1.5;
	color: #000;
}

div.comics .title {
	display: block;
	font-weight: bold;
	width: 100%;
	padding-left: 4px;
}

div.comics .title .mark {
	color: red;
}

div.comics .desc {
	display: block;
	width: 100%;
	padding-left: 4px;
}

div.box {
	width: 212px;
	min-height: 60px;
	float: left;
	display: block;
	font: normal 12px Verdana;
	line-height: 1.5em;
}

div.tboxheader {
	margin-top: 20px;
	width: 212px;
	height: 13px;
	background-image: url(../pic/tbox-top.gif); 
	float: left;
}

div.tboxbody {
	width: 212px;
	min-height: 150px;
	background-image: url(../pic/tbox-rl.gif); 
	float: left;
}

div.tboxbody .content {
	padding-left: 20px;
}

div.tboxbody .content a{
	text-decoration: none;
	font: normal 12px Verdana;
	color: blue;
}

div.tboxbody .content a:hover{
	text-decoration: underline;
}

div.tboxfooter {
	width: 212px;
	height: 13px;
	background-image: url(../pic/tbox-bottom.gif); 
	float: left;
}

#trainingMenu {
	display: block;
	margin: 0px;
	width: 100%;
	height: 30px;
	background-color: #666;
	float: left;
	text-align: center;
	padding-top: 10px;
}

#trainingMenu a {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 1.5;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

#trainingMenu a:hover {
	text-decoration: underline;
}

#trainingInLineImage {
	display: block;
	margin: 0px;
	width: 100%;
	height: 288px;
	float: left;
	background-image: url('../pic/trainingClassPhoto.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #fff;
}

#trainingInLineImage .text {
	position: relative;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 1.5;
	color: #000;
	width: 250px;
	top: 180px;
	left: 30px;
}


.trainingTable {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
}

.trainingTable_center {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
}



/******************************************************************************/

.path {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
}

.prodSmall {
	float: left;
	width: 150px;
	height: 250px;
	margin: 10px;
	display: block;
	cursor: pointer;
	border: 1px solid #aaa;
}

.prodSmall .pName {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	line-height: 1em;
	color: #000;
	display: block;
	width: 140px;
	text-align: center;
	margin: 5px;
/*	background-color: red; */
}

.prodSmall .pPic {
	display: block;
	height: 150px;
	width: 100%;
	vertical-align: middle;
	text-align: center; 
}

.prodSmall .pPic img {
	vertical-align: middle;
}

.prodSmall .pSize {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	line-height: 1em;
	color: #000;
	display: block;
	width: 100%;
	text-align: center;
	padding: 0px 0px 5px 0px;
}

.prodSmall .pPrice {
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	line-height: 1em;
	color: #000;
	display: block;
	width: 100%;
	text-align: center;
	padding: 2px 0px 2px 0px;
}

.prodSmall .pNbr {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	line-height: 1em;
	color: #f00;
	display: block;
	width: 100%;
	text-align: center;
	padding: 2px 0px 2px 0px;
}

#prodView {
	float: left;
	width: 98%;
	margin: 10px;
	display: block;
}

#prodView .pPic {
	display: block;
	height: 350px;
	width: 350px;
	margin: 10px;
	vertical-align: middle;
	text-align: center;
	float: left;
}

#prodView .pName {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 16px;	
	font-weight: bold;
	color: #000;
	display: block;
	width: 98%;
	text-align: left;
}

#prodView .pSize {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0px;
	line-height: 1em;
	display: block;
	width: 98%;
	text-align: left;
}

#prodView .pNbr {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0px;
	line-height: 1em;
	color: #f00;
	display: block;
	width: 100px;
	text-align: left;
	float: left;
	padding: 5px 0px 5px 0px;
}

#prodView .pPrice {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0px;
	line-height: 1em;
	color: #000;
	display: block;
	width: 100px;
	text-align: left;
	float: left;
	padding: 4px 0px 8px 0px;
}

#prodView .pQty {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0px;
	line-height: 1em;
	color: #000;
	display: block;
	width: 100px;
	text-align: left;
	float: left;
	padding: 4px 0px 8px 0px;
}

#prodData {
	display: block;
	float: left;
	width: 150px;
}

#prodData .pSelect {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0px;
	line-height: 1em;
	color: #000;
	display: block;
	width: 120px;
	text-align: left;
	float: left;
	margin: 0px 4px 4px 0px;
}

.pSelect a{
	text-decoration: none;
	font-size: 12px;
	color: blue;
}

.pSelect a:hover{
	text-decoration: underline;
}

.selTint {
	border: 1px solid #aaa;
}

#ajaxloader {
	position: absolute;
	display: none;
	top: 400px;
	right: 63px;
}

#prodView .pQty #qty {
	width: 30px;
}

#prodView #prodDesc {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.5em;
	color: #000;
	display: block;
	width: 96%;
	text-align: left;
	float: left;
}

#prodView #prodDesc .title{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.5em;
	color: #000;
	display: block;
	width: 96%;
	text-align: left;
	float: left;
}

#prodSeeAlso {
	float: left;
	width: 98%;
	margin: 10px;
	display: block;
}

#prodSeeAlso .title {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.5em;
	text-align: left;
	color: #f00;
}

#prodDocs {
	float: left;
	width: 100%;
	margin: 10px 0px 10px 0px;
	display: block;
}

#prodDocs .pDocs {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0px;
	line-height: 1em;
	color: #000;
	display: block;
	text-align: left;
	float: left;
	width: 100%;
}

.pDocs a {
	color: #00f;
	text-decoration: none;
}

.pDocs a:hover {
	text-decoration: underline;
}

#prodDocs .title {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.5em;
	text-align: left;
	color: #f00;
}

/***** Products End ***********************************************************/
/****** Contact US  ***********************************************************/

#contactus {
	width: 100%;
	display: block;
	float: left;
	background-color: #000;
}

#contactus .cRow {
	width: 100%;
	display: block;
	float: left;
}

.cRow .cRowRight {
	float: left;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	line-height: 1.5em;
	text-align: left;
	color: #fff;
	width: 45%;
	background-color: #000;
	float: left;
}

.cRowRight .gray {
	width: 100%;
	display: block;
	background-color: #373737;
	color: #fff;
}

.txtMargin {
	margin: 7px;
}

.cRowRight .black {
	width: 100%;
	display: block;
	background-color: #000;
}

.cRow .cRowMiddle {
	width: 5%;
	float: left;
}

.cRow .cRowLeft {
	width: 50%;
	float: left;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	line-height: 1.5em;
	text-align: left;
	color: #000;
}


/******************************************************************************/


#browProdCat {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 290px;
	background-image: url('../pic/limestampo2.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font: bold 12px Verdana;
	line-height: 1.4;
}

#browProdCat a:link {
	color: #cc6600;
	text-decoration: none;
}

#browProdCat a:visited {
	color: #cc9900;
	text-decoration: none;
}

#browProdCat a:hover {
	text-decoration: underline;
	color: #cc9900;
}

#browProdCat a:active {
	text-decoration: underline;
	color: #cc6600;
}

#browProdCat img {
	padding-left: 10px;
}

#browProdCat ul {
	list-style-type: none;
	padding: 0;
	padding-left: 10px;
	margin: 0;
}

#browProdCat ul li {
	background-image: url('../pic/dot.gif');
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 17px;
}

#browProdCat {
}

#browProdCat a:link {
	color: #cc6600;
}
#browProdCat  a:visited {
	color: #cc9900;
}
#browProdCat  a:hover {
	text-decoration: underline;
	color: #cc9900;
}
#browProdCat  a:active {
	color: #cc6600;
}
