* {
    margin: 0; 
    padding: 0;
    border: none;
}

html {
    height: 100%;
}

body {
	background-color: #111;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 83%;
	height: 100%;
    color: #b7b7b7;
    text-align: center;
}

a:link, a:visited {
    color: #076c9b;
    text-decoration: none;
}

a:hover, a:active {
	color: #00aeff;
	text-decoration: none;
}

span.highlight {
    color: #00aeff;
}

span.required {
    color: #00aeff;
    font-weight: normal;
}

span.strike {
    text-decoration: line-through;
}

/* Clearfix Setup */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Site Wrapper Setup */
#wrapper {
    margin: 0 auto;
    width: 1000px;
    min-height: 100%;
    text-align: left;
    background-image: url('images/body_bg.jpg');
    position: relative;
}

* html #wrapper {
    height: 100%;
}

/* Header Setup */
#header {
	width: 1000px;
	height: 446px;
	background: url('images/dancers_home.jpg') no-repeat bottom;
}

#header h1 {
	margin-left: 25px;
}

#top {
	width: 1000px;
	height: 88px;
	background-image: url('images/top_bar.jpg');
	position: absolute;
	top: 0;
	left: 0;
}

#top .welcome {
	width: 76px;
	height: 18px;
	position: absolute;
	background-image: url('images/enter_current.jpg');
	bottom: 13px;
	right: 186px;
}

#top form {
    margin: 18px 39px 13px 588px;
    padding-top: 57px;
    width: 373px;    
    height: 0;  
    overflow: hidden;   
    position: relative;
}

#top form button {
	width: 76px;
	height: 18px;
	position: absolute;
	background: transparent url('images/enter_button.jpg');
	background-position: 0 0;
	bottom: 0;
	right: 147px;
	cursor: pointer;
}

#top form button:hover, button:active {
	background-position: 0 -18px;
}

#top form .username {
	width: 155px;
	height: 18px;
	position: absolute;
	top: 11px;
	left: 18px;
	font-size: 14px;
	background-color: #393939;
    color: #b7b7b7;
}

#top form .password {
	width: 155px;
	height: 18px;
	position: absolute;
	top: 11px;
	right: 15px;
	font-size: 14px;
	background-color: #393939;
    color: #b7b7b7;
}

/* Main Navigation Setup */
#nav {
    width: 1000px;
    height: 88px;
}

#nav ul {
	list-style-type: none; 
}

#nav ul li {
	display: inline;
    float: left;
}

#nav ul li.title {
	width: 400px;
	height: 88px;
	background-image: url('images/nav_plain.jpg');
	background-position: 0 0;
}

#nav ul li.endcap {
	width: 96px;
	height: 88px;
	background-image: url('images/nav_plain.jpg');
	background-position: -904px 0;
}

#nav ul li a {
	background-image: url('images/nav_plain.jpg');
	display: block;
	height: 0;  
    overflow: hidden;
    padding-top: 88px;
}

#home a {
	width: 101px;
	background-position: -400px 0;
}

#home a:hover {
	background-position: -400px -88px;
}

#home a.current, a.current:hover {
	background-position: -400px -176px;
}

#about a {
	width: 100px;
	background-position: -501px 0;
}

#about a:hover {
	background-position: -501px -88px;
}

#about a.current, a.current:hover {
	background-position: -501px -176px;
}

#portfolio a {
	width: 102px;
	background-position: -601px 0;
}

#portfolio a:hover {
	background-position: -601px -88px;
}

#portfolio a.current, a.current:hover {
	background-position: -601px -176px;
}

#services a {
	width: 100px;
	background-position: -703px 0;
}

#services a:hover {
	background-position: -703px -88px;
}

#services a.current, a.current:hover {
	background-position: -703px -176px;
}

#contact a {
	width: 101px;
	background-position: -803px 0;
}

#contact a:hover {
	background-position: -803px -88px;
}

#contact a.current, a.current:hover {
	background-position: -803px -176px;
}

/* Body Wrapper Setup */
#body {
    width: 1000px;
	padding-bottom: 100px;
}

/* Body Navigation Setup */
#body_nav {
    width: 267px;
    float: left;
}

#body_nav .title {
    margin-top: 25px;
}

#body_nav ul {
	list-style-type: none;
}

#body_nav ul li a {
	background-image: url('images/left_nav_links.jpg');
	background-position: 0 0;
	display: block;
	height: 97px;
	width: 267px;
}

span.link_title {
	padding: 22px 15px 0 45px;
	font-size: 135%;
	font-weight: bold;
	display: block;
	color: #111;
}

span.link_text {
	padding: 5px 20px 0 45px;
	font-size: 90%;
	font-weight: bold;
	display: block;
	color: #111;
}

#body_nav ul li a:hover, a:active, a.current {
	background-position: -267px 0;
    color: #fff;
}

#body_nav ul li a.current {
	background-position: -267px 0;
}

#body_nav p {
	padding: 5px 25px 5px 45px;
    color: #111;
}

#body_nav .top {
    width: 267px;
    height: 30px;
    background-image: url('images/left_nav_top.jpg');
}

#body_nav .bg {
    width: 267px;
    background-image: url('images/left_nav_bg.jpg');
}

#body_nav .bottom {
    width: 267px;
    height: 31px;
    background-image: url('images/left_nav_bottom.jpg');
    margin-bottom: 100px;
}

/* Body Content Setup */
#body_content {
    width: 733px;
    float: right;
    line-height: 1.4;
	
}

#body_content h2 {
    margin: 0 96px 0 8px;
    padding-top: 162px;
    width: 621px;    
    height: 0;  
    overflow: hidden;   
}

#body_content h2.welcome {
    background-image: url('images/content_title_welcome.jpg');
}

#body_content h2.soon {
    background-image: url('images/content_title_soon.jpg');
}

#body_content h2.about {
    background-image: url('images/content_title_aboutme.jpg');
}

#body_content h2.benefits {
    background-image: url('images/content_title_benefits.jpg');
}

#body_content h2.faq {
    background-image: url('images/content_title_faq.jpg');
}

#body_content h2.testimonials {
    background-image: url('images/content_title_testimonials.jpg');
}

#body_content h2.contact {
    background-image: url('images/content_title_contactme.jpg');
}

#body_content h2.contact_testimonial {
    background-image: url('images/content_title_submittest.jpg');
}

#body_content h2.error {
    background-image: url('images/content_title_error.jpg');
}

#body_content h2.thanks {
    background-image: url('images/content_title_thanks.jpg');
}

#body_content h2.paypal {
    background-image: url('images/content_title_paypalfee.jpg');
}

#body_content h2.featured {
    background-image: url('images/content_title_featured.jpg');
}

#body_content h2.websites {
    background-image: url('images/content_title_websites.jpg');
}

#body_content h2.logos {
    background-image: url('images/content_title_logos.jpg');
}

#body_content h2.other {
    background-image: url('images/content_title_other.jpg');
}

#body_content h3 {
    margin: 0 116px 12px 20px;
}

#body_content h3.package_a {
    background-image: url('images/content_title_package_a.jpg');
}

#body_content h3.package_b {
    background-image: url('images/content_title_package_b.jpg');
}

#body_content h3.package_c {
    background-image: url('images/content_title_package_c.jpg');
}

#body_content p {
    margin: 0 116px 12px 20px;    
    line-height: 1.3em;
}

#body_content p.center {
    text-align: center;
}

#body_content p.title {
    font-weight: bold;
}

#body_content p.indent {
    padding-left: 50px;
}

#body_content .hr {
    clear: both;
    margin: 0 96px 12px 8px;
    width: 621px;
    height: 25px;
    background-image: url('images/content_hr.jpg');
}

#body_content .hr_portfolio {
    clear: both;
    margin: 50px 96px 0 8px;
    width: 621px;
    height: 25px;
    background-image: url('images/content_hr.jpg');
}

#body_content ul, ol {
   margin: 0 150px 0 65px;
}

#body_content li {
   margin: 12px 0;
}

#body_content ul.links {
   margin: 0 150px 12px 65px;
   list-style-position: outside;
}

#body_content ul.links li {
   margin: 0;
}

#body_content ol.links {
   margin: 0 150px 12px 65px;
   list-style-position: outside;
}

#body_content ol.links li {
   margin: 0;
}

#body_content ol.answers {
   margin: 0 116px 0 40px;
   list-style-position: outside;
}

#body_content ol.answers a {
    color: #b7b7b7;
    text-decoration: none;
}

#body_content a.top {
    clear: both;
	display: block;
    width: 96px;
    padding-top: 75px;
    margin-left: 637px;
    background-image: url('images/top_links.jpg');
    height: 0;  
    overflow: hidden;
}

#body_content a.top:hover {
    background-position: -96px 0;
}

/* Portfolio Entries Setup */
#body_content .portfolio {
   clear: both; 
   width: 527px;
   margin: 0 151px 0 55px;
}

#body_content .portfolio_a {
   text-align: center;
   float: left;
   width: 250px;
}

#body_content .portfolio_b {
   text-align: center;
   float: right;
   width: 250px;
}

/* Page Navigation Setup */
#page_navigation {
   margin: 25px 116px 0 287px;
   width: 597px;
}

#page_navigation .left {
   float: left;
   width: 150px;
}

#page_navigation .center {
   float: left;
   width: 297px;
   text-align: center;
}

#page_navigation .right {
   float: right;
   width: 150px;
   text-align: right;
}
   
#page_navigation li {
	display: inline;
}

#page_navigation li.current {
	display: inline;
    font-size: 115%;
    color: #00aeff;
}

/* Pricing Information Table Setup */
table.layout {
    width: 585px;
    margin: 0 122px 12px 26px;
    border: solid 1px #b7b7b7;
    font-size: 12px;
}

table.layout td.left {
    padding: 5px;
    width: 200px;
    border: dotted 1px #b7b7b7;
    text-align: left;
}

table.layout td.right {
    padding: 5px;
    width: 385px;
    border: dotted 1px #b7b7b7;
    text-align: right;
}

/* Contact Form Setup */
select.testimonial {
    width: 423px;
}

form.contact {
	margin: 0 116px 0 20px;
}

form.contact input, select, textarea {
	padding: 2px;
}

form.contact input.button {
	cursor: pointer;    
}

/* 
form.contact input:hover, select:hover, textarea:hover {
	padding: 2px;
    border: double;
    border-color: red;
}
*/

/* Footer Setup */
#footer {
    clear: both;
    margin: -77px auto 0 auto;
    padding:1px 96px 1px 267px;
    font-size: 75%;
    width: 637px;
    height: 75px;
    background-image: url('images/body_bg.jpg');
    position: relative;
}

#footer p {
    margin: 3px 0;
    text-align: center;
    padding-top: 28px;
    background: url('images/content_hr.jpg') no-repeat top;
}

#footer .hr {
    margin: 3px 8px;
    width: 621px;
    height: 25px;
    background-image: url('images/content_hr.jpg');   
}

#footer ul {
	list-style-type: none; 
    margin: 0 auto;
    width: 225px;
}

#footer ul li {
	display: inline;
    float: left;
    padding: 0 5px;
    border-right: solid 1px #b7b7b7;
}

#footer ul li.last {
	display: inline;
    float: left;
    padding: 0 5px;
    border: none;
}

