/* CSS Document */

/* BODY */


body, html {
background: #FFF;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 auto;

}

/* MAIN CONTAINER DIV */

#container {
margin: 0 auto;
width: 998px;
height: 100%;
background-color: #FFF;
text-align: left;
}

/* HEADER DIV */

#header {
width: 998px;
height: 82px;
background-image: url(../images/header.jpg);
background-position: center;
background-repeat: no-repeat;
}

/* CONTENT DIVS */

#content {
width: 650px;
font-size: 12px;
font-weight: normal;
text-align: left;
padding: 10px;
}

#salestext {
width: 620px;
clear: left;
}

/* 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: 300px;
margin: -75px auto;
}


/* FOOTER */

#footer {
width: 850px;
height: 28px;
background-image: url(../images/menubg.jpg);
background-position: center;
background-repeat: repeat;
color: #FFF;
margin: 0;
clear: both;
}

#footertxt {
padding: 8px 5px 5px 10px;
font-size: 9px;
text-align: left;
}

/* HEADINGS */

h1 {
font-size: 18px;
font-weight: bold;
color: #AC3C47;
}

h2 {
font-size: 16px;
font-weight: bold;
color: #AC3C47;
}

h3 {
font-size: 14px;
font-weight: bold;
color: #AC3C47;
}

/* LINKS */

A:link {text-decoration: underline; color: #AC3C47;}
A:visited {text-decoration: none; color: #AC3C47;}
A:active {text-decoration: none; color: #AC3C47;}
A:hover {text-decoration: none; color: #000;}


/* TEXT */

.smalltxt1 {
font-size: 9px;
line-height: 12px;
}

.largetext1 {
font-size: 18px;
font-weight: bold;
color: #5C2828;
}

.rosetxt {
color: #AC3C47;
font-weight: bold;
}

/* INITIAL STYLES */

h4 {
	font-size: 16px;
	color: #000000;
}
h5 {
	font-size: 16px;
	color: #000000;
}
h6 {
	font-size: 16px;
	color: #000000;
}


ul {
	font-size: 12px;
}
ol {
	font-size: 14px;
}


/* LISTS */


ul {
margin: 0;
}

ul li  {
list-style-image: url(../images/arrow.jpg);
padding: 2px;
margin-left: 25px;
margin-bottom: 10px;
}

ol {
list-style: decimal;
margin: 0;
}

ol li {
padding: 5px;
}

/* IMAGES */

.imgspace {
padding: 1px 5px 0 5px;
}

.imgfltleft {
float: left;
padding-right: 10px;
}

.imgfltrght {
float: right;
padding-left: 10px;
padding-bottom: 10px;
}

/* BOXES */

#book {
width: 345px;
height: 100%;
text-align: center;
background: none;
}

.optbox {
width: 260px;
border: 1px solid #AC3C47;
background: #FFF6F6;
padding: 10px;
}

.testibox1 {
width: 260px;
height: 100%;
border: 1px solid #AC3C47;
background: #FFF6F6;
padding: 10px;
font-size: 14px;
}

.testibox2 {
width: 600px;
height: 100%;
border: 1px solid #AC3C47;
background: #FFF6F6;
padding: 10px;
font-size: 14px;
}

.submit {
width: 127px;
height: 30px;
color: #FFF;
font-weight: bold;
}