body{
background: url('../assets/images//bg.jpg') top center repeat-x;
	background-repeat: repeat;
border-top: 6px solid #1f58a7;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.catName {
 font-size: 24px;
display: center-block;
center-align:top;
margin: 15px 0 0 10px;
color: #A2A2A2;
}
.catName a {
text-decoration: none;
color: #A2A2A2;
}
#header {
	height: 100px;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
background-color: #1f58a7 !important;
color: ;
}
#content{
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#navbar {
	background-color: #1f58a7;
	margin: 0px 0px 0px 0px;
	color: white;
	text-align: right;
}
#navbar > ul.links{
	display: inline;
	margin-right: 20px;
}
#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: #1f58a7;
}
.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: #1f58a7;
	font-weight: Bold;
	display: block;
}

table.shoppingcart td img, table.productlisting td img {
	border: 0px solid #fff;
}

legend {
 	color: #1f58a7;
}

#success {
	background-color: #1f58a7;
}
input[name='ItemRevision.Qty']{
	margin-left: 5px;
margin-right: 5px;
}
