/* CSS Document*/

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

#container {
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 931px;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
	margin: auto;
}

#flash {
	height:300px;
	width: 320px;
	float: left;
	position: relative;
	left: 12px;
	top: 2px;
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 360px;
}

#header_left {
	float: left;
	width: 320px;
	height: 170px;
}

#header_right {
    height: 206px;
	margin-left: 330px;
	margin-right: 20px;
}

#left {
	float:left;
	clear:left;
	width: 225px;
	margin-left: 45px;
	margin-top: 30px;
}

#right {
	margin-left: 340px;
	margin-top: 70px;
	margin-right: 50px;
}

#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #D6DFE6;
}

.date_box {
	background-color: #FFFFFF;
	background-image: url(images/date.jpg);
	height: 51px;
	width: 52px;
	float: left;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #A0B1C2;
}

.date_box_day {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #000000;
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-line
{
	color: #336699;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #ffffff;
	margin-top: 15px;
	margin-left: 30px;
	font-family: "Times New Roman", Times, serif;
	/*font-style: italic;*/
	font-size: 3.6em;
}

.red {color: #880000;}

h2 {
	color: #336699;
	margin-left: 40px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	/*font-style: italic;*/
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #336699;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #EFEEEA;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #BBC9D6;
	border-bottom-color: #BBC9D6;
	font-size: 1.2em;
	color: #000000;
}

blockquote {
	background-color: #efefef;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #999999;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #336699; text-decoration: none;}     /* unvisited link */
a:visited {color: #336699; text-decoration: none;}  /* visited link */
a:hover {color: #A0B1C2; text-decoration: none;}   /* mouse over link */
a:active {color: #E2E7EC; text-decoration: none;}   /* selected link */
a.delete {color: #AA0000; text-decoration: none;} /* delete link */

/********************************* Navigation **********************************/



#navcontainer ul
{
	list-style-type:none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/menu.png) 0 -45px;
	color: #ffffff;
}
/**************************************** Sort Menu Elements ************************************/
#sortcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}
#sortcontainer li{
	display: inline;
	float:left;
}
#sortcontainer a
{
	display: block;
	padding-top: 8px;
	padding-left: 40px;
	width: 110px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/sortmenu.png);
	background-repeat: repeat-x;
	height: 22px;
}


#sortcontainer a:link, #sortlist a:visited
{
	color: #000000;
	text-decoration: none;
}

#sortcontainer a:hover 
{	
	background: url(images/sortmenu.png) -150px 0px;
	color: #ffffff;
}
/**************************************** Form elements member login ****************************/


p.welcome {
	font-size: 1.0em;
	text-align: left;
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #000000;
}

form {
	margin-top: 15px;
	margin-left: 35px;
}

input.fields {display: block;
        width: 140px;
		background: #EFEEEA;
        /*background: url(images/input_bg.png);*/
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

label {
	color: #336699;
	font-style: italic;
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #D6DFE6;
	float: right;
	margin-right: 40px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 190px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-image: url(images/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.fields_contact_us {
		display: block;
        width: 185px;
        background: #CCD5DE;
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {
		  width: 185px;
          background: #CCD5DE;
          border-top: 1px solid #999999;
		  border-left: 1px solid #999999;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;

          margin-top: 3px;}
		  
textarea.contactus {
		  width: 325px;
          background: #CCD5DE;
          border-top: 1px solid #999999;
		  border-left: 1px solid #999999;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;

          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #D6DFE6;
}
/**************************************** extra classes: myaccount login ****************************/
input.fields_myaccount {
		display: block;
        width: 185px;
        background: #CCD5DE;
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}
		
input.fields_myaccountnew {
        background: #CCD5DE;
		border-top: 1px solid #999999;
		border-left: 1px solid #999999;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}
				
.submit_button_myaccount {
	margin-top: 15px;
	padding: 2px;
	background-color: #D6DFE6;
}

/*******************************************product pages**************************************************/

.imagecopyright{
	font-size: 9px;
}
.imagecopyrighttn{
	font-size: 9px;
}

#search{
	float: right;
	position:relative;
	top:-30px;
	margin: 15px;
}
#specials{
	border: dotted thin #CCD5DE;
	color: #336699;
	float:left;
	position:relative;
	padding: 5px;
	top: -20px;
	left: 5px;

}

#productlists{
	list-style-type: none;
	font-size:14px;
	color:#000000;
}

.results{
	color: #336699;
	font-size: 14px;
	font-weight: bold;
}
.shortdescription{
	color: #666666;
	font-size:11px;
	margin-top:10px;
}
.title{
	color:#336699;
	font-size:17px;
}
.title2{
	font-size:20px; 
	color:#336699;
}

.boldblack{
	font-size: 14px;
	color:#000000;
}
.bigblack{
	font-size: 20px;
	color:#000000;
}
.linethrough{
	color: #AA0000;
	text-decoration:line-through;
}
.baseprice{
	color:#336699;
	font-weight: bold;
}
.price{
	color:#000000;
	font-weight: bold;
}
.discount{
	color: #AA0000;
}
#productcontainter{
  width:520px;
}
#productpic{
	padding: 5px 10px 5px 10px;
	border-style:dashed;
	border-color:#CCCCCC; 
	border-width:1px; 
	float:left;	
	margin-bottom: 5px;
}

#featuresbox{
	padding:4px; 
	float:left; 
	font-family:"Times New Roman", Times, serif; 
	font-size:12px; 
	color:#666666; 
	text-align:center;
	border: dashed #CCCCCC 1px;

	margin-left:10px; 
	width:95px; 
	height:100%;
}

#savefavoritesbox{
	padding:5px; 
	float:left; 
	font-family:"Times New Roman", Times, serif; 
	font-size:14px; 
	color:#666666;
	border-style:dashed;
	border-color:#CCCCCC; 
	border-width:1px; 
	margin-top:5px; 
	width:528px;
	padding-bottom:10px;
}
#descriptionbox{
	padding:5px; 
	float:left; 
	font-family:"Times New Roman", Times, serif; 
	font-size:14px; 
	color:#666666;
	border-style:dashed;
	border-color:#CCCCCC; 
	border-width:1px; 
	margin-top:10px; 
	width:528px;
}
#descriptionboxfaves{
	padding: 5px; 
	float:left;
	font-family:"Times New Roman", Times, serif; 
	font-size:14px; 
	color:#666666;
	border-style:dashed;
	border-color:#CCCCCC; 
	border-width:1px;  
	width:345px;
	height: 162px;
}
#pricesheetbox{
	float:left; 
	font-family:"Times New Roman", Times, serif; 
	font-size:12px; 
	color:#666666;
	border:dashed #CCCCCC 1px; 
	margin-top:5px; 
	width:528px; 
	padding:5px;
	margin-bottom:10px;
}
/****************************************** Bride Account Stuff **************************************************************/
#accountnavigation{
	background:#D6DFE6;
	position: relative;
	top: -10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 3px;
	padding-right: 2px;
	border-bottom: dotted #336699 thin;
	border-top: dotted #336699 thin;
}
#accountnavigation a{
	font-size: 12px;
	font-weight: bold;
}
#accountnavigation a:hover, a:active{
	font-size: 12px;
/*	text-decoration: underline;*/
	color:#000000;
	font-weight: bold;
}
form.profile {
	width: 190px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-image: url(images/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.profile {
		display: block;
        width: 185px;

}
textarea.profile {
		  width: 185px;
		  background: #FFFFFF;
		  border: solid thin #ABADB3;


}
.submit_button_profile {
	margin-top: 15px;
	padding: 2px;
	background-color: #D6DFE6;
}

form.wording {
	width: 500px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-image: url(images/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.wording {
		display: block;
        width: 470px;

}
textarea.wording {
		  width: 470px;
		  height: 100px;
		  background: #FFFFFF;
		  border: solid thin #ABADB3;


}
.colorDiv
{
	width:10px; 
	height:10px; 
	border: 1px solid rgb(0, 0, 0); 
	float:left; 
	clear:left;
}
