/*--------------------*/
/* STANDARD HTML TAGS */
/*--------------------*/
/* BODY */
body
{
	background-color: #FFFFFF;
	margin: 0px 0px;
}

body, p, div, span, ul, ol, blockquote, td {
	font-family: Arial, Helvetica, San-serif;
	font-size: 9pt;
	color: #333;
	font-weight: normal;
}

b, strong { color: #333333; }

/* IMAGE */
img { border: 0px; }

input, select, textarea
{
	font-size: 9pt;
	background-color: #EEEEEE;
}

/* TABLE */
table { border: 0px; }
td, div { vertical-align: top; }

/* GENERAL LINKS */
a:link, a:visited, a:active
{
	color: #EC9A31;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #EC9A31;
}




/* SPLASH */
#main {
	width: 1013px;
	float: right;
	margin-top: 18px;
}

#left_panel {
	width: 557px;
	height: 514px;
	background: url('../images/crate_splash_left.jpg') no-repeat;
	float: left;
}

#middle_panel {
	width: 336px;
	height: 514px;
	background: url('../images/crate_splash_middle.jpg') no-repeat;
	float: left;
	text-align: center;
}

#right_panel {
	width: 120px;
	height: 514px;
	background: url('../images/crate_splash_right.jpg') no-repeat;
	float: left;
}

#left_phone {
	float: left;
	margin-top: 165px;
	margin-left: 60px;
	color: #666666;
	font-family: Helvetica, Arial, San-serif;
	font-size: 11px;
}

#left_email {
	float: right;
	margin-top: 206px;
	margin-right: 60px;
	color: #666666;
	font-family: Helvetica, Arial, San-serif;
	font-size: 11px;
}

#left_email a {
	color: #666666;
	font-weight: normal;
}

#left_email a:hover {
	color: #333333;
}

#left_text {
	float: left;
	width: 170px;
	margin-top: 255px;
	margin-left: -58px;
	color: #666666;
	font-family: Helvetica, Arial, San-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#middle_logo {
	margin-top: 26px;
}

#middle_spacer {
	margin-top: 6px;
	margin-bottom: 10px;
}

#middle_button {
}

/* IMAGE ROLLOVERS */
.rollover {
	display: block;
}

.rollover img {
	width: 100%;
	height: 100%;
	border: 0;
}

.rollover:hover {
	visibility: visible;
}

.rollover:hover img {
	visibility: hidden;
}
