/* Reset browser */
/* Set a known baseline for popular browsers. */
/* This technique is based upon CSS taken from the BSD-licensed YUI: */
/* http://developer.yahoo.com/yui/reset/ */

html, body, p, ul, ol, dl, li, h1, h2, h3, h4, img	{
	margin: 0;
	padding: 0;
}
 
ul {
	list-style: none;
}
 
img	{
	border: 0;
}
 
a {
	outline: none;
}
 
 
/* Bone Desert site-wide defaults */
/*--------------------------------*/

body	{
	background-color: #eaeaea;
	background: url(images/background_body.png);
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;

}

#pageContainer	{
	width: 910px;
	/*margin-left: 120px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* Navigation Bar */
/* ---------------*/

ul#navigationBar	{
	width: 770px;
	height: 50px;
	margin-left: 6px;
	position: relative;
	line-height: 0px;
}

ul#navigationBar li a	{
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}

ul#navigationBar li a:hover {
	background-position: 0 -50px;
}
 
ul#navigationBar li a:active {
	background-position: 0 -100px;
}
 
ul#navigationBar li a.current {
	background-position: 0 -100px;
	text-indent: -9999px;
}

ul#navigationBar li#home_link a 	{
	left: 0px;
	width: 180px;
	background-image: url(images/navigationItem-home.png);
	background-repeat: no-repeat;
}

ul#navigationBar li#products_link a	{
	left: 180px;
	width: 80px;
	background-image: url(images/navigationItem-products.png);
	background-repeat: no-repeat;
}

/* remember to reorder the left position accordingly for the new menus */

ul#navigationBar li#services_link a {
	left: 260px;
	width: 80px;
	background-image: url(images/navigationItem-services.png);
	background-repeat: no-repeat;
}

ul#navigationBar li#support_link a	{
	left: 340px;
	width: 80px;
	background-image: url(images/navigationItem-support.png);
	background-repeat: no-repeat;
}

ul#navigationBar li#blog_link a	{
	left: 420px;
	width: 80px;
	background-image: url(images/navigationItem-blog.png);
	background-repeat: no-repeat;
}

ul#navigationBar li#about_link a	{
	left: 500px;
	width: 80px;
	background-image: url(images/navigationItem-about.png);
	background-repeat: no-repeat;
}

/* --- End of Navigation Bar --- */

#shadowEffect	{
	position: absolute;
	width: 660px;
	background: url(images/shadow-rows.png) repeat-y;
	left: 0px;
	top: 90px;
}

/* footer */
#footer {
	background: url(images/background_body.png);
	margin-top: 0;
	margin-left: 20px
	width: 660px;
	text-align: left;
	font-size: 10px;
	padding-bottom: 25px;
}

#footer ul#footerLinks li {
	display: inline;
	color: #777;
}

#footer ul#footerLinks li a {
	color: #777;
	text-decoration: none;
}

#footer ul#footerLinks li a:hover {
	color: #777;
	text-decoration: underline;
}


a {
	position: relative;
	display: inline;
	color: rgb(38, 86, 147);
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	position: relative;
	display: inline;
	color: rgb(38, 86, 147);
	font-weight: bold;
	text-decoration: underline;
}

/* ---- rightSideBar ----- */
#rightSideBar {
	position: absolute;
	left: 670px;
	top: 100px;
	width: 190px;
	padding-top: 55px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #777;
}

.rightSideBarItem {
	background: url(images/right_sidebar_background.png) no-repeat;
	padding: 10px 10px 10px 10px;
}

.rightSideBarItem h2 {
	font-weight: bold;
	font-size: 11px;
}

.rightSideBarBlankItem {
	padding: 10px 10px 10px 10px;
	background: none;
}


.rightSideBarCactus {
	background: url(images/right_sidebar_cactus.png) no-repeat;
	padding: 10px 10px 10px 10px;
}

/* ---- Buttons ---- */

.learnMoreButton a {
	display: block;
	width: 140px;
	height: 40px;

	text-indent: -9999px;
	background-image: url(images/learn_more.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.learnMoreButton a:hover {
	background-position: 0px -50px;
}

.contactUsButton a {
	display: block;
	width: 140px;
	height: 40px;
	text-indent: -9999px;
	background-image: url(images/contact_us.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.contactUsButton a:hover {
	background-position: 0px -50px;
}

.registerButton a {
	display: block;
	width: 140px;
	height: 40px;
	text-indent: -9999px;
	background-image: url(images/register.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.registerButton a:hover {
	background-position: 0px -50px;
}



