@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);

html{
	
	background: transparent;
	height: 100%;
}
body{
	background: #d5d5d2;
	color:#444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 100%;
}

body.admin{
	background-position: 0 14px;
}

#wrap{
	background:transparent url(../images/wrap_bg.gif) no-repeat 0px 82px;
	margin:0px auto;
	text-align:left;
	width:954px;
	position: relative;
	/* Set this to the same height as the footer */
    margin-bottom: -50px;
	margin-top:30px;
}

/* HEADER
-------------------------------------------*/
#header{
	height: 113px;
	margin:0 auto;
	background:transparent url(../images/header_bg.gif) no-repeat 0px 0px;
	padding:0 27px 0 27px;
}

#header h1{
	position: absolute;
	top: 30px;
	font-size: 30px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#logo{
		background: url(../images/spacer.gif) 0 0 no-repeat;
		left:26px;
		position:absolute;
		top: 48px;
	}
		#logo img{
			height:72px;
			width:205px;
		}
		
		

/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
	height:22px;
	width:900px;
	padding:0 27px 0 27px;
	background:transparent url(../images/tabs_bg.gif) no-repeat -1px 0px;
}
	#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:22px 0 0 0;
					position:absolute;
				}
				#nav a:hover, #nav a.active{
				}
				
				
				
				
				/* Home */
				#t61067 a{
					background-position:-129px 0;
					width:45px;
					left:130px;
				}
				#t61067 a:hover{
					background-position:-129px -22px;
				}
				
				/* About Us */
				#t61152 a{
					background-position:-232px 0;
					width:70px;
					left:232px;
				}
				#t61152 a:hover, #t61152 a.active{
					background-position:-232px -22px;
				}
				
				/* Product Catalog */
				#t61178 a{
					background-position:-345px 0;
					width:117px;
					left:346px;
				}
				#t61178 a:hover, #t61178 a.active{
					background-position:-345px -22px;
				}
				
				/* How to Order */
				#t61180 a{
					background-position:-510px 0;
					width:94px;
					left:511px;
				}
				#t61180 a:hover, #t61180 a.active{
					background-position:-510px -22px;
				}
				
				/* How to Order */
				#t61180 a{
					background-position:-510px 0;
					width:94px;
					left:511px;
				}
				#t61180 a:hover, #t61180 a.active{
					background-position:-510px -22px;
				}
				
				/* Services Offered */
				#t61153 a{
					background-position:-656px 0;
					width:112px;
					left:657px;
				}
				#t61153 a:hover, #t61153 a.active{
					background-position:-656px -22px;
				}
				
				/* Contact */
				#t61154 a{
					background-position:-819px 0;
					width:79px;
					left:819px;
				}
				#t61154 a:hover, #t61154 a.active{
					background-position:-819px -22px;
				}
#main-body{
padding:0 27px 0 27px;
}
	#main-table-body{
		background:transparent;
		border-collapse:collapse;
		clear:left;
		height: auto !important;
		height: 400px;	
		
	}
	#main-table-body-leftcell{
		background: transparent;
		width:250px;
		vertical-align:top;
	}
	#main-table-body-rightcell{
		vertical-align:top;
		width:650px;
		background:transparent url(../images/watermark.gif) no-repeat bottom right;
	}

/* SUB MENU
-------------------------------------------*/
#sidebar {
	background:none;
	margin:7px 0 0 0;
}

#menu-header {
	background:transparent;
}

#menu{
	margin: 50px 0 0 30px;
	padding:0;
	width: 220px;
}
	#menu ul{
		font-size: 12px;
		margin:0 20px 0 0;
		padding:0;
		list-style: square inside;
		border-bottom: 1px dashed #879eb0;
	}
	
	#menu h3 a{
	color:#b1c025;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	border-top:0px;
	padding-left:0px;
	background:transparent;
	}
	
	#menu h3 a:hover{
	color:#b1c025;
	background:transparent;
	}
		#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:#474948;
				display:block;
				font-size: 12px;
				padding: 6px 0px 6px 15px;
				border-top: 1px dashed #879eb0;
				background:transparent url(../images/menu_li_a_bg.gif) no-repeat 0px 7px;
			}
			
			#menu a:hover {
				color: #5a5a9a;
				background:transparent url(../images/menu_li_a_bg_over.gif) no-repeat 0px 7px;
			}
			
			#menu a.current{
				color: #5a5a9a;
				font-weight:bold;
				background:transparent url(../images/menu_li_a_bg_over.gif) no-repeat 0px 7px;
			}
			
			#menu a.subcurrent{
				color: #525295;
				background:#d7d6cb url(../images/menu_li_li_a_bg_over.gif) no-repeat 13px 7px; 
			}
			
			#menu li ul{
				margin: 0 0px 0 0px;
				padding: 0;
				border-bottom: none;
			}
			
			#menu li ul li{
				list-style: none;
				padding: 0px 0 0px 0px;
				margin: 0;
			}
			
			#menu li ul li a {
				font-size: 12px;		
				padding-left: 30px;
				border-top: 1px dashed #879eb0;
				text-decoration: none;
				background:transparent url(../images/menu_li_a_bg.gif) no-repeat 13px 7px; 
			}
			
			#menu li ul li a:hover {
				background:#d7d6cb url(../images/menu_li_li_a_bg_over.gif) no-repeat 13px 7px; 
				color: #525295;
			}
			
	#menu-footer{
		background:transparent;
	}

#banner {
	display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	padding:0 0 0 0px;
	margin: 0;
	position:relative;
	width: 100%;
}
	#breadcrumblist{
		font-size: 10px;
		line-height:120%;
		padding:.5em 0 .5em 30px;
		width:430px;
		color:#000;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
			color:#000;
			text-decoration:none;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{
		color:#000;
		text-decoration:underline;			
		}
		#breadcrumbemail{
			font-size: 10px;
			position:absolute;
			right:97px;
			text-align:right;
			top:5px;
			width:8em;
		}
			#breadcrumbemail a:link, #breadcrumbemail a:visited{
				background:url(../images/email.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 13px;
				color:#000;
				text-decoration:underline;
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
				text-decoration:none;
				}
		
		#breadcrumbprint{
			font-size: 10px;
			position:absolute;
			right:30px;
			text-align:right;
			top:5px;
			width:8em;
		}
			#breadcrumbprint a:link, #breadcrumbprint a:visited{
				background:url(../images/printer.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 12px;
				color:#000;
				text-decoration:underline;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
				text-decoration:none;
				color:#000;
				}


/* CONTENT AREA
-------------------------------------------*/
#content{
	clear:left;
	width:inherit;
}
	#content-header{
		display:none;
	}
	#content-body{
		margin: 5px 30px 0 30px;
		padding:0 0 10px 0;
		overflow:hidden;
		min-height:400px;
	}
	#pagetitle{
		margin:0 0 15px 0px;
	}
		#pagetitletext h1{
			font-size:21px;
			font-weight: bold;
			color: #565697;
		}
	#content-footer{
		
	}

/* FOOTER
-------------------------------------------*/
#clearfooter{
		/* Set this to the same height as the footer */
		height: 50px;
		clear: both;
}

#footer{
	clear:both;
	height: 88px;
	margin:0 auto;
	position:relative;
	background: transparent url(../images/footer_bg.gif) no-repeat center 0px;
	padding:0 27px 0 27px;
}
	#footerwrap{
		margin:0 auto;
		width: 900px;
		position:relative;
		height: 61px;
	}
	
	#copyright{
		color:#fff;
		font-size:9px;
		position:absolute;
		left:0px;
		bottom:10px;
	}
	
	#poweredby{
		color:#999;
		font-size:9px;
		position:absolute;
		right:0px;
		bottom:-22px;
	}
		#poweredby a{
			color:#505194;
			text-decoration:none;
		}
		#poweredby a:hover {text-decoration: underline;}