/* GENERAL CSS */
* {
	outline: none;
}

img {
	border-style: none;
}

h1, h2, h3, h4 {
	margin: 0 0 0 0;
	font-weight: normal;
}

a {
	color: #8b8c81;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.block {
	display: block;
}

a.ulink {
	text-decoration: underline;
}

a.ulink:hover {
	text-decoration: none;
}

a.bold {
	font-weight: bold;
}

p.pg {
	margin: 0 0 15px 0;
}

p.pg30 {
	margin: 0 0 30px 0;
}

p.green {
	color: #96cb93;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

div.clear {
	clear: both;
}

/* -- Page Layout -- */
body {
	margin: 0 0 0 0;
   font-family: Arial, Helvetica;
	font-size: 16px;
	line-height: 22px;
	color: #8b8c81;
	background-color: #dee0ce;
	width: 100%;
	height: 100%;
}

#page {
	height: 1675px;
	width: 100%;
	background: transparent url(images/page_bg.jpg) no-repeat top center;
	min-width: 960px;
	margin: 0 auto 0 auto;
	display: table;
}

#content {
	width: 960px;
	height: 1675px;
	margin: 0 auto 0 auto;
	display: table;
	padding: 0 0 0 0;
}

/* -- Navigation -- */
#nav {
	height: 124px;
	width: 415px;
	padding: 32px 0 0 545px;
}

#nav-title h1 {
	font-size: 22px;
	color: #010d00;
	line-height: 26px;
}

#nav-copy h2 {
	font-size: 16px;
	line-height: 20px;
	color: #8b8c81;
}

/* -- Hero Section, Logo Slider, and Hero Sidebar -- */
#hero {
	height: 236px;
	overflow: hidden;
}

#hero-title {
	padding: 0 0 0 265px;
}

#hero-title h3 {
	display: block;
	width: 600px;
	height: 40px;
	color: #ec1c23;
	font-size: 26px;
}

#hero-items {
	padding: 0 0 0 265px;
}

#hero .item {
	width: 280px;
	height: 19px;
	color: #8b8c81;
	font-size: 16px;
	float: left;
	padding: 8px 0 12px 50px;
	margin: 0 10px 15px 0;
}

#hero #item-1 {
	background: transparent url(images/no_1.png) no-repeat top left;
}

#hero #item-2 {
	background: transparent url(images/no_2.png) no-repeat top left;
}
#hero #item-3 {
	background: transparent url(images/no_3.png) no-repeat top left;
	margin-right: 0;
}
#hero #item-4 {
	background: transparent url(images/no_4.png) no-repeat top left;
	margin-right: 0;
}

#hero-footer {
	padding: 13px 37px 0 0;
	text-align: right;
}

#hero-footer h3 {
	color: #010d00;
}

/* -- Pre-Main Section -- */
#pre-main {
	height: 287px;
	width: 960px;
}

#pre-main .left {
	padding: 0 0 7px 410px;
	width: 540px;
}

#pre-main .left .header-img, #pre-main .right .header-img {
	color: #010d00;
	font-size: 22px;
}

#pre-main .left .header-img, #pre-main .right .header-img {
	padding-bottom: 3px;
}

#pre-main .left .copy {
	font-size: 16px;
	line-height: 22px;
}

#pre-main .right {
	padding: 0 0 0 410px;
	width: 540px;
}

#client-copy {
}

/* -- Main Left/Accordion -- */
#main {
	height: 617px;
}

#main .left {
	width: 480px;
	float: left;
}

#main .left .header-img {
	padding: 0 0 0 38px;
}

#pre-accordion {
	font-weight: bold;
	width: 400px;
	padding: 0 0 4px 30px;
}

#post-accordion {
	width: 400px;
	height: 100px;
	padding: 0 0 0 30px;
}

/* -- TABS STYLES -- */
#tabs {
}

#tabs ul {
	margin: 0 0 0 0;
	padding: 0 0 0 23px;
	list-style: none;
}

#tabs ul li {
	float: left;
	width: 210px;
	height: 51px;
	text-align: center;
	line-height: 51px;
}

#tabs ul li a {
	font-size: 18px;
	color: #FFFFFF;
}

#tabs ul li a:hover {
	text-decoration: none;
}

#tabs ul li.ui-state-default {
	background: transparent url(images/starter_tab_off.png) no-repeat;
}

#tabs ul li.ui-state-active {
	background: transparent url(images/starter_tab_on.png) no-repeat;
}

/* -- ACCORDION STYLES -- */
#tabs-1, #tabs-2 {
	width: 410px;
	padding: 0 0 10px 30px;
}

#tabs-1 h3, #tabs-2 h3 {
	display: block;
	width: 410px;
}

#tabs-1 h3.ui-state-default, #tabs-2 h3.ui-state-default {
	border-bottom: 1px solid #8b8c81;
}

#tabs-1 h3 a.title, #tabs-2 h3 a.title {
	display: block;
	padding: 22px 100px 0 0;
	width: 310px;
	height: 53px;
}

#tabs-1 h3.ui-state-active a.title, #tabs-2 h3.ui-state-active a.title {
	height: 50px;
}

#tabs-1 a#accordion-1 {
	background: transparent url(images/monthly_1.png) no-repeat;
}

#tabs-1 a#accordion-2  {
	background: transparent url(images/monthly_2.png) no-repeat;
}

#tabs-1 a#accordion-3 {
	background: transparent url(images/monthly_3.png) no-repeat;
}

#tabs-1 a#accordion-4 {
	background: transparent url(images/monthly_4.png) no-repeat;
}

#tabs-2 a#accordion-1b {
	background: transparent url(images/starter_1.png) no-repeat 0 6px;
}

#tabs-2 a#accordion-2b {
	background: transparent url(images/monthly_4.png) no-repeat 0 6px;
}

#tabs-2 a#accordion-3b {
	background: transparent url(images/starter_3.png) no-repeat 0 6px;
}

#tabs-1 h3 a.title:hover, #tabs-2 h3 a.title:hover {
	text-decoration: none;
}

#tabs-1 h3 a span.package, #tabs-2 h3 a span.package {
	color: #262a29;
	font-size: 18px;
	font-weight: bold;
}

#tabs-1 .package-copy, #tabs-2 .package-copy {
	font-size: 14px;
	line-height: 18px;
	background: #FFFFFF none;
	padding: 0 0 10px 0;
	width: 410px;
	overflow: hidden;
	margin: 0 0 0 0;
}

div#tabs-1 div.ui-accordion-content-active, div#tabs-2 div.ui-accordion-content-active {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	width: 410px;
	border-bottom: 1px solid #8b8c81;
}

#tabs-1 .package-copy a, #tabs-2 .package-copy a {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.disclaimer {font-size: 10px; line-height: 12px;}

/* -- Main Right/Contact -- */
#main .right {
	width: 458px;
	float: right;
}

#main .right #contact .header-img {
	padding: 0 0 5px 20px;
}

/* -- Pre-Footer/Twitter Feed */
#pre-footer {
	padding: 0 0 0 27px;
	height: 157px;
	position: relative;
}

.twitted {
	width: 100%;
	height: 110px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

.twitted ul#twitter_update_list {
	padding: 13px 0 0 0;
}

.twitted ul#twitter_update_list li {
	float: left;
	width: 195px;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
}

.twitted ul#twitter_update_list li {
	margin-right: 50px;
}

.twitted ul#twitter_update_list li.lastTweet {
	margin-right: 0;
}

#twitter ul#twitter_update_list li span, #twitter ul#twitter_update_list li span a {
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}

#twitter ul#twitter_update_list li span a:hover {
	text-decoration: underline;
}

#twitter ul#twitter_update_list li a {
	color: #010d00;
	font-size: 12px;
	line-height: 18px;
}

#twitter ul#twitter_update_list li a:hover {
	text-decoration: none;
}

#twitter-link {
	position: absolute;
	top: -102px;
	left: 643px;
}

#twitter-link a {
	display: block;
	height: 265px;
	width: 323px;
	background: transparent url(images/twitter.png) no-repeat center top;
}

#twitter-link a:hover {
	background: transparent url(images/twitter.png) no-repeat center bottom;
}

/* -- FOOTER -- */
#footer {
	padding: 0 0 0 0;
	height: 170px;
}

#blackwave-logo {
	height: 88px;
	width: 221px;
	float: left;
	padding: 0 0 0 17px;
}

#blackwave-logo a {
	display: block;
	height: 88px;
	width: 221px;
	background: transparent url(images/blackwave_logo.png) no-repeat center top;
}

#blackwave-logo a:hover {
	background: transparent url(images/blackwave_logo.png) no-repeat center bottom;
}

#footer-right {
	height: 130px;
	width: 712px;
	float: right;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0 0 0;
}

/* -- POST FOOTER & Contact Info -- */
#post-footer {
	color: #bdbfb0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

#post-footer a {
	color: #bdbfb0;
}
