@charset "utf-8";
/* CSS Document */

#content a {
	color: #000;
	font-weight:100;
	text-decoration: none;
}
/*body{
color: #333;
font-size: 11px;
font-family: verdana;
}*/

#content a:hover {
	color: #000;
}
#content p {
	line-height: 1.5em;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-top: 5px;
}
#content .boxholder .box ul li {
	list-style-image: url(../images/check_icon.png);
}

#wrapper {
	width: 700px;
	padding-bottom:30px;
}

#wrapperhome{
width: 500px;
margin: 0 auto;
}
.box {
	background-color: #FFF;
}
.boxholder {
	clear: both;
	padding: 1px ;
	background: #ccc;
}
#box {
	padding-left:20px;
}
.tab {
	float: left;
	height: 32px;
	width: 102px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #ccc url(../images/greytab.jpg) no-repeat;
}
.tabtxt {
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0 0;
}
#h1_box_tab {
	background-image: url(../images/h1_line.png);
	width: 95%;
	margin-left:10px;
	padding: 0 0 10px 0;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
}

