body {
	font-family: calibri, verdana;
	margin: 0;
	background-image: url('images/background.png');
	background-position: center center;
	background-repeat: repeat;
}

H2 {font-size: 11pt;	color: #500000;	font-weight: normal;	font-family: calibri, verdana;}
H1 {font-size: 14pt;	color: #C10000;	font-weight: bold;		font-family: calibri, verdana;}
H3 {font-size: 10pt;	color: #500000;	font-weight: normal;	font-family: calibri, verdana;}
H4 {font-size: 14pt;	color: #C10000;	font-weight: bold;		font-family: calibri, verdana;	margin: 5px 0;}
H5 {font-size: 12pt;	color: #500000;	font-weight: bold;		font-family: calibri, verdana;	margin: 5px 0;}
p, ul, dl  {font-size: 11pt;	color: #500000;	font-weight: normal;	font-family: calibri, verdana;}
p1 {font-size: 14pt;	color: #C10000;	font-weight: bold;		font-family: calibri, verdana;}
p3 {font-size: 10pt;	color: #500000;	font-weight: normal;	font-family: calibri, verdana;}

<!-- H1 = Headings in red --->
<!-- H2 = Normal text--->
<!-- H3 = Small text  -->

<!-- p1 replaces H1 = Headings in red --->
<!--  p  replaces  H2 = Normal text--->
<!-- p3 replaces H3 = Small text  -->

a:link    {color: #000080}
a:visited {color: #000080}
a:hover   {color: red}
a:active  {color: #000080}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 5px;
}

#navbar {
	font-size: 10pt;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
/*	background-color: rgb(233, 211, 124);	*/
	background-color: white;
	height: 33px;
	line-height: 33px;
	border: 1px solid #CC9900;
	border-left: none;
	overflow: hidden;
}

#navbar li {
	float: left;
}

#navbar li a {
	display: block;
	width: 146px;
}

#navbar li a:link,#navbar li a:visited,#shopbrand a:link,#shopbrand a:visited{
	font-weight: bold;
	color: #C10000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	height: 100%;
	font-size: 10pt;
}

#shopbrand a:link,#shopbrand a:visited {
	padding: 4px 11px;
}

#navbar li a:hover,#navbar li a:active,#shopbrand a:hover, #shopbrand a:active {
	background-color: #f18540;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#navbar div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
/*	background: rgb(233, 211, 124);	*/
	background: white;
	border: 1px solid #CC9900;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
}

#navbar div a
{
	position: relative;
	margin: 0;
	padding: 0 8px;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
/*	background: rgb(233, 211, 124);	*/
	background: white;
	border-radius: 0px 0px 10px 10px;
}

.dropdownimg
{
	vertical-align: middle;
	border: none;
}

#keywordsearch {
	background: url("img/new-search-box-background.gif") no-repeat scroll 0 0 transparent;
/*	background-size: 100% 100%;	*/
/*	background: url("../abaco_files/search-box-background.gif") no-repeat scroll 0 0 transparent;	*/
    height: 145px;
	line-height: 72px;
/*	margin: 5px auto;	*/
    text-align: center;
}

#shopbrand {
	background: url("img/new-brand-box-background.gif") no-repeat scroll 0 0 transparent;
/*	background-size: 100% 100%;	*/
/*	background: url("../abaco_files/brand-box-background.gif") no-repeat scroll 0 0 transparent;	*/
    height: 80px;
	line-height: 80px;
/*	margin:  5px auto;	*/
	text-align: center;
}

#cartbox {
	background: url("img/new-cart-box-background.gif") no-repeat scroll 0 0 transparent;
/*	background-size: 100% 100%;	*/
/*	background: url("../abaco_files/cart-box-background.gif") no-repeat scroll 0 0 transparent;	*/
    height: 110px;
}

#categoryheading {
	font-weight: bold;
	color: #C10000;
	text-transform: uppercase;
	font-size: 10pt;
	margin-bottom: 3px;
    margin-top: 0;
}

.testimonial {
	font-size: 11pt;
	margin: 7px 0px;
	padding: 4px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #CC9900;
}

.testimonial1 {
	background-color: white;
}

.testimonial2 {
	background-color: #fcebdf;
}

#team td {
	padding: 5px;
}

#team img {
	border-radius: 15px;
}

#aboutus {
	text-align: center;
}

#aboutus a {
	padding: 0 5px;
}

/*.homepage img {
	border-radius: 10px;
}*/

.homepageimagecell a {
	display: block;
	width: 130px;
	height: 130px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.homepageimagecell a:hover {
	background-position: left top;
}

.homepage td {
	vertical-align: middle;
}

.validityicons {
	vertical-align: middle;
	margin: 0 4px;
	visibility: hidden;
}
