body {
	background-color: #bf6c00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #eee;
	background-image: url('../img/background.png');
	backrgound-position: top left; 
	background-repeat: repeat-x;
}

div#container {
	width: 938px; 
	margin: 0 auto; 
	background-image: url('../img/page.png');
}

div#container div.tc {
	width: 938px; 
	height: 17px;
	min-height: 17px;
	background-image: url('../img/tc-new2.jpg');
}

div#container div.tmenu {
	padding-left: 70px;
	width: 868px; 
	height: 39px;
	min-height: 39px;
	background-image: url('../img/menu-new2.jpg');
}

div#container div.tmenu div.menuItem {
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 4px;
	line-height: 32px;
}

div#container div.tmenu div.menuItem a {
	color: #444;
	text-decoration: none;
	display: block;
}

div#container div.tmenu div.menuItem:hover {
	border-bottom: 5px solid #3322aa;
}

div#container div.tb1 {
	width: 938px; 
	height: 55px;
	min-height: 55px;
	background-image: url('../img/tb1-new2.jpg');
}

div#container div.tb2 {
	width: 938px; 
	height: 55px;
	min-height: 55px;
	background-image: url('../img/tb2-new2.jpg');
}

div#container div.tb3 {
	width: 938px; 
	height: 80px;
	min-height: 80px;
	background-image: url('../img/tb3-new2.jpg');
}

div#container div.tb4 {
	width: 938px; 
	height: 75px;
	min-height: 75px;
	background-image: url('../img/tb4-new2.jpg');
}

div#container div.tb4 img.main {
	padding-top: 22px;
	padding-left: 30px;
	padding-bottom: 8px;
	display: block;
}

div#container div.tb4 img.sub {
	padding-left: 30px;
		display: block;
}


div#container div.tb5 {
	width: 938px; 
	height: 50px;
	min-height: 50px;
	background-image: url('../img/tb5.png');
}

div#container div.tb5 div.actualPage {
	color: #000;
	font-size: 10px;
	text-align: right;
	line-height: 50px;
	margin-right: 50px;
}

div#container div.tb5 div.actualPage span {
	font-weight: bold;
	border-bottom: 1px dotted #333;
}


div#container div#leftColumn {
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	width: 240px;
}

div#container div#leftColumn div.leftOffer {
	line-height: 14px;
	padding: 2px; 
	border: 1px solid #ccc; 
	background-color: #fff; 
	font-weight: bold; 
	margin-left: 20px; 
	width: 200px; 
	font-size: 10px; 
	color: #333; 
	padding-left: 0px; 
	text-align: center; 
	margin-bottom: 10px;
}

div#container div#leftColumn div.leftOffer a {
	color: #444;
	text-decoration: none;
}


div#container div.productItem {
	color: #555;
	line-height: 14px;
}

div#container div.productItem a {
	color: #c40;
	text-decoration: none;
	border-bottom: 1px dotted #c40;
}

div#container div#bigColumn {
	float: left;
	width: 625px;
}

div#container div#bigColumn2 {
	width: 840px;
	margin-left: 40px;
}

div#container div#rightColumn {
	float: left;
	width: 400px;
}

div#container div#sideColumn {
	margin-left: 20px;
	float: left;
	width: 212px;
}

div#container div#sideColumn div.sideTop {
	width: 212px;
	height: 10px;
	min-height: 10px;
	background-image: url('../img/sidetop.png');
}

div#container div#sideColumn div.sideBottom {
	width: 212px;
	height: 10px;
	min-height: 10px;
	background-image: url('../img/sidebottom.png');
}

div#container div#sideColumn div.sideMiddle {
	width: 202px;
	background-color: #b7b7b7;
	padding: 5px;
}


div#container div p {
	color: #444;
	text-align: justify;
	line-height: 20px;
	margin-bottom: 15px;	
}

div#container div p.center {
	color: #444;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: center;	
}

div#container div p.prelude {
	color: #744;
	line-height: 20px;
	margin-bottom: 15px;
	border-bottom: 2px solid #c40;
	border-top: 2px solid #c40;
	background-color: #eec;
	padding: 4px;
}

div#container div ul {
	margin-left: 15px;
	list-style-type: square;
	margin-bottom: 18px;
	color: #c40;
}

div#container div  ul li {
	line-height: 18px;
}

div#container div  ul ul {
	margin-bottom: 0px;
}


div#container div p.code {
	color: #444;
	line-height: 20px;
	margin-bottom: 15px;	
	font-family: monospace;
	background-color: #fff;
	border: 1px dotted #ccc;
	padding: 4px;
}

div#container div h1,
div#container div h2,
div#container div h3
{
	color: #c40;
	margin-bottom: 15px;
	border-bottom: 1px dotted #c40;
}

div#container div h1 { font-size: 16px; }
div#container div h2 { font-size: 14px; }
div#container div h3 { font-size: 12px; }

sup,
sub {
 	font-size: .8em; 
}

sub {
    vertical-align: sub;
}

sup {
	vertical-align: super;
}

div#container div p strong {
	font-weight: bold;
}

div#container div p a {
	color: #c40;
	text-decoration: none;
	border-bottom: 1px dotted #c40;
}

div#container div p a:hover {
	color: #f40;
	text-decoration: none;
	border-bottom: 1px solid #f40;
}

div#container div#leftColumn div.menuItem {
	font-size: 11px;
	font-weight: bold;
	margin-left: 15px;
	line-height: 23px;
	width: 211px;
	height: 23px;
	min-height: 23px;
	background-image: url('../img/menul.png');
	margin-bottom: 15px;
}

div#container div#leftColumn div.menuItem:hover {
	background-image: url('../img/menulh.png');
}

div#container div#leftColumn div.menuItem a {
	color: #fff;
	display: block;
	text-decoration: none;
	margin-left: 30px;
}

div#container div.foot1 {
	width: 938px; 
	height: 24px;
	min-height: 24px;
	background-image: url('../img/foot1.png');
}

div#container div.foot2 {
	width: 938px; 
	height: 47px;
	min-height: 47px;
	background-image: url('../img/foot2.png');
}

div#container div.foot2 div.copyright {
	line-height: 47px;
	color: #444;
	float: left;
	font-size: 10px;
	margin-left: 20px;
}

div#container div.foot2 div.menu {
	float: right;
}


div#container div.foot2 div.menu div.menuItem {
	float: left;
	font-size: 11px;
	margin-left: 7px;
	margin-right: 7px;
	line-height: 47px;
}

div#container div.foot2 div.menu div.menuItem a {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

div#container div.foot2 div.menu div.menuItem a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

div#container div.foot3 {
	width: 918px; 
	height: 63px;
	min-height: 63px;
	line-height: 30px;
	padding-left: 20px;
	background-image: url('../img/foot3.png');
}

div.form { 
	margin-top: 1px;
	background-color: #fff;
	-moz-border-radius: 10px;
	border-bottom: 10px;
	border: 1px solid #950;
	margin-bottom: 10px;
	padding: 10px;
	margin: 0px; 
	width: 595px;	
}

div.form form div.field {
	clear: both;
	display: block;
	margin-bottom: 10px;
}

div.form form div.field span.message {
	display: block;
	margin-left: 190px;
	font-size: 11px;
	color: #f00;
}

div.form form div.buttons {
	clear: both;
	display: block;
	margin-top: 20px;
}

div.form form div.field label {
	float: left;
	width: 180px;
	display: block;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	margin-right: 10px;
	color: #333;
	margin-top: 5px;
}

div.form form div.field label strong {
	font-weight: bold;
		color: #f42;
}

div.form form div.field div.boxarea {
	margin-left: 165px;	
}

div.button,
div.form form button {
	border: 0px;
	background-color: #b60;
	width: 153px;
	font-size: 10px;
	min-height: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	margin-right: 10px;
}

div.form form div.field textarea,
div.form form div.field select,
div.form form div.field input {
	margin-top: 1px;
	width: 350px;
	font-size: 12px;
	padding: 2px 2px;
	border: solid 1px #666;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
  	margin-bottom: 1px;
}

div.form form div.field input.checkbox {
	width: auto;
	border: 0px;
}

div.form form div.field textarea {
	height: 150px;
}

div.form form div.field input:hover {
	background-color: #f8f8f8;
	border: solid 1px #444;
}

div.form form div.field input.checkbox:hover {
	width: auto;
	border: 0px;
}

div.form form div.field input:focus {
	background-color: #555;
	color: #fff;
	border: solid 1px #000;
}

table {
	width: 100%;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

table th {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	background-color: #a20;
	color: #fff;
	padding: 5px;
}

table th.title {
	text-align: center;
	font-weight: bold;
	background-color: #c40;
	color: #fff;
	font-size: 14px;
	padding: 6px;
}

table td {
	text-align: center;
	background-color: #eee;
	color: #555;
	padding: 3px;
	margin: 1px;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
}