
body {
	margin: 20px;
	/*background: #f0eeee;*/
  /*background: #f0eeee url("../images/background1.jpg") ;*/
  background: #f0eeee url("../displayImg.php?tag=backgroundImage") ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

img { behavior: url(/css/iepngfix.htc) }

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6d6b6c;
}

h1 {
	font-size: 2em;
	padding: 7px 0 10px 0;
}


ul.left {
	float: left;
	width: 50%; 
	margin: 0px;
	padding: 0px;
	border: 0px none; 
	list-style-position: inside;
	list-style-type:disc;
	color: #EA8DA5;	
	position: relative;
    left: 40px;
}

ul.right {
	float: right;
	width: 50%; 
	margin: 0px;
	padding: 0px;
	border: 0px none; 
	list-style-position: inside;
	list-style-type: disc;
	color: #EA8DA5;	
	position: relative;
    left: 40px;
}



img.alignleft {
float: left;
margin: 0px 5px 5px 5px;

}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}


h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	padding-top:5px;
}



a {
	text-decoration: none;
	font-size:11px;
	color: #0A0A0A;
}

a:hover {
	background: none;
	color:#cccccc;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}

/* Header */

#header {
	width: 750px;
	height: 172px;
	margin: 0 auto;
	background: #FFFFFF url("../displayImg.php?tag=headerBackground") no-repeat left top;
/*	background: #FFFFFF url(../images/banner.jpg) no-repeat left top; */
}

/* Logo */

#logo {
	float: left;
	width: 750px;
	color: #ffffff;
	font-weight:bold;

}

hr {
color: #EA8DA5;
}



#logo h1, #logo p
{
  color: #ffffff;
}

#logo h1
{
	float: left;
	padding: 10px 0 0 20px;
	font-size: 20px;
	font-weight:bold;
}

#logo p
{
	float: left;
	padding: 10px 0 0 10px;
}
#logo h1
{
	float: left;
	padding: 10px 0 0 20px;
	font-weight:bold;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

#content-navigation {
	width: 750px;
	background-color: #e4e4e1;
	height: 31px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;

}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 32px;
}

#navigation li a {
	color: #FFFFFF;
	line-height: 32px;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	border-right: 1px solid #ffffff;
}

#navigation li a:hover {
	text-decoration: underline;
	background-color: #adadac;

}


/* Page */

#page {
	width: 750px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 500px;
	padding: 20px 20px 0 0;
}

#content1 {
	float: right;
	width: 700px;
	padding: 20px 20px 0 0;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding: 40px 0 0 20px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar h2 {
	color: #000000;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #787878;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}


/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	background: #e1e0e0;
	font-family: Arial, Helvetica, sans-serif;
	color: #373636;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #373636;
}

#footer a:hover {
	color: #CCCCCC;
}

.cartItem
{
  border-style: solid;
  border-width: 1px;
  border-color: #aaaaaa;
  margin: 10px;
  padding: 10px 10px 10px 20px;
}

legend {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0 5px 5px 5px;
	color: #6d6b6c;
	margin-left: 15px;
	}

fieldset label{
	text-align:right;
	float: left;  
	margin-right:5px; 
}

fieldset li{
	float: left;  
	clear: left;  
	width: 90%;  
	padding-bottom: 10px; 
	list-style:none;
}

fieldset{
	float: left; 
	clear: left;  		
	width: 90%;  
	margin: 10px 0;  
	padding: 0; 
	margin-left: 35px;
}

fieldset.submit{ 
	float: left;  
	width: auto;  
	border: none;
	
}
span.error
{
  color: #ff0000;
  width:500px;
}

.error
{
  color: #ff0000;
}

table.viewCartItems
{
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
}
td.viewCartItems
{
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
}
input.cartQty
{
  width: 25px;
}

textarea.links
{
  width: 520px;
  height: 20px;
}
textarea.footEdit
{
  width: 520px;
  height: 60px;
}
.errorField
{
  background: #ff9999;
}
.fieldError
{
  color: #ff0000;
}
#errorSummary
{
  color: #ff0000;
  visibility: hidden;
}





#calendar {
	width: 700px;
	padding: 0;
	margin: 0;	
	font: normal 12px/20px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	
	background-color: #fff;
}

.nav, .nav a {
	font: bold 18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: black;	
	text-align: center;
	text-decoration: none;
}	

th {
	font: bold 11px/20px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #edecec;
}


.date{
	height:75px;
	width:100px;
	border:1px solid;
}

.remainingdays{
	border:1px solid;
}



.eventBox {
	height:60px;
	width:100px;
	border:1px solid;
	background-color:#fdc4d4;
}

.weddingBox {
	height:60px;
	width:100px;
	border:1px solid;
	background-color:#fdc4d4;
}

.deliveryBox{
	height:60px;
	width:100px;
	border:1px solid;
	background-color:#fdc4d4;
}

.expenseBox{
	height:60px;
	width:100px;
	border:1px solid;
	background-color:#fdc4d4;
}

#calendar td {	
	vertical-align:top;	
}

#calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#calendar td a:link, td a:visited {	
	color: #black;
}

#calendar td a:hover, td a:active {
	color: #black;
}
