
/*****-------accordian_slide--------*/

#accordian{
	padding:5px;
	width:750px;
	z-index:2;
	margin:0 auto;
}

.accordion_headings{
	padding:7px 10px;
	background:url(../images/item_bg.jpg) top no-repeat;
	color:#FFFFFF;
	margin-top:2px;
	cursor:pointer;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	clear:both;
}

.accordion_headings:hover{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
}


#header h2 {
text-align:center;
font:100% Verdana;
text-transform:uppercase;
letter-spacing:2px;
color:#bbb;
margin:10px 0 40px;
}

.accordion_child{
	padding:0px 0px 0px 0px;
	background:#fafafa;
	border:3px solid #f4f4f4;
}
.accordion_child ul {
	margin:25px 0 25px 0px;}

.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:10px 0;
	background:url(../images/bullet.gif) left no-repeat;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	line-height:19px;
}
.accordion_child a {
	color:#333;}

.accordion_child a:hover {
	text-decoration:none;}

.accordion_child ul.links li {
	background:url(../images/link.gif) left no-repeat;}

p {
	margin:15px;
	line-height:18px;
}

.header_highlight{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
}
.mobile_box{
width:120px;
height:210px;
padding:10px 10px 10px 30px;
margin:0px 10px 10px 10px;
border:2px solid #d1d1d1;
float:left;}
h3{
text-align:left;
font:16px Arial, Helvetica, sans-serif;
text-transform:uppercase;
letter-spacing:1px;
color:#000;
font-weight:bold;
margin:10px 10px 10px 20px;
border-bottom:1px dashed #d1d1d1;

}
