/* ---------------------------
Allied Crane & Machinery
Official Color Scheme:
#000000: (BLACK, page background)
#E2120B: (RED)
#FFFFFF: (WHITE)
#00307E: (BLUE)
#999999: (GREY, left nav background)
#FDF11C: (YELLOW, links)
--------------------------- */

/* ===================================================================== */
/* Redefine standard HTML tags */

* {		/* Set margin & padding of all elements to 0 */
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto;
	background-color: #000000;
/*	cursor:default; */ /* Prevent "text" cursor */
}

a {text-decoration: none}	/* All links */
a:link,
a:visited {color: #000000}	/* Default */
a:hover,
a:active  {color: #00307E}	/* Hover */

h1, h2, h3 
{font-family: Verdana, Arial, Helvetica, sans-serif}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0 10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0 3px;
}
hr {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 2px;
	width: 100%;
	text-align: left;
}


/* ===================================================================== */
/* Set styles for browser consistency */

p {margin: 0 0 12px}		/* Set paragraph margin               */
a img {border-width: 0}		/* Remove border from image links     */
ul {list-style-type: disc}	/* Set bullet type for unordered list */
li {margin-left: 20px}		/* Set left margin for list elements  */


/* ===================================================================== */
/* Absolutely positioned elements */

.position {							/* AP container */
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
}
.position * {position: absolute}	/* AP elements */
.position * * {position: relative}	/* AP nested elements */


/* ===================================================================== */
/* Set up basic table form structure */
table td.value span.zip,
table td.field {
	font-weight: bold;
	text-align: right;
}
table td.value {
	text-align: left;
}
table td.value span.zip {
	display: inline-block;
	width: 75px;
	margin-right: 5px;
}
b.req {color: #E2120B}	/* Required form fields color */


/* ===================================================================== */
/* Define all global styles */

table#main {
	margin: 0 auto;
	text-align: left;
	border-color: #00307E;
	border-style: solid;
	border-width: 0 22px;
}

td#header {}

td#LookingFor {
/*	height: 30px;	*/
	color: #FFFFFF;
	padding: 4px 0 6px;
	background-color: #E2120B;
}
td#LookingFor table {}

td#LookingFor div#Answers span {
	float: right;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding-top: 3px;
	padding-right: 4px;
}
td#LookingFor div#Answers img {
	float: right;
}

td#nav_left {
	background-color: #999999;
}

td#nav_left div#header_login {
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0 8px 15px;
	background-color: #FDF11C;
	border-bottom: 3px solid #E2120B;
}
td#nav_left div#header_login div {margin-top: 5px}

td#nav_left div#nav {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	list-style: none;
	text-transform: uppercase;
}

td#nav_left div#nav           span {
	display: inline-block;
	width: 182px;
	color: #FFFFFF;
	padding: 2px 0 2px 18px;
	margin-top: 2px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #999999;
	cursor: default;
}
td#nav_left div#nav a:link    span,
td#nav_left div#nav a:visited span {
	color: #FDF11C;
	background-color: #999999;
}
td#nav_left div#nav a:hover   span,
td#nav_left div#nav a:active  span {
	color: #000000;
	background-color: #FDF11C;
	border-color: #000000;
	cursor: pointer;
}
td#nav_left div#nav a span.current {
	color: #000000;
	background-color: #FDF11C;
	border-color: #E2120B;
}

td#content {
	height: 500px;
	background-color: #FFFFFF;
}
td#footer {
	height: 24px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00307E;
}
td#footer a:link,
td#footer a:visited {color: #FFFFFF}
td#footer a:hover,
td#footer a:active  {color: #FFC14F}

div#copyright {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px 0;
}
div#copyright,
a.applebox:link,
a.applebox:visited,
a.applebox:hover,
a.applebox:active,
a.applebox:link    span,
a.applebox:visited span {color: #FFFFFF}
a.applebox:hover   span,
a.applebox:active  span {color: #D1202A}

a.lunar:link,
a.lunar:visited,
a.lunar:hover,
a.lunar:active,
a.lunar:link    span,
a.lunar:visited span {color: #FFFFFF}
a.lunar:hover   span,
a.lunar:active  span {color: #fdf11c}

/* ===================================================================== */
/* Common styles */

img.photos {
	float: left;
	margin: 0 14px 10px 0;
	border: 2px solid #000000;
}

/* ===================================================================== */