@charset "utf-8";

/* CSS Document */


body{
	background:#868686;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
}

#wrap{
	width:999px;
	margin:0 auto;
	background:url(../images/wrap-bg.png) repeat-y;
	min-height:100px;
}

#call{
	float:right;
	font-size:30px;
	color:#771c1c;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin:30px 20px 0 0;
	line-height:20px;
}

#call span{
	font-size:15px;
	float:right;
	font-style:italic;
}

#wrap-top{
	background:url(../images/wrap-top.png) no-repeat;
	margin:0 auto;
	width:999px;
	height:38px;
}

#wrap-btm{
	background:url(../images/wrap-btm.png) no-repeat;
	margin:0 auto;
	width:999px;
	height:38px;
}

#wrap-btm img{
	margin:-20px auto 0 auto;
	width:118px;
	height:54px;
}

#header{
	background:url(../images/banner.jpg) no-repeat;
	height:242px;
	margin:0 0 0 32px;
	width:936px;
}


#body{
	background:url(../images/home.jpg) no-repeat top;
	min-height:362px;
	margin-left:0px;
}

#menu{
	width:125px;
	float:left;
}

#menu ul{
	padding:0;
	margin:0;
	list-style:none;
}

#menu li{
	list-style: none;
	border-bottom:2px solid #FFF;
	color:#FFF;
	line-height:22px;
	font-size:12px;
	margin:5px 0 5px 25px;
}

#menu li a{
	color:#FFF;
	text-decoration:none;
}

#menu li a:hover{
	text-decoration:none;
	color:#FC0;
}

#content{
	color:#575757;
	font-size:12px;
	width:650px;
	margin-left:50px;
	float:left;
}

#content ul{
	line-height:20px;
}

#content li{
	margin:0 0 10px 0;
}

#content p{
	margin:0 0 10px 0;
	padding:0;
	line-height:22px
}

#promo-top{
	background:url(../images/promo-top.png) no-repeat;
	height:14px;
	width:600px;
}

#promo-btm{
	background:url(../images/promo-btm.png) no-repeat;
	height:14px;
	width:600px;
}

#promo-mid{
	background:url(../images/promo-mid.png) repeat-y;
	width:590px;
	color:#FFF;
	padding:0 0 0 10px;
	
}

#promo-mid img{
	margin:10px 0;
}

#promo-bg{
	float:right;
	background:url(../images/monthly-promo.png) no-repeat;
	height:18px;
	width:104px;
	margin-right:10px;
}


#ct-top{
	background:url(../images/ct-top.png) no-repeat;
	height:12px;
	width:863px;
	margin-left:42px;
	margin-top:-10px;
}

#ct-mid{
	background:url(../images/ct-mid.png) repeat-y;
	width:863px;
	margin-left:42px;
}

#ct-btm{
	background:url(../images/ct-btm.png) no-repeat;
	height:19px;
	margin-left:42px;
	width:863px;
}

#footer{
	background:url(../images/footer.png) no-repeat left;
	height:60px;
	width:840px;
	margin:0 auto;
	font-size:11px;
	color:#8e8e8e;
	padding-left:60px;
	padding-top:15px;
	margin-top:20px;
}

#footer span{
	float:right;
}

.clear{
	clear:both;
}

table{

	padding:5px;
	margin:5px;
}

td{
	border-bottom:1px dotted #555;
	line-height:22px;
}

#menu ul ul {
  position: absolute;
  left: 100px;
  top: 0;
  visibility: hidden;
  background:transparent url(../images/ct-mid2.png) repeat scroll 0 0;
  width:200px;
  padding:0 20px 0 0
}

#menu li:hover > ul {
  visibility: visible;
}

#menu li:hover ul, #menu li:hover li:hover ul {
  visibility: visible;
}

#menu li:hover ul ul {
	visibility: hidden;
}

#menu li {
  /* this is to make the submenus position relative to this li */
  position: relative; 
}

