/*
-----------------------------------------------
Ideal Touch Corp
Author:   Soapbox Studio
Version:  Dec 22, 2006
----------------------------------------------- */

body {
	background-color: #ed7b01;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Backgrounds
----------------------------------------------- */
.bkg {
	background-image: url(/img/siteimages/bkg.jpg);
	background-repeat: repeat-x;
}


/* Text
----------------------------------------------- */
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #ed7b01;
	text-decoration: none;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}
a.body:link {
	font-weight: bold;
	color: #ed7b01;
	text-decoration: none;
}
a.body:visited {
    font-weight: bold;
	color: #ed7b01;
	text-decoration: none;
}
a.body:hover {
    font-weight: bold;
	color: #ed7b01;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}
a.footer:link {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.footer:visited {
    font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.footer:hover {
    font-weight: bold;
	color: #E54B09;
	text-decoration: underline;
}
/* Borders
----------------------------------------------- */
.border {
	border: 1px solid #000;
}

/* Forms
----------------------------------------------- */
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
	margin: 4px;
	padding: 2px;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
	margin: 4px;
}
/* Buttons
----------------------------------------------- */
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #E8E9E1;
	background-color: #7D0A0D;
	margin: 4px;
	padding: 3px;
	border: thin solid #E8E9E1;
	height: auto;
	text-align: center;
	width: 65px;
}
/* Div
----------------------------------------------- */
.maindiv {
	margin: 0px;
	border-width: 0px;
	padding: 0px 10px 0px 0px;
	overflow: auto;
	width: 385px;
	height: 450px;
}
