body 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 75%;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
	color: #444444;
	background-color: #f57920;
}

/* header */

#idHeader
{
	position: relative;
	display: block;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 120px;
	text-align: right;
	background: url(../../images/css/1/page_bg.gif) repeat-x top left #ffffff;
}

#idHeader h1,
#idFooter .clsStrapline
{
	display: block;
	height: 30px;
	margin: 0;
	padding: 15px 5px 0 0;
	color: #ffffff;
	filter: dropshadow(color=#606060,offx=1, offy=1, positive=1), glow(color=#606060, strength=0);
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-size: 1.75em;
}

#idHeader #idLogo
{
	margin: 0 auto 0 auto;
	width: 760px;
	height: 60px;
	background: url(../../images/css/1/header_bg.gif) no-repeat bottom center transparent;
}

#idHeader #idNav
{
	margin: 0 auto 0 auto;
	width: 760px;
	height: 60px;
	background: url(../../images/css/1/nav_bg.gif) no-repeat bottom center transparent;
}

#idHeader #idNav ul
{
	padding: 5px 0 0 0;
	margin: 0;
	display: block;
	list-style-type: none;
	overflow-y: visible;
	height: 55px;
}

#idHeader #idNav ul li
{
	float: left;
	padding: 0px 4px 0px 4px;
	text-align: center;
	height: 55px;
}

#idHeader #idNav ul li.clsPadding
{
	margin-right: 230px;
}

#idHeader #idNav ul li a
{
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	font-size: 0.90em;
	background: url(../../images/css/1/blob.gif) no-repeat bottom center transparent;
	overflow-y: visible;
	height: 55px;
	display: inline-block;
}

#idHeader #idNav ul li a:hover
{
	background: url(../../images/css/1/blobover.gif) no-repeat bottom center transparent;
	color: #ffffff;
}

#idHeader #idNav ul li.clsSelected
{
	float: left;
	padding: 0px 4px 0px 4px;
	text-align: center;
}

#idHeader #idNav ul li.clsSelected a
{
	height: 50px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	font-size: 0.90em;
	background: url(../../images/css/1/paw.gif) no-repeat bottom center transparent;
	overflow-y: visible;
	height: 55px;
	display: inline-block;
}

#idHeader #idNav ul li.clsPaddingSelected a
{
	margin-right: 230px;
	height: 50px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	font-size: 0.90em;
	background: url(../../images/css/1/paw.gif) no-repeat bottom center transparent;
	overflow-y: visible;
	height: 55px;
	display: inline-block;
}

/* end of header */

/* container */

#idContainer 
{
	position: relative;
	display: block;
	top: 0;
	width: 100%;
	border-bottom: 5px solid #000000;
	margin: 0 0 10px 0;
	background-color: #fafafa;
}

#idInnerContainer
{
	margin: 0 auto 0 auto;
	width: 740px;
	background: url(../../images/css/1/container_bg.gif) no-repeat top left #ffffff;
	display: block;
	padding: 0 10px 20px 10px;
}

/* end of container */

/* page header */

#idPageHeader
{
	position: relative;
	display: block;
	float: right;
	text-align: right;
	width: 400px;
	height: 170px;
	overflow: visible;
	padding: 0 0 0 330px;
	margin: 0 0 20px 0;
}

#idPageHeader h1
{
	color: #f57920;
	font-weight: bold;
	font-size: 2em;
	padding: 15px 0 0 0;
	margin: 0;
	display: block;
}

#idPageHeader h3
{
	color: #f57920;
	font-weight: bold;
	font-size: 1.3em;
	padding: 15px 0 0 0;
	margin: 0;
	display: block;
	font-style: italic;
}

#idPageHeader p
{
	padding: 15px 0 0 0;
	margin: 0;
	display: block;
	font-size: 1.15em;
}

#idPageHeader p.clsPara1
{
	font-weight: 700;
	font-size: 1.2em;
}

/* end of page header */

/* page content */

#idPageContent
{
	display: block;
	float: none;
	text-align: left;
	clear: right;
}

#idPageContent #idFlash
{
	color: #f57920;
	font-weight: bold;
	font-size: 1.05em;
	margin: 0;
	padding: 10px;
	display: block;
	border: 1px solid #f57920;
	width: 350px;
}

#idPageContent ul.clsPaws
{
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0;
	display: block;
	width: 375px;
	font-size: 1.4em;
	font-weight: 700;
	color: #f57920;
}

#idPageContent ul.clsPawsAlt
{
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 1.2em;
	font-weight: 500;
	color: #000000;
}

#idPageContent ul.clsPaws li.cls1,
#idPageContent ul.clsPawsAlt li.cls1
{
	display: block;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 70px;
	height: 55px;
	background: url(../../images/css/1/paw_left.gif) no-repeat top left transparent;
}

#idPageContent ul.clsPaws li.cls2,
#idPageContent ul.clsPawsAlt li.cls2
{
	display: block;
	margin: 0 0 0 30px;
	padding: 10px 0 10px 70px;
	height: 55px;
	background: url(../../images/css/1/paw_right.gif) no-repeat top left transparent;
}

#idPageContent ul.clsPaws li.cls3,
#idPageContent ul.clsPawsAlt li.cls3
{
	display: block;
	margin: 0 0 0 50px;
	padding: 10px 0 10px 70px;
	height: 55px;
	background: url(../../images/css/1/paw_left.gif) no-repeat top left transparent;
}

#idPageContent ul.clsPaws li.cls4,
#idPageContent ul.clsPawsAlt li.cls4
{
	display: block;
	margin: 0 0 0 70px;
	padding: 10px 0 10px 70px;
	height: 55px;
	background: url(../../images/css/1/paw_left.gif) no-repeat top left transparent;
}

#idPageContent h1
{
	color: #f57920;
	font-weight: bold;
	font-size: 2em;
	padding: 15px 0 0 0;
	margin: 0;
	display: block;
}

#idPageContent h2
{
	color: #f57920;
	font-weight: bold;
	font-size: 1.3em;
	padding: 15px 0 0 0;
	margin: 0;
	text-align: left;
}

#idPageContent h3
{
	color: #f57920;
	font-weight: bold;
	font-size: 1.3em;
	padding: 15px 0 0 0;
	margin: 0;
	display: block;
	font-style: italic;
}

#idPageContent .clsPara1
{
	font-weight: 600;
	font-size: 1.15em;
	margin: 0 0 20px 375px;
	padding: 0;
	display: block;
}

#idPageContent #idContentBlockL
{
	width: 320px;
	height: 196px;
	background: url(../../images/css/1/textbox_bg.gif) no-repeat top left transparent;
	padding: 15px;
	float: left;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	color: #333333;
	text-align: left;
	position: relative;
	display: block;
	overflow: hidden;
}

#idPageContent #idContentBlockR
{
	width: 320px;
	height: 196px;
	background: url(../../images/css/1/textbox_bg.gif) no-repeat top left transparent;
	padding: 15px;
	float: right;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	color: #333333;
	text-align: left;
	position: relative;
	display: block;
	overflow: hidden;
	clear: both;
}

#idContentBlockL h1,
#idContentBlockR h1
{
	float: none;
	font-weight: bold;
	font-size: 1.3em;
	color: #0f6c1c;
	margin: 0;
	padding: 0;
}

#idContentBlockL h2,
#idContentBlockR h2
{
	color: #f57920;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	display: block;
	text-align: left;
}

#idContentBlockL h1.clsOrange,
#idContentBlockR h1.clsOrange
{
	font-size: 1.3em;
	color: #f57920;
}

#idContentBlockL h1.clsBlue,
#idContentBlockR h1.clsBlue
{
	font-size: 1.3em;
	color: #2f68c4;
}

#idContentBlockL .clsNormal,
#idContentBlockR .clsNormal
{
	font-size: .9em;
	font-weight: normal;
}

#idContentBlockL p,
#idContentBlockR p
{
	color: #000000;
	font-size: 1.1em;
	padding: 0;
	margin: 15px 0 15px 0;
	text-align: left;
	display: block;
	float: none;
}

#idContentBlockL p.clsPara1,
#idContentBlockR p.clsPara1
{
	font-weight: bold;
}

#idContentBlockL p.clsPrice,
#idContentBlockR p.clsPrice
{
	font-size: 1.2em;
	font-weight: 700;
}

#idPageContent #idContentBlockL table tr th,
#idPageContent #idContentBlockR table tr th
{
	padding-right: 10px;
	text-align: right;
}

#idContentBlockL a:link,
#idContentBlockL a:visited,
#idContentBlockL a:active,
#idContentBlockR a:link,
#idContentBlockR a:visited,
#idContentBlockR a:active
{
	color: #f57920;
}

#idContentBlockL a:hover,
#idContentBlockR a:hover
{
	text-decoration: underline;
}

#idContentBlock1 .clsSmall,
#idContentBlock2 .clsSmall
{
	font-size: 0.75em;
}

/* end of page content */

/* form styles */

form
{
	margin: 0;
	padding: 0;
}

.clsInput
{
	background: url(../../images/css/1/form-input-bg.gif) repeat-x bottom left #fafdfd;
	border: 1px solid #000000;
	font-weight: 500;
	width: 200px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
}

.clsInputShort
{
	background: url(../../images/css/1/form-input-bg.gif) repeat-x bottom left #fafdfd;
	border: 1px solid #000000;
	font-weight: 500;
	width: 125px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
}

.clsTextArea
{
	background: url(../../images/css/1/form-input-bg.gif) repeat-x bottom left #fafdfd;
	border: 1px solid #000000;
	font-weight: 500;
	width: 200px;
	height: 75px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
}

.clsSubmit
{
	background-color: #fabc8f;
	border: 1px solid #000000;
	font-weight: 700;
	font-size: 0.95em; 
	margin: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
}

/* end of form styles */

/* footer */

#idFooter
{
	margin: 0 auto 0 auto;
	width: 760px;
	height: 120px;
	text-align: left;
	color: #ffffff;
}

#idFooter a:link,
#idFooter a:visited,
#idFooter a:active
{
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

#idFooter a:hover
{
	text-decoration: underline;
}

#idFooter .clsStrapline
{
	padding: 0 0 10px 0;
}

/* end of footer */

/* table styles */

table.clsInfo
{
	margin: 10px 0 0 0;
}

table.clsInfo tr th
{
	text-align: left;
	font-weight: 500;
	width: 45%
}

table.clsInfo tr td
{
	padding: 0 0 0 10px;
	text-align: left;
	font-weight: 500;
	width: 54%
}

table.clsCarriage
{
	border: 1px solid #f57920;
}

table.clsCarriage tr td
{
	padding: 3px;
	text-align: left;
	background-color: #fcddc7;
	font-weight: 500;
}

table.clsCarriage tr th
{
	padding: 3px;
	text-align: right;
	background-color: #fcddc7;
	font-weight: 500;
}

table.clsCarriage tr td.clsNote
{
	font-size: .85em;
	background-color: transparent;
}

/* end of table styles */

/* general */

p
{
	display: block;
}

a:link,
a:visited,
a:active
{
	color: #f57920;
	text-decoration: none;
	font-weight: 700;
}

a:hover
{
	text-decoration: underline;
}

.clsOrange
{
	font-weight: 700;
	color: #f57920;
}
#idContentBlockR h6
{
	font-weight: bold;
	color: #006600;
	font-size: 18px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.clsSmall
{
	font-size: 0.75em;
}

.clsBold
{
	font-weight: 700;
}

.clsItalic
{
	font-style: italic;
}

.clsClear 
{
	clear: both;
	display: block;
	height: 1px;
}

.clsClear p 
{
	display: none;
}

/* end of general */


/* Added by Grant ******************* */

#product-left {
	float: left;
	width: 350px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}



#product-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 350px;

}

.product-back {
	background-image: url(../../images/css/1/textbox_bg.gif);
	height: 226px;
	width: 350px;
	margin-bottom: 20px;

}
.product-img {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;

}
#product-left h1, #product-right h1 {
	color: #0F6C1C;
	font-size: 1.2em;
}
