body {
	background-color: #FFFEC2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	height:100%; 
}
h1 {
	font-size: 22px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

a { text-decoration: none; color: black; }
a:hover { color: #6A563C; }

img { border: none; }

#header {
	background-color: white;
	text-align: left;
	height: 75px;
}

#nav {
	background-image: url(../images/bg_nav_2.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	text-align: right;
	line-height: 1em;
}
#nav span { float: right; }
#nav h1 {
	font-size: 14px;
	margin: 12px 20px 0 0;
}
#nav a { color: white; }
#nav a:hover, #hit a { color: #544430; }

#content {
	background-color: white;
	width: 100%;
	height: 100%;
}

#col_1 {
	background-image: url(../images/bg_mid_1.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 171px;
}
#col_1 h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 10px;
	text-transform: capitalize;
	width: 150px;
}
#col_1 a { color: white; }
#col_1 a:hover, #hit a { color: #544430; }

#col_2 {
	background-image: url(../images/bg_foot_2.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	padding: 0 0 30px 0;
	font-size: 14px;
}
#col_2 h1 { letter-spacing: 0.2em; }

#col_3 {
	background-image: url(../images/bg_mid_3.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	width: 163px;
}

#bg_l {
	background-image: url(../images/bg_foot_1.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 100%;
}

#bg_r {
	background-image: url(../images/bg_foot_3.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 100%;
}
#bg_r p, #bg_r h1, #bg_r h2, #bg_r h3 {
	padding: 5px 0;
	margin: 0;
}

#srch_txt {
	margin-left: 10px;
	width: 110px;
}

.add {
	font-size: 10px;
	text-align: center;
}

.btn {
	border: none;
	background-color: #CC2220;
	color: white;
	font-size: 10px;
	margin: 0;
	height: 20px;
}
.btn:hover {
	background-color: white;
	color: #CC2220;
}

.qty_txt { width: 30px; }

#msg_txt {
	width: 100%;
	height: 60px;
	margin: 5px 0;
}

.inp_txt { clear: both; }

.inp_txt input {
	float: right;
	width: 85%;
}

.rem { color: red; }

.cartSum {
	width: 145px;
	margin: 0 0 10px 5px;
}
.cartSum div {
	width: 100%;
	text-align: right;
}
