﻿/*
February 2012
Ward Equipment Sales
Designed By: Todd Swift
Last Revised 02/2012
*/
/* ==================== BODY, COLUMNS & CONTAINERS ==================== */
body {
	background-image: url('../theme/header-fill-2.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #858585;
}
#container {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 990px;
	position: relative;
	overflow: hidden;
}
#col-Left {
	padding: 0px;
	margin: 24px 0px 0px 0px;
	width: 226px;
	position: relative;
	overflow: visible;
	float: left;
}
#col-right {
	padding: 0px;
	margin: 24px 0px 0px 0px;
	width: 718px;
	position: relative;
	overflow: hidden;
	float: right;
}
#ft-col-1 {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 150px;
	position: relative;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
#ft-col-2 {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 150px;
	position: relative;
	float: right;
	overflow: hidden;
	list-style-type: none;
}
#ft-col-mid {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 500px;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #dadada;
}
/* ==================== LINKS, CLEARS & HEADER TAGS ==================== */
.clearB {
	padding: 0px;
	margin: 0px;
	clear: both;
}
.clearL {
	padding: 0px;
	margin: 0px;
	clear: left;
}
.clearR {
	padding: 0px;
	margin: 0px;
	clear: right;
}
p {
	padding: 0px;
	margin: 5px 0px 14px 0px;
}
h1 {
	font-size: 150%;
	color: #E5E5E5;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 150%;
	color: #E5E5E5;
	font-weight: bold;
	text-align: left;
}
h3 {
	font-size: 150%;
	color: #E5E5E5;
	font-weight: bold;
	text-align: left;
}
a:active {
	color: #E2E2E2;
	text-decoration: none;
	outline:none;
}
a:visited {
	color: #E2E2E2;
	text-decoration: none;
}
a:link {
	color: #E2E2E2;
	text-decoration: none;
}
a:hover {
	color: #F49300;
	text-decoration: none;
}
.equip-list {
	border: 1px solid #000000;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0px;
	width: 99.5%;
	height: 675px;
	background-color: #FFFFFF;
	position: relative;
	text-align: center;
}

/* ==================== TEXT STYLES ==================== */
.topic-heading {
	padding: 4px;
	margin: 2px 0px 15px 0px;
	position: relative;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 105%;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	width: 200px;
}

/* ==================== FLOATS ==================== */
.float-R {
	padding: 0px;
	margin: 8px 0px 5px 5px;
	position: relative;
	float: right;
	overflow: hidden;
	border: 0px;
}
.float-L {
	padding: 0px;
	margin: 8px 5px 5px 0px;
	position: relative;
	float: left;
	overflow: hidden;
	border: 0px;
}

/* ==================== BANNER ==================== */
#banner {
	width: 990px;
	height: 338px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	background-image: url('../theme/banner.png');
	background-repeat: no-repeat;
	background-position: center top;
}
#banner-top {
	padding: 0px;
	margin: 0px;
	width: 990px;
	height: 110px;
	position: relative;
	overflow: hidden;
	clear: both;
}
#banner-btm {
	padding: 0px;
	margin: 0px;
	width: 990px;
	height: 224px;
	position: relative;
	overflow: visible;
}
#banner-top-L {
	height: 110px;
	width: 495px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}
#banner-top-R {
	height: 110px;
	width: 495px;
	position: relative;
	overflow: hidden;
	float: right;
	margin: 0px;
	padding: 0px;
}
#company-phone {
	margin: 30px 0px 0px 295px;
	padding: 0px;
	width: 200px;
	height: 60px;
	position: relative;
	overflow: hidden;
	font-size: 190%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.social-media-links {
	padding: 0px;
	margin: 40px 0px 0px 0px;
	width: 200px;
	height: 50px;
	position: relative;
	overflow: hidden;
}
.social-media-links ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.social-media-links ul li {
	padding: 0px;
	margin: 0px;
	width: 50px;
	height: 50px;
	position: relative;
	overflow: hidden;
	float: left;
}
.link-FB {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 50px;
	height: 50px;
	background: url('../theme/facebook.png') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-FB:hover {
	background: url('../theme/facebook.png') no-repeat 0px -50px;
}
.link-TW {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 50px;
	height: 50px;
	background: url('../theme/twitter.png') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-TW:hover {
	background: url('../theme/twitter.png') no-repeat 0px -50px;
}
.link-YT {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 50px;
	height: 50px;
	background: url('../theme/youtube.png') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-YT:hover {
	background: url('../theme/youtube.png') no-repeat 0px -50px;
}
.link-LI {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 50px;
	height: 50px;
	background: url('../theme/linkedin.png') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-LI:hover {
	background: url('../theme/linkedin.png') no-repeat 0px -50px;
}
#roundabout-stage {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 960px;
	height: 224px;
	position: relative;
	overflow: visible;
}
/* ==================== HORIZONTAL NAVIGATION MENU ==================== */
#hmenu {
	width: 852px;
	height: 47px;
	position: relative;
	list-style-type: none;
	margin: 17px auto 0px auto;
	padding: 0px;
	z-index: 6;
}
#hmenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	font-size: 115%;
	font-weight: bold;
}
#hmenu li a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 142px;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	height: 47px;
	line-height: 310%;
}
#hmenu li a:hover {
	background-position: center top;
	color: #000;
}
#hmenu div {
	position: absolute;
	visibility: hidden;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	background: #000;
	border: 1px solid #000;
}
#hmenu div a {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 149px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: #232323;
	color: #EBEBEB;
	font: 80%;
	height: 25px;
	line-height: 250%;
	font-weight: normal;
}
#hmenu div a:hover {
	background-position: center top;
	background: #999999;
	color: #000;
}
#hz-menu {
	margin: 17px auto 0px auto;
	padding: 0px;
	width: 852px;
	height: 47px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
}
#hz-menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#hz-menu ul li {
	padding: 0px;
	margin: 0px;
	width: 142px;
	height: 47px;
	position: relative;
	overflow: hidden;
	float: left;
	text-align: center;
	line-height: 280%;
	font-size: 110%;
	font-weight: bold;
}
a.hbutton {
	background: url('../theme/hmenu-butn.png') no-repeat 0 0;
	width: 142px;
	height: 47px;
	display: block;
	color: #F2f2f2;
	text-decoration: none;
}
a.hbutton:hover {
	background-position: 0 -47px;
	color: #191919;
	text-decoration: none;
}
a.hbutton:active {
	background-position: 0 -94px;
	color: #191919;
	text-decoration: none;
}
/* ==================== LEFT COLUMN CONTENT ==================== */
.block-box {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 226px;
	position: relative;
	overflow: visible;
}
.block-head {
	background-position: center top;
	padding: 0px;
	margin: 0px;
	width: 226px;
	height: 88px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/block-menu-top.png');
	background-repeat: no-repeat;
	font-size: 140%;
	font-weight: bold;
	color: #CFCFCF;
	line-height: 320%;
	text-indent: 14px;
}
.block-fill {
	background-position: center top;
	padding: 0px;
	margin: 0px;
	width: 226px;
	position: relative;
	overflow: visible;
	background-image: url('../theme/block-menu-fill.png');
	background-repeat: repeat-y;
}
.block-foot {
	margin: 0px;
	padding: 0px;
	width: 226px;
	height: 36px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/block-menu-btm.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.block-content {
	overflow: visible;
	padding: 0px;
	width: 200px;
	position: relative;
	margin: 0px auto 0px auto;
	color: #f2f2f2;
}
.glossymenu {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 200px; /*width of menu*/
}
.glossymenu a.menuitem {
	margin: 0px;
	background: black url('../theme/glossyback.gif') repeat-x bottom left;
	color: #f2f2f2;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/;
	width: auto;
	padding: 6px 0;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: #f2f2f2;
}
.glossymenu a.menuitem .statusicon {
	/*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.glossymenu a.menuitem:hover {
	background-image: url('../theme/glossyback2.gif');
	color: #000000;
}
.glossymenu div.submenu {
	/*DIV that contains each sub menu*/
background: #292929;
}
.glossymenu div.submenu ul {
	/*UL of each sub menu*/
list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li {
	border-bottom: 1px solid #e19116;
}
.glossymenu div.submenu ul li a {
	display: block;
	color: #f2f2f2;
	text-decoration: none;
	padding: 4px 0 4px 14px;
}
.glossymenu div.submenu ul li a:hover {
	background: #DFDCCB;
	color: #000;
}
.single-butn {
	margin: 5px auto 0px auto;
	padding: 0px;
	width: 188px;
	height: 36px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
}
.single-butn ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.single-butn ul li {
	padding: 0px;
	margin: 0px;
	width: 188px;
	height: 36px;
	position: relative;
	overflow: hidden;
	text-align: center;
	line-height: 240%;
	font-size: 110%;
	font-weight: bold;
}
a.butn-1 {
	background: url('../theme/single-butn.jpg') no-repeat 0 0;
	width: 188px;
	height: 36px;
	display: block;
	color: #F2f2f2;
	text-decoration: none;
}
a.butn-1:hover {
	background-position: 0 -36px;
	color: #191919;
	text-decoration: none;
}
a.butn-1:active {
	background-position: 0 -36px;
	color: #191919;
	text-decoration: none;
}

/* ==================== RIGHT COLUMN CONTENT ==================== */
.cnt-block {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 718px;
	position: relative;
	overflow: hidden;
}
.cnt-head {
	margin: 0px;
	padding: 0px;
	width: 718px;
	height: 90px;
	overflow: hidden;
	background-image: url('../theme/content-top.png');
	background-position: center top;
}
.cnt-fill {
	background-image: url('../theme/content-mid.png');
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 718px;
	position: relative;
	overflow: hidden;
}
.cnt-foot {
	margin: 0px;
	padding: 0px;
	width: 718px;
	height: 90px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/content-btm.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.cnt-info-box {
	margin: auto auto 0px auto;
	padding: 0px;
	width: 666px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/cnt-info-top.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
.cnt-info {
	padding: 0px;
	margin: 5px auto 0px auto;
	width: 652px;
	position: relative;
	overflow: hidden;
	color: #F3F3F3;
}
.product-title {
	padding: 0px;
	margin: 0px 0px 6px 0px;
	text-align: left;
	font-size: 115%;
	font-weight: bold;
	width: 360px;
	position: relative;
	height: 22px;
	overflow: hidden;
}
.cnt-div {
	background-image: url('../theme/cnt-divider.png');
	background-repeat: repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	width: 718px;
	height: 82px;
	position: relative;
	text-align: center;
	line-height: 360%;
	font-size: 110%;
	font-weight: bold;
	color: #E2E2E2;
}
.topic-small {
	padding: 0px;
	margin: 0px;
	width: 718px;
	height: 60px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/topic-split.png');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 110%;
	color: #f2f2f2;
	font-weight: bold;
	text-indent: 58px;
	line-height: 370%;
}
.view-listings {
	padding: 0px;
	margin: 5px 0px 0px 500px;
	width: 150px;
	height: 42px;
	position: relative;
	overflow: hidden;
}
.view-listings ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.view-listings ul li {
	padding: 0px;
	margin: 0px;
	width: 150px;
	height: 42px;
	position: relative;
	overflow: hidden;
	float: left;
}
.link-VL {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 150px;
	height: 42px;
	background: url('../theme/view-listings.jpg') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-VL:hover {
	background: url('../theme/view-listings.jpg') no-repeat 0px -42px;
}
.link-VM {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 150px;
	height: 42px;
	background: url('../theme/view-models.jpg') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-VM:hover {
	background: url('../theme/view-models.jpg') no-repeat 0px -42px;
}
.link-QR {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 150px;
	height: 42px;
	background: url('../theme/request-quote.jpg') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-QR:hover {
	background: url('../theme/request-quote.jpg') no-repeat 0px -42px;
}

.cnt-col-L {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	width: 320px;
	position: relative;
	overflow: hidden;
	float: left;
}
.cnt-col-R {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	width: 320px;
	position: relative;
	overflow: hidden;
	float: right;
}
.contact-divider {
	padding: 0px;
	margin: 8px 0px 8px 0px;
	width: 320px;
	height: 7px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/contact-div.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.model-butns {
	margin: 5px auto 0px auto;
	padding: 0px;
	width: 625px;
	height: 35px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
}
.model-butns ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.model-butns ul li {
	padding: 0px;
	margin: 0px;
	width: 125px;
	height: 35px;
	position: relative;
	overflow: hidden;
	text-align: center;
	line-height: 270%;
	font-weight: bold;
	float: left;
}
a.butn-model {
	background: url('../theme/sub-nav-butn.jpg') no-repeat 0 0;
	width: 125px;
	height: 35px;
	display: block;
	color: #F2f2f2;
	text-decoration: none;
}
a.butn-model:hover {
	background-position: 0 -35px;
	color: #191919;
	text-decoration: none;
}
a.butn-model:active {
	background-position: 0 -35px;
	color: #191919;
	text-decoration: none;
}
.not-to-scale {
	font-size: 80%;
	font-style: italic;
	color: #999999;
	text-decoration: none;
	padding: 0px;
	margin: 5px 0px 0px 490px;
	width: 160px;
	position: relative;
	overflow: hidden;
	text-align: right;
}
.post-date {
	background-position: center top;
	padding: 0px;
	margin: 0px 0px 5px 5px;
	width: 78px;
	height: 102px;
	position: relative;
	float: right;
	overflow: hidden;
	text-align: center;
	background-image: url('../theme/date.jpg');
	background-repeat: no-repeat;
}
.post-date-month {
	padding: 0px;
	margin: 12px auto 0px auto;
	width: 66px;
	height: 20px;
	position: relative;
	overflow: hidden;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}
.post-date-day {
	padding: 0px;
	margin: 12px auto 0px auto;
	width: 60px;
	position: relative;
	font-size: 160%;
	color: #C0C0C0;
	font-weight: bold;
	height: 18px;
}
.post-date-year {
	font-size: 80%;
	color: #888888;
	padding: 0px;
	margin: 5px auto 0px auto;
	width: 60px;
	height: 10px;
	position: relative;
}
.post-title {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
	width: 550px;
	height: 22px;
	font-size: 125%;
	font-weight: bold;
	overflow: hidden;
}
.cnt-divider-news {
	padding: 0px;
	margin: 8px auto 8px auto;
	width: 644px;
	height: 19px;
	position: relative;
	background-image: url('../theme/cnt-divider-news.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
/* ==================== FOOTER ==================== */
#footer {
	background-image: url('../theme/footer-fill.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 225px;
	position: relative;
	overflow: hidden;
}
#footer-mid {
	background-image: url('../theme/footer-mid.jpg');
	background-position: center top;
	width: 990px;
	height: 225px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px auto 0px auto;
}
#footer-info {
	width: 990px;
	height: 150px;
	position: relative;
	overflow: hidden;
	margin: 55px auto 0px auto;
	padding: 0px;
}
.ft-link-title {
	padding: 0px;
	margin: 15px 0px 5px 0px;
	width: 200px;
	height: 18px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	color: #808080;
}
.ft-links-1 {
	overflow: visible;
	padding: 0px;
	width: 200px;
	position: relative;
	margin: 0px auto 0px auto;
	color: #808080;
}
.ft-links-1 ul {
	padding : 0px;
	margin : 0px;
	list-style-type : none;
	overflow: visible;
}
.ft-links-1 ul li {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	width: 200px;
	height: 20px;
	position: relative;
	overflow: visible;
}
.ft-links-1 ul li a {
	display: block;
	background-position : 0px -20px;
	margin: 0px;
	padding: 0px 0px 0px 17px;
	color: #808080;
	text-decoration : none;
	font-size: 100%;
	text-align : left;
	position : relative;
	background-repeat : no-repeat;
	background-image: url('../theme/footer-ro.png');
	overflow: visible;
	width: 200px;
	height: 20px;
	line-height: 160%;
}
.ft-links-1 li a:hover {
	background-position: 0px 0px;
	color : #f4f4f4;
	background-image : url('../theme/footer-ro.png');
	background-repeat : no-repeat;
	font-weight: normal;
	overflow: visible;
}
.ft-links-2 {
	overflow: visible;
	padding: 0px;
	width: 200px;
	position: relative;
	margin: 0px auto 0px auto;
	color: #808080;
}
.ft-links-2 ul {
	padding : 0px;
	margin : 0px;
	list-style-type : none;
	overflow: visible;
}
.ft-links-2 ul li {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	width: 200px;
	height: 20px;
	position: relative;
	overflow: visible;
	direction: rtl;
	padding-right: 19px;
	text-indent: 19px;
}
.ft-links-2 ul li a {
	display: block;
	background-position : 0px -20px;
	margin: 0px;
	padding: 0px;
	color: #808080;
	text-decoration : none;
	font-size: 100%;
	position : relative;
	background-repeat : no-repeat;
	background-image: url('../theme/footer-ro-2.png');
	overflow: visible;
	width: 200px;
	height: 20px;
	line-height: 160%;
}
.ft-links-2 li a:hover {
	background-position: 0px 0px;
	color : #f4f4f4;
	background-image : url('../theme/footer-ro-2.png');
	background-repeat : no-repeat;
	font-weight: normal;
	overflow: visible;
}
#ft-disclaimer {
	color: #808080;
	font-size: 80%;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 500px;
	position: relative;
	overflow: hidden;
}
/* ==================== Images, Video, Others ==================== */
.pdf-download {
	background-image: url('../theme/pdf.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 5px;
	width: 64px;
	height: 64px;
	position: relative;
	overflow: hidden;
}









/* Some stylesheet reset */
ul.nav, .nav>li, .nav>li>a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul.nav {
	line-height: 1;
}

/* Basic layout & positioning */
.nav, .nav ul {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

	/* The list elements containing the links */
	.nav li, .nav ul li {
		display: block;
		position: relative;
		padding: 0;
		margin: 0;
	}

	/* The navigation links */
	.nav>li>a {
	/* Layout */
		position: relative;
	display: block;
	width: 160px;
	padding: 5px 10px 5px 15px;
}

	/* The arrow indicating a dropdown menu */
	.dropdown>a::after {
		 content: "";
		 position: absolute;
		 top: 10px;
		 right: 10px;
		 width: 0px;
		 height: 0px;

		 /* Creating the triangle using borders */
		 border-top: 5px solid #fff;
		 border-left: 4px solid transparent;
		 border-right: 4px solid transparent;
		 border-bottom: 5px solid transparent;
		}

	/* The hover state of the links */
	.nav>li>a:hover, .nav>li:hover>a {
	}

	/* Subtle drop shadow for the last navigation link */
	.nav>li:last-child>a {
	}

	/* The dropdown list elements containing the sub-links */
	.nav ul li {
		position: absolute;
		height: 0px;
		top: -9999px;

		/* Creating the slide effect using transitions */
		-webkit-transition: height .5s ease-out;
		-ms-transition: height .5s ease-out;
		-moz-transition: height .5s ease-out;
		-o-transition: height .5s ease-out;
	}

	.nav li:hover li {
		/* Expanding the list elements */
		height: 30px;
		position: relative;
		top: auto;
	}

	/* The dropdown menu's links */
	.nav ul li a {
		/* Layout & positioning */
		position: relative;
		display: block;
		width: 162px;
		padding: 8px 10px 8px 25px;
		border-top: 1px solid #252525;

		/* Text */
		font-weight: normal;
		font-size: 13px;
		text-decoration: none;
		border-left: 1px solid #252525;
		border-right: 1px solid #252525;
		background: #2f2f2f;
		color: #9f9f9f;
		
	}

	/* The hover state of the dropdown menu links */
	.nav ul li a:hover {
		color: #fff;
	}

	.nav .dropdown:hover li:first-child a {
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .12);
		border-top: 1px solid #252525;
	}

	.nav li:last-child ul li:last-child a {
		border-bottom: 1px solid #252525;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, .3);
	}

.blowout-sale {
	background-image: url('../images/blowout-sale.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 4px 0px 10px 40px;
	list-style-type: disc;
	position: relative;
	width: 520px;
}
