/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 10px 10px 10px 10px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(new/images/background.jpg);
	background-repeat: repeat-y;
	line-height: normal;
	background-position: center;
	background-color: #FFFFFF;
}
h1 {
	font-size: 130%;
	font-weight: bold;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 85%;
	font-weight: bold;
}
h6 {
	font-size: 75%;
	font-weight: bold;
}

.addressheader {
	color: #FFFFFF;
	font-size: 14px;
	padding: 0px 0px 0px 22px;
	text-align: left;
	font-weight:bold;

}

/* Sets the style for unvisited links. */
a,  a:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #6C83BD;
	text-decoration: none;
	font-weight: bold;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #CCCCCC;
}
#keywords {
	width: 930px;
	float: left;
}
#keywords h1{
	width: 932px;
	float: inherit;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	background-color: #6C83BD;
	font-size: 100%;
	clear: both;
	margin: 0 auto 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* Redefines the text alignment defined by the body element. */
	width: 932px;
	float: inherit;
	text-align: left;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-right: 0px;
}
#header  {
	background-color: #FFFFFF; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 930px;
	border-top: solid #003366 1px;
	border-left: solid #6C83BD 1px;
	border-right: solid #6C83BD 1px;
	border-bottom: solid #003366 1px;
}
#headerTop {
	width: 930px;
	float: left;
	background-color: #FFFFFF;
	}
#headerTopLeft {
	width: 200px;
	float: left;
	margin: 0px 0px 0px 10px;
	}
#headerTopRight {
	width: 190px;
	float: right;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	}
#headerText {
	width: 500px;
	float:left;
	padding: 20px 5px 20px 15px
}

#headerImage {
	width: 930px;
	float:left
}

#logo{
	width: 210px;
	height: 165px;
	float: left;
	border-right: 1px solid #003366;
	background-color: #6C83BD;
	padding: 55px 0px 0px 10px;
}
#mastheadimage {
	width: 709px;
	height: 220px;
	float: left;
}

#mastheadfooter {
	width: 768px;
	background-color: #6C83BD;
	border-top: 1px solid #003366;
	height: 40px;
    }

#tel{
	float:left;
	width: 150px;
	text-align:right;
	padding: 30px 10px 5px 0px;
	font-size: 0.8em;
}
#contentWrapper {
	width: 930px;
	background-color: #FFFFFF;
	border-bottom: solid #6C83BD 1px;
	overflow: hidden;
	position: relative;
	border-left: solid #6C83BD 1px;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	border-right: solid #6C83BD 1px;
	float: left;
}
#row1 {
	width: 930px;
	float: left;
	background-color: #FFFFFF;
	border-bottom: solid #6C6D71 10px;
}
#row1Panel1 {
	float: left;
	width: 739px;
	background-color: #FFFFFF;
	border-right: solid 1px #E9E9E9;
}
#row1Panel1Image {
	width: 190px;
	float: left;
}
#row1Panel1Text {
	width: 529px;
	color: #FFFFFF;
	float: left;
	padding: 10px;
}
#row1Panel1Text a {
	color: #F0D582;
}


#row1Panel2 {
	float: right;
	width: 190px;
	background: #486197;
	padding: 10px 0px 10px 0px;
}
#leftColumn1   {
	border-right: 1px solid #6C83BD;
	float: left;
	padding: 0px 10px 10px 5px;
	width: 200px;
	color: #000000;
	margin-bottom: -500px;
	padding-bottom: 500px;
}
#rightColumn1   {
	background-color: #FFFFFF;
	border-left: solid 1px #666;
	float: right;
	width: 180px;
	margin-bottom: -1500px;
	padding-bottom: 1500px;
	padding-left: 5px;
	padding-right: 5px;
}
.newsitem {
	width: 169px;
	padding: 0px 0px 10px 0px;
	border-top: dotted #003366 1px;
	}	
	
.newsintrotext {
	font-size: 85%;
	padding: 1px 1px 1px 1px;
	}
.newspageitem {
	width: 470px;
	padding: 5px;
	float: left;
	border-bottom: solid #003366 1px;
	}
.newspageitemtitle {
	font-weight: bold;
	width: 470px;
	}
.newspageitemintro {
	width: 470px;
	}
.newspageitemcontent {
	width: 470px;
	}

#rightcontent {
	width: 175px;
	float: right;
	padding: 15px 5px 15px 15px;
	border-left: 1px solid #6C83BD;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
    }
.newsitem {
	width: 170px;
	padding: 0px 0px 10px 0px;
	border-top: dotted #003366 1px;
	float: left;
	}	
.newsintrotext {
	font-size: 85%;
	padding: 1px 1px 1px 1px;
	}
#newspageitem {
	width: 590px;
	padding: 5px;
	float: left;
	border-bottom: solid #003366 1px;
	}
#newspageitemtitle {
	font-weight: bold;
	width: 590px;
	}
#newspageitemintro {
	width: 590px;
	}
#newspageitemcontent {
	width: 590px;
	}
.right-panel {
	float: left;
	width: 170px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
}


#content/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
   {
	background-color: #FFFFFF;
	color: #003366;
	width: 620px;
	margin: 0px 0px 0px 10px;
	float: left;
	position: relative;
}
#homecontent {
	background-color: #FFFFFF;
	color: #003366;
	width: 700px;
	margin: 0px 0px 0px 10px;
	float: left;
	position: relative;
	margin-bottom: -1500px;
	padding-bottom: 1500px;
}

.clearFloat/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
   {
  clear: both;
  display: block;
}
#centrecontent {
	width: 490px;
	float: left;
	padding: 15px 10px 15px 0px;
	padding-bottom: 500px;
	margin-bottom: -500px;

    }

	
#subpagecontent {
	width: 610px;
	padding: 15px 0px 15px 0px;
	float: left;
    }	
	
#subpagecontent img {
	float: left;
	padding: 0px;
	margin: 2px 5px 5px 0px;
	border: solid #666666 1px;
	}
#subpagecontent a {
	color: #003366;
}
#subpagecontent a:hover {
	color: #6D83BC;
}
#subpagecontent li {
	margin-left: 20px;

}
#subpagecontent ul {
	border: 0px;
	margin: 0px;
}
#footer  {
	padding: 10px 0px 10px 0px;
	width: 930px;
	border-bottom: solid #6C83BD 1px;
	background-color: #FFFFFF;
	border-left: solid #6C83BD 1px;
	border-right: solid #6C83BD 1px;
}
#footerPanel1 {
	width: 930px;
	text-align: center;
	color: #6C6D71;
	font-size: 80%;
}
#footerPanel1 a {
	color: #6C6D71;
	font-weight: normal;

}

.footerPanel1Item  {
	float: left;
	width: 130px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 10px 0px 10px;
}

#footerPanel2 {
	float: right;
	width: 380px;
	margin: 0px 10px 0px 0px;
}
.footerPanel2Item {
	float: right;
	width: 380px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
}



/* #footer {
	clear: both;
	width: 760px;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
	font-size: 80%;
	text-align: center;
	border-top: solid #8CC63F 3px;
	} */
	
	/* footer menu
-------------------------- */	
#footermenu {
	text-align: center;
	width: 910px;
	color: #6C6D71;
	background-color: #FFFFFF;
	border-left: solid #6C83BD 1px;
	border-right: solid #6C83BD 1px;
	padding: 5px 10px 5px 10px;
	float: left;
	}
#footermenu ul {
	margin: 0;
	padding: 0;
	}
#footermenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
#footermenu li a {
	padding: 5px 5px 5px 5px;
	margin-bottom: 0;
	border: 0;
	color: #6C6D71;
	}
#footermenu li a:hover {
	color: #000000;
	}
#footermenu li.here a:hover {
	color: #6C6D71;
	}
#footermenu li.here a {
	color: #6C6D71;
	}
#navigation  {
	width: 170px;
	float: left;
	list-style-type: none;
	padding: 15px 10px 15px 15px;
	}

#vertmenu {
	text-align: left;
	margin: 10px 0px 0px 0px;
	width: 200px;
	font-size: 90%;
	}
#vertmenu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
#vertmenu li
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 2px 0px 0px 0px;
	padding: 1px 2px 1px 5px;
	background-color: #FFFFFF;
	border-bottom: dotted #003366 1px;
	background-image: url(images/nav_bkgrnd_off.png);
	background-repeat: no-repeat;
	background-position: bottom right;

}
	
#vertmenu li :hover   {
	padding: 1px 5px 1px 8px;



}

#vertmenu li a {
	padding: 1px 5px 1px 5px;
	color: #003366;
	text-decoration: none;
	display: block;
	font-weight: normal;
	}
#vertmenu li a:hover {
	color: #6C83BD;
	background-repeat: no-repeat;

	}
#vertmenu li.here a:hover {
	color: #6C83BD;
	}
#vertmenu li.here a {
	color: #333333;
	}
#vertmenu-header {
	color: #003366;
	font-weight: bold;
	padding: 4px 1px 4px 8px;
	width: 195px;
	}
#vertmenu-footer {
	float:left;
	background-color: #FFFFFF;
	padding: 5px 0px 5px 0px;
	width: 195px;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}
#vertmenu-footer a {
	color: #000000;
	text-decoration: none;
}
#navitemsub {
	text-align: left;
	color: #003366;
	width: 200px;
	}
#navitemsub ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	}
#navitemsub li {
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 1px 0px 1px 5px;
	background-image: url(images/sub_nav_backgrnd.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 190px;
	}
#navitemsub li a {
	padding: 1px 5px 1px 5px;
	color: #000000;
	text-decoration: none;
	}
#navitemsub li a:hover {
	color: #003366;
	}
#navitemsub li.here a:hover {
	color: #003366;
	}
#navitemsub li.here a {
	color: #003366;
	}
#navitemsub-header {
	color: #000000;
	font-weight: bold;
	padding: 4px 1px 4px 8px;
	}
#menu{
	clear:left;
	text-align:left;
	background-color:#6C83BD;
	color: #FFFFFF;
	cursor: default;
	letter-spacing: 2px;
	border-top: solid #6C83BD 1px;
	border-right: solid #6C83BD 1px;
	border-left: solid #6C83BD 1px;
	padding-left: 2px;
}
#menu ul{
	margin: 0px;
	padding: 6px 0px 6px 0px;
}
#menu li{
	display:inline;
}
#menu li a{
	color: #FFFFFF;
	padding: 5px 1px 5px 3px;
}
#menu  li  a:hover {
	background-color: #6C83BD;
	color: #001952;
}
#menu  li.here  a {
	display:inline;
	color: #001952;
}

#sub-menu{
	clear:left;
	text-align:center;
	background-color:#455B98;
	color: #FFFFFF;
	cursor: default;
	border-bottom: solid #E9E9E9 1px;
	border-right: solid #E9E9E9 1px;
	border-left: solid #E9E9E9 1px;
	letter-spacing: 1px;
	width: 590px;
	padding: 5px 10px 5px 10px;
}
#sub-menu ul{
	margin: 0px;
	padding: 1px 0px 0px 0px;
}
#sub-menu li{
	display:inline;
}
#sub-menu li a{
	color: #FFFFFF;
	background-color: #455B98;
	padding: 0px 2px 0px 2px;
}
#sub-menu  li  a:hover {
	background-color: #6C83BD;
	font-weight: bold;
	color: #001952;
}
.menu-active a      {
	color: #001952;
	background-color: #455B98;



}

#address {
	width: 160px;
	padding: 10px 15px 15px 15px;
	float: left;
}
#free-del{
	width: 90%;
	padding: 10px;
	text-align:center;
	float:left
}
#free-del1{
	color: #ED1E23;
	font-size: 2em;
	font-weight:bold
}
#free-del2{
	font-size: 1.1em;
	font-weight:bold
}
	
#map {
	width: 585px;
	text-align: center;
	position: relative;
	float: left;
}
#partner {
	width: 590px;
	float: left;
	padding: 5px;
}
#product-panel {
	width: 550px;
	text-align: left;
	float: left;
	padding: 5px;
}
#product-img{
	width: 230px;
	padding: 10px;
	text-align: center;
	float:left
}
#product-details{
	width: 278px;
	padding: 10px;
	float:left
}
#product-details hr{
	border-style: none;
	border: none;
	height: 1px;
	border-top: #999999 1px dotted;
	margin-top: 5px;
	margin-bottom: 5px
}
#product-desc{
	padding: 10px;
}
#product-options{
	padding: 10px
}
#product-options hr{
	border-style: none;
	border: none;
	height: 1px;
	border-top: #999999 1px dotted;
	margin-top: 5px;
	margin-bottom: 5px
}

.image-options{
	padding: 0 10px 10px 10px;
	clear:both
}
.image-option-value{
	width: 100px;
	height: 170px;
	float:left;
	text-align:center
}

.underline{text-decoration:underline}
.main-title{
	text-decoration:underline;
	letter-spacing: 5px;
	font-size: 1.5em;
	padding-bottom: 5px;
	color: #0033FF;
}
.sub-title{
  letter-spacing: 3px;
  margin-top: 5px;
  font-size: 0.8em;
}
.align-right{text-align:right}
.align-centre {
	text-align:center
}

.panelTitle {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px 10px 10px 10px;
}
.panelTitle1 {
	font-size: 200%;
	font-weight: bold;
	color: #FFFFFF;
}
.panelTitle2 {
	font-size: 400%;
	font-weight: bold;
	color: #000000;
}
.panelTitle3 {
	font-size: 175%;
	font-weight: bold;
	color: #000000;
}


.white {
	color: #FFFFFF;
}


.featured{
	width: 300px;
	float:left;
	margin: 10px 0px 10px 21px;
	padding: 5px;
	display: block;
	height: 190px;
	background-image: url(new/images/featured-bg1.gif);
	background-repeat: repeat-x;
	border: solid #E9E9E9 1px;
}
.featured a {
	text-decoration: none;
	color: #6C6D71;
}
.featured a:hover {
	text-decoration: none;
	color: #000000;
}
.featured   here a:hover  {
	color: #6C6D71;
}



.featured .prod-img{
	float:left;
	padding: 10px
}
.short-desc{
	font-size: 90%;
	cursor:default;
	color: #6C6D71;
}

.price{
	width: 275px;
	font-size: 100%;
	font-weight:bold;
	color:#000000;
	clear: both;
}

.category-icon{
	text-align:center;
	width: 175px;
	height: 175px;
	float:left;
	/**border: 1px solid #000;/*/
	margin: 2px 2px 2px 5px
}
.category-icon a:visited, .category-icon a:link{
	text-decoration:none;
	font-size: 0.8em
}

#add-cart-button{
	background-color:#ffffff;
	width:110px;
	height:22px;
	background-image:url(new/images/button_in_cart.gif);
	cursor:pointer
}

.margin5px {
	margin: 5px;

}
.bold {
	font-weight: bold;
}

#panel1 {
	width: 470px;
	background-color: #6C83BD;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	float: left;
}

	
#logos {
	float: left;
	width: 480px;
	padding-bottom: 10px;

}
.clear {
	clear: both;
}
