body
{
	font-size:       1em /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
	background-image: url(/images/bg.png);
	background-repeat: repeat;
}


#header
{
	width:           auto;
	height:          204px;
	background-color: transparent;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#search {
	position:absolute;
	left:754px;
	top:99px;
	width:249px;
	height:44px;
	z-index:1;
}

#menul {
	width:           auto;
	height:          90px;
	background-color: transparent;
	background-image: url(/images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

    #menu {
	float:left;
	width:100%;
	font-size:16pt;
	line-height:normal;
	background-position: center center;
      }
    #menu ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #menu a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(/images/tableft10.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #menu span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFF;
	background-image: url(/images/tabright10.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover span {
      color:#FFF;
      }
    #menu a:hover {
      background-position:0% -42px;
      }
    #menu a:hover span {
      background-position:100% -42px;
      }

.headtitle
{
	position:        relative;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
	font-size:       25px;
	color:           #FFF;
	top:             9px;
	left:            0px;
}

#roundedheader
{
	width:           auto;
	height:          81px;
	background-color: transparent;
	background-image: url(/images/belowmenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content
{
	min-height:      575px;
	width:           auto;
	height: 		 auto !important;
	height: 		 575px;
	background-color: transparent;
	background-image: url(/images/containerbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#insidecontent
{
	width:			828px;
	margin-left:	30px;
	position:		absolute;
	top:			344px;
	left: 			5px;
	height: 		600px;
	overflow:		inherit;
}

#insidecontent p
{
	margin:          0;
	color:           #767676;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1em;
	line-height:     170%;
}

#sidebar {
	float:			right;
	width:          275px;
	position:		absolute;
	left: 			865px;
	top: 			343px;
	overflow:		inherit;
}


#sidebar p
{
	margin:          0;
	color:           #565656;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       .7em;
	line-height:     170%;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited
{
	text-decoration: underline;
	color:           #e36767;
}

#sidebar a:hover
{
	text-decoration: none;
}


h1
{
	margin:          0;
	font-weight:     normal;
	color:           #BADCFF;
	font-size:       2em;
}

h2
{
	margin:          0;
	display:         inline;
	position:        relative;
	top:             -1.5em;
	left:            1.5em;
	font-size:       1.5em;
	font-weight:     normal;
	color:           #4A9DFF;
}

h3
{
	margin:          0;
	font-size:       1.1em;
	font-weight:     normal;
	color:           #86C0FF;
}

.cart
{
  font-size:		11px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:			1px;
  font-weight:		bold;
  color:			black;
  background-color:  transparent;
}

.totalPrice
{ font-size:	    	16px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:		1px;
  font-weight:		bold;
  color:		red;
  background-color:  transparent;
}

#footer
{
	width:           auto;
	height:          112px;
	background-color: transparent;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
