/* Reset all margins and paddings for browsers */
* { 
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Sans-Serif; 
}

body { 
	background: #2c5aa0;
	background: url(/images/background.png) repeat top right;
	font: .8em Verdana, Arial, Sans-Serif; 
	line-height: 1.5em; 
	margin: 0;
	margin-bottom: 20px;	
}

table.shadow { 
	margin: 0 auto;	
	align: center;
	width: 80%;
	min-width: 779px; 
}

td.shadow-top { 
	height: 16px;  
	background-image: url(/images/shadow-top.gif)
}

td.shadow-topRight { 
	width: 16px;
	height: 16px;
	background-image: url(/images/shadow-topRight.gif)
}

td.shadow-right { 
	width: 16px; 
	background-image: url(/images/shadow-right.gif)
}

td.shadow-bottomRight { 
	width: 16px; 
	height: 16px; 
	background-image: url(/images/shadow-bottomRight.gif)
} 

td.shadow-bottom { 
	height: 16px;
	background-image: url(/images/shadow-bottom.gif)
}

td.shadow-bottomLeft { width: 16px;
	height: 16px;
	background-image: url(/images/shadow-bottomLeft.gif)
} 

td.shadow-left { width: 16px;
	background-image: url(/images/shadow-left.gif)
}

td.shadow-topLeft { 
	width: 16px; 
	height: 16px; 
	background-image: url(/images/shadow-topLeft.gif)
}      

td.shadow-center { 
	background-color: white  
}

table.product { 
	margin: 0 auto;	
	align: center;
	width: 100%;
}

td.product-top { 
	height: 16px;  
	background-image: url(/images/product-top.gif)
}

td.product-topRight { 
	width: 16px;
	height: 16px;
	background-image: url(/images/product-topRight.gif)
}

td.product-right { 
	width: 16px; 
	background-image: url(/images/product-right.gif)
}

td.product-bottomRight { 
	width: 16px; 
	height: 16px; 
	background-image: url(/images/product-bottomRight.gif)
} 

td.product-bottom { 
	height: 16px;
	background-image: url(/images/product-bottom.gif)
}

td.product-bottomLeft { width: 16px;
	height: 16px;
	background-image: url(/images/product-bottomLeft.gif)
} 

td.product-left { width: 16px;
	background-image: url(/images/product-left.gif)
}

td.product-topLeft { 
	width: 16px; 
	height: 16px; 
	background-image: url(/images/product-topLeft.gif)
}      

td.product-center { 
	background-color: white  
}


#main { 
	min-height: 400px; 
	margin-left: 176px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 30px;
}

#main h2 { 
	color: #555; text-indent: 17px; 
	background: #FFF url(/images/head.gif) no-repeat left; 	
	background-position: 0 1em;
}

#main a { border: 0; text-decoration: none;}


#footer {
	clear: both;
	background: #FFF url(/images/footer.jpg) repeat-x;
	height: 46px;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 75%;
	color: #666;
}

#footer p  { padding: 5px; margin-bottom: 0px; 	font-size: 8pt; }

#footer .rside { float: right; display: inline; padding: 5px; text-align: right}


/****************
 * NAVBAR MENU
 ***************/

#banner-link {
border: 0 none #FFFFFF;
margin: 0;
}

#list-menu {
	float: left;
	padding: 10px;
	padding-left: 6px;
	padding-top: 15px;
}
 
 
#list-menu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
}

#list-menu li {
	background-image: none;
	margin: 0;
}

#list-menu li.menutitle { 
	margin-left: 14px;
	width: 134px;
	height: 25px;
	display: block;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-weight: bold;
	color: white; 	
	background: url(/images/mtitle.gif) no-repeat left center;
}

.menutitle {
	display: block;
	width:120px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #fff;
	text-decoration: none;
}

#list-menu li.menubottom { 
	margin-left: 15px;
	height: 25px;
	width: 132px;
	vertical-align: middle;
	display: block;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-weight: bold;
	color: white; 	
	background: url(/images/bottom.gif) no-repeat left top;
}

#list-menu li.bannerbar { 
	margin-left: 15px;
	width: 132px;
	vertical-align: middle;
	display: block;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-weight: bold;
	color: white; 	
	background: url(/images/bannerborder.gif) no-repeat left top;
}

#list-menu a {
	display: block;
	width:119px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #fff;
	text-decoration: none;
	background-color: #efefef;
}

#list-menu a:link {
	color: #000000;
}

#list-menu a:visited {
	color: #000000;
}

#list-menu a:hover {
	border: 1px solid #fff;
	background: #2c5aa0;
	color: #ffffff;
}


h2 { font: bold 1.2em Arial, Arial, Sans-Serif; padding-top: 10px; margin: 0 }


ul {
	list-style-type: none;
	padding: 0;
	padding-left: 0.5em;
	padding-bottom: 3px;

	margin: 0;
}


li {
	margin: 0;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1.2em;
	padding-right: 1em;
    	color: #000000;
}

img.location {
	float: right;
	position: relative;
	top: 0px;
	right: 10px;
	border: 0;
}

img.banner {
	float: right;
	position: relative;
	border: 0;
}

img.logo {
	border: 0;
	float: left;
	position: relative;
	left: 15px;
	top: 10px;
}


p { padding: 0; margin-top: 5px; margin-bottom: 5px;}


h1 {
	height: 1.5em;
	margin: 0;
	text-indent: 5px;
	border:0;
	padding-top: 3px;
	text-align: left;
	color: #000000;
	border-color: #2c5aa0;
	font-family: Sans-Serif;
  	font-size: 20px;
  	background: url(/images/h1-bg.png) repeat top right;
} 

h1.productPrice {
	margin: 0;
	border:0;
	position: relative;
	padding-top: 3px;
	text-align: center;
	color: black;
	border-color: #f1f1f1;
	font-family: Sans-Serif;
  	font-size: 20px;
  	background: none;
} 

td.productItem {
}

.productItem-div {
	width: 100%;
	height: 300px;
	border: 1px;
	border-color: #f1f1f1;
	border-style: solid;
}

.productItemText-div {
   height: 80px;
}

h1.productName {
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 3px;
	text-align: center;
	color: black;
	border-color: #f1f1f1;
	border-style: solid;
	font-family: Sans-Serif;
  	font-size: 16px;
	background: url(/images/h1-product-bg.png) repeat top right;
}

#top {
	border: 0;
	margin: 0;
	padding: 0;
}

#layout-menu-div {
	height: 23px;
	padding-left: 10px;
	background-color: #2c5aa0;
	background: url(/images/menu-bg.gif) repeat top right;
	border-top: 3px;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px;
	border-color: black;
	border-style: solid;
}
#layout-home-menu-div {
	height: 23px;
	padding-left: 10px;
	background-color: #2c5aa0;
	background: url(/images/menu-home-bg.gif) repeat top right;
	border-top: 3px;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px;
	border-color: black;
	border-style: solid;
}


#logo-div {
	height: 65px;
	background: url(/images/filler-bar2.png) repeat top right;
}



/****************
 *  MENU STUFF  *
 ****************/

ul.makeMenu, ul.makeMenu ul {
	margin: 0;
	padding: 0px;

	border: 1px solid #000;      /* puts a black border around the menu blocks */
	border-top: 0px;
	border-bottom: 0px;
	padding-left: 0px;           /* stops the usual indent from ul */
	cursor: default;             /* gives an arrow cursor */
	margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
  	font-family: Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}

ul.makeMenu li.menuitem {
	padding: 0px;
	border-top: 2px;
	border-bottom: 2px;
	list-style-type: none;       /* removes the bullet points */
	margin: 0px;                 /* Opera 7 puts large spacings between li elements */
	position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                      the lack of offset makes these appear normal, but it will make a difference
                                      to the absolutely positioned child blocks */
	background: url(/images/menu-bg.gif) repeat top right;
	
	background: none;
	text-decoration: none;
	width: 120px;
	float: left;
	color: #fff;                 /* sets the default font colour to white */
}

ul.makeMenu li.menuitem > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */

	display: none;               /* hides child menu blocks - one of the most important declarations */
	position: absolute;          /* make child blocks hover without leaving space for them */
	top: 18px;                    /* position slightly lower than the parent menu item */
	left: 0px;                  /* this must not be more than the width of the parent block, or the mouse will                                 
  					have to move off the element to move between blocks, and the menu will close */
  	background: none;

}

ul.makeMenu li.menuitem:hover, ul.makeMenu li.CSStoHighlight {
	color: #ffffff;                 /* makes the active menu item text black */
	background : #244479 url(/images/linkarrow.gif) no-repeat left 0.5em;

}

/* popup menu properties for IE */
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
	display: block;              /* specially to go with the className changes in the behaviour file */
	text-indent: 1.5em;
	background-color: #2c5aa0;
	text-align: left;
}

/* popup menu properties for CSS compliant browsers */
ul.makeMenu li.menuitem:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
	display: block;              /* makes the child block visible - one of the most important declarations */
	text-indent: 1.5em;
	background-color: #2c5aa0;
	text-align: left;
}

ul.makeMenu li.menuitem a { 
	color: #ffffff; 
	display: block; 
	text-decoration: none; 
}

/* hover color for IE */
ul.makeMenu li.menuitem a.CSStoHighLink { 
	color: #f6ff00; 
	background-color: #244479; 
}

/* hover color for css compliant browsers */
ul.makeMenu li.menuitem a:hover {
	color: #f6ff00; 
}

/* parent menu item properties */
ul.makeMenu li.menuitem:hover > a { 
	color: #f6ff00; 
	background-color: #244479; 
} 

.menuborder {

	border-bottom: 2px;
	border-top: 0px;
	border-color: navy;
	border-style: solid;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left: 0px;
	border-right: 0px;
}



