@charset "UTF-8";
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	
}
.newsicon {
	text-align: center;
	float: left;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
} 
.twoColFixRtHdr #header {
	background-image: url(http://www.romanticraft.com/images/romanticraftlogoprint.png);
	padding: 0;	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
	width: 300px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 35px;
	width: 550px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	clear: both;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	margin-top: 40px;
	padding-top: 10px;
	font-size: 14px;
	display: none;
	overflow:hidden;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	background-image: url(../image-files/sidebar3.png);
	background-repeat: repeat-y;
	color: #6F6F6F;
}
.twoColFixRtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #D70000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 75px;
	width: 550px;
	clear: both;
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	padding-top: 3em;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thumbnail
{
	float: left;
	padding-right: 12px;
	height: 120px;
	width: 120px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumbnail {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

a:link { color: #E41B17; text-decoration: none }
a:visited { color: #E41B17; text-decoration: none }
a:hover {
	color: #AEAEAE;
	text-decoration: underline
}
a:active { color: #CC0000; text-decoration: none } 


#navcontainer ul
{
	color: #ffffff;
	float: right;
	width: 485px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	z-index: 100;
	height: 40px;
	display: none;
}

#navcontainer ul li
{
	display: inline;
	right: 20px;
}

#navcontainer ul li a
{
	color: #ffffff;
	text-decoration: none;
	float: right;
	font-weight: bold;
	font-size: 18px;
	padding-top: 3.7em;
	padding-right: 1.1em;
	padding-left: 1.1em;
	padding-bottom: 2em;
}

#navcontainer ul li a:hover
{
	color: #DDDDDD;
}

#footernavcontainer ul
{
	color: #ffffff;
	float: left;
	width: 400px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	z-index: 100;
	height: 20px;
	display: none;
}

#footernavcontainer ul li
{
	display: inline;
	right: 20px;
}

#footernavcontainer ul li a
{
	color: #ffffff;
	text-decoration: none;
	float: left;
	font-weight: bold;
	font-size: 14px;
	padding-left: .5em;
	padding-bottom: 2em;
	padding-right: 1em;
}

#footernavcontainer ul li a:hover
{
	color: #DDDDDD;
}

#sitemap {
	list-style-type: none;
}

#sitemap ul
{
}

.centeredImage
    {
	text-align:center;
	list-style-type: none;
    }

.centeredtext
{
	text-align: center;
}

#home
{
	float: none;
	z-index: 1;
	height: 100px;
	width: 350px;
	}

#search
{
	text-align:center;
}

#newblog
{
	text-align: center;
	height: 85px;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #848484;
	border-left-style: solid;
	border-left-color: #848484;
	margin-right: auto;
	margin-left: auto;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #E3E4E5;
	border-bottom-color: #DDDDDD;
}


#postslist  
{
	text-align: left;
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	margin-top: 5px;
}

#postslist ul li  
{
	list-style: none;
	margin-top: .5em;
}	

.instructions
{
	float: right;
	height: 220px;
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 12px;
}
#newsletter {
	text-align: center;
}
.smalltext {
	font-size: 10px;
}

.sideicon {
	float: left;
	padding-top: 5px;
	display: block;
	padding-left: 20px;
	padding-right: 12px;
}
.centered {
	margin-right: auto;
	margin-left: auto;
	display: block;	
}
.questionMark  {
	text-align: center;
	padding-right: 4px;
	 }
	 
.questionMark  img  {
 }
 
.sbi {
	padding-bottom: 10px;
	text-align: center;
}

#RSS {
	text-align: center;
	padding-bottom: 7px;
	padding-top: 15px;
}
 
.titleimage {
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 0px;
	float: left;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.homepagetext {
	font-size: 1.3em;
}
.homepageimage {
	padding-top: 5px;
	padding-right: 15px;
	float: right;
	height: 140px;
	width: 171px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bottom-gifts {
	height: 35px;
	width: 549px;
	overflow: hidden;
	text-align: center;
}

ul#gift-nav {font-family:verdana,arial,sans-serif;margin:0;padding:0;float:left;width:100%;}

ul#gift-nav li {margin:0;padding:0;list-style:none;float:left;margin:0 0.1em 0 0;}

ul#gift-nav li a {text-decoration:none;display:block;padding:0.3em 0.5em;color:white;background:#E41B17;border-bottom:0.5em solid #E6E6E6 ;}

ul#gift-nav li a:hover {color: #6E6E6E;background:#E6E6E6;border-bottom:0.5em solid #E41B17;}

.homeicon {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.steps {
	height: 29px;
	width: 275px;
	padding-bottom: 2px;
}
.textgrey {
	color: #B0B0B0;
}
#copyright {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 50px;
	width: 225px;
	text-align: center;
	padding-top: 30px;
}
#line {
	background-color: #D70000;
	color: #E60000;
	text-decoration: underline;
	font-size: 4px;
}
tr.c1 td {
	background-color: #E9E9E9;
	color: black;
}
.formbody {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}.style10 {color: #999999}
.style11 {color: #CF0000}

img {page-break-inside: avoid;}
