body
{
	font-family: Arial;
}

body, div, form
{
	margin: 0px;
	padding: 0px;
}

img
{
	display: block;
}

#headerwrapper
{
	height: 92px;
	background-color: #013378;
}

#pagewrapper
{
	min-height: 1px;
}

#logo
{
	padding: 25px 0px 0px 65px;
}

#logo p
{
	margin: 0px;
	padding: 1px 0px 0px 4px;
	color: #B3E0E2;
	font-size: 11pt;
	line-height: 13pt;
}

#head_right
{
	float: right;
	width: 378px;
	height: 92px;
	background-image: url('/images/head_right.gif');
}

#menuwrapper
{
	height: 22px;
	background-image: url('/images/menuback.gif');
}

#menu
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li
{
	float: left;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	font-size: 9pt;
	line-height: 11pt;
	border-right: 1px solid #fff;
	cursor: pointer;
	font-weight: bold;
}

#menu li a
{
	color: #fff;
	text-decoration: none;
}

#menu li.home
{
	background-image: url('/images/home.gif');
	background-repeat: no-repeat;
	background-position: 15px 2px;
	padding-left: 40px;
}

#menu li.basket
{
	float: right;
	border-left: 1px solid #fff;
	border-right: 0px;
	background-image: url('/images/basket.gif');
	background-repeat: no-repeat;
	background-position: 65px 2px;
	padding-right: 40px;
}

#menu li.checkout
{
	float: right;
	border-left: 1px solid #fff;
	border-right: 0px;
}

#leftcolumn
{
	float: left;
	width: 194px;
	position: relative;
	z-index: 1000;
}

#mainmenu
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	list-style: none;
}

#mainmenu li
{
	margin: 0px 0px 2px 0px;
	padding: 4px 0px 0px 7px;
	background-image: url('/images/menu.gif');
	width: 170px;
	height: 17px;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

#mainmenu li.on
{
	background-image: url('/images/menu_on.gif');
}

#mainmenu li.sale
{
	background-image: url('/images/menu_red.gif');
}

#mainmenu li a
{
	color: #fff;
	text-decoration: none;
}

#mainmenu li ul
{
	list-style: none;
	position: absolute;
	left: 140px;
	top: 0px;
}

#rightcolumn
{
	margin: 0px 0px 0px 208px;
	padding: 0px 5px 0px 0px;
	position: relative;
	z-index: 1;
	min-height: 1px;
}

#itemwrapper
{
	position: relative;
	border: 1px solid #BDE3E7;
	padding: 15px 0px 10px 35px;
	min-height: 1px;
}

#topleft
{
	position: absolute;
	left: -1px;	
	top: -1px;
}

#topright
{
	position: absolute;
	right: -1px;	
	top: -1px;
}

#bottomleft
{
	position: absolute;
	left: -1px;	
	bottom: -1px;
}

#bottomright
{
	position: absolute;
	right: -1px;	
	bottom: -1px;
}

.items
{
	margin: 0px;
	padding: 0px 50px 0px 0px;
	list-style: none;
	float: left;
}

.items li
{
	margin: 0px 0px 7px 0px;	
	padding: 0px 0px 0px 11px;
	font-size: 8pt;
	line-height: 11pt;
	font-weight: bold;
	color: #000;
}

.items li span
{
	color: #C0443A;
}

.items li a
{
	text-decoration: none;
	color: #8D8D8E;
	font-weight: normal;
}

.items li.cat_name
{
	color: #426BB4;
	font-size: 10.5pt;
	line-height: 13pt;
	padding: 0px 0px 5px 11px;
	background-image: url('/images/arrow1.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px 0px 0px 0px;
}

#footer1
{
	height: 24px;
	background-color: #3B65B1;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#footer1 p
{
	margin: 0px;
	padding: 1px 0px 0px 0px;
}

#footer1 a
{
	color: #fff;
	text-decoration: none;
}

#footer1 span
{
	padding: 0px 7px 0px 7px;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: normal;
}

#footer2
{
	background-color: #E5E6E7;
	font-size: 7pt;
	line-height: 9pt;
	font-weight: bold;
	text-align: center;
	color: #436BB3;
	padding: 5px 0px 20px 0px;
}

#footerwrapper
{
	margin-top: -60px;
	display: inline-block;
	width: 100%;	
}

#footer2 p
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#footer2 a
{
	color: #436BB3;
	text-decoration: none;
}

#footer2 span
{
	padding: 0px 5px 0px 5px;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: normal;
}

.tab
{
	height: 24px;
	border-bottom: 1px solid #E5E6E7;
}

.tab_text
{
	font-size: 11pt;
	line-height: 13pt;
	position: relative;
	padding: 5px 0px 2px 0px;
	background-color: #E5E6E7;
	float: left;
}

.tab_left
{
	position: absolute;
	left: -20px;
	top: 0px;
	padding: 0px 0px 0px 10px;
}

.tab_right
{
	position: absolute;
	right: -10px;
	top: 0px;
	padding: 0px 0px 0px 10px;
}

#moreinfo
{
	font-size: 9pt;
	padding: 15px 0px 25px 25px;
	min-height: 1px;
}

#moreinfo h1
{
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 11pt;
	line-height: 13pt;
}

#moreinfo ul
{
	margin: 0px;
	padding: 15px 20px 15px 0px;
	list-style: none;
}

#moreinfo ul li
{
	color: #5C595A;
	padding: 0px 0px 5px 12px;
	margin: 0px;
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#moreinfo p
{
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

#shop
{
	border: 1px solid #E9EAEA;
	padding: 15px 15px 15px 15px;
}

#price
{
	color: #BA3127;
	font-size: 17pt;
	line-height: 19pt;
	margin: 0px 0px 4px 0px;
}

#was
{
	color: #767374;
	font-size: 10pt;
	line-height: 12pt;
	color: #353232;
	margin: 0px 0px 6px 0px;
}

#save
{
	background-color: #BD392F;
	color: #fff;
	float: right;
	font-weight: bold;
	font-size: 9pt;
	padding: 3px 8px 3px 8px;
	line-height: 11pt;
	position: relative;
}

.topleft2
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.topright2
{
	position: absolute;
	right: 0px;
	top: 0px;
}

.bottomleft2
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.bottomright2
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#shopwrapper
{
	font-size: 9pt;
	padding: 5px 20px 0px 20px;
}

.tableheader
{
	background-color: #3b65b1;
	color: #fff;
	text-align: center;
}

.tablebody
{
	text-align: center;
	background-color: #e5e6e7;
}


#shopwrapper h1
{
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 13pt;
	line-height: 15pt;
}

#shopwrapper h2
{
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 11pt;
	line-height: 13pt;
}

#shopwrapper a
{
	color: #3b65b1;
}

.item
{
	width: 250px;
	float: left;
	margin: 0px 10px 0px 0px;
	height: 213px;
	cursor: pointer;
}

.item2
{
	height: 150px;
	border: 1px solid #343031;
	padding: 10px 10px 10px 10px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 55px;
}

#wrapper
{
	min-height: 1px;
}

.item_title
{
	height: 24px;
	background-image: url('/images/top.gif');
	margin: 0px 0px 1px 0px;
}

.item_title h2
{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 9pt;
	color: #fff;
	text-align: center;
}

.item_title h2 a
{
	color: #fff;
	text-decoration: none;
}

.price
{
	width: 104px;
	height: 61px;
	background-image: url('/images/price.png');
	background-repeat: no-repeat;
	background-position: 0px 15px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.box1
{
	color: #BC352B;
	font-size: 16pt;
	line-height: 18pt;
	text-align: right;
	padding: 0px 5px 0px 0px;
	font-weight: bold;
}

.box2
{
	color: #fff;
	line-height: 9pt;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	padding: 1px 5px 0px 0px;
	height: 20px;
}

.box3
{
	text-align: right;
	font-size: 7pt;
	font-weight: bold;
	line-height: 10pt;
	color: #818185;
	height: 15px;
}

#wrapper .item_bullets
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#wrapper .item_bullets li
{
	font-size: 7pt;
	line-height: 9pt;
	margin: 0px;
	padding: 0px 0px 3px 6px;
	color: #818185;
	background-image: url('/images/bullet2.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-weight: bold;
}

.banner
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1001;
}

.banner img
{
	width: 148px;
	height: 120px;
	behavior: url('/style/iepngfix.htc');
}

#maincontent
{
	font-size: 9pt;
	padding: 15px 0px 25px 25px;
	min-height: 1px;
}

#maincontent h1
{
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 13pt;
	line-height: 15pt;
}

#maincontent h2
{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 11pt;
	line-height: 13pt;
	color: #3b65b1;
}

#maincontent ul
{
	margin: 0px;
	padding: 15px 20px 15px 0px;
	list-style: none;
}

#maincontent ul li
{
	color: #5C595A;
	padding: 0px 0px 5px 12px;
	margin: 0px;
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#maincontent p
{
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

#quickmenu
{
	margin: 0px;
	padding: 67px 70px 0px 0px;
	list-style: none;
}

#quickmenu li
{
	margin: 0px;
	padding: 0px 15px 0px 20px;
	float: right;
	font-size: 11pt;
	line-height: 13pt;
	font-weight: bold;
	background-image: url('/images/bullet3.gif');
	background-repeat: no-repeat;
	background-position: 100% 2px;
}

#quickmenu li a
{
	color: #fff;
	text-decoration: none;
}

#banner
{
	height: 37px;
	background-image: url('/images/banner.gif');
	margin: 0px 12px 10px 0px;
	text-align: center;
}

#banner p
{
	margin: 0px;
	padding: 2px 0px 0px 0px;
	color: #fff;
	font-size: 21pt;
	line-height: 23pt;
}

#banner a
{
	color: #fff;
	text-decoration: none;
}

#searchbox
{
	background-image: url('/images/search_back.gif');
	width: 170px;
	height: 58px;
	font-size: 9pt;
	color: #fff;
	line-height: 10pt;
	padding: 6px 0px 0px 7px;
	font-weight: bold;
}

#searchwrapper
{
	padding: 0px 0px 3px 17px;
}

#breadcrumb
{
	font-size: 8pt;
	line-height: 11pt;
	color: #999999;
	height: 22px;
}

#breadcrumb a
{
	color: #999999;
	text-decoration: none;
}

#offer
{
	background-image: url('/images/offer.gif');
	background-repeat: repeat-x;
	background-color: #007dc4;
	padding: 10px 10px 10px 10px;
	border-left: 17px solid #fff;
	cursor: pointer;
}

.offer_title
{
	font-weight: bold;
	font-size: 10pt;
	line-height: 12pt;
	padding: 0px 0px 10px 0px;
}

.offer_title a
{
	color: #000;
	text-decoration: none;
}

.offer_content
{
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	line-height: 11pt;
}

.offer_content p
{
	margin: 0px;
}

