/*-------------------
	General
---------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ded;
	text-align: center;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#wrapper {
	width: 775px;
	margin: 10px auto;
	text-align: left;
}

/*-------------------
	Header
---------------------*/

#header {
	position: relative;
	width: 100%;
	height: 120px;
	padding: 20px 0;
	background: url(../images/header.gif) no-repeat 20px top;
}

#header h1 {
	text-indent: -10000px;
	margin: 0;
}

#header p {
	position: absolute;
	bottom: 10px;
	right: 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/telephone.png) no-repeat left bottom;
}

/*-------------------
	Navigation
---------------------*/

#navigation {
	width: 155px;
	float: left;
	border: 1px solid #fff;
	border-bottom: none;
	background: #aba;
}

#navigation ul li {
	list-style: none;
}

#navigation ul li a {
	display: block;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

* #navigation ul li a {
	width: 135px;
}

#navigation ul li a:link, #navigation ul li a:visited {
	background: #aba url(../images/arrow.gif) no-repeat 85% center;
	
}

#navigation ul li a:hover, #navigation ul li a:active, body.home #navigation ul li a#n-home, body.aboutus #navigation ul li a#n-aboutus, body.contactus #navigation ul li a#n-contactus {
	background: #da6 url(../images/arrow.gif) no-repeat 85% center;
}

body.packages #navigation ul li a#n-packages {
	background: #da6 url(../images/arrowdown.gif) no-repeat 85% center;
}

body.packages #navigation ul li a.subcat:link, body.packages #navigation ul li a.subcat:visited {
	background: #aba;
}

body.packages #navigation ul li a.subcat:hover, body.packages #navigation ul li a.subcat:active, body#getstarted #navigation ul li a#n-getstarted, body#beginner #navigation ul li a#n-beginner, body#entrepreneur #navigation ul li a#n-entrepreneur, body#pro #navigation ul li a#n-pro {
	background: #da6;
}

#navigation ul li a.subcat {
	font-size: .8em;
	padding: 5px 0 5px 40px;
}

* #navigation ul li a.subcat {
	width: 115px;
}

/*-------------------
	Breadcrumb Nav
---------------------*/

#breadcrumb {
	width: 612px;
	height: 10px;
	background: #ded url(../images/content-top.gif) no-repeat left top;
	font-size: .9em;
	text-indent: 10px;
	line-height: 1.8em;
}

#breadcrumb a {
	color: #b71;
}

#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active {
	text-decoration: underline;
}

/*-------------------
	Content
---------------------*/

#content {
	width: 612px;
	float: right;
	background: #fff;
}

#content-footer {
	clear: both;
	width: 612px;
	height: 10px;
	background: #ded url(../images/content-bottom.gif) no-repeat left top;
}

#content p {
	margin: 0 10px 10px 20px;
}

#content img {
	float: right;
	margin: 5px 5px;
}

#content a img {
	border: none;
}

#content img.logo {
	float: none;
	margin-left: 152px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	clear: both;
}

#content h1 {
	margin: 20px 10px 10px 10px;
	border-bottom: 1px solid #999;
}

body#packages-home h1 {
	margin-bottom: 0;
}

#content h3 {
	margin-left: 10px;
}

#content h2 {
	margin: 0 10px 10px 10px;
}

#content h2.byline {
	font-size: 1.1em;
	color: #999;
	text-indent: 7em;
}

#content h2.optional {
	margin-top: 5px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#content h5.price {
	margin: 0 0 10px 10px;
	font-size: 1.4em;
}

#content h5.list {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 1em;
}

#content h5.bonus {
	margin: 0 10px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #f00;
	font-size: 1.3em;
}

#content ul {
	width: 360px;
	margin: 0 0 10px 0;
	float: left;
}

#content ul li {
	margin: 0 0 0 25px;
}

#content ul li.item-price {
	list-style: none;
	font-weight: bold;
	color: #666;
	font-size: 1.2em;
}

#content dl {
	margin: 5px 10px;
}

#content dl dt {
	font-size: 1.2em;
	clear: both;
}

#content dl dt a, #content dl dd a {
	color: #b71;
}

#content dl dt a:link, #content dl dt a:visited, #content dl dd a:link, #content dl dd a:visited {
	text-decoration: none;
}

#content dl dt a:hover, #content dl dt a:active, #content dl dd a:hover, #content dl dd a:active {
	text-decoration: underline;
}

#content dl dd {
	margin: 5px 20px;
}

#content dl dd.price {
	font-weight: bold;
	margin-bottom: 10px;
}

/*-------------------
	Footer
---------------------*/

#footer {
	width: 100%;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: .9em;
}

#footer a {
	color: #b71;
	font-size: .9em;
}

#footer a:link, a:visited {
	text-decoration: underline;
}

#footer a:hover, a:active {
	text-decoration: none;
}