img,#content .inner,#leftmenu,#navigation li,
#customerlogin,#basket,.textblock
{ behavior: url(js/iepngfix.htc) }

div {
	zoom:100%;
	border:0px solid black;
}

* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
}
.inner {
	width:930px;
	margin:Auto;	
}
#header {
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:173px;
	overflow:hidden;
}
#header h1 {
	overflow:hidden;
	padding-top:30px;
	height:50px;
	font-size:20px;
	float:right;
	color:#999999;
	text-align:right;
	top:15px;
}	
#header h1 a {
	text-decoration:none;
	color:#999999;
}

#header #menu {
	display:inline;
	margin-right:-9px;
	padding-top:23px;
	text-align:right;
	width:500px;
	clear:right;
	float:right;
}
#header #menu img {
	margin-left:13px;
}

#content {
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#content .inner {
	background-image:url(images/faded_crows.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#content h2 {
	font-size:15px;
	margin-bottom:10px;
}
h3 {
	font-size:14px;
}
#navigation li {
	width:170px;
	list-style-type:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:18px;
	font-size:12px;
	margin-bottom:6px;
}
#navigation li a {
	text-decoration:none;
	color:#000000;
	background-image:url(images/underline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#navigation li a:hover {
	color:#666666;
}

#left {
	width:220px;
	float:left;
}
#leftmenu {
	margin-bottom:15px;
	padding:10px;
	width:200px;
	background-image:url(images/navigation_bg.png);
	background-repeat:no-repeat;
}
#customerlogin {
	margin-bottom:15px;
	padding:10px;
	width:200px;
	background-image:url(images/login_bg.png);
	background-repeat:no-repeat;	
}

#center {
	width:500px;
	float:left;
}
#right {
	width:180px;
	float:right;
}
#helpbox {
	background-image:url(images/helpbox.png);
	width:179px;
	padding-top:10px;
	height:71px;
	text-align:center;
	overflow:hidden;
	margin-bottom:15px;
}
#basket {
	background-image:url(images/basket_bg.png);
	background-repeat:no-repeat;
	padding:10px;
	width:159px;
	margin-bottom:15px;
	min-height:200px;
	height:auto !important;
	height:200px;
}	
#cardlogos {
	text-align:center;
	margin-bottom:15px;	
}

.textblock {
	background-image:url(images/text_bg.png);
	background-repeat:no-repeat;
	padding:10px;
	width:500px;
	margin:auto;
	min-height:230px;
	height:auto !important;
	height:230px;	
}

#customerlogin .textinput {
	width:120px;
	margin:3px;
	border:1px solid #999999;
}

button {
	cursor:pointer;
	background:none;
}

#footer {
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	clear:both;
	height:40px;
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#footer li {
	list-style-type:none;
	margin-right:10px;
	float:left;
}
#footer, #footer a {
	color:#000000;
	text-decoration:none;
}

.qty {
	text-align:center;
	width:15px;
	border:1px solid #999999;
}

.textblock input {
	border:1px solid #999999;
	margin:3px;
}

.productbox {
	width:150px;
	height:203px;
	margin:6px;
	border:1px solid #999999;
	float:left;
	background-color:#FFFFFF;
}
.productbox .children {
	font-weight:bold;
	position:absolute;
	width:144px;
	text-align:center;
	color:#FFFFFF;
	padding:3px;
	font-size:9px;
	background-color:#7978AC;
}
.productbox .photo {
	height:150px;
	background-position:center;
	background-repeat:no-repeat;
}
.productbox .title {
	height:20px;
	font-size:10px;
	text-align:center;
	font-weight:bold;
}
.productbox .price {
	text-align:center;
	font-size:10px;
	padding:3px;
}
.productbox .button {
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-color:#999999;
	padding:2px;
}
.productbox .button a {
	color:#FFFFFF;
	text-decoration:none;
}
.small {
	font-size:10px;
}