/*  ---general styles start--- */



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}

#clear {
	clear:both;
	}
#wrapper {
	width: 700px;
	text-align: center;
}
#banner {
	background-image: url(images/tom_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 130px;
	width: 700px;
	text-align: center;
}
#contact {
	height: 110px;
	width: 700px;
	font-weight: bold;
	text-align: center;
}	
a:link 
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #4874D8;
	text-decoration: none;
}
a:visited 
{
	color: #4874D8;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none; 
}
a:active 
{
	color: #50add8;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
}
a:hover 
{
	color: #50add8;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
}
#order {
	width: 700px;
	text-align: center;
}
#bortable {
	margin-bottom: 1.3em;
	border-collapse: collapse;
}
#bortable td, th {
	padding-top: .3em;
	padding-right: .3em;
	padding-bottom: .3em;
	padding-left: .3em;
	border: 1px solid #D96706;
}
#bortable  th {
	background-color: #F7B904;
}
#bortable-noborder   {
	padding: 0;	
}
.sup {
	font-size: 9px;
	vertical-align: 2px;
}
.text-accent {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #D4001A;
}

#head {
	display: block;
	height: 50px;
	width: 750px;
	margin-left: 0px;
}

#logo {
	margin-left: 5px;
	margin-top: 20px;
	text-align: left;
	margin-bottom: 20px;
	}
/*  general styles stop */	
/*  home page styles start */


/*  home page styles stop*/



#heads {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 8px;
	margin-left: 5px;
}
#indent {
	padding-left: 20px;
	margin-top: 10px;
	padding-bottom: 5px;
}



/*  footer styles start*/
#footer {
	height: 40px;
	width: 700px;
	margin-left: 0px;
	font-size: 10px;
	padding-top: 5px;
	color: #000000;
	margin-top: 10px;
	text-align: center;
}
#rule {
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	width:  600px;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	margin-left: 50px;
}

/*  footer styles stop*/
.popup {
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
}

.indent {
	margin-left: 10px;

