@charset "UTF-8";

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.subhead1{
	font-weight:bold;
	color:#336699;
}

a{
	color:#f7842e;
	text-decoration:underline;
}

a:hover{
	color:#000;
	text-decoration:none;
}


.container{
	width:950px;
	margin:0 auto 0 auto;
}

/******************************************************/
/*************************Header***********************/
/******************************************************/

.header{
	background-image:url(images/template/header.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:173px;
}

.icon-links{
	list-style:none;
	margin-top:20px;
}

.icon-links a{
	color:#336699;
	font-size:12px;
	text-decoration:underline;
	background-image:url(images/template/small-logo.gif);
	background-position:left;
	padding-left:20px;
	background-repeat:no-repeat;
}

.icon-links a:hover{
	color:#000000;
	text-decoration:none;
}

.logo a{
	background-image:url(images/template/auers-logo.gif);
	background-repeat:no-repeat;
	padding-top:88px;
	padding-left:100px;
	font-weight:bold;
	margin-bottom:24px;
	color:#336699;
	display:block;
	width:240px;
	text-decoration:none;
}

/******************************************************/
/*********************Navigaiton***********************/
/******************************************************/

.navigation{
	padding-bottom:24px;
	background-image:url(images/template/gold-border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:1.6em;
	/*height:23px;*/
	padding-left:15px;
}


.rigging:hover, .moving:hover, .storage:hover, .fine:hover{
	color:#000000;
}

/******************************************************/
/************************Content***********************/
/******************************************************/
.content{
	font-size:12px;
	line-height:24px;
	clear:both;
}

.content .subhead1{
	font-weight:bold;
	color:#336699;
}

.content h1{
	color:#336699;
	font-size:14px;
}

.content h1 a{
	color:#336699;
	font-size:14px;
}

.content a{
	color:#f7842e;
	text-decoration:underline;
	
}

.content a:hover{
	color:#000;
	text-decoration:none;
}

.gallery {
	text-align:center;
	margin:0 auto 0 auto;
	width:940px;
}


.gallery a img{
	border:1px solid #000;
	margin:5px;
	
}

.gallery a:hover img{
	border:1px solid #f7842e;
	
}

.left-image
{
	border:1px solid #000;
	margin:0px 10px 10px 10px;
	float:left;
}

.right-image{
	border:1px solid #000;
	margin:0 0 0 10px;
	float:right;
}

.contact-us-form{
	width:500px;
	margin:auto auto auto 10px;
	padding:0 10px 10px 10px;
	background-color:#eee;
	border:1px solid #bbb;
	font-size:11px;
}


div.right-image{
	margin:0 0 0 10px;
	float:right;
	font-size:10px;
	background-color:#eee;
}

div.right-image p{
	padding:2px;
	text-align:center;
	margin:0px;
	line-height:14px;
}

div.left-image
{
	border:1px solid #000;
	margin:0 10px 0 0;
	float:left;
	font-size:10px;
	background-color:#eee;
}

div.left-image p
{
	padding:2px;
	text-align:center;
	margin:0px;
	line-height:14px;
}

div.lighter-gray{
	/*background-color:#eee;*/
	background-color:#ddd;
	padding:1px 5px 1px 5px;
	margin:5px 0 5px 0;
	color:#000;
}

.contact-us-form p{
	line-height:14px;
}


.article-table p
{
	line-height:24px;
	margin-top:0;
	padding-top:0;
}

.article-table img{
	border:1px solid #000;
	margin-right:10px;
}

.small-type{
	font-size:10px;	
}

/******************************************************/
/************************Bottom************************/
/******************************************************/

.newsletter{
	float:right;
	text-align:right;
	font-size:12px;
	clear:right;
	line-height:24px;
}

.text-links{
	margin-bottom:25px;
	clear:both;
}

.text-links a{
	font-size:11px;
	color:#f7842e;
	text-decoration:none;
	margin-right:30px;
	line-height:24px;
}


.text-links a:hover{
	color:#000;
	text-decoration:none;
}


.address{
	font-size:11px;
	width:49%;
}


.credit{
	font-size:11px;
	width:49%;
	float:right;
	text-align:right;
}

