@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------------------------CSS Reset from Meyerweb-----*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
a {outline: 0;}
/* CSS Reset End */


/* Webpage Background */
body {background-image:url('../images/jpg/bg.jpg');}


/* Header */
	/* Header BG */
		#header {
			background-image:url('../images/topbg.png');
			background-repeat:repeat-x;
			
			height:5.375em; /* 86 pixel */
			}
		
	/* Head Wrapper */
		#wrapper_menu {
			width:50.313em;/* 805 pixel */
			height:5.313em; /* 85 pixel */
			
			margin-left:auto;
			margin-right:auto;
			
			outline: 0px solid yellow;
			}

	/* Beekeeper Logo */
		img.logo_img {
			display:block;
			padding-top:0.875em; /* 14 pixel */
			
			margin-left:auto;
			margin-right:auto;
			margin-bottom:0.125em; /* 2 pixel */
			} 

	/* Sanjeev Beekeeper */
		span.name_menu {
			font-family: Cuprum, Cuprum_ie, Verdana, Helvetica, Geneva, sans-serif;
			font-size: 1.063em; /* 17 pixels */
			color:#999999; 
			text-transform: uppercase;
			text-align:center;
			
			display:block;
			padding-top:0.375em; /* 6 pixel */
			}
		
/* Navigation menu NEW // added on nov 20, 2013 */
	table.top_navigation {
		border: 0px solid white;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left:auto;
		margin-right:auto;
		}
		
	table.bottom_navigation	{
		border: 0px solid white;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left:auto;
		margin-right:auto;
		}		
		
	td a.home, td a.app-one, td a.app-two, td a.app-three, td a.support {
		outline: 0px solid white;
		padding:5px 10px 5px 10px;
		float: left;
		
		font-family: Carrois, Carrois_ie, Helvetica, Geneva, sans-serif;
		font-size:18px;
		text-decoration:none;
		color:#999999;
		}	
		
	td a:hover {
		color:white;
		}
		
	span.selected {
		color:#99cc33;
		}		
