/* CSS Document */



/* BODY */





body, html {

background: #77559F;

text-align: center;

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size: 12px;

margin: 0;



}



/* DEAD CENTER DIV */



#horizon {

text-align: center;

position: absolute;

top: 50%;

left: 0px;

width: 100%;

height: 1px;

overflow: visible;

visibility: visible;

display: block

}



#horizon1 {

text-align: center;

position: absolute;

top: 50%;

left: 0px;

width: 100%;

height: 1px;

overflow: visible;

visibility: visible;

display: block

}





/* MAIN CONTAINER DIV */



#container {

position: absolute;

width: 820px;

height: 500px;

left: 50%;

top: -250px;

margin-left: -410px;

background-color: #FFF;

visibility: visible;

}



#container1 {

position: absolute;

width: 820px;

height: 500px;

left: 50%;

top: -250px;

margin-left: -410px;

background-color: #FFF;

visibility: visible;

}



/* HEADER DIV */



#headerbig {

width: 463px;

height: 312px;

background-position: center;

background-repeat: no-repeat;

margin: 80px auto;

}

#headersmall {

width: 100%;

height: 101px;

background-image: url(../images/ButterflyBlanketLogosm.jpg);

background-position: left;

background-repeat: no-repeat;

margin-left: 10px;

margin-top: 10px;

}



/* MENU DIV */



#menu {

width: 650px;

height: 50px;

margin: 0 auto;

}



#aboutus {

float: left;

width: 100px;

padding: 0 15px 0 15px;

}



#aboutus a {

outline: none;

}



#products {

float: left;

width: 100px;

padding: 0 15px 0 15px;

}



#products a {

outline: none;

}



#buynow {

float: left;

width: 100px;

padding: 0 15px 0 15px;

}



#buynow a {

outline: none;

}



#wholesale {

float: left;

width: 100px;

padding: 0 15px 0 15px;

}



#wholesale a {

outline: none;

}



#contactus {

float: left;

width: 100px;

padding: 0 15px 0 15px;

}



#contactus a {

outline: none;

}



/* CONTENT DIVS */



#content {

width: 625px;

height: 325px;

text-align: left;

margin: 15px auto;

}



#contentscroll {

width: 625px;

height: 325px;

text-align: left;

margin: 15px auto;

overflow: auto;

}



#content p {

font-size: 16px;

color: #77559F;

}



#content ul {

font-size: 12px;

font-weight: normal;

list-style-type: square;

}



#content ul li {

font-size: 12px;

font-weight: normal;

color: #4C6A7C;}



/* FLOATS */



#fltleft {

float: left;

width: 200px;

border-right: 1px solid #CCC;

text-align: right;

padding-right: 20px;

}



#fltleft p {

line-height: 28px;

}



#fltright {

float: right;

width: 500px;

}





/* FOOTER */



#footer {

width: 798px;

height: 24px;

background-color: #000;

color: #FFF;

margin: 0;

clear: both;

}



#footertxt {

padding: 5px;

font-size: 9px;

}



/* HEADINGS */



h1 {

font-size: 18px;

font-weight: bold;

color: #34A457;

}



h2 {

font-size: 16px;

font-weight: bold;

color: #34A457;

}



h3 {

font-size: 14px;

font-weight: bold;

color: #34A457;

}



/* LINKS */



A:link {text-decoration: underline; color: #77559F;}

A:visited {text-decoration: none; color: #77559F;}

A:active {text-decoration: none; color: #77559F;}

A:hover {text-decoration: none; color: #34A457;}



/* ALIGNMENTS */



.imgfltleft {

float: left;

padding: 12px;

}



.imgfltright {

float: right;

padding: 12px;

}



.imgpad {

padding: 10px;

}



/* TEXT */



.purpletxt {

color: #77559F;

}



.greentxt {

color: #34A457;

}

