html, body, ul ,ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, img {
      margin: 0;
      padding: 0;
}

body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #336699;
	margin-top:0;
}

#header_detail {
	background-color: #000000;
	margin:0px;
	height: 78px;
	width: 828px;
	color: #333333;
	text-align: center;
}
#header {
	background: url(resources/header.jpg);
	background-color: #333333;
	margin:0px;
	height: 135px;
	width: 828px;
	color: #333333;
}

#content {
	background: url(resources/bg_content.gif) repeat;
	background-color: #333333;
	margin:0px;
	width: 828px;
	color: #333333;
	clear:left;
}

#wrapper {
	width:800px;
	margin:auto;
}

#mainnav {
	float: left;
	margin-top: 0px;
	background: url(resources/background_subnav.jpg) repeat-x top left;
	width: 804px;
	height: 42px;
	padding: 12px;
}

#mainnav ul {
	text-align: center;
	margin-top:0px;
	margin-left:35px;
	padding-top:0px;
}	

#mainnav li {
	float: left;
	list-style: none;
	background-image: none;
	margin-top: 0px;
	margin-bottom: 0;
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

#mainnav a:link{
	font-size:10px;
	color: #ffffff;
	background-color: transparent;
}
#mainnav a:visited{
	font-size:10px;
	color: #ffffff;
	background-color: transparent;
}
#mainnav a:hover{
	font-size:10px;
	color: #ffffff;
	background-color: #000000;
}
#mainnav a:active{
	font-size:10px;
	color: #E4E4E4;
	background-color: transparent;
}



#subnav {
	float: left;
	margin-top: 0px;
	background: url(resources/background_subnav.jpg) repeat-x top left;
	width: 804px;
	height: 42px;
	padding: 12px;
}

#subnav ul {
	text-align: center;
	margin-top:0px;
	margin-left:35px;
	padding-top:0px;
}	

#subnav li {
	float: left;
	list-style: none;
	background-image: none;
	margin-top: 0px;
	margin-bottom: 0;
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

#subnav a:link{
	font-size:10px;
	color: #ffffff;
	background-color: transparent;
}
#subnav a:visited{
	font-size:10px;
	color: #ffffff;
	background-color: transparent;
}
#subnav a:hover{
	font-size:10px;
	color: #ffffff;
	background-color: #000000;
}
#subnav a:active{
	font-size:10px;
	color: #E4E4E4;
	background-color: transparent;
}

#textbox_1 {
	position: relative;
	background-color: #4d4d4d;
	margin:0px;
	margin-bottom: 10px;
	margin-left: 34px;
	padding: 10px;
	color: #ffffff;
	height: 340px;
	width: 445px;
	clear: left;
	float: left;
	background: url(resources/border_tb1.gif) no-repeat top left; 
}

#textbox_2 {
	background-color: #4d4d4d;
	float: right;
	position: relative;
	margin:0px;
	margin-right: 33px;
	margin-bottom: 10px;
	padding: 10px;
	color: #ffffff;
	width: 269px;
	height: 340px;
	background: url(resources/border_tb2.gif) no-repeat top left; 
}

#textbox_3 {
	position: relative;
	background-color: #4d4d4d;
	margin:0px;
	margin-bottom: 10px;
	margin-left: 34px;
	padding: 0px;
	color: #ffffff;
	width: 762px;
	clear: both;
	background: url(resources/border_inside_sides3.gif) repeat top left;
}

#textbox_3 .head {
	height: 3px;
	background: url(resources/border_inside_top3.gif) no-repeat top left;
}
#textbox_3 .content {
	margin: 0px;
	padding: 10px;
}
#textbox_3 .foot {
	height: 3px;
	margin: 0px;
	margin-top:10px;
	background: url(resources/border_inside_bottom3.gif) no-repeat top left;
}

#textbox_3 p {
	margin-top: 0px;
}

#textbox_3 li {
	list-style: none;
	line-height: 1.25;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

#textbox_3 hr {
	margin-top:2px;
	margin-bottom:2px;
}

#tb3_image_l {
	float: left;
	margin-right: 10px;
}

#tb3_image_r {
	float: right;
	margin-left: 10px;
}

#thumbdnails {
	display: run-in;
	margin-left: 39px;
	clear:left;
}
#thumbnail_1 {
	display: block;
	padding-top: 6px;
	padding-left: 6px;
	width: 136px;
	height: 119px;
	background: url(resources/bg-thumb.gif) no-repeat top left;
	margin: 0px;
}

#thumbnail_2 {
	padding-top: 6px;
	padding-left: 6px;
	width: 136px;
	height: 119px;
	background: url(resources/bg-thumb.gif) no-repeat top left;
	margin: 0px;
	/*clear: both;*/
}
#thumbnail_3 {
	padding-top: 6px;
	padding-left: 6px;
	width: 136px;
	height: 119px;
	background: url(resources/bg-thumb.gif) no-repeat top left;
	margin: 0px;
	/*clear: both;*/
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	background: url(resources/background_subnav.jpg) repeat-x top left;
	width: 804px;
	height: 42px;
	padding: 12px;
	clear: both;
}

#footer_detail {
	background-color: #000000;
	margin:0px;
	height: 192px;
	width: 828px;
	color: #333333;
}

#product {
	margin-top: 0px;
	margin-left: 45px;
	margin-bottom: 15px;
	width: 650px;
	padding: 5px;
	clear:both;
}

#product img {
	margin-top: 0px;
	margin-right: 10px;
}
#product hr {
	float:none;
	width: 650px;
	clear: both !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-size: 40px;
	line-height: 1;
	color: #ffffff;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
	clear:both;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
}

a:link{
	font-size:10px;
	color: #ffffff;
	background-color: transparent;
}
a:visited{
	font-size:10px;
	color: #ffffff;
	background-color: transparent;
}
a:hover{
	font-size:10px;
	color: #ffffff;
	background-color: #000000;
}
a:active{
	font-size:10px;
	color: #E4E4E4;
	background-color: transparent;
}

ul {
	text-align: center;
	margin-top:0px;
	padding-top:0px;
}

ol {
	text-align: center;
	margin-top:0px;
	padding-top:0px;
}	

.imgright{
	float: right;
	margin: 4px 0px 8px 18px;
}

.imgleft  {
	float: left;
	margin: 4px 18px 8px 0px;
}

p {
	margin-bottom:1.5em;
	}
	
	
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}