* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 12px;
    line-height: 1.3;
    font-family: 'helvetica_neue', arial, sans-serif;
    font-weight: 400; 
    color: #000;
    background: #d9d1b7 url(images/body-bg.jpg) no-repeat center center;
    min-width: 1024px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

a { color: #FFF; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.clearfix:before,
.clearfix:after,
.shell:after,
.tabs-holder .tab:after,
.nav:after { display: table; content: ' '; }

.clearfix:after,
.shell:after,
.tabs-holder .tab:after,
.nav:after { clear: both; }

.shell { width: 1024px; margin: 0 auto; }

.wrapper { position: relative; height: 100%; width: 100%; display: table; min-height: 768px; }
.wrapper > .inner { display: table-cell; vertical-align: middle; }


.slides,
.nav ul { list-style: none outside; }

/* ==========================================================================
	transitions
========================================================================== */

h1.logo a,
a.close-btn {
	transition: opacity 0.2s; 
	-webkit-transition: opacity 0.2s; 
}

/* ==========================================================================
	header
========================================================================== */

.header { padding: 0; }

h1.logo { width: 355px; float: left; position: relative; margin-bottom: -19px; }
h1.logo a { height: 88px; display: block; background: url(images/logo.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; }
h1.logo a:hover { opacity: 0.80; }

.slogan { text-align: right; float: right; width: 240px; color: #6d6a5e; font-weight: 500; font-family: 'helvetica_neue', arial, serif; font-size: 16px; line-height: 20px; padding: 30px 21px 0 0; }

/* ==========================================================================
	main
========================================================================== */

.main { position: relative; z-index: 10; }
.main p { padding-bottom: 14px; }

.main .shell { position: relative; padding: 0 24px; width: 976px; }

.wrap { border: 6px solid #fff; box-shadow: 0px 4px 6px rgba(0,0,0,0.3), inset -2px -2px 8px rgba(0,0,0,0.1); -moz-box-shadow: 0px 4px 6px rgba(0,0,0,0.3), inset -2px -2px 8px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 4px 6px rgba(0,0,0,0.3), inset -2px -2px 8px rgba(0,0,0,0.1); -o-box-shadow: 0px 4px 6px rgba(0,0,0,0.3), inset -2px -2px 8px rgba(0,0,0,0.1); padding: 40px 0 34px;  

background: rgb(242,239,233); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZWZlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZjZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(242,239,233,1) 0%, rgba(255,252,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,239,233,1)), color-stop(100%,rgba(255,252,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,239,233,1) 0%,rgba(255,252,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,239,233,1) 0%,rgba(255,252,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,239,233,1) 0%,rgba(255,252,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,239,233,1) 0%,rgba(255,252,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2efe9', endColorstr='#fffcf6',GradientType=0 ); /* IE6-8 */
}

.wrap:after { content: ''; position: absolute; width: 989px; height: 28px; background: url(images/main-top-pos.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; display: block; position: absolute; top: 0; left: 50%; margin-left: -494px; z-index: 99; }

.img-holder { border: 1px solid #c7c5bf; background: url(images/map-img-v2.jpg) no-repeat 0 0; width: 833px; height: 560px; margin: 0 auto; position: relative; }
.img-holder > img { opacity: 0; }


.map-hovered { position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 0; line-height: 0; text-indent: -4000px; display: block; background: url(images/sprite-map.png) no-repeat 0 0; }
.map-hovered.product1 { background-position: 0 -560px; }
.map-hovered.product2 { background-position: 0 -3360px; }
.map-hovered.product3 { background-position: 0 -1120px; }
.map-hovered.product3a { background-position: 0 -14560px; }
.map-hovered.product4 { background-position: 0 -1680px; }
.map-hovered.product5 { background-position: 0 -2240px; }
.map-hovered.product6 { background-position: 0 -3920px; }
.map-hovered.product7 { background-position: 0 -4480px; }
.map-hovered.product7a { background-position: 0 -14000px; }
.map-hovered.product8 { background-position: 0 -5040px; }
.map-hovered.product9 { background-position: 0 -2800px; }
.map-hovered.product10 { background-position: 0 -5600px; }
.map-hovered.product11 { background-position: 0 -6160px; }
.map-hovered.product12 { background-position: 0 -6720px; }
.map-hovered.product12a { background-position: 0 -13440px; }
.map-hovered.product13 { background-position: 0 -7280px; }
.map-hovered.product14 { background-position: 0 -7840px; }
.map-hovered.product15 { background-position: 0 -8400px; }
.map-hovered.product16 { background-position: 0 -8960px; }
.map-hovered.product17 { background-position: 0 -9520px; }
.map-hovered.product18 { background-position: 0 -10080px; }
.map-hovered.product19 { background-position: 0 -10640px; }
.map-hovered.product20 { background-position: 0 -12320px; }
.map-hovered.product21 { background-position: 0 -11760px; }
.map-hovered.product22 { background-position: 0 -11200px; }
.map-hovered.product23 { background-position: 0 -12880px; }


.loaded-content { position: absolute; /*top: -562px;*/ top: 10px; left: 50%; width: 754px; max-height: 0; border: 4px solid #fff; background: #20353f; z-index: 90; box-shadow: 0px 4px 6px rgba(0,0,0,0.3); -moz-box-shadow: 0px 4px 6px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 4px 6px rgba(0,0,0,0.3); -o-box-shadow: 0px 4px 6px rgba(0,0,0,0.3); margin-left: -377px; opacity: 0; visibility: hidden; transition: all 0.2s; -webkit-transition: all 0.2s; }

.loaded-content.show { max-height: 552px; opacity: 1; visibility: visible; }


.product { padding: 42px 42px 13px; height: 489px; position: relative; }
.product-title { display: none; }

.tabs-holder .tab { padding-bottom: 12px; }
.tabs-holder .slider { position: relative; height: 447px; }
.tabs-holder .slides { height: 447px; position: relative; overflow: hidden; }
.tabs-holder .slide { width: 667px; height: 447px; position: relative; }
.tabs-holder .slide img { border: 1px solid #909a9f; display: block; height: 100%; width: auto; max-width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; margin: 0 auto; }
.tabs-holder a.flex-prev,
.tabs-holder a.flex-next { position: absolute; top: 204px; left: -35px; width: 30px; height: 30px; font-size: 0; line-height: 0; text-indent: -4000px; display: block; background: url(images/right-arrow.png) no-repeat 0 0; }
.tabs-holder a.flex-next { left: auto; right: -35px; background-position: right 0; }

.tabs-holder a.flex-next.flex-disabled,
.tabs-holder a.flex-prev.flex-disabled { display: none; }


.nav { font-size: 14px; line-height: 30px; font-family: 'helvetica_neue', arial, serif; font-weight: 400; position: absolute; bottom: 13px; left: 42px; right: 42px; z-index: 10; }
.nav ul { float: left; list-style: none outside; }
.nav li { float: left; margin-right: 10px; }
.nav li a { color: #424242; text-decoration: none; padding: 0 16px; display: block; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; -o-border-radius: 15px;
background-color:#fff; 
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
box-shadow: 0px 0px 3px rgba(0,0,0,0.23); -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.23); -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.23); -o-box-shadow: 0px 0px 3px rgba(0,0,0,0.23); 
}
.nav li.current-menu-item a { text-decoration: none; color: #fff; text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.99); 
	box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
	background: rgb(19,142,245); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzOGVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjY2ZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(19,142,245,1) 0%, rgba(2,102,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,142,245,1)), color-stop(100%,rgba(2,102,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(19,142,245,1) 0%,rgba(2,102,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(19,142,245,1) 0%,rgba(2,102,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(19,142,245,1) 0%,rgba(2,102,215,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(19,142,245,1) 0%,rgba(2,102,215,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#138ef5', endColorstr='#0266d7',GradientType=0 ); /* IE6-8 */
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; 
}
.nav li a:hover { text-decoration: none;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
	background: rgb(19,142,245); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzOGVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjY2ZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(19,142,245,1) 0%, rgba(2,102,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,142,245,1)), color-stop(100%,rgba(2,102,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(19,142,245,1) 0%,rgba(2,102,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(19,142,245,1) 0%,rgba(2,102,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(19,142,245,1) 0%,rgba(2,102,215,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(19,142,245,1) 0%,rgba(2,102,215,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#138ef5', endColorstr='#0266d7',GradientType=0 ); /* IE6-8 */
	color: #fff;
}

.nav a.close-btn { float: right; font-family: 'helvetica_neue', arial, serif; font-weight: 700; color: #fff; font-size: 14px; padding: 0 20px 0 36px; line-height: 30px; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; -o-border-radius: 15px; position: relative;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
	background: rgb(19,142,245); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzOGVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjY2ZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(19,142,245,1) 0%, rgba(2,102,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,142,245,1)), color-stop(100%,rgba(2,102,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(19,142,245,1) 0%,rgba(2,102,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(19,142,245,1) 0%,rgba(2,102,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(19,142,245,1) 0%,rgba(2,102,215,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(19,142,245,1) 0%,rgba(2,102,215,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#138ef5', endColorstr='#0266d7',GradientType=0 ); /* IE6-8 */
}

.nav a.close-btn:hover { opacity: 0.80; text-decoration: none; }
.nav a.close-btn:after { content: ''; position: absolute; top: 50%; left: 10px; width: 19px; height: 19px; margin-top: -10px; background: url(images/close-ico.png) no-repeat 0 0; display: block; font-size: 0; line-height: 0; text-indent: -4000px; }

.tab { display: none; }
.tab:first-child { display: block; }

.popup-feature { height: 445px; overflow-y: scroll; color: #fff; font-size: 13px; line-height: 20px; font-family: 'helvetica_neue', arial, serif; font-weight: 400; }
.popup-feature h2,
.main h2 { font-size: 24px; line-height: 30px; padding-bottom: 30px; color: #fff; font-family: 'helvetica_neue', arial, serif; font-weight: 700; }
.main h3 { font-size: 20px; line-height: 26px; padding-bottom: 20px; color: #fff; font-family: 'helvetica_neue', arial, serif; font-weight: 700; }
.main h4 { font-size: 18px; line-height: 24px; padding-bottom: 16px; color: #fff; font-family: 'helvetica_neue', arial, serif; font-weight: 700; }
.main h5 { font-size: 18px; line-height: 24px; padding-bottom: 16px; color: #fff; font-family: 'helvetica_neue', arial, serif; font-weight: 400; }
.main h6 { font-size: 16px; line-height: 20px; padding-bottom: 10px; color: #fff; font-family: 'helvetica_neue', arial, serif; font-weight: 400; }

.popup-feature p + h2 { padding-top: 16px; }

.popup-content-loaded { position: relative; }
.popup-content-loaded:after { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; content: ''; background: #000; opacity: 0.7; z-index: 10; }
.popup-content-loaded .case-title { position: absolute; top: 50%; left: 50%; z-index: 11; color: #fff;
-webkit-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
     -o-transform: translate(-50%, -50%); 
        transform: translate(-50%, -50%);
}

.aligncenter { display: block; margin: 0 auto; width: auto; max-width: 100%; }

.tab ul { padding: 0 10px 14px; list-style: none outside; }
.tab ul li { padding-left: 10px; background: url(images/bullet.png) no-repeat 0 8px; }
ul.slides { padding: 0; }
ul.slides li { background: transparent; padding-left: 0; }

.tab ol { list-style-position: inside; padding: 0 10px 14px; }


/* ==========================================================================
	footer
========================================================================== */

.footer { text-align: center; font-size: 16px; line-height: 20px; padding: 16px 0; font-weight: 400; color: #5e5a4f; }
.footer strong { font-weight: 500; font-size: 18px; }
