/*////////////////////////////////
EC COLOR INFORMATION
main color #e4d26c
dark font color #555555
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

@font-face {
  font-family: "footer_H3_text";
  src: url("../fonts/TNEWPRO Normal.ttf");
}
body {
	padding:0;
	margin:0;
	width:100%;
	vertical-align:top;
	font-family: Arial;
	color:#000000;
	line-height:16px;
	font-size:13px;
/*Background color for overall*/
	background:#daa96a;
	background-image:url(../images/main_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
/*for overall*/
input, select, textarea {
	font-family: Arial;
	color:#000000;
	line-height:13px;
	font-size:12px;
	background:#eaeaea;
	padding:2px;
	/*margin-bottom:10px;*/
	border:1px solid #9f9f9f;
	vertical-align:middle;
}
.in_none {
	border:none;
	padding:0;
}
table, td {
	vertical-align:top;
}
a {
	text-decoration:none;
	color:#0072b1;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0px;
}
.col {
	float:left;
}
.spacer {
	font-size:0px;
	line-height:0px;
}
.clear {
	clear:both;
}
.main {
	width:1024px;
	margin:auto;
}
.navigation {
	/*background:#af675e;*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_bg.png', sizingMethod='crop');
	background-image:url(../images/header_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.footer_navigation {
	/*background:#af675e;*/
	background-image:url(../images/footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.navigation .left {
	float:left;
	width:10px;
}
.navigation .right {
	float:right;
}
.navigation .links {
	text-align:right;
	padding:26px 0px 12px 0px;
	width:1024px;
	color:#000000;
}
.navigation .links a {
	color:#000000;
}
.navigation .cart_header {
	text-align:right;
	padding:26px 0px 12px 0px;
	color:#000000;
/*	background-image:url(../images/cart_header_bg.png);
	background-position:right;
	background-repeat:no-repeat;*/
}
.navigation .cart_header a {
	color:#000000;
}
.navigation .nav_1 {
	float:left;
	padding:4px 15px 3px 0px;
}
.navigation .nav_2, .navigation .nav_3 {
	float:left;
	padding:1px 15px;
	border-left:1px solid #4D4D4D;
}
.navigation .input_search {
	width:165px;
	padding:3px;
}
.menu {
	background:#ffffff;
	font-size:11px;
	color:#000000;
}
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.menu ul li {
	float:left;
	background:url(../images/menu_li.gif) top left no-repeat;
	padding:13px 21px 14px 25px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
}
.menu ul li.li_none {
	background:none;
}
.menu ul li a {
	color:#000000;
	text-decoration:none;
}
.menu ul li a:hover {
	text-decoration:underline;
}
.content_bg {
	/*background:#af675e;*/
	background-image:url(../images/body_bg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/body_bg.png', sizingMethod='crop');
	background-position:center top;
	background-repeat:repeat-y;
}
.banner_set3 {
	background:url(../images/bg_banner.jpg) top right no-repeat;
	height:153px;
}
#bannerThree {
	padding:43px 0px 0px 3px;
	margin:0;
}
.welcome {
	background:url(../images/welcome_bg.jpg) top left no-repeat;
	padding:0px 0px 30px 154px;
}
.welcome h2 {
	padding:6px 0px 3px 0px;
}
.product {
	margin:5px 0px;
}
.product .left {
	float:left;
}
.product .right {
	width:100%;
	float:right;
}
.product .right .margin {
	margin:3px 0px 5px 0px;
}
.product a {
	color:#000000;
	text-decoration:underline;
	font-size:10px;
	line-height:normal;
	font-weight:bold;
	text-transform:uppercase;
}
.product a.name {
	padding-left:8px;
	background:url(../images/arrow_1.gif) top left no-repeat;
}
.product a:hover {
	text-decoration:none;
}
.product a strong {
	color:#000000;
	text-decoration:underline;
	font-size:10px;
	line-height:normal;
	font-weight:bold;
	text-transform:uppercase;
}
.product .text {
	padding:3px 0px 3px 8px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}
.product .price {
	padding:3px 0px 5px 8px;
}
.product .button {
	padding-left:8px;
}
.product strong {
	color:#00C3FB;
	font-size:13px;
	line-height:normal;
	font-weight:bold;
}
.product .margin_col {
	margin:0px 20px 0px 0px;
	text-align:left;
}
.w_100 {
	width:100%;
}

/*  for the ec footer main content */
.footer {
	padding:60px 0px 25px 0px;
	color:#000000;
}
.footer H3{
	color:#000000;
	font-family:footer_H3_text, Arial;
	font-size:25px;
}
.footer a {
	text-decoration:none;
	color:#000;
}
.footer a:hover {
	text-decoration:underline;
}
.footer .left {
	margin-right:-210px;
	float:left;
	padding:2px 0px 0px 10px;
}
.footer .right {
	width:100%;
	float:right;
}
.footer .right .margin {
	margin:0px 10px 0px 231px;
}

/*  for the ec footer copyright content */
.footer .copy {
	font-size:10px;
	padding-top:3px;
	color:#000000;
}
.footer .copy a {
	text-decoration:underline;
	font-weight:bold;
}
.footer .copy a:hover {
	text-decoration:none;
	font-weight:bold;
}

/*  for the ec footer newsletter signup content */
.footer #Content {
	font-size:10px;
	padding-top:3px;
	color:#000000;
}
.footer #Content a {
	text-decoration:underline;
	font-weight:bold;
}
.footer #Content a:hover {
	text-decoration:none;
	font-weight:bold;
}
.footer #Content input {
	font-family: Arial;
	color:#FFFFFF;
	line-height:13px;
	font-size:11px;
	background:#555555;
	padding:2px;
	border:1px solid #000000;
	vertical-align:middle;
}
/*  for the main page - remove the borders and body  */
.mainpage_content_bg {
	background-image:url(../images/mainpage_body_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.mainpage_footer_navigation {
	background-image:url(../images/mainpage_footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
