div#header  {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:760px;
	z-index:1;
	height:134px;
}

div#main_content {
	z-index:2;
	width:760px;
	position:absolute;
	top:134px;
	left:0px;
	text-align:left;
	background-color:#EFE6CC;
}

div#credit-card {
	position:absolute;
	top:450px;
	z-index:5;
	width:100px;
	padding:0px;
	margin:0px;
	left:31px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p {
	padding-top:3px;
	padding-bottom:12px;
	margin-bottom:0px;
	margin-top:0px;
}

/*Template Layout*/
table#layout  {
	width:100%;
}

td#page_menu  {
	width:154px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	background-image:url(../images/side-menu-color.jpg);
	background-repeat:repeat-y;
}

td#content  {
	width:556px;
	padding:5px 40px 5px 10px;
	vertical-align:top;
	background-image: url("../images/right-green-bar.jpg");
	background-repeat:repeat-y;
	background-position:top right;
}

td#footer  {
	width:750px;
	padding:5px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:124px;
}

/*td#page_menu links if different form normal links*/
td#page_menu a  {
	color:#FF9900;
	text-decoration:none;
}

td#page_menu a:hover  {
	color:#006600;
	text-decoration:none;
}

/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:100%;
	font-size:12px;
}

table#contact-us td  {
	padding:2px 3px;
	border:1px solid #EFE6CC;
}

td.name  {
	width:30%;
	background-color:#CEC099;
	vertical-align:top;
}

td.field  {
	width:70%;
	background-color:#B70B01;
}

td.send  {
	background-color:#003300;
	text-align:center;
}

/*Left Side Menu Buttons*/
div.menu  {
	position:absolute;
	z-index:5;
	width:145px;
	padding:0px;
	margin:0px;
	left:9px;
}

div#home  {
	top:135px;
}

div#about  {
	top:161px;
}

div#browse  {
	top:185px;
}

div#featured  {
	top:212px;
}

div#new  {
	top:237px;
}

div#gift  {
	top:262px;
}

div#basket  {
	top:286px;
}

div#account  {
	top:311px;
}

div#contact  {
	top:336px;
}

div#fund  {
	top:361px;
}

div#corporate  {
	top:385px;
}

div#wedding  {
	top:409px;
}


/*Wedding Cakes sytles*/
table.wedding-table  {
	width:95%;
}

td.wedding-text  {
	padding-left:6px;
}

td.wedding-pics  {
	width:50%;
	padding-top:18px;
}

/*Corporate Gifts*/
table.corporate  {
	width:65%;
}

table.corporate td  {
	width:33%;
	padding:3px;
}

td.corp-head  {
	font-weight:bold;
	text-decoration:underline;
}

td.size  {
	text-align:center;
}

/*Link styles*/
a {
	color:#0000FF;
}

a:hover  {
	color:#B70B01;
}

/*Heading commands - these can all be changed*/

h1  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#B70B01;
}

h2  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#003300;
}

h3  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#B70B01;
	padding-bottom:0px;
	margin-bottom:0px;
}

h4  {
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

h5  {
	font-size:12px;
	font-weight:bold;
	color:#B70B01;	
}

h6  {
	font-size:12px;
	font-weight:bold;
	color:#000000;	
}

img.right  {
	float:right;
	padding:1px 0px 5px 3px;
}

ul.fundraiser  {
	list-style-position:outside;
	margin:0 0 0 1px;
}

li  {
	padding-bottom:6px;
}


.heading {
	color: #4B1E0B
}

.special  {
	padding-top:12px;
}

span  {
	color:#CC0000;
}

