html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color:#b25029;
	color:#341a00;
	font:100%/1.25 verdana, arial, helvetica, sans-serif;
}
img{
	border:0;
	padding:0;
	margin:0;
}
a{
	text-decoration:underline;
	color:#341a00;
}
a:visited{
	color:purple;
}
#containerMain{
	margin:0 auto;
	width: 799px;
	height: auto;
}

/****************************************
		HEADER
****************************************/

#header{
	position:relative;
	top:56px;
	background-color:#ffda80;
	width:799px;
	height:105px;
} 
.headerTop{
	padding-left:155px;
	background:url(../images/header_tpR.gif) #ffda80 no-repeat top right;
	height:41px;
}
.headerBottom{
	background:url(../images/header_btL.gif) #ffda80 no-repeat bottom left;
	height:64px;
	padding-left:0px;
}
#topNav{
	position:absolute;
	right:10px;
	top:20px;
	font-size: 8pt;
	z-index:2;
}
.imgbottom{
	position:relative;
	left:154px;
	bottom:0px;
}
#logo{
	position:absolute;
	top:45px;
	z-index:2;
}

/****************************************
		BODY
****************************************/

#content{
	position:relative;
	top:70px;
	background-color:#ffda80;
	width:799px;
	min-height:335px;
}
#contentTop{
	background: url(../images/body_tpR.gif) #ffda80 no-repeat top right;
	width:10px;
	height:12px;
	float:right;
}
#contentBottom{
	background-color: #b25029;
	width: 799px;
}
#contentBottom img{
	vertical-align: top;
}
#shadow{
	position: relative;
	top: 0;
	height: 323px;
	float:left;
}
/****************************************
		Navigation
****************************************/
#menuTop{
	background:url(../images/menu_top.jpg) no-repeat top left;
	width:189px;
	height:15px;
}
#menu{
	position: inherit;
	top: 0;
	left: 0;
	width: 189px;
	min-height:323px;
	float: left;
	background: url(../images/menu_bg.jpg) #ffda80 repeat-x top left;
}
#navigation{
	font-size:10pt;
	font-weight:bold;
}
#navigation ul{
	list-style: none;
	line-height: 170%;
	padding-left: 10px;;
	margin:0px;
}
#navtwo li{
	font-weight:normal;
	line-height:50%;
	font-size:8pt;
	padding:5px 0 10px 10px;
	
}
#navthree{
	font-size:8pt;
	font-weight:normal;
	margin-left:5px;
	padding-bottom:5px;
}
#navtwo li.here{
	font-weight: bold;
	background: url(../images/arrow.png) no-repeat top left;
	padding-left:10px;
}

/****************************************
		BODY CONTENT
****************************************/
#pageTitle{
	position: relative;
	padding: 13px 0 10px 0;
	font-weight: bolder;
	font-size: 12pt;
}
#bodyContent{
	position: relative;
	top: 0px;
	left: 5px;
	width: 580px;
	min-height:335px;
	margin-left: 200px;
}
#bodyContent p{
	font-size:10pt;
}
#product{
	padding-bottom:10px;
	padding-top:20px
}
#product p{
	padding:0;
	margin:0;
	font-size:9pt;
}
#product img{
	padding-right: 10px;
}
#productDescription{
	padding-bottom:10px;
}
#productDescription p{
	padding:0;
	margin:0;
	font-size:9pt;
}
#productDescription li{
	padding:0;
	margin:0;
	font-size:9pt;
}
#productDescription td{
	padding-bottom: 10px;
	padding-top:  10px;
}
#productDescription img{
	padding-right: 10px;
	padding-left:  10px;
}
#more{
	background-color: #ffda80;
	font-size: 8pt;
	
}
#more a{
	padding-right:10px;
	font-weight:bold;
}
/****************************************
		FOOTER
****************************************/
#footer{
	background:url(../images/footerR.gif) #ffda80 no-repeat bottom right;
	text-align:center;
	font-size:9pt;
	font-weight:bold;
	width:799px;
	height:44px;
}
#footer img{
	float:left;
	padding-bottom:10px;
}
#footer p{
	margin: 0;
	padding-top: 15px;
	vertical-align: middle;
}

/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
	font-size:8pt;
}
input{
	vertical-align:bottom;
	margin-right:20px;
}
input.padding{
	margin-bottom:2px;
}
label {
	cursor:pointer;
}
form p{
	font-weight:bold;
	font-size:9pt;
}
