html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	background: url(images/page-bg.jpg) top left repeat-x;
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	font-size: .95em;
	min-width: 780px;
	margin: 0;
	position: relative;
}

#page_wrapper {
	margin: 0 auto;
	width: 780px;
	background: url(images/body-top-left.gif) repeat-y top left;
}

#page_inner_wrapper {
	background: url(images/body-top-right.gif) repeat-y top right;
}

#header {
	background: url(images/header-top-left.jpg) top left no-repeat;
	height: 127px;
	padding-left: 15px;
	position: relative;
}

#header_inner_wrapper {
	background: url(images/header-top-right.jpg) top right no-repeat;
	height: 127px;
}

#logo_left {
	padding-top: 20px;
	padding-left: 25px;
}
	
#logo_right {
margin-left: 430px;}	



#content_wrapper {
	padding: 21px;
}

#content_inner_wrapper {
	padding-right: 21px;
	margin-left: 21px;
}

#content_inner_wrapper h1 {
	margin: 0; padding: 0;
}

#footer {
	background: url(images/footer-top-left.gif) top left no-repeat;
	padding-left: 21px;
	clear: both;
}

#footer_inner_wrapper {
	background: url(images/footer-top-right.gif) top right no-repeat;
	padding-top: 20px;
}

#content_inner_wrapper h1 { font-size: 1.8em; }

#content_inner_wrapper h2 {
	font-size: 1.6em;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #006600;
}

#content_inner_wrapper h5 {
	font-size: 1.1em;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #006600;
}

#main_content {
	float: right;
	width: 100%;
	margin: 0 0 0 -300px;
}

#main_content_inner_wrapper {
	margin: 0 0 0 304px;
	padding-left: 15px;
	line-height: 1.7em;
}

#main_content_inner_wrapper em {
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main_content_inner_wrapper ul {
padding-left: 2em;}
#sub_content {
	float: left;
	width: 300px;
}

.cleaner {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

hr {
	display: none;
}

.caption {
	padding: 0 0 30px 10px;
	font-size: .9em;
	margin: -15px 0 0 0 ;
}
#cartcontainer {
width: 150px;
height: 100px;
margin-left: 30px;
border-top: 2px #0033ff outset;
border-bottom: 2px #0033ff ridge;
border-left: 2px #0033ff ridge;
border-right: 2px #0033ff ridge;}


#specs_container {
border: #000000 groove;
background-color: #000000;
color: #ffff33;
height: auto;
width: 270px;
overflow: hidden;
text-align: left;
font-weight: bold;
font-family: Times, "Times New Roman", serif;
text-indent: 1px;
}


#specs {
	list-style-type: none;
	width: auto;
	font-size: 14px;
	padding: 0;
}

#specs li {
	display: block;
	float: left;
	margin: 0 0px 0px 0;
	width: 100px;
	padding: 2px;
	text-align: left;
border-bottom: 1px #ffff33 solid;
}