/* CSS Document */

* { margin:0; padding:0; }

body {
	background:url(/images/layout/bg.gif) repeat ; height:100%;
}

img { border:0; }

td { vertical-align:top; }

#pagetop {
	width:750px;
	height:125px;
	background:#fff url(/images/layout/pagetop2.gif) no-repeat;
}

#nav { padding-left:2px; }
#navigation { border-collapse:collapse; }
#navigation td a { padding:0 0 0 10px; display:block; }
#navigation td a:hover { background:url(/images/navigation/arrow.gif) left no-repeat; }
#navigation .nav { padding:8px 0 5px 0; }
#navigation .subnav { padding:2px 0 2px 0; }
#navigation .subnav2 { padding:2px 0 2px 0; }
#navigation .subnav a { margin-left:10px; }
#navigation .subnav a:hover { background:url(/images/navigation/arrow.gif) left no-repeat; }
#navigation .subnav2 a { margin-left:20px; }
#navigation .subnav2 a:hover { background:url(/images/navigation/arrow.gif) left no-repeat; }

#content { width:750px; background:#fff; height:100%;  }

#leftcol { width:180px;  }
#maincol { width:540px; padding:0 15px 15px 15px; border-left:1px solid #999; }

#productstable { width:100%; }
#productstable td { width:50%; vertical-align:top; padding:0 10px 0 0; }
#productstable .productimg { text-align:center; }

#footer { background:#c68f00 url(/images/layout/footer_bg.png) repeat-x top; width:750px; height:25px; padding-top:7px; text-align:right; margin-right:20px; }

