﻿/*
ProductCart Shopping Cart Software, Copyright Early Impact LLC 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with ProductCart
*/
html, body {
	margin: 0;
	padding: 0;
}
/* background color was #EAEAEA */
body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background: #EAEAEA;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 900px;
			height: 90px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			/* old color= background-color: #e5e5e5;  */
			background: #ffbb00;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav {
			border-top: 1px solid #FFFFFF;
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 10px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #999999;
		}
		
		#pcTopNav a:hover {
			color: #000000;
		}

/* End TOP AREA of the page */

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
	
		#pcMainArea {
			width: 760px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 155px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 500px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 2px;
			text-align: left;
			vertical-align: top;
		}
		
/* removed the following section to get rid of the vertical spacers on both sides.
		.pcColumnSpacer {
			width: 10px;
			background-image:url(images/dotted_spacer_vert.gif);
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			color:Black;
			margin: 1px;
			padding-bottom: 2px;
			padding-left: 15px;
		}

		#pcLeftCatLinks {
			background-color: #ffffcc;
			padding: 5px 5px 1px 10px;
			margin: 60px 0 5px 0;
		}
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
/*color of the box including store links, shown font properties have no effect in this block; padding: 5px 5px 1px 5px; */		
		#pcLeftStoreLinks {
			font-size:8px;
			color:#000000;
			background-color:#F5F5F5;
			padding: 5px 5px 5px 2px;
			margin: 20px 0 2px 0;
		}

		#pcLeftStoreLinks li{
			margin: 10px 0 0 0;
			font-size:8px;
			color:#000000;
			list-style-type:disc;
			list-style-position:inside;
		}
		#clear {
		clear: both;
		}
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	/*this creates the space between each li vertically */
		#pcLeft li {
			margin: 10px 0 0 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #3333cc;
			text-decoration: none;
			font-size:12px;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
/*size & color of font in box for store links */		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #3333cc;
			text-decoration: none;
			font-size:12px;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FF6600;
		}


	/* Define the right column */
	/* color was 666666 */
		#pcShowCart {
			background-color: #396B9C;
			color: #FFFFFF;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	/*color of the visited or not visited link in the small shoping cart on top right, mostly effects Firefox */	
		#pcShowCart a:visited{
			color:white
		}
			#pcShowCart a:{
			color:white
		}

		#pcCustomerLogin {
			background-color: #FFFFCC;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #FFEE99;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #999999;
		}
	
		#pcRight ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcRight li {
			margin: 2px 0 0 0;
		}
		
		#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #333333;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #FFFFFF;
			font-size: 11px;
			color: #666666;
			text-align: right;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
Height30 {height: 30px;
}
	
/* END Footer */

/* beginning of style.css from normal site, background is the bottom portion of the page, make it same color */
body{ background:#FFBB00;}
select{font-family:Arial; font-size:12px; color:#5a4201; line-height:17px;}


textarea{font-family:Arial; font-size:12px; color:#5a4201; line-height:17px;}


input{font-family:Arial; font-size:12px; color:#5a4201; line-height:17px;}


html{font-family:Arial; font-size:12px; color:#5a4201; line-height:17px;}


/*in_line*/
select { vertical-align:middle; font-weight:normal;}
input { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

a:hover{text-decoration:none;}

.clear { clear:both;}

.fleft {
	float: left;
}
.fright { float:right;}

.tall_top {
	background: #ffbb00 repeat-x left
top;
}
.tall_bottom { background:url("../images/tall_bottom.gif") left bottom repeat-x;}

.form { height:27px;}
.form input {width:195px; height:14px; background:#FFFFFF; border-color:#DBDBDB;}
textarea { width:212px; height:104px; background:#FFFFFF; overflow:auto; border-color:#DBDBDB; margin-bottom:7px;}

ul { list-style:none;}
.ul1 li a {background:url(images/marker_3.gif) no-repeat 0 4px; color:#5a4201;}

.title { margin:0 0 15px 0;}

.img_indent { margin:5px 18px 0 0; float:left;}

.txt_14px { font-size:14px;}
.txt_10px { font-size:10px;}
.txt1 { color:#FFFFFF;}
.txt2 { color:#FFFFFF; font-size:14px;}
.txt3 {
	color: #ffbb00;
	font-weight: bold;
	line-height: 16px;
}

.link1 {background:url("../images/marker.gif") no-repeat right; padding-right:21px; text-transform:uppercase; font-size:10px; letter-spacing:-0.7px; padding-top:2px;
	text-align: left;
}
.link_black_box { color:#ffbb00; font-weight:bold;}
.link3 {background:url("../images/marker_1.gif") no-repeat right; padding-right:21px; text-transform:uppercase; font-size:10px; letter-spacing:-0.7px; padding-top:2px;
	text-align: right;
}
.link4 { color:#5a4201;}


/*header*/
#header .row_1 .col_1 { width:246px;}
#header .row_1 .col_1 .indent { padding:22px 0 13px 20px;}
#header .row_1 .col_2 { width:377px;}
#header .row_1 .col_2 .indent { padding:55px 0 0 0;}
#header .row_1 .col_3 { width:157px; font-size:10px; color:#FFFFFF;}
#header .row_1 .col_3 a { color:#FFFFFF;}
#header .row_1 .col_3 .indent { padding:51px 0 0 0;}
#header .row_2 { background:url("../images/header_bgd.jpg") no-repeat left top;}
#header .row_2 .indent { padding:54px 0 72px 424px;}
#header .row_3 .indent { padding:0 0 0 18px;}

/*footer*/
#footer .indent { padding:30px 0 0 0;}
#footer .col_1 { width:488px; color:#000000;}
#footer .col_1 a { color:#000000; font-weight:bold;}
#footer .col_1 .indent { padding:1px 0 0 21px;}
#footer .col_2 { width:235px;}
#footer .col_2 .indent { padding:2px 0 0 22px;}
#footer .col_3 { width:35px;}
#footer .col_3 .indent { padding:0 0 0 22px;}


/*================== index.html ==================*/
#page1 #content .row_1 .indent { background-position: 0px 0px;
	padding: 28px 0px 29px 21px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	background-image: url('');
	background-repeat: repeat;
}
#page1 #content .row_1 .title { margin:0 0 9px -3px;}
#page1 #content .row_2 .indent {
	padding: 0 17px 0 21px;
}
/*changed from 246 to 266*/
#page1 #content .row_2 .wrapper1_1 { background:url("../images/wrapper1.gif") no-repeat 266px 0; width:740px;}
#page1 #content .row_2 .wrapper2_1 {
/*vertical divider for col 1 in black box, OG was 246, changed to 266 */
	background: url("../images/wrapper2.gif") repeat-y 266px 0;
	width: 640px;
}
#page1 #content .row_2 .wrapper3_1 {
/*changed from 246 to 266*/
	background: url("../images/wrapper3.gif") no-repeat 266px bottom;
	width: 740px;
}
/*change from 492 to 300*/
#page1 #content .row_2 .wrapper1_2 { background:url("../images/wrapper1.gif") no-repeat 492px 0; width:740px;}
#page1 #content .row_2 .wrapper2_2 { background:url("../images/wrapper2.gif") repeat-y 492px 0; width:740px;}
#page1 #content .row_2 .wrapper3_2 { background:url("../images/wrapper3.gif") no-repeat 492px bottom;  width:740px;}
#page1 #content .row_2 .col_1 .indent {
	padding: 12px 12px 0 15px;
}
#page1 #content .row_2 .col_2 .indent {
	padding: 15px 0 16px 30px;
}
#page1 #content .row_2 .col_2 .title { margin-bottom:25px;}
#page1 #content .row_2 .col_2 ul {
	margin-left: 1px;
}
#page1 #content .row_2 .col_3 .indent {
	padding: 21px 0 0 27px;
	height: 540px;
}
#page1 #content .row_3 { background:url("../images/cont_bgd.gif") no-repeat 51px 100px;}
#page1 #content .row_3 .indent { padding:15px 20px 12px 22px;}
#page1 #content .row_3 .col_1 .indent { padding:9px 49px 15px 0;}
#page1 #content .row_3 .col_1 .title { margin:0 0 10px 0;}
#page1 #content .row_3 .col_2 .indent { padding:9px 0 15px 0;}
#page1 #content .row_3 .col_2 .txt1 { font-size:14px;}
#page1 #content .row_3 .col_2 .title { margin:0 0 12px 0;}

/*================== index-1.html ==================*/
#page2 #content .row_1 .indent { padding:22px 0 11px 21px;}
#page2 #content .row_1 .col_1 .indent { padding:9px 40px 21px 0;}
#page2 #content .row_1 .col_1 .title { margin:0 0 9px 0;}
#page2 #content .row_1 .col_2 .indent { padding:9px 0 15px 0;}
#page2 #content .row_1 .col_2 .title { margin:0 0 15px 0;}
#page2 #content .row_1 .col_2 .img_indent { margin:2px 19px 0 1px;}
#page2 #content .row_2 .wrapper1_1 {
	background: url("../images/wrapper1.gif") no-repeat 376px 0;
	width: 740px;
}
#page2 #content .row_2 .wrapper2_1 { background:url("../images/wrapper2.gif") repeat-y 376px 0; width:740px;}
#page2 #content .row_2 .wrapper3_1 { background:url("../images/wrapper3.gif") no-repeat 376px bottom;  width:740px;}
#page2 #content .row_2 .indent { padding:0 19px 0 21px;}
#page2 #content .row_2 .col_1 .indent { padding:21px 24px 19px 23px;}
#page2 #content .row_2 .col_1 .title { margin:0 0 29px 0 ;}
#page2 #content .row_2 .col_2 .title { margin:0 0 29px 0 ;}
#page2 #content .row_2 .col_2 .indent { padding:21px 0 0 27px;}
#page2 #content .row_2 .col_2 .img_indent { margin:2px 20px 0 0;}
#page2 #content .row_3 .indent { padding:14px 0 14px 22px;}
#page2 #content .row_3 .col_1 .indent { padding:11px 52px 20px 0;}
#page2 #content .row_3 .col_1 .title { margin:0 0 15px 0;}
#page2 #content .row_3 .col_2 .indent { padding:11px 0 20px 0;}
#page2 #content .row_3 .col_2 .title { margin:0 0 8px 0;}

/*================== solutions.html ==================*/
#page3 #content .row_1 .wrapper1_1 { background:url("../images/wrapper1.gif") no-repeat 476px 0; width:740px;}
#page3 #content .row_1 .wrapper2_1 { background:url("../images/wrapper2.gif") repeat-y 476px 0; width:740px;}
#page3 #content .row_1 .wrapper3_1 { background:url("../images/wrapper3.gif") no-repeat 476px bottom;  width:740px;}
#page3 #content .row_1 .indent {
	padding: 15px 19px 0 21px;
}
#page3 #content .row_1 .col_1 .indent { padding:11px 24px 18px 23px;}
#page3 #content .row_1 .col_1 .title { margin:0 0 29px 0 ;}
#page3 #content .row_1 .col_1 .img_indent { margin:6px 21px 0 0;}
#page3 #content .row_1 .col_2 .title { margin:0 0 29px 0 ;}
#page3 #content .row_1 .col_2 .indent { padding:11px 0 10px 27px;}
#page3 #content .row_1 .col_2 .img_indent { margin:2px 20px 0 0;}
#page3 #content .row_2 .indent { padding:15px 0 14px 21px;}
#page3 #content .row_2 .col_1 .indent { padding:10px 52px 21px 0;}
#page3 #content .row_2 .col_1 .title { margin:0 0 15px 0;}
#page3 #content .row_2 .col_2 .indent { padding:10px 0 10px 0;}
#page3 #content .row_2 .col_2 .img_indent { margin:3px 20px 0 0;}

/*================== index-3.html ==================*/
#page4 #content .row_1 .indent {
	padding: 22px 0 11px 40px;
}
#page4 #content .row_1 .col_1 .indent {
	padding: 9px 18px 23px 0;
	width: 320px;
}
#page4 #content .row_1 .col_1 .title { margin:0 0 10px 0;}
#page4 #content .row_1 .col_2 .indent { padding:9px 0 10px 0;}
#page4 #content .row_1 .col_2 .title { margin:0 0 15px 0;}
#page4 #content .row_1 .col_2 .img_indent { margin:3px 19px 0 1px;}
#page4 #content .row_2 .wrapper1_1 { background:url("../images/wrapper1.gif") no-repeat 426px 0; width:740px;}
#page4 #content .row_2 .wrapper2_1 { background:url("../images/wrapper2.gif") repeat-y 426px 0; width:740px;}
#page4 #content .row_2 .wrapper3_1 { background:url("../images/wrapper3.gif") no-repeat 426px bottom;  width:740px;}
#page4 #content .row_2 .indent { padding:0 19px 30px 21px;}
#page4 #content .row_2 .col_1 .indent {	padding: 10px 30px 27px 23px;}
#page4 #content .row_2 .col_1 .title { margin:0 0 35px 0 ;}
#page4 #content .row_2 .col_2 .title { margin:0 0 35px 0 ;}
#page4 #content .row_2 .col_2 .indent {	padding: 10px 0 20px 27px;}
#page4 #content .row_2 .col_2 .img_indent { margin:7px 20px 0 0;}

/*================== index-4.html ==================*/
#page5 #content .row_1 .indent { padding:22px 0 11px 21px;}
#page5 #content .row_1 .col_1 .indent { padding:9px 40px 20px 0;}
#page5 #content .row_1 .col_1 .title { margin:0 0 15px 0;}
#page5 #content .row_1 .col_2 .indent { padding:9px 0 15px 0;}
#page5 #content .row_1 .col_2 .title { margin:0 0 10px 0;}
#page5 #content .row_1 .col_2 .img_indent { margin:0px 19px 0px 1px;
}
#page5 #content .row_2 .wrapper1_1 { background:url("../images/wrapper1.gif") no-repeat 376px 0; width:740px;}
#page5 #content .row_2 .wrapper2_1 { background:url("../images/wrapper2.gif") repeat-y 376px 0; width:740px;}
#page5 #content .row_2 .wrapper3_1 { background:url("../images/wrapper3.gif") no-repeat 376px bottom;  width:740px;}
#page5 #content .row_2 .indent { padding:0 19px 0 21px;}
#page5 #content .row_2 .col_1 .indent { padding:22px 24px 16px 23px;}
#page5 #content .row_2 .col_1 .title { margin:0 0 29px 0 ;}
#page5 #content .row_2 .col_1 .img_indent {margin:7px 23px 0 1px;}
#page5 #content .row_2 .col_2 .title { margin:0 0 24px 0 ;}
#page5 #content .row_2 .col_2 .indent { padding:21px 0 0 27px;}
#page5 #content .row_2 .col_2 .img_indent { margin:2px 20px 0 0;}
#page5 #content .row_3 .indent { padding:14px 0 14px 22px;}
#page5 #content .row_3 .col_1 .indent { padding:11px 52px 20px 0;}
#page5 #content .row_3 .col_1 .title { margin:0 0 10px 0;}
#page5 #content .row_3 .col_2 .indent { padding:11px 0 20px 0;}
#page5 #content .row_3 .col_2 .title { margin:0 0 13px 0;}

/*================== contact_us.html ==================*/
#page6 #content .row_1 .indent { padding:22px 0 11px 21px;}
#page6 #content .row_1 .col_1 .indent { padding:9px 40px 21px 0;}
#page6 #content .row_1 .col_1 .title { margin:0 0 14px 0;}
#page6 #content .row_1 .col_2 .indent { padding:9px 0 10px 0;}
#page6 #content .row_1 .col_2 .title { margin:0 0 15px 0;}
#page6 #content .row_2 .wrapper1_1 { background:url("../images/wrapper1.gif") no-repeat 400px 0; width:740px;}
#page6 #content .row_2 .wrapper2_1 { background:url("../images/wrapper2.gif") repeat-y 400px 0; width:740px;}
#page6 #content .row_2 .wrapper3_1 { background:url("../images/wrapper3.gif") no-repeat 400px bottom;  width:740px;}
#page6 #content .row_2 .indent { padding:0 19px 30px 21px;}
#page6 #content .row_2 .col_1 .indent {
	padding: 15px 30px 31px 24px;
}
#page6 #content .row_2 .col_1 a { color:#ffbb00;}
#page6 #content .row_2 .col_1 .title { margin:0 0 24px 0 ;}
#page6 #content .row_2 .col_1 .img_indent { margin:0 21px 0 0;}
#page6 #content .row_2 .col_2 .title { margin:0 0 29px 0 ;}
#page6 #content .row_2 .col_2 .indent {
	padding: 15px 0 20px 30px;
}
#page6 #content .row_2 .col_2 .img_indent { margin:7px 20px 0 0;}

/*================== index-6.html ==================*/
#page7 #content .indent {
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 5px;
}
#page7 #content .title { margin:0 0 9px 0;}


/*==================list====================*/
.block { width:740px; background:url("../images/block_bgd.gif") left top repeat-x #363636; color:#999999; font-size:11px; line-height:14px;}
.block .r { background:url("../images/r.gif") right top repeat-y;}
.block .b { background:url("../images/b.gif") left bottom repeat-x;}
.block .l { background:url("../images/l.gif") left top repeat-y;}
.block .l_t { background:url("../images/l_t.gif") no-repeat left top;}
.block .r_t { background:url("../images/r_t.gif") no-repeat right top;}
.block .r_b { background:url("../images/r_b.gif") no-repeat right bottom;}
.block .l_b { background:url("../images/l_b.gif") no-repeat left bottom;}
.block .ind { padding:0px 0 2px 0;}
.block_line { background:url("../images/block_line.gif") no-repeat left top #3a3a3a; float:left; height:100%; width:1px;}
.block .title { margin:0 0 31px 0;}
/*==========================================*/

.BlackBoxDetail {
	color: #B5B5B5;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.LearnMore2 {
	background: url("../images/marker.gif") no-repeat right;
	padding-right: 21px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: -0.7px;
	padding-top: 2px;
	text-align: left;
	float: left;
}
.fleft20Margin {
	float: left;
	margin-left: 15px;
}
/* end of style */

/* beginning of layout.css */
#main {margin:0 auto; width:780px;}

#header{
}

.col_3{ float:left;}

.col_2{ float:left;}

.col_1{ float:left;}

/*======= index.html (main page) =======*/
#page1 #content .row_2 .col_1 {
	width: 266px;
}
#page1 #content .row_2 .col_2 {
	width: 255px;
}
#page1 #content .row_2 .col_3 {width:215px;}
#page1 #content .row_3 .wrapper { background:url("../images/wrapper.gif") 245px 0 repeat-y; width:780px;}
#page1 #content .row_3 .col_1 {width:270px;}
#page1 #content .row_3 .col_2 {width:470px;}

/*======= index-1.html =======*/
#page2 #content .row_1 .wrapper {background:url("../images/wrapper.gif") 246px 0 repeat-y; width:780px;}
#page2 #content .row_1 .col_1 {width:270px;}
#page2 #content .row_1 .col_2 {width:470px;}
#page2 #content .row_2 .col_1 {width:376px;}
#page2 #content .row_2 .col_2 {width:339px;}
#page2 #content .row_3 .wrapper { background:url("../images/wrapper.gif") 245px 0 repeat-y; width:780px;}
#page2 #content .row_3 .col_1 {width:270px;}
#page2 #content .row_3 .col_2 {width:483px;}

/*======= solutions.html =======*/
#page3 #content .row_1 .col_1 {width:376px;}
#page3 #content .row_1 .col_2 {width:360px;}
#page3 #content .row_2 .wrapper { background:url("../images/wrapper.gif") 360px 0 repeat-y; width:780px;}
#page3 #content .row_2 .col_1 {width:261px;}
#page3 #content .row_2 .col_2 {width:479px;}

/*======= index-3.html (tools & tips) =======*/
#page4 #content .row_1 .wrapper {background:url("../images/wrapper.gif") 345px 0 repeat-y; width:780px;}
#page4 #content .row_1 .col_1 {
	width: 370px;
}
#page4 #content .row_1 .col_2 {
	width: 370px;
	padding-left: 10px;
	padding-right: 10px;
}
#page4 #content .row_2 .col_1 {width:426px;}
#page4 #content .row_2 .col_2 {width:289px;}

/*======= index-4.html =======*/
#page5 #content .row_1 .wrapper {background:url("../images/wrapper.gif") 246px 0 repeat-y; width:780px;}
#page5 #content .row_1 .col_1 {width:270px;}
#page5 #content .row_1 .col_2 {width:470px;}
#page5 #content .row_2 .col_1 {width:376px;}
#page5 #content .row_2 .col_2 {width:339px;}
#page5 #content .row_3 .wrapper { background:url("../images/wrapper.gif") 245px 0 repeat-y; width:780px;}
#page5 #content .row_3 .col_1 {width:270px;}
#page5 #content .row_3 .col_2 {width:483px;}

/*======= index-5.html (contact us) =======*/
#page6 #content .row_1 .wrapper {background:url("../images/wrapper.gif") 246px 0 repeat-y; width:780px;}
#page6 #content .row_1 .col_1 {width:270px;}
#page6 #content .row_1 .col_2 {width:470px;}
#page6 #content .row_2 .col_1 {
	width: 400px;
}
#page6 #content .row_2 .col_2 {
	width: 289px;
}
/*=========================*/


#footer{height:61px}
.ImgFloatLeftTop {
	margin-right: 8px;
	margin-bottom: 1px;
	float: left;
}
#footer1 {
	height: 61px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}
/* end of layout.css */
