/************************ RESET ************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body, html {  
    line-height: 1;
    height: 100%;
}  

ol, ul {  
    list-style: none;
}  

blockquote, q {  
    quotes: none;
}  

blockquote:before, blockquote:after, q:before, q:after {  
    content: '';
    content: none;
}  

/* remember to define focus styles! */  
:focus {
    outline: 0;
}  

/* remember to highlight inserts somehow! */  
ins {  
    text-decoration: none;
}  

del {  
    text-decoration: line-through;
}  

/* tables still need 'cellspacing="0"' in the markup */  
table {
    border-collapse: collapse;
    border-spacing: 0;
}  

/************************ SETUP ************************/

body 	{
    font-family: Tahoma, Sans-Serif;
    font-size: 90%;
    color: #FFFAFA; /*This is font color*/
    background: #000000;
    width: 874px;
    padding: 0px;
    margin: auto;
}

p {
    margin: 0px;
    padding: 10px 0px;
    line-height: 1.25em;
    max-width:835px;
}

h1 {
    padding-bottom: .3em;
    font-family: "Monotype Corsiva", Serif;
    color: #A52A2A;
    font-style: italic;
    font-size: 3.5em;
    padding: 0px;
    margin: 0px;
}

h3 {
    font-family: "Monotype Corsiva", Serif;
    color: #A52A2A;
    font-style: italic;
    font-size: 2.5em;
    padding: 0px;
    margin-top: 15px;
    font-size: 1.5em;
}

h5 {
    font-weight: bold;
}

ul {
    list-style-position: inside;
    list-style-type: disc;
}

ol {
    list-style-position: inside;
    list-style-type: decimal;
}


li {
    margin: 3px;
}

body h3 a {
    color: #A52A2A;
    text-decoration: underline;
}

body h3 a:hover {
    color: #FFFAFA;
    text-decoration: underline;
}

body p a {
    color: #FFFAFA;
    text-decoration: underline;
}

body p a:hover {
    color: #A52A2A;
    text-decoration: underline;
}

.navButton {
    position: relative;
    width: 212px;
    height: 57px;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 2;
}

a.navButton {
    display: block;
    width: 212px;
    height: 57px;
    outline: none;
    background-image: url(general_images/button.jpg);
    background-repeat: no-repeat;
    background-position: 0px -57px;
    z-index: 2;
}

a.navButton:hover {
    background-position: 0px 0px;
    z-index: 2;
}

.centered {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

/************************ NAVIGATION BLOCKS ************************/

#site_title {
    position: relative;
    float: left;
}

#site_sub_title {
    float: right;
    position: relative;
    top: 10px;
    font-size: .75em;
}

#nav_block {
    clear: both;
    position: relative;
    top: 35px;
    padding: 10px;
    background-image: url(general_images/gradient4.png);
    background-repeat:repeat-y;
    z-index: 5;
}

/************************ NAVIGATION BAR ************************/

#navigation {
    position: relative;
    top: -3px;
    margin: 0;
    padding: 0;
    height: 1em;
    font-size: 1.2em;
    z-index: 10;
}

#navigation li {
    list-style: none;
    float: left;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
}


#navigation a:link, #navigation a:active, #navigation a:visited {
    text-decoration: none;
    color: #FFFAFA;
}

#navigation a:hover {
    color: #A52A2A;
}

.drop_down ul {
    display: none;
    width: 9em;
    background-image: url(general_images/test_nav_transparent_png.png);
}

#navigation li:hover ul {
    display: block;
    position: absolute;
    margin: 0px;
    padding-top: 7px;
}

#navigation li:hover li {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
}

#first_nav_list {
    padding: 0px;
    margin: 0px;
}

#last_nav_list {
    margin-right: 0px !important;
}

.drop_down {
    margin-top: 13px;
    z-index: 20;
}

.drop_down li {
    position: relative;
    top: -4px;
}

#long_middle ul {
    width: 13em;
}

#navigation_words {
    position: relative;
    top: 2px;
}

/************************ PLACEMENT ************************/

#spacer {
    height: 15px;
}

#body_spacer {
    height: 0px;
}

#container {
    position: relative;
}

#pageheader {
    position: absolute;
    top: 5px;
    z-index: 20;
    clear: both;
    height: 50px;
    width: 860px;
}

#body {
    position: relative;
    padding-top: 30px;
    z-index: 1;
}

/************************ Home Page Tab ************************/

#home__box__left {
    position: relative;
    top: 40px;
    float: left;
    width: 540px;
    height: 440px;
    background-image: url(general_images/DavidandMomhead.jpg);
    z-index: -5
}

#home__box__right {
    position: relative;
    float: left;
    left: 0px;
    top: 60px;
    width: 320px;
    height: 542px;
    text-align: center;
    z-index: 5;
}

#home_form .navButton {
    left: 53px;
}

#quotes {
    position: relative;
    top: 30px;
    left: 0px;
    margin-left: 0px;
}

#quote_header {
    position: relative;
    top: 5px;
    padding-bottom: 12px;
}

#q1, #q2, #q3 {
    padding-top: 5px;
    padding-bottom: 5px;
}

#home__box__summary {
    position: relative;
    clear: both;
    top: -40px;
    width: 540px;
}

#home__box__rose {
    clear: both;
    position: relative;
    top: -320px;
    left: 40px;
    margin-left: 550px;
    width: 225px; 
}

/************************ About Us Tab ************************/

#about_us__box__left {
    position: relative;
    top: -30px;
    float: left;
    width: 464px;
    height: 480px;
    z-index: -2;
    background-image: url(general_images/Davidalonedip.jpg);
    background-repeat:no-repeat;
}

#about_us__box__text {
    position: relative;
    float: left;
    left: 0px;
    top: 20px;
    width: 400px;
    height: 480px;
    text-align: center;
}

/************************ What Students Say Tab ************************/

#What_students_say__box__left {
    position: absolute;
    top: -20px;
    left: -80px;
    width: 561px;
    height: 900px;
    z-index: -5;
    background-image: url(general_images/KerryonDavidknee.jpg);
    background-repeat:no-repeat;
}

#what_students_say__box__text {
    position: absolute;
    float: left;
    left: 10px;
    top: 50px;
    width: 426px;
    height: 540px;
    text-align: center;
    margin-left: 400px;
}

#more_comments {
    position: relative;
    top: 850px;
    left: 10px;
}

/************************ What Students Say Expanded Tab ************************/

#What_students_say_expanded__box__left {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    width: 425px;
    height: 840px;
    z-index: -5
}

#real_image {
    position: absolute;
    float: left;
    top: 10px;
    left: 0px;
    width: 515px;
    height: 940px;
    z-index: -5;
    background-image: url(general_images/David_teaching_Danielle.jpg);
    background-repeat:no-repeat;
}

#what_students_say_expanded__box__text {
    position: relative;
    left: 0px;
    top: 50px;
    text-align: center;
}

#what_students_say_expanded__box__text p {
    padding: 5px;
}

/************************ Classes Tab ************************/

#Instruction__box__left {
    position: relative;
    float: left;
    top: 60px;
    left: 15px;
    width: 511px;
    height: 590px;
    z-index: -5;
    background-image: url(general_images/Kerry_Dramatic.jpg);
    background-repeat:no-repeat;}

#Instruction__classes {
    position: relative;
    float: right;
    left: -20px;
    top: 70px;
    width: 261px;
}

#Instruction__classes h3 {
    position: relative;
    left: -30px;
}

#Instruction__details {
    position: relative;
    top: 30px;
    float:left;
    width: 547px
}

#performance_group {
    position: relative;
    top: 40px;
    float:left;
    width: 547px
}

#Instruction__classes p {
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
}

#Instruction__classes h3, #Instruction__details h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#Instruction__classes h5, #Instruction__details h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#Instruction__details h5, #performance_group p {
    margin-left: 30px;
}

#Instruction__details p {
    margin-left: 50px;
}

#friendly {
    position: relative;
    top: -25px;
    left: 90px;
}

/************************ Privates ************************/

#privates__box__left {
    position: relative;
    float: left;
    top: 60px;
    width: 571px;
    height: 563px;
    z-index: -5;
}

#semi_privates, #privates {
    position: relative;
    left: 10px;
    top: 85px;
}

#semi_privates li, #privates li, #privates p {
    position: relative;
    list-style-position: outside;
    left: 40px;
    width: 240px;
    margin-left: 571px;
}	

/************************ Tango Intensive ************************/

#intensive__box__left {
    position: relative;
    float: left;
    top: 30px;
    left: 0px;
    width: 522px;
    height: 900px;
    z-index: -5;
    background-image: url(general_images/Danielle_Leg_Wrap.jpg);
    background-repeat:no-repeat;
}

#tango_intensive {	
    position: relative;
    float: left;
    top: 95px;
    left: -20px;
    width: 322px;
    height: 600px;
    z-index: 5;
    padding-left: 10px;
    text-indent: -20px;
}

#tango_intensive h3 {
    position: relative;
    top: -10px;
}

#tango_intensive li {
    margin-left: 20px;
}

#tango_intensive ol {
    margin-left: 40px;
}

#tango_intensive p {
    margin-left: 20px;
}

#intensive__box__rose {
    position: relative;
    float: right;
    top: 70px;
    left: -120px;
}

/************************ Gallery Tab ************************/

#bg {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

#thumbnail_styling {
    clear: both;
    position: relative;
    top: 70px;
    left: 30px;
    width: 850px;
}

.picture {
    position: relative;
    float: left;
    margin: 10px;
    padding: 0px;
    z-index: 0;
    height: 132px;
    width: 96px;
}


/************************ Video Tab ************************/

#video__left {
    position: relative;
    float: left;
    width: 470px;
    top: 60px;
    left: 50px;
}

#video__right {
    position: absolute;
    top: 0px;
    left: 380px;
    height: 512px;
    width: 500px;
    z-index: -1;
    background-image: url(general_images/David_Slant.jpg);
    background-repeat:no-repeat;
}

#video_section_1 {
    position: relative;
    top: -10px;
}

.video {
    float: left;
    margin: 10px;
    margin-left: 30px;
}

.video_comment li {
    position: relative;
    width: 200px;
    margin-left: 180px;
    list-style-position: outside;
}

#video_comment_1, #video_comment_2 {
	margin-top: 20px;
}

#video_section_2 {
    clear: both;
}

.youtube {
    clear: both;
}

.youtube_text {
    margin-left: 30px;
}

/************************ DVD v2 Tab ************************/

#DVD2_left_top {
    position: relative;
    float: left;
    margin-top: 30px;
    left: 0px;
    width: 462px;
    height: 300px;
    z-index: -5;
    background-image: url(general_images/dvd_image2.jpg);
    background-repeat:no-repeat;
}

#DVD2_right_top {
    position: relative;
    top: 15px;
    float: left;
    margin-top: 30px;
    left: 0px;
    width: 410px;
    height: 300px;
}

#DVD2_form {
	text-align: center;
}

#dvd_button {
    position: relative;
    margin-top: 0px;
    left: 100px;
}

#DVD2__summary {
	margin-left: 130px;
	margin-top: 30px;
}

#navButton {
    margin-left: 100px;
    position: relative;
}

#DVD2_left_mid {
    clear: both;
    position: relative;
    float: left;
    margin-top: 50px;
    left: 0px;
    width: 462px;
}

	#DVD__sections {
	/*    clear: both;
	    position: relative;
	    float: left;
	*/}
	
	#DVD__list {
	    margin-left: 40px;
	    margin-top: 10px;
	}
	
	#DVD__list ol {
	    position: relative;
	    left: 20px;
	    list-style-position: outside;
	}
	
	#DVD__list h3 {
	    position: relative;
	    right: 100px;
	}


#DVD2_right_mid {
    position: relative;
    float: right;
    width: 400px;
    top: -30px;
    margin-top: 50px;
    left: 0px;
}



/************************ DVD Chapter Listing ************************/

.DVD_Chapter_Listing h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.section_heading {
    font-weight: bold;
}

.DVD_Chapter_Listing {
    position: relative;
    top: 50px;
    left: 20px;
}

.DVD_Chapter_Listing ol {
    position: relative;
    left: 20px;
    margin: 0px;
    padding: 0px;
    list-style-position: outside;
}

.DVD_Chapter_Listing li {
    position: relative;
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
    margin-bottom: 1px;
}

#disk_1 {
    position: relative;
    float: left;
    width: 400px;
}

#disk_2 {
    position: relative;
    float: right;
    width: 400px;
}

/************************ Links Tab ************************/

#first_links {
    margin-top: 30px;
}

#links__rose {
    position: relative;
    float: right;
    margin-top: 50px;
    margin-right: 60px;
    width: 225px;
    height: 169px;
    background-image: url(general_images/rose_black2.jpg);
    background-repeat:no-repeat;
}

dl { 
    padding-top: 10px;
} 

dt { 
    position: relative;
    float: left;
    clear: left;
    width: 170px;
    text-align: left;
    font-weight: bold;
    margin: 5px;
    margin-left: 30px;
    text-decoration: underline;
} 

dd { 
    margin: 5px 0 0 180px;
    padding: 0 0 0.5em 0;
}


dt a {
    color: #FFFAFA;
    text-decoration: underline;
}

dt a:hover {
    color: #A52A2A;
    text-decoration: underline;
}

/************************ Contact Us Tab ************************/

#talk_to_us {
    text-align: center;
    padding: 20px;
    padding-bottom: 50px;
}

#talk_to_us h3 {
    margin-bottom: 20px;
    font-size: 2em;
}

#talk_to_us p {
    position: relative;
    top: 0px;
    padding: 5px;
}

#contact_us_text {
    clear: both;
    position: relative;
    top: -30px;
    left: 200px;
    width: 500px;
}

#contact_us_text a {
    position: relative;
    top: 0px;
    left: 0px;
}

#contact_us_text p {
    position: relative;
    top: -20px;
    margin-left: 260px;
    padding: 0px;
}
