@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);

.temputils{
	background: none;
	display: inline;
	
	position: absolute;
	top: 2px;
	right: 10px;
}

.temputils li{
	background: none;
	display: inline;
}

.temputils li a{
	color: #fff;
	font-weight: bold;
}

html{
	background:transparent;
	height: 100%;
}

body{
	background: transparent;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	height: 100%;
}

body.admin{
	background-position: 0 14px;
}

#wrap{
	margin:0px auto;
	text-align:left;
	width:920px;
	min-height: 100%;
	position: relative;
	/* Set this to the same height as the footer */
    margin-bottom: -105px;
}

/* HEADER
-------------------------------------------*/
#header{
	height: 157px;
	margin:0 auto;
	background:transparent url(../images/header_bg.jpg) no-repeat 0px 0px;
}

#header h1{
	position: absolute;
	top: 30px;
	font-size: 30px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#logo{
		background:transparent;
		left:23px;
		position:absolute;
		top: 18px;
	}
		#logo img{
			height:102px;
			width:320px;
		}


/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
	height:auto;
	width:100%;
}
	#nav{
		margin:0 auto;
		text-align:center;
	}
		#nav ul{
			list-style:none;
			margin:0 auto;
			text-align:left;
		}
			#nav ul li{
				background-image:none;
				display:inline;
				margin:0;
				padding:0;
			}

			#nav a{
				display:block;
				float:left;
				text-decoration:none;
				background:url(../images/nav_bg.gif) 0 0 no-repeat;
				height:0 !important;
				overflow:hidden;
				padding:28px 0 0 0;
				position:absolute;
				top:131px;
				}
				
				#nav a:hover, #nav a.active{
				}
				
			/*Home*/
			#t2742 a, #t2742 a.active{
			left:0px;
			background-position:0 0;
			width:59px;
			}
			
			#t2742 a:hover{
			background-position:0 -28px;
			}
			
			/*About Us*/
			#t90157 a{
			background-position:-67px 0;
			left:67px;
			width:79px;
			}
			
			#t90157 a:hover, #t90157 a.active{
			background-position:-67px -28px;
			}
			
			/*Our Products*/
			#t2774 a{
			background-position:-154px 0;
			left:154px;
			width:112px;
			}
			
			#t2774 a:hover, #t2774 a.active{
			background-position:-154px -28px;
			}
			
			/*Wedding Cakes*/
			#t2775 a{
			background-position:-278px 0;
			left:278px;
			width:112px;
			}
			
			#t2775 a:hover, #t2775 a.active{
			background-position:-278px -28px;
			}
			
			/*Online Shipping Store*/
			#t2776 a{
			background-position:-402px 0;
			left:402px;
			width:163px;
			}
			
			#t2776 a:hover, #t2776 a.active{
			background-position:-402px -28px;
			}
			
			/*Contact Us*/
			#t90158 a{
			background-position:-576px -0px;
			left:576px;
			width:89px;
			}
			
			#t90158 a:hover, #t90158 a.active{
			background-position:-576px -28px;
			}
			
			
#main-body{
}
	#main-table-body{
		background:transparent url(../images/main_table_bg.gif) no-repeat 0px 0px;
		border-collapse:collapse;
		clear:left;
	}
	
	#main-table-body-leftcell{
		background: transparent;
		width:250px;
		vertical-align:top;
	}
	#main-table-body-rightcell{
		vertical-align:top;
		width:650px;
	}

/* SUB MENU
-------------------------------------------*/
#sidebar {
	background:none;
	margin:7px 0 0 0;
}

#menu-header {
	background:transparent;
}

#menu{
	margin: 0px 0 0 9px;
	padding:0;
	width: 241px;
	background:#0272c4 url(../images/menu_bg.gif) no-repeat 0px 0px;
}
	#menu ul{
		font-size: 12px;
		margin:0 17px;
		padding:0;
		list-style: square inside;
		border-bottom: 1px solid #358ed0;
	}
		#menu li{
			background-image:none;
			padding:0 0 0 0px;
			margin: 0 0px 0px 0;
			list-style: none;
		}
			#menu a {
				text-decoration:none;
				text-transform:none;
				color:#fff;
				display:block;
				font-size: 12px;
				padding: 6px 0px 6px 5px;
				border-top: 1px solid #358ed0;
				width:195px;
			}
			
			#menu a:hover {
				color: #fae669;
			}
			
			#menu a.current{
				color: #fae669;
			}
			
			#menu a.subcurrent{
				color: #fae669;
				text-decoration: none;
			}
			
			#menu li ul{
				margin: 0 0px 0 0px;
				padding: 0;
				border-bottom: 0px;
			}
			
			#menu li ul li{
				list-style: none;
				padding: 0px 0 0px 0px;
				margin: 0;
			}
			
			#menu li ul li a {
				font-size: 12px;		
				padding-left: 15px;
				border-top: 1px solid #358ed0;
				text-decoration: none;
				width:185px;
			}
			
			#menu li ul li a:hover {
				background-color: transparent;
				color: #fae669;
			}
			
	#menu-footer{
		margin-left:9px;
	}
	
	#menu-footer-top{
		background:#0272c4 url(../images/menu_footer_bg.gif) no-repeat 0px bottom;
		width:227px;
		padding:16px 0 5px 14px;
	}
	
	#menu-footer-bottom a img, #menu-footer-top a img{
		border:0px;
		margin-bottom:3px;
	}
	
	#menu-footer-bottom{
		padding-left:33px;
		padding-top:18px;
	}
	
	#menu h3{
		margin:0px;
		padding:0px;
	}
	
	#menu h3 a, #menu h3 a:hover{
		border:0px;
		width:201px;
		height:53px;
		margin:0 0 0 17px;
		text-decoration:none;
		display:block;
		text-indent:-10000px;
		padding:0px;
		background:transparent url(../images/spacer.gif) no-repeat 0px 0px;
	}
	
	/*About Us*/
	.tab90157  #menu h3 a, .tab90157  #menu h3 a:hover{
	background:transparent url(../images/menu_headings/about.gif) no-repeat 0px 0px;
	}
	
	/*Our Products*/
	.tab2774 #menu h3 a, .tab2774 #menu h3 a:hover{
	background:transparent url(../images/menu_headings/ourProducts.gif) no-repeat 0px 0px;
	}
	
	/*Wedding Cakes*/
	.tab2775 #menu h3 a, .tab2775 #menu h3 a:hover{
	background:transparent url(../images/menu_headings/weddingCakes.gif) no-repeat 0px 0px;
	}
	
	/*Online Shipping Store*/
	.tab2776 #menu h3 a, .tab2776 #menu h3 a:hover{
	
	}
	
	/*Contact Us*/
	.tab90158 #menu h3 a, .tab90158 #menu h3 a:hover{
	background:transparent url(../images/menu_headings/contact.gif) no-repeat 0px 0px;
	}
	
#banner {
	display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	padding:0 0 0 0px;
	margin: 0;
	position:relative;
	width:900px;
	background:#fae669 url(../images/breadcrumbs_bg.gif) no-repeat 0px 0px;
}
	#breadcrumblist{
		font-size: 11px;
		line-height:120%;
		padding:14px 0 13px 12px;
		width: 601px;
		color:#666666;
		font-family:Arial, Helvetica, sans-serif;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
			font-size:11px;
			color:#666666;
			text-decoration:none;			
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{
			color:#666666;
			text-decoration:none;
		}
		#breadcrumbemail{
			font-size: 10px;
			position:absolute;
			right:98px;
			text-align:right;
			top:14px;
			width:9em;
		}
			#breadcrumbemail a:link, #breadcrumbemail a:visited{
				background:url(../images/email.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 18px;
				color:#0160aa;
				font-weight:bold;
				text-decoration:none;
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
				color:#0160aa;
				font-weight:bold;
				text-decoration:underline;
				}
		
		#breadcrumbprint{
			font-size: 10px;
			position:absolute;
			right:7px;
			text-align:right;
			top:14px;
			width:9em;
		}
			#breadcrumbprint a:link, #breadcrumbprint a:visited{
				background:url(../images/printer.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 18px;
				color:#0160aa;
				font-weight:bold;
				text-decoration:none;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
				color:#0160aa;
				font-weight:bold;
				text-decoration:underline;
				}


/* CONTENT AREA
-------------------------------------------*/
#content{
	clear:left;
	width:inherit;
}
	#content-header{
		display:none;
	}
	#content-body{
		margin: 5px 20px 0 30px;
		padding:0 0 10px 0;
		overflow:hidden;
	}
	#pagetitle{
		margin:12px 0 25px 0px;
	}
		#pagetitletext h1{
			font-size:30px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			font-style:italic;
			color: #013f88;
		}
		
	#pagetitletext h1.pagetitleH1TooLong{
		font-size:17px;
	}
	
	#content-footer{
		
	}

/* FOOTER
-------------------------------------------*/
#clearfooter{
		/* Set this to the same height as the footer */
		height: 105px;
		clear: both;
}

#footer{
	clear:both;
	height: 105px;
	margin:0 auto;
	position:relative;
}
	#footerwrap{
		margin:0 auto;
		width: 920px;
		position:relative;
		height: 105px;
		background: transparent url(../images/footer_bg.gif) no-repeat 0px 0px;
	}
	
	#copyright{
		color:#fff;
		font-size:9px;
		position:absolute;
		left:0px;
		bottom:10px;
	}
	
	#poweredby{
		color:#999;
		font-size:9px;
		position:absolute;
		right:34px;
		bottom:5px;
	}
		#poweredby a{
			color:#666666;
			text-decoration:none;
		}
		#poweredby a:hover {text-decoration: underline;}
		
	#footerContact{
		position:absolute;
		color:#000;
		font-size:12px;
		line-height:15px;
		left:337px;
		text-align:left;
		top:32px;
	}
	
	#footerContactLink{
		position:absolute;
		left:-136px;
		top:10px;
	}
	
	#footerContactLink img{
		width:56px;
		height:20px;
		border:0px;
	}
	
	#footerContact span{
		display:block;
		float:left;
		margin-right:50px;
	}
	
	#footerContact a{
		color:#0272c4;
		text-decoration:none;
	}
	
	#footerContact a:hover{
		color:#0272c4;
		text-decoration:underline;
	}
