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

* {
	margin: 0 auto;
	padding: 0;
}

a {
	font-size: 11px;
	color: #5aa200;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

strong {
	color: #5aa200;
}

img {
	border: none;
}

body {
	color: #4f5a5b;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.clear {
	clear: both;
}

.container {
	width: 766px;
	margin: 0 auto;
	background: url(images/bodybg.jpg) repeat-y;

}

#header {
	background: url(images/headerbg.jpg) no-repeat;
	height: 324px;
}

#header-other {
	background: url(images/header-otherbg.jpg) no-repeat;
	height: 328px;
}	

#logo {
	padding: 30px 0 0 60px;
	float: left;
}

/* Begin Navigation */

ul#nav {
	list-style: inside;
	float: right;
	padding: 35px 30px 0 0;
	}
	
	ul#nav li {
		display: inline;
		}
		
		ul#nav li a {
			display: block;
			float: left;
			height: 33px;
			text-indent: -9999px;
			}
			
			ul#nav li.home a {
				width: 84px;
				background: url(images/home.jpg) top center;
				}
			ul#nav li.about a {
				width: 93px;
				background: url(images/about.jpg) top center;
				}
			ul#nav li.careers a {
				width: 91px;
				background: url(images/careers.jpg) top center;
				}
			ul#nav li.contacts a {
				width: 84px;
				background: url(images/contacts.jpg) top center;
				}			
			ul#nav li a:hover{
				background-position: bottom center;
				}
				
			#current {
				background-position: bottom center;
			}

				
/* End Navigation */


#about {
	background: url(images/aboutbg.jpg) no-repeat;
	width: 670px;
	padding: 50px 0 10px 0;
}

#careers {
	background: url(images/careersbg.jpg) no-repeat;
	width: 655px;
	padding: 60px 0 0 10px;
}

ul {
	list-style-position: inside;
}

#direction {
	background: url(images/direction.jpg) no-repeat;
	width: 208px;
	float: left;
	padding: 90px 0 0 0;
	margin-left: 50px; 
	text-align: center;
}

#direction p {
	padding: 10px 0 10px 0;
}

#contact-form {
	background: url(images/contactform.jpg) no-repeat;
	width: 412px;
	float: right;
	margin-right: 50px;
}

.right {
	float: right;
}

.left {
	float: left;
}

#contact-box {
	background: url(images/contact-boxbg.jpg) no-repeat;
	height: 319px;
	float: left;
	width: 265px;
}

form {
	padding: 65px 0 0 55px;
}

.submit-button {
	width:125px;
	height: 27px;
	background: url(images/submit.jpg) no-repeat;
	border: none;
	text-indent: -9999px;
}

.submitbutton {
	width:125px;
	height: 27px;
	background: url(images/submit.jpg) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
}

#advertisers {
	background: url(images/advertisers.jpg) no-repeat top;
	height: 55px;
	width: 209px;
	float: left;
	padding: 58px 20px 0 20px;
}

#publishers {
	background: url(images/publishers.jpg) no-repeat top;
	height: 54px;
	width: 210px;
	float: left;
	margin-top: 1px;
	padding: 58px 0 0 0;
}

#footer {
	background: url(images/footerbg.jpg) no-repeat;
	height: 113px;
	padding: 50px 0 0 35px;
}

.box {
	width: 175px;
	float: left;
	font-size: 10px;
}

