body {
	margin:0px;
	background-image:url(/images/common/bkgStripe.gif);
	background-repeat:repeat-x;
	background-position:0px 126px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	outline:none;
}

#cityBkg {
	background-image:url(/images/common/cityBkg.jpg);
	background-repeat:repeat-x;
	background-position:0px bottom;
}
#cityBkg-content {
	background-image:url(/images/common/cityBkg.jpg);
	background-repeat:repeat-x;
	background-position:0px bottom;
}
#wrapper {
	width:1150px;
	margin:auto;
}
#header {
	padding-top:45px;
	padding-left:200px;
	background-image:url(/images/common/logoHead.gif);
	background-repeat:no-repeat;
	background-position:20px 44px;
	height:158px;
	position:relative;
}
#header h2 {
	font-family:Impact, Charcoal, sans-serif;
	margin:0px;
	padding:10px 0px 0px 0px;
	color:#660000;
	font-size:32px;
	font-weight:normal;
	line-height:34px;
}
#checkoutButtons {
	position:absolute;
	right:40px;
	top: 25px;
}
#checkoutButtons a{
	color:#990000;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
}
#checkoutButtons a:hover{
	text-decoration:underline;
}
#navigation {
	padding-top:38px;
	padding-left:100px;
	font-weight:bold;
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
}
#navigation a{
	color:#f2c424;
	font-size:11px;
	text-decoration:none;
	margin-right:55px;
}
#navigation a:hover{
	text-decoration:underline;
}
#description {
	margin:0px;
	padding:10px 130px 0px 200px;
	font-size:10px;
	color:#979797;
	text-align:center;
	font-weight:bold;
	background-image:url(/images/common/bua.gif);
	background-repeat:no-repeat;
	background-position:20px 0px;
	height:64px;
}
#footer {
	height:72px;
	background-image:url(/images/common/footer.gif);
	clear:both;
}
#footer p{
	color:#FFFFFF;
	font-size:9px;
	text-align:right;
	padding-top:40px;
	margin:0px;
}
#footer p a{
	color:#FFFFFF;
}

.dropMenu {
	position:absolute;
	display:none;
	z-index:99;
	margin-top:3px;
}
.dropMenu a {
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	background-color:#606060;
	width:115px;
	padding:4px 0px 3px 5px;
	font-size:10px;
	text-align:left;
}
.dropMenu a:hover {
	color:#000000;
	background-color:#F2C424;
}
.dropMenu a.border-bottom {
	border-bottom:2px solid #F2C424;
}
