#nav {
	float: left;
	margin: 15px 0 0 0;
}

#nav div.top {
    background: url("../images/marketing/nav_top2.png") no-repeat top left;
    width: 239px;
    height: 25px;
}

#nav div.bottom {
    background: url("../images/marketing/nav_bottom2.png") no-repeat top left;
    width: 239px;
    height: 42px;
}

#nav ul {
    list-style: none;
    position: relative;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}

#nav li {
    background: url("../images/marketing/nav_button_inactive3.png") repeat-y top left;
    margin: 0;
	padding: 0;
}

#nav li.active {
    background: url("../images/marketing/nav_button_active3.png") repeat-y top left;
}

#nav li a {
    width: 239px;
    height: 49px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    display: block;
    vertical-align: middle;
   	padding: 0 0 0 3px;
   	line-height: 49px;
}

#nav li a span{
}

#nav li img {
    vertical-align: middle;
    margin: 0 10px 0 3px;
}

#page_header {
	font-size: 38px;
	color: #bc9965;
    background: url("../images/marketing/hr_lines.png") repeat-x bottom;
    height: 60px;
    width: 700px;
   	margin: 0 0 0 270px;
   	padding: 20px 0 0 0;
   	position: relative;
}

#page_content {
    /*background: url("../images/marketing/hr_lines.png") repeat-x bottom;*/
    width: 700px;
   	margin: 0 0 0 270px;
   	padding: 15px 0 0 0;
   	position: relative;
   	font-size: 14px;
}

#page_text {
    width: 680px;
   	margin: 0 0 0 270px;
   	padding: 20px 0 0 5px;
   	position: relative;
   	font-size: 14px;
}

#info_box {
   	margin: 0 0 0 270px;
   	padding: 20px 0 0 0;
   	font-size: 14px;
}

#info_box div.top {
    background: url("../images/marketing/info_box_top.png") no-repeat top left;
	width: 708px;
	height: 14px;
}

#info_box div.bottom {
    background: url("../images/marketing/info_box_bottom.png") no-repeat top left;
	width: 708px;
	height: 14px;
}

#info_box div.content {
    background: url("../images/marketing/info_box_middle.png") repeat-y left;
	width: 704px;
	padding: 0 3px 0 2px;
}

#info_box div.section {
    border-top: 1px #e7e7e7 solid;
    padding: 10px 20px 10px 20px;
}

#about_info_box {
	float: left;
	width: 598px;
	height: 390px;
	background: url("../images/marketing/about_info_box.png") no-repeat top left;
	position: relative;
	bottom: -4px;
	margin: 0px 0 0 15px;
	padding: 0 40px 0 10px;
	font-size: 14px;
    z-index: 100;
}

#about_info_box div.section {
    border-top: 1px #dfe2b0 solid;
    padding: 20px;
}

#selling_points {
	margin: 5px 0 0 7px;
	padding: 5px 0 0 7px;
	list-style-type: decimal;
}

#selling_points li {
	padding: 0 0 10px 0;
}

#ready_try {
    background: url("../images/marketing/click_get_started.png") no-repeat bottom right;
	width: 252px;
	height: 111px;
	position: relative;
}

#connect_info_left {
	width: 222px;
	height: 305px;
	background: url("../images/marketing/connect_info_left.png") no-repeat top left;
}

#connect_info_left div.section{
    border-top: 1px #e4e4df solid;
    padding: 10px 10px 10px 15px;
   	font-size: 14px;
}





