/* CSS Document */

/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	background: #EDEBEB url() repeat-y center top;
	font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #000000; 
	text-align: center;		
}


h1, h2, h3, h4, h5, h6 {
	padding:0px;		
	margin: 0px;
}


ul, ol {
	margin: 5px 10px;
	padding: 0 10px;
}



/* *******************************************
   LAYOUT
******************************************* */ 
#wrap {
	position: relative;
	width: 1002px;
	margin: 0 auto;
	text-align: left;
}


.body-table{}

.body-table .leftbar{}

.body-table .midbar{ width:729px; background: url(../images/body-table-bg.gif) repeat-y;}

.body-table .midbar .top{ width:100%; background: url(../images/body-table-top.gif) no-repeat;} 

.body-table .midbar p a{ color:#FF6201; text-decoration:underline;}
.body-table .midbar p a:hover{ color:#FF6201; text-decoration:none;}

.body-table .rightbar{ width:265px; padding-left:8px;}


/* *******************************************
   PRODUCT
******************************************* */ 

.about p{ margin:5px 0 5px 0;}

/* *******************************************
   PRODUCT
******************************************* */ 

.product{}

.product table {
	padding:2px;
	border-collapse:separate;

}

.product td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;
	color:#313131;
}

.product td h4 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	font-size:16px;
	color:#313131;
}

.product td h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size:11px;
	color:#F56200;
	text-decoration:underline;
}

.product ul {
	margin: 5px 10px;
	padding: 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;
}

.product ul li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;
	color:#313131;
	list-style: url(../images/list-bullet.gif);
}

/* *******************************************
   FOOTER
******************************************* */ 

.footer-table{ margin-top:10px;}

.footer-table .leftbar{}

.footer-table .midbar{ width:729px;}

.footer-table .midbar p{ color:#000000; font:normal 13px Arial, Helvetica, sans-serif; margin-left:80px;}

.footer-table .midbar p a {	
	color: #BE420D;
	text-decoration: none;
}
.footer-table .midbar p a:hover {
	color: #454545;
	background: inherit;
	text-decoration: underline;
}

.footer-table .rightbar{ width:265px; padding-left:8px;}



/* start - table */
table {
	border-collapse: collapse;

	padding:0px;
}

/* end - table */


.spacer-a{ font-size:1px; font-family:Arial, Helvetica, sans-serif;}

