@CHARSET "UTF-8";
/* 
	Yuval Sharon
	CSS Styles

*/


* {
	margin: 0; 
	padding: 0;
}

html { 
	margin: 0; 
	padding: 0;
	height: 100%;
	line-height: 22px;
	overflow: scroll;
}

body {
	margin: 0; 
	padding: 0;
	font-family: sans-serif;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #ededed;
}

a:hover {
	color: #abd042;	
}

#header {
	background: url(../images/header.jpg);
	width: 781px;
	height: 146px;
	margin: 0 auto;
	margin-top: 5px;
}

#footer {
	background: url(../images/footer.jpg);
	width: 781px;
	height: 89px;
	margin: 0 auto;
}

#main {
	position: relative;
	background: url(../images/bg_repeat.jpg);
	width: 781px;
	margin: 0 auto;
}


#content {
	position: relative;
	padding-right: 10px;
	padding-bottom: 30px;
	top: 15px;
	left: 35px;
	width: 540px;
}

#menu {
	position: absolute;
	right: 18px;
	top: 10px;
}


ul#menu {
	list-style: none;
}

ul#menu li a {
	display: block;
	width: 144px;
	height:46px;
}

ul#menu li a.home { background: url(../images/btn_home.png) no-repeat top center; }
ul#menu li a.homeSelected { background: url(../images/btn_selected_home.png) no-repeat 0 0; }

ul#menu li a.netsms { background: url(../images/btn_netsms.png) no-repeat top center; }
ul#menu li a.netsmsSelected { background: url(../images/btn_selected_netsms.png) no-repeat 0 0; }

ul#menu li a.references { background: url(../images/btn_references.png) no-repeat top center; }
ul#menu li a.referencesSelected { background: url(../images/btn_selected_references.png) no-repeat 0 0; }

ul#menu li a.contacts { background: url(../images/btn_contacts.png) no-repeat top center; }
ul#menu li a.contactsSelected { background: url(../images/btn_selected_contacts.png) no-repeat 0 0; }

ul#menu li a.launchx { background: url(../images/btn_launchx.png) no-repeat top center; }
ul#menu li a.launchxSelected { background: url(../images/btn_selected_launchx.png) no-repeat 0 0; }

ul#menu li a.digiwatch { background: url(../images/btn_digiwatch.png) no-repeat top center; }
ul#menu li a.digiwatchSelected { background: url(../images/btn_selected_digiwatch.png) no-repeat 0 0; }

ul#menu li a:hover {
	background-position: bottom center;	
}

h1 {
	padding: 5px;
	padding-bottom: 0px;
	font-size: 18px;
}

h2 {
	padding: 5px;
	font-size: 17px;
}

p {
	padding: 5px;
	font-size: 16px;
}

ul {
	list-style: none;
	padding: 5px;
}

li {
		
}


