/* ----- SHARED ----- */

body {
	background: #ffffff;
	margin: 0px; }

/* ----- CONTENT ----- */

p.content, p.content a {
	font-family: arial;
	font-size: 12px;
	line-height: 24px;
	color: #255085; }

p.content a {
	color: #8b3631; }

p.content a:hover {
	color: #edb890; }

/* ----- FORM ----- */

input.textbox {
	width: 226px;
	height: 28px;
	font-family: arial;
	font-size: 12px;
	background: #ffffff;
	border: 1px solid #255085;
	color: #255085;
	padding: 5px 10px;
	margin-top: -1px;
	margin-bottom: 5px; }

div.dropdown, div.textarea {
	height: 30px;
	width: 226px;
	margin: 1px 0px;
	margin-bottom: 6px;
	background: #ffffff;
	border: 1px solid #255085;
	padding: 3px 2px; }

div.dropdown div, div.textarea div {
	width: 220px;
	background: #ffffff;
	display: block;
	overflow: hidden; }

div.dropdown select, textarea {
	width: 222px;
	margin: -1px;
	color: #255085;
	background: #ffffff;
	font-family: arial;
	font-size: 12px;
	border: 0px; }

div.textarea {
	height: 90px; }

textarea {
	height: 78px;
	padding: 7px 10px; }

input.button, input.button_rollover {
	height: 30px;
	width: 80px;
	border: 0px;
	background: #255085;
	cursor: hand;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	color: #ffffff; }

input.button_rollover {
	background: #799dca; }

/* ----- MENU ----- */

td.menu_home a, td.menu_home_selected a { width: 56px; height: 46px; background: url("../img/menu_home.gif") 0px 0px no-repeat; display: block; overflow: hidden; }
td.menu_home a:hover, td.menu_home_selected a { background: url("../img/menu_home.gif") 0px -46px no-repeat; }

td.menu_drywall a, td.menu_drywall_selected a { width: 67px; height: 46px; background: url("../img/menu_drywall.gif") 0px 0px no-repeat; display: block; overflow: hidden; }
td.menu_drywall a:hover, td.menu_drywall_selected a { background: url("../img/menu_drywall.gif") 0px -46px no-repeat; }

td.menu_painting a, td.menu_painting_selected a { width: 70px; height: 46px; background: url("../img/menu_painting.gif") 0px 0px no-repeat; display: block; overflow: hidden; }
td.menu_painting a:hover, td.menu_painting_selected a { background: url("../img/menu_painting.gif") 0px -46px no-repeat; }

td.menu_repainting a, td.menu_repainting_selected a { width: 87px; height: 46px; background: url("../img/menu_repainting.gif") 0px 0px no-repeat; display: block; overflow: hidden; }
td.menu_repainting a:hover, td.menu_repainting_selected a { background: url("../img/menu_repainting.gif") 0px -46px no-repeat; }

td.menu_contactus a, td.menu_contactus_selected a { width: 79px; height: 46px; background: url("../img/menu_contactus.gif") 0px 0px no-repeat; display: block; overflow: hidden; }
td.menu_contactus a:hover, td.menu_contactus_selected a { background: url("../img/menu_contactus.gif") 0px -46px no-repeat; }

/* ----- TOOLTIP ----- */

div.tooltip {
  width: 265px;
	background: #ffffff;
	padding: 15px;
	display: none; }

div.tooltip, div.tooltip td {
	font-family: arial;
	font-size: 12px;
	color: #000000; }
