/* rose.css */

body {
    margin: 0;
    padding: 1em;
    font: 12px verdana, arial, helvetica, sans-serif;
    background: url(images/bg3.jpg);
    }

/* Applies to active, hover, visited links  */
		
a {
    color: #1d6fdb;
		font-weight: bold;
		text-decoration:none;
   
}

a:hover {
    color: #CE93A5;
 }

a:visited {
    color: #918E8F;
}


ul.outside
{
list-style-position: outside
}

/* Container Division contains the layout */

#container {
    width: 850px;
    margin: 0 auto;
    padding: 0.5em;
    border: 4px outset #1d6fdb;
    background: #ffffff;
    text-align: left;
}

/* Header Division */

#header {
    height: 175px;
    margin: 0 0 0.5em 0;
    border: 4px outset #CE93A5;
    background: url(images/rgheader3.jpg);
    background-repeat: no-repeat;
    text-align: center;
}

/* Navigation Division */

#nav {
    margin: 0;
    padding: 0;
    float: left;
    border: 4px outset #CE93A5;
}

/* Applies to active links */

#nav a {
    padding: 0.5em 0 0.5em 0;
    margin: 0 0 1px 0;
    width: 150px;
    display: block;
    text-indent: 1em;
    border: 1px solid #CE93A5;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    background: #775758;
    color: #ffffff;
}

/* Applies to hover links */

#nav a:hover {
color: #CE93A5;
}

/* Content Division  */

#content {
    float: left;
    margin: 0 0 0 0.5em;
    padding: 0 0.5em 0 0.5em;
    width: 500px;
   }
	 
/* Applies to h1 headings in the content division */
	 
#content h1 {
    border: 4px outset #CE93A5;
    text-indent: 0.5em;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    padding: 0.5em;
    background: #775758;
    text-align: center;
}

/* Applies to h2 headings in the content division */

#content h2 {
    border: 4px outset #CE93A5;
    text-indent: 0.5em;
    font-size: 14px;
	  color: #ffffff;
    margin: 0;
    padding: 0.5em;
    background: #775758;
    text-align: center;  
}

/* Applies to h3 headings in the content division */

#content h3 {
    text-indent: 0.5em;
    font-size: 14px;
		font-weight: bold;
		text-decoration: underline;
		color: #000;
    margin: 0;
    padding: 0.5em;
    text-align: center;
}

/* Applies to h4 headings in the content division */

#content h4 {
    text-indent: 0.5em;
    font-size: 12px;
		font-weight: bold;
		color: #000;
    margin: 0;
    text-align: center;
}

/* Applies to paragraphs in the content division */

#content p {
    margin: 0.5em;
    padding: 0;
}

/* News Division */

#news {
    width: 157px;
    border: 4px outset #CE93A5;
    float: left;
    padding: 0;
    margin: 0 0 0 0.5em;
    margin-bottom: 1em;
}

/* Applies to h2 headings in news division  */

#news h2 {
    border: 1px solid #CE93A5;
    text-indent: 0.5em;
    font-size: 12px;
    color: #ffffff;
    margin: 0;
    padding: 0.5em;
    background: #775758;
}

/* Applies to h3 headings in news division  */

#news h3{
  text-indent: 0.5em;
  margin-top: 1em;
	padding: 0 0.5em;
  font-size: 12px;
  color: #000080;
  font-weight: bold;
}


#news p {
    margin: 1em;
}

/* Footer Division */

#footer {
    clear: both;
    text-align: center;
    height: 20px;
    margin: 0;
    padding: 0;
		font-size: 10px;
    color: #FFFFFF;
    background: #775758;
    border: 4px outset #CE93A5;  
}

/* Applies to paragraphs in footer division */

#footer p {
    margin: .5em;
    padding: 0;
}

/* Applies to active and hover links in footer division  */


#footer a {
  color: #FFFFFF;
}

#footer a:hover {
  color: #CE93A5;
}

/* Centers text */

.center {
    text-align: center;
		
}

/* styles the item order info in content division on home page */

#orderitem {
text-align: center;
margin: 0 auto;
padding: 0.5em;
font-size: 0.85em; /* smaller font size */
color: #008000; /* green font color */
}

/* Creates pink text */
.pinktext {
  color: #FF0080;
	font-weight: bold;
}

#merc {
text-align: center;
margin: 1em auto; /* Centers the table */	
}

/* Style for table borders */
table {
    border-collapse: collapse;
    border: 0;
    margin: 1em auto; /* Centers the table */	
}
		
/* General style for header and data cells */
td, th {
    text-align: center;
		vertical-align: top;
    border: 0;
    padding: .5em;
}

/* Additional style for table header cells */
th {
    text-decoration: underline;
}
