body{
background-image: url('../assets/images/dark-texture.jpg');
	background-repeat: repeat;
        background-size: cover;
font-family: Lato, Arial, sans-serif;
}

.catName {
 font-size: 24px;
display: inline-block;
vertical-align:top;
margin: 15px 0 0 10px;
color: #818084;
}
.catName a {
text-decoration: none;
color: #818084;
}
#wrapper {
-webkit-box-shadow: 0px 14px 53px -13px rgba(0,0,0,0.79);
-moz-box-shadow: 0px 14px 53px -13px rgba(0,0,0,0.79);
box-shadow: 0px 14px 53px -13px rgba(0,0,0,0.79);
}
#header {
	height: 220px;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
background-color: white !important;
}
#content{
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#navbar {
	background-color: #009498;
	margin: 0px 0px 0px 0px;
	color: white;
	text-align: right;
height: 40px;
font-weight: bolder;
font-family: Lato, Arial, sans-serif;
}
#navbar > ul{
display: inline-block;
margin-top: 1px;
}
#navbar > h1{
font-size: 1.2em;
        font-weight: bold;
font-family: Lato, Arial, sans-serif;
}
#navbar > ul.links{
	display: inline-flex;
	margin-right: 60px;
        font-size: 1.6em;
        font-weight: normal;
}
#searchForm{
	margin-right: 20px;
}
#navbar a {
	color: white;
	text-decoration: none;	
}
#content {
	min-height: 400px;
	padding: 10px 20px 10px 20px;
}
#footer {
	height: 40px;
	color: white;
background-color: #009498;
font-family: Lato, Arial, sans-serif;
font-size: 14px;
}
.productlisting, table.productlisting td{
	border: 0px solid black !important;
}

#header .menu {
	text-align: right;
}

#header .menu .homeMenu{
	float: right;
	margin-top: 17px;

}

#header .menu .homeCart {
	float: right;
	text-align: center;
	padding-right: 10px;
}

#header .menu .cartCount{
	margin-bottom: -7px;
	padding-left: 10px;
	font-style: italic;
	font-size: 8pt;
	
}

.ItemShortDescription {
	color: #1390D7;
	font-weight: Bold;
	display: block;
}

table.shoppingcart td img, table.productlisting td img {
	border: 0px solid #fff;
}

legend {
 	color: #869A33;
}

#success {
	background-color: #869A33;
}
input[name='ItemRevision.Qty']{
	margin-left: 5px;
margin-right: 5px;
}
