/*--
	Theme Name: theme1397
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2.X from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/

/* General
---------------------------------------- */
html,
body {
	min-width:960px;
	}
body{
	background: #E4E4E4;
	color: #aaa;
	font: 100%/1.3125em "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:relative;
}

#main {
	font-size:.75em;
}
.container {
	width: 970px;
	margin: 0 auto;
	position:relative;
}





/* Header
---------------------------------------- */
#header {
	height:222px;
	position:relative;
	z-index:99;
	background: #100c0d;
}

#top-header {
	height:143px;
	background:url(top-header-bg.jpg) no-repeat 50% 0; 
	}
#top-header-line {
	background:url(top-header-line.png) 0 0 repeat-x;
	height:143px;
	}

/* Logo */
.logo {
	position:absolute;
	left:0px;
	top:2px;
	}
	.logo h1,
	.logo h2 {
		font-size:3em;
		line-height:1.2em;
		margin-bottom:0;
		}
		.logo h1 a,
		.logo h2 a {
			color:#222;
			text-decoration:none;
			}

/* Slider
---------------------------------------- */
#slider-wrapper {
	height:223px;
	background:url(slider-bg.gif) 0 0 repeat-x;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 38px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
#slider-wrapper_inner {
	height:54px;
	background:url(slider-bg.gif) 0 0 repeat-x;
	width: 100%;
	margin: 0 auto;
	}
	
#slider {
	width:970px;
	height:267px;
	margin: 0 auto;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}


#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}


/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position:relative;
	z-index:2;
	width:100%;
	background:url(nav-bg.gif) 0 0 repeat-x #841100;
	height:78px;
	border-top:1px solid #180403;
}
.primary-nav-bg {
	background:url(nav-primary-bg.jpg) no-repeat 50% 0;
	}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			197px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			50%;
	top:			78px; /* match top ul list item height */
	z-index:		99;
	margin-left:-99px;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	margin:-3px 0 0 0;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			198px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			198px; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu {
	float:			left;
	background:url(images/divider.png) no-repeat 0 0;
	padding-left:2px;
}
.sf-menu a {
	text-decoration:none;
	color:			#fff8f0;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	text-shadow:0 1px 3px rgba(0, 0, 0, .4);
}
.sf-menu li {
	background:none;
}
.sf-menu > li {
	background:url(images/divider.png) no-repeat 100% 0;
	}
.sf-menu > li > a {
	font-size:14px;
	line-height:78px;
	height:78px;
	padding:0 15px;
	}
	.sf-menu > li > a:hover,
	.sf-menu > li.sfHover > a,
	.sf-menu > li.current-menu-item > a {
		background:rgba(80, 8, 2, .3);
		}
	.no-rgba .sf-menu > li > a:hover,
	.no-rgba .sf-menu > li.sfHover > a,
	.no-rgba .sf-menu > li.current-menu-item > a {
		background:url(images/norgba-menu-bg.png);
		}

/* Submenu */
.sf-menu ul {
	background:#2d1e25;
	padding:3px 0;
	border-radius:3px;
	}
.sf-menu li li {
	padding:1px 3px;
	float:none;
	width:auto;
}

.sf-menu li li a {
	padding:13px 5px;
	text-align:center;
	border-radius:3px;
	}
.sf-menu li li a:hover,
.sf-menu li li.sfHover > a,
.sf-menu li li.current-menu-item > a{
	background:#a71c00;
	background-color: #aa1f00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b32800), to(#920700)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #b32800, #920700); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #b32800, #920700); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #b32800, #920700); /* IE10 */
  background-image:      -o-linear-gradient(top, #b32800, #920700); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #b32800, #920700);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b32800', EndColorStr='#920700'); /* IE6-IE9 */
	box-shadow:0 2px 4px rgba(0, 0, 0, .5);
	}

.sf-menu li li li {
	
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	left:			  50%;
	bottom:			0; /* IE6 only */
	width:			16px;
	height:			8px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:url(menu-arrow.png) no-repeat -100px -100px;
	margin-left:-8px;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0 0; /* arrow hovers for modern browsers*/
}

li li .sf-sub-indicator {
	display:none;
	}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -100px -100px; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}



/* Content
---------------------------------------- */
.primary_content_wrap {
	border-top:0px solid #f6f3ed;
	padding:0px 0 0px 0;
	/*background-color:#F6F3ED;*/
	background-color:#E4E4E4;
	width:100%;
	margin:0 auto;
	background:url(wrapper-bg.jpg) repeat-y;
	background-position:center;
	}
	

#primary_content_wrap {
        border-top:0px solid #f6f3ed;
        padding:45px 0 0px 0;
        /*background-color:#F6F3ED;*/
        background-color:#E4E4E4;
        width:100%;
        margin:0 auto;
        display:block;
        background:url(wrapper-bg.jpg) repeat-y center;
        
        }

/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	.latestpost li {
		margin:0 0 30px 0;
		list-style-type:none;
		background:url(images/hr.gif) 0 100% repeat-x;
		padding:0 0 30px 0;
		}
		.latestpost li .thumbnail {
			float:left;
			padding:4px;
			background-color: #d9dadb;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e6e6), to(#d2d3d5)); /* Saf4+, Chrome */
			background-image: -webkit-linear-gradient(top, #e5e6e6, #d2d3d5); /* Chrome 10+, Saf5.1+, iOS 5+ */
			background-image:    -moz-linear-gradient(top, #e5e6e6, #d2d3d5); /* FF3.6 */
			background-image:     -ms-linear-gradient(top, #e5e6e6, #d2d3d5); /* IE10 */
			background-image:      -o-linear-gradient(top, #e5e6e6, #d2d3d5); /* Opera 11.10+ */
			background-image:         linear-gradient(top, #e5e6e6, #d2d3d5);
			border:1px solid #a3a3a3;
			margin:0 22px 0 0;
			box-shadow:0 0 5px rgba(0, 0, 0, .8);
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			}
		.latestpost li .thumb-holder:hover .thumbnail {
			background:#444242;
			border-color:#444242;
			}
			.latestpost li h4 {
				font-size:14px;
				line-height:1.2em;
				text-transform:uppercase;
				margin-bottom:0;
				padding:10px 0 0 0;
				}
				.latestpost li h4 a {
					color:#fff;
					text-decoration:none;
					-webkit-transition: all .2s ease-in-out;
					-moz-transition: all .2s ease-in-out;
					-o-transition: all .2s ease-in-out;
					}
				.latestpost li h4 a:hover {
					text-decoration:none;
					color:#e54d0c;
					}
		.latestpost li .meta {
			color:#7a7a7a;
			text-shadow:1px 1px 0 #000;
			}
			.latestpost li .meta a {
				color:#7a7a7a;
				text-decoration:none;
				}
			.latestpost li .meta a:hover {
				text-decoration:underline;
				color:#fff;
				}


/* Footer
---------------------------------------- */
#footer {
	background:url(footer-bg.gif) 50% 0 #211d1d;
	color:#737373;
	overflow:hidden;
	zoom:0;
	margin: 0 auto;
	width: 100%;
}
	#footer-light {
		background:url(footer-light.png) no-repeat 50% 0;
		}
	
	/* Copyright */
	#copyright {
		text-align:center;
		padding:23px 0;
		background:rgba(0, 0, 0, .15);
		font-size:13px;
		color:#fff;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		#copyright a {
			color:#fff;
			text-decoration:none;
			}
		#copyright a:hover {
			text-decoration:underline;
			}
	.no-rgba #copyright {
		background:url(images/no-rgba-copyright.png);
		}

	/* Footer widget */
	#widget-footer {
	font-size:12px;
	line-height:23px;
	background:url(images/widget-footer-bg.png) no-repeat 50% 0;
	padding:0px 0 10px 0;
	}
		#widget-footer h3 {
	font-size:14px;
	line-height:1.2em;
	text-transform:none;
	color:#fff;
	font-weight:600;
	margin-bottom:1.2em;
			}
	
	
	#widget-footer .social-networks li {
		list-style-type:none;
		padding:0 0 20px 10px;
		margin:0 0 20px 0;
		background:url(hr.gif) 0 100% repeat-x;
		font-size:14px;
		text-transform:uppercase;
		line-height:30px;
		font-family: 'Open Sans', sans-serif;
		position:relative;
		zoom:1;
		}
		#widget-footer .social-networks li img {
			display:block;
			position:absolute;
			left:-45px;
			top:0;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			}
		#widget-footer .social-networks li a {
			color:#fff;
			font-weight:700;
			text-decoration:none;
			-webkit-transition: all 0.2s ease;
			-moz-transition: all 0.2s ease;
			-o-transition: all 0.2s ease;
			}
		#widget-footer .social-networks li a:hover {
			color:#e54d0c;
			}
			#widget-footer .social-networks li a:hover img {
				-webkit-transform: rotate(360deg);
				-moz-transform: rotate(360deg);
				-o-transform: rotate(360deg);
				}
	
	/* Footer navigation */
	nav.footer {
		
	}
		nav.footer ul {
			margin:0;
			padding:10px 0 10px 0;
			}
			nav.footer ul li {
				display:inline-block;
				padding:0 7px;
				margin:0;
				background:none;
				font-size:10px;
				text-transform:uppercase;
				font-family:Arial, Helvetica, sans-serif;
				}
				nav.footer ul li a {
					color:#7A7A7A !important;
					}
	


.colborder {
	background:url(vr-content.gif) 250px 0 repeat-y;
	}
#widget-footer .colborder {
	background:url(vr.gif) 100% 0 repeat-y;
	}



/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



/*-------------------------------New---------------------------------------*/


.sliderx{ width:100%; height:382px; overflow:hidden; padding:0; margin:0; position:relative;}

.sliderx .left-shadow{position:absolute; width:156px; height:382px; top:0; left:0; background:url(transparent_left_corner.png) left top no-repeat; z-index:2;}
.sliderx .right-shadow{position:absolute; width:156px; height:382px; top:0; right:0; background:url(transparent_right_corner.png) left top no-repeat; z-index:2;}

.box-top {
		overflow:hidden;
		width:1067px;
		color:#616161;
		background:0;
		float:left;
		position:relative;
		left:0;
}

#left, #right{ cursor:pointer}	

.box-top ul { list-style:none; padding:0; }
.box-top ul li {  width:800px; padding:0 0 0 59px; display:inline-block; float:left; height:382px;}
.box-top ul li.product-1{background:url(slider_img_1.jpg) right top no-repeat;}
.box-top ul li.product-2{background:url(slider_img_2.jpg) right top no-repeat;}
.box-top ul li.product-3{background:url(slider_img_3.jpg) right top no-repeat;}

.box-left { width:54px; height:50px; padding:0; margin:0; text-align:center; font-size:0; float:left; line-height:0; position:absolute; left:923px; top:285px; background:url(slider_button_prev.png) left top no-repeat; z-index:3;}
.box-left:hover{background:url(slider_button_prev_active.png) left top no-repeat;}
.box-right { width:54px; height:50px; padding:0; text-align:center; font-size:0; float:left; line-height:0; position:absolute; left:977px; top:285px; background:url(slider_button_next.png) left top no-repeat; z-index:3;}
.box-right:hover{background:url(slider_button_next_active.png) left top no-repeat;}

.sliderx ul li div.right{width:435px; padding:48px 569px 36px 0; text-align:right;}
.sliderx ul li p{color:#FFF; padding:10px 13px 19px 0; line-height:1.5em;}
.sliderx ul li .slider-product-button{margin-right:11px;}

.slider-2-wrapper{
	background:url(slider_2_wrapper.jpg) left top repeat-x;
	min-width:940px;
}
.slider-2{position:relative; margin-bottom:-60px;}
.slider-2 .page{
	width:789px;
	border:0; padding:10px 0;
}
.slider-2 .sliderx{
	height:208px;
	background-image: url(slider_2_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.slider-2 .sliderx .indentx{padding:0 8px;}
.slider-2 .sliderx .box-left-2{
	width:56px;
	height:197px;
	position:relative;
	float:left;
	font-size:0;
	background-image: url(slider_2_prev.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.slider-2 .sliderx .box-left-2:hover{
	background-image: url(slider_2_prev_active.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.slider-2 .sliderx .box-right-2{
	width:55px;
	height:197px;
	position:relative;
	float:right;
	font-size:0;
	background-image: url(slider_2_next.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.slider-2 .sliderx .box-right-2:hover{
	background-image: url(slider_2_next_active.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.slider-2 .sliderx .box-top{
	width:662px;
	float:left;
	padding:0px 0 0;
}
.slider-2 .sliderx .box-top li{
	width:217px;
	padding:0 5px 0 0;
}
.slider-2 .sliderx .img-box{
	background:url(slider_img_box.jpg) left top no-repeat;
	padding:4px 20px 0 21px;
	height:147px;
}
.slider-2 .sliderx .name-box{background:url(slider_name_box.jpg) left top no-repeat; color:#12293C; font-weight:bold; padding:0px 11px 12px; display:block; text-decoration:none;}
.slider-2 .sliderx li:hover .name-box{background:#BA0016; color:#FFF;}







.main-container {}
.main { margin:0; padding:11px 0 0; }

/* =========================================main block============================================== */
.main-block .corners-top{
	width:100%;
	height:10px;
	overflow:hidden;
	background-image: url(main_block_corner_left_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.main-block .corners-top div{padding:0 10px; background:url(main_block_corner_right_top.png) right top no-repeat;}
.main-block .corners-top div div{height:9px; padding:0; border-top:1px solid #E4E3E3; background:#FFF;}

.main-block .content-box{padding:11px 20px; border-left:1px solid #E4E3E3; border-right:1px solid #E4E3E3; background:#FFF;}

.main-block .corners-bot{width:100%; height:10px; overflow:hidden; background:url(main_block_corner_left_bot.png) left top no-repeat;}
.main-block .corners-bot div{padding:0 10px; background:url(main_block_corner_right_bot.png) right top no-repeat;}
.main-block .corners-bot div div{height:9px; padding:0; border-bottom:1px solid #E4E3E3; background:#FFF;}
/* ======================================================================================= */


/* Base Columns */
.col-left { float:left; width:229px; padding:0; }
.col-main { float:left; width:710px; padding:0; }
.col-right { float:right; width:229px; padding:0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:471px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:710px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }


/* Page Heading */
.page-title {
	background:url(page_title_block_top.jpg) left top repeat-x #FFF;
	width: 765px;
        color: #333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
}

#page-title2 {
	background:url(page_title_block_top.jpg) left top repeat-x #FFF;
	width: 580px;
        color: #333;
        float: left;
        margin:0px 0px 0 0px;
}

#page-title3 {
	background:url(page_title_block_top.jpg) left top repeat-x #FFF;
        float: left;
	width: 160px;
        color: #333;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0 0;
}

#page-title4 {
        background:url(page_title_block_top.jpg) left top repeat-x #FFF;
        width: 160px;
        float: right;
        color: #333;
        margin: 0px 10px 0px 0;
        left: 0px;

}




.page-title .bot-bg{background:url(page_title_block_bot.jpg) left bottom repeat-x;}
.page-title .left-bg{background:url(page_title_block_left.jpg) left top repeat-y;}
.page-title .right-bg{background:url(page_title_block_right.jpg) right top repeat-y;}
.page-title .left-top{background:url(page_title_block_left_top.jpg) left top no-repeat;}
.page-title .right-top{background:url(page_title_block_right_top.jpg) right top no-repeat;}
.page-title .left-bot{background:url(page_title_block_left_bot.jpg) left bottom no-repeat;}
.page-title .right-bot{background:url(page_title_block_right_bot.jpg) right bottom no-repeat; padding:10px 19px;}
.page-title h1,
.page-title h2 {color:#000; text-transform:uppercase; font-weight:bold; font-size:1.5em; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }


#page-title2 .bot-bg{background:url(page_title_block_bot.jpg) left bottom repeat-x;}
#page-title2 .left-bg{background:url(page_title_block_left.jpg) left top repeat-y;}
#page-title2 .right-bg{background:url(page_title_block_right.jpg) right top repeat-y;}
#page-title2 .left-top{background:url(page_title_block_left_top.jpg) left top no-repeat;}
#page-title2 .right-top{background:url(page_title_block_right_top.jpg) right top no-repeat;}
#page-title2 .left-bot{background:url(page_title_block_left_bot.jpg) left bottom no-repeat;}
#page-title2 .right-bot{background:url(page_title_block_right_bot.jpg) right bottom no-repeat; padding:10px 19px;}
#page-title2 h1,
#page-title2 h2 {color:#000; text-transform:uppercase; font-weight:bold; font-size:1.5em; }
#page-title2 .separator { margin:0 3px; }
#page-title2 .link-rss { float:right; }

#page-title3 .bot-bg{background:url(page_title_block_bot.jpg) left bottom repeat-x;}
#page-title3 .left-bg{background:url(page_title_block_left.jpg) left top repeat-y;}
#page-title3 .right-bg{background:url(page_title_block_right.jpg) right top repeat-y;}
#page-title3 .left-top{background:url(page_title_block_left_top.jpg) left top no-repeat;}
#page-title3 .right-top{background:url(page_title_block_right_top.jpg) right top no-repeat;}
#page-title3 .left-bot{background:url(page_title_block_left_bot.jpg) left bottom no-repeat;}
#page-title3 .right-bot{background:url(page_title_block_right_bot.jpg) right bottom no-repeat; padding:10px 19px;}
#page-title3 h1,
#page-title3 h2 {color:#000; text-transform:uppercase; font-weight:bold; font-size:1.5em; }
#page-title3 .separator { margin:0 3px; }
#page-title3 .link-rss { float:right; }

#page-title4 .bot-bg{background:url(page_title_block_bot.jpg) left bottom repeat-x;}
#page-title4 .left-bg{background:url(page_title_block_left.jpg) left top repeat-y;}
#page-title4 .right-bg{background:url(page_title_block_right.jpg) right top repeat-y;}
#page-title4 .left-top{background:url(page_title_block_left_top.jpg) left top no-repeat;}
#page-title4 .right-top{background:url(page_title_block_right_top.jpg) right top no-repeat;}
#page-title4 .left-bot{background:url(page_title_block_left_bot.jpg) left bottom no-repeat;}
#page-title4 .right-bot{background:url(page_title_block_right_bot.jpg) right bottom no-repeat; padding:10px 19px;}
#page-title4 h1,
#page-title4 h2 {color:#000; text-transform:uppercase; font-weight:bold; font-size:1.5em; }
#page-title4 .separator { margin:0 3px; }
#page-title4 .link-rss { float:right; }





/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }


.cms-index-index .main{padding-top:80px;}
.cms-index-index .products-grid li.item{padding-bottom:0;}
.cms-index-index .grid-block .product-box{text-align:left;}
.cms-index-index .grid-block .product-box .price-box{float:none; margin:9px 0;}
.cms-index-index .grid-block .product-box button{float:none;}


.products-grid:after,
.products-list li.item:after,
.box-reviews li.item:after,
.box-tags li.item:after,


/* View Type: Grid */
.products-grid {
	width:800px;
	overflow:hidden;
}
.products-grid.first{padding-top:10px;}
.products-grid.last { border-bottom:0; }
.products-grid li.item{float:left; width:230px; padding:0 10px 10px 0;}
.products-grid li.item.last{padding-right:0;}
.products-grid li.item .right-bot{padding-bottom:0; padding-left:0; padding-right:0;}
.products-grid .product-image { display:block; width:191px; height:161px; margin:0 auto 10px; }
.products-grid .product-name { margin:0 0 10px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:7px 0; float:left; }
.products-grid button{float:right;}
.products-grid .ratings{padding-left:7px;}
.products-grid .ratings .rating-box{float:left;}
.products-grid .ratings .amount a{color:#12293C;}
.products-grid .availability { line-height:21px; }
.products-grid .add-to-links{padding-top:10px;}
.products-grid .add-to-links li{display:inline;}
.products-grid .add-to-links .separator{display:inline;}
.products-grid .actions {}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid{}
.col1-layout .products-grid{}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; padding-right:10px; }
.product-view .box-up-sell .products-grid td.last{padding-right:0;}
.product-view .box-up-sell .products-grid .product-image{margin:0 auto;}
.product-view .box-up-sell .right-bot{padding-bottom:0; padding-left:0; padding-right:0;}
.product-view .box-up-sell .products-grid .ratings .rating-box{float:none;}
.product-view .box-up-sell .products-grid .ratings .rating-links{text-align:left;}


.grid-block{background:url(grid_block_top.jpg) left top repeat-x #FFF;}
.grid-block .bot-bg{background:url(grid_block_bot.jpg) left bottom repeat-x;}
.grid-block .left-bg{background:url(grid_block_left.jpg) left top repeat-y;}
.grid-block .right-bg{background:url(grid_block_right.jpg) right top repeat-y;}
.grid-block .left-top{background:url(grid_block_left_top.jpg) left top no-repeat;}
.grid-block .right-top{background:url(grid_block_right_top.jpg) right top no-repeat;}
.grid-block .left-bot{background:url(grid_block_left_bot.jpg) left bottom no-repeat;}
.grid-block .right-bottom{background:url(grid_block_right_bot.jpg) right bottom no-repeat; padding:12px 10px; text-align:center;}

.main-box{
	background:url(main_box_border.gif) left top repeat-x #FFF;
}
.main-box .bot-bg{background:url(main_box_border.gif) left bottom repeat-x;}
.main-box .left-bg{background:url(main_box_border.gif) left top repeat-y;}
.main-box .right-bg{background:url(main_box_border.gif) right top repeat-y;}
.main-box .left-top{background:url(main_box_left_top.gif) left top no-repeat;}
.main-box .right-top{background:url(main_box_right_top.gif) right top no-repeat;}
.main-box .left-bot{background:url(main_box_left_bot.gif) left bottom no-repeat;}
.main-box .right-bot{background:url(main_box_right_bot.gif) right bottom no-repeat; padding:12px 10px;}

/* View Type: List */
.products-list{padding-top:10px;}
.products-list li.item{padding:0 0 10px;}
.products-list li.item.last{}
.products-list .product-image { float:left; width:149px; height:138px; margin:0 0 10px; }
.products-list .product-shop { margin-left:157px; }
.products-list .product-name { margin:0 0 10px; }
.products-list .product-name a{color:#12293C;}
.products-list .price-box { float:left; margin:7px 36px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { color:#BA0016; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 3px; }
/* ======================================================================================= */


/*---------------------------------New End---------------------------------*/

/* Always remember to compress your live stylesheet and keep an uncompressed backup */
