/* CSS Document */

#wrapper{
position:absolute;
top: 3px;
left: 12%;
width: 800px;
height: 600px;
background-color:#000000;
}

#menu{
position:absolute;
width: 114px;
height: 223px;
left: 600px;
top: 44px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #cc9966;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#home{
position:relative;
width: 523px;
height: 600px;
background-image:url(../images/home_banner.jpg);
background-repeat:no-repeat;
}

#features{
position:relative;
width: 523px;
height: 600px;
background-image:url(../images/features_banner.jpg);
background-repeat:no-repeat;
}
#features img{border:0px solid red; float:left; margin:15px 0px 20px 28px;}
#about{
position:relative;
width: 523px;
height: 600px;
background-image:url(../images/about_us_banner.jpg);
background-repeat:no-repeat;
}

#shipping{
position:relative;
width: 523px;
height: 600px;
background-image:url(../images/shipping.jpg);
background-repeat:no-repeat;
}

#ordering{
position:relative;
width: 523px;
height: 600px;
background-repeat:no-repeat;
}

#ordering_information{
position:relative;
width: 523px;
height: 600px;
background-image:url(../images/ordering_information_banner.jpg);
background-repeat:no-repeat;
}

#contact{
position:relative;
width: 523px;
height: 600px;
background-image:url(../images/contact_banner.jpg);
background-repeat:no-repeat;
}

#testimonals{
position:relative;
width: 523px;
height: 600px;
background-image:url(../images/testimonals_banner.jpg);
background-repeat:no-repeat;
}

#email{
position:absolute;
width: 181px;
height: 13px;
background-image:url(../images/email.jpg);
background-repeat:no-repeat;
top: 88px;
left: 19px;
}

#logo{
position:absolute;
width: 239px;
height: 126px;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
left: 535px;
top: 452px;
}

#dancepartner{
position:absolute;
width: 238px;
height: 16px;
background-image:url(../images/dance_partner.jpg);
background-repeat:no-repeat;
left: 535px;
top: 432px;
}

#hotlink{
position:absolute;
width: 226px;
height: 31px;
top: 407px;
left: 265px;
}

#hotlink2{
position:absolute;
width: 158px;
height: 31px;
top: 185px;
left: 362px;
}

body {
	background-color: #000000;
}

/*STYLES*/

.home{
position:absolute;
display:block;
color:#ffffff;
left: 36px;
}

.about{
position:absolute;
display:block;
color:#ffffff;
top: 34px;
left: 34px;
}

.features{
position:absolute;
display:block;
color:#ffffff;
top: 68px;
left: 27px;
}

.orderinginfo{
position:absolute;
display:block;
color:#ffffff;
top: 104px;
left: 14px;
width: 114px;
}

.order{
position:absolute;
display:block;
color:#ffffff;
top: 138px;
left: 18px;
}

.testimonals{
position:absolute;
display:block;
color:#ffffff;
top: 171px;
left: 17px;
}

.contact{
position:absolute;
display:block;
color:#ffffff;
top: 202px;
left: 17px;
}

p{
font-size: 10pt;
font-family: Tahoma, sans-serif;
}
.mailtoblank {
	position:absolute;
	left:15px;
	top:80px;
	border:0px;
}