/* CSS Document */

body {
	background: url(../images/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	background-color:#d4b562;
}
	
#container {
	position:relative;
	width:835px;
	margin-left: auto;
    margin-right: auto;
}
	
#mainBody {
	top:20px;
	position:absolute;
	background: url(../images/background-body.jpg);
	width:835px;
	min-height:965px;
}

#mainBodyLong {
	top:20px;
	position:absolute;
	background: url(../images/background-bodyLong.jpg);
	width:835px;
	height:1500px;
}

#menu {
	background: url(../images/background-menu.jpg);
	position:absolute;
	top:140px;
	left:8px;
	width:813px;
	height:35px;
}

#columnSearchBar {
	position:absolute;
	width:200px;
	height:100px;
	top:15px;
	left:15px;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
}

#columnCallOutHeader {
	position:absolute;
	width:200px;
	top:10px;
	left:15px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#3f586b;
}

#columnCallOutText {
	position:absolute;
	width:200px;
	top:55px;
	left:15px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#3f586b;
}

#copyright{
	position:absolute;
	top:990px;
	left:560px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#FFFFFF;
}

#copyrightLong{
	position:absolute;
	top:1520px;
	left:560px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#FFFFFF;
}

#mapQuest{
	position:absolute;
	left:575px;
	top:480px;
}

p.mainMenu{
	margin-left:60px;
	margin-top:7px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	word-spacing:3em;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

a.blue{
	text-decoration:none;
	color:#3f586b;
}

a.blue:hover{
	color:#FF6A23;
}

img{
	border:0px;
}

.orangeText{
	color:#FF6A23;
}

.hidden{
	display:none;
}

hr.products{
	color:#FF6A23;
	height:2px;
	position:relative;
	margin:0px;
}