@charset "UTF-8";
/************************************************§
 *
 *  File     :  css/splash.css
 *  Version  :  v1.0
 *  Website  :  Sonz of God
 *  Author   :  Josh Horvath - FaduchiGroup.com (c) 2009
 *
 ************************************************/

* { margin: 0; padding: 0; }

body {
	background: url(../images/background.jpg) no-repeat top center;
	font-family: Arial, "Helvetica", sans-serif;
	color: #404244;
	line-height: 18px;
	text-align: left;
	margin: 0;
	}
	
#container {
	background: url(../images/bkg_content.png) no-repeat top left;
	position: relative;
	top: 170px;
	margin: auto;
	width: 1371px;
	height: 618px;
	}

span { display: none; } /* All <span> calls will be hidden */

a, a:visited { color: #4ab0ce; text-decoration: none; }
a:hover { text-decoration: underline; }

#logo {
	position: absolute;
	width: 285px; height: 342px;
	background: url(../images/logo.png) no-repeat;
	left: 14px;
	top: -196px;
	z-index: 1;
	}

#text_rightside {
	position: absolute;
	left: 973px; top: 219px;
	background: url(../images/text_rightside.png) no-repeat;
	width: 398px; height: 223px;
	}

/* navigation */
#navigation {
	position: absolute;
	width: 167px; height: 152px;
	background: url(../images/nav_sprite.png);
	left: 1003px; top: 419px;
	z-index: 100;
	}
	#navigation ul { list-style: none; }
	#navigation ul li a {
		height: 38px;
		display: block;
		cursor: pointer;
		}
	/* hovering states for the <li>'s */
	#navigation ul li.nav_blog:hover { background: url(../images/nav_sprite.png) 0 -152px; }
	#navigation ul li.nav_purchase:hover { background: url(../images/nav_sprite.png) 0 -190px; }
	#navigation ul li.nav_links:hover { background: url(../images/nav_sprite.png) 0 -228px; }
	#navigation ul li.nav_contact:hover { background: url(../images/nav_sprite.png) 0 -266px; }


/* content area */
#content {
	position: absolute;
	width: 933px; height: 538px;
	}

#content div.wrapper {
	position: absolute;
	top: 71px;
	left: 455px;
	width: 422px;
	}
#content div.wrapper h3.thestory { background: url(../images/title_thestory.png) no-repeat; width: 194px; height: 22px; margin-bottom: -10px; }
#content div.wrapper h3.contactus { background: url(../images/title_contactus.png) no-repeat; width: 214px; height: 22px; margin-bottom: -10px; }
#content div.wrapper h3.thelinks { background: url(../images/title_thelinks.png) no-repeat; width: 179px; height: 22px; margin-bottom: -10px; }

#content div.wrapper p {
	font-size: 12px;
	padding: 5px;
	}


/* Contact Us */
#content div.wrapper #email_jeff { background: url(../images/email_jeff.png) no-repeat; height: 22px; width: 247px; display: block; margin: 10px 5px; }
#content div.wrapper #email_charity { background: url(../images/email_charity.png) no-repeat; height: 22px; width: 282px; display: block; margin: 10px 5px; }
	#content div.wrapper #email_jeff:hover { background: url(../images/email_jeff-ov.png) no-repeat; }
	#content div.wrapper #email_charity:hover { background: url(../images/email_charity-ov.png) no-repeat; }
	

/* Contact Us */
#content div.wrapper ul {
	list-style: none;
	}
#content div.wrapper li.links {
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	}
#content div.wrapper li.links a {
	font-weight: normal;
	}
	
/* Faduchi Group */
#faduchi {
	position: absolute;
	width: 114px;
	height: 20px;
	background: url(../images/faduchigroup.png);
	right: -40px;
	top: 17px;
	z-index: 100;
	}
	#faduchi:hover { background: url(../images/faduchigroup-ov.png); }



/* Easy Slider ******************************************************************************************************************************/
	
	#slider {
		position: absolute;
		top: 323px; left: 40px;
		width: 933px; height: 255px;
		overflow: hidden;
		}
	#slider li {
		/*	define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */ 
		list-style:none;
		left: 0; top: 119px;
		width: 933px; height:255px;
		overflow:hidden;
		}	
		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:50px;
		height:255px;
		position:absolute;
		left:40px;
		top:323px;
		z-index:1000;
		text-indent: -9000px;
		overflow: hidden;
		}	
	#nextBtn, #slider1next{ 
		left:923px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:50px;
		height:255px;
		background:url(../images/next_prev_sprite.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/next_prev_sprite.png) no-repeat -50px 0;	
		}
	#prevBtn:hover, #slider1prev { background: url(../images/next_prev_sprite.png) 0px -255px; }
	#nextBtn:hover, #slider1next:hover {background: url(../images/next_prev_sprite.png) 51px -255px; }

	/*
	a#nextBtn, a#prevBtn {
		position: absolute;
		bottom: 0px;
		width: 50px;
		height: 255px;
		}
	a#prevBtn { left: 0; background: url(../images/next_prev_sprite.png); }
	a#prevBtn:hover { background: url(../images/next_prev_sprite.png) 0px -255px; }
	a#nextBtn { right: 0; background: url(../images/next_prev_sprite.png) 51px 0px; }
	a#nextBtn:hover { background: url(../images/next_prev_sprite.png) 51px -255px; }
	*/
	
	
	
	/********************* numeric controls *********************

	ol#controls{
		position: absolute;
		top: 538px;
		margin: 10px 0;
		height: 28px;	
		}
	ol#controls li{
		margin:0 5px 0 0; 
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float: left;
		height: 20px;
		line-height: 20px;
		border: 1px solid #ccc;
		background: #DAF3F8;
		color: #555;
		padding: 0 7px;
		text-decoration: none;
		font-size: 10px;
		}
	ol#controls li.current a { background: #095369; color: #fff; }
	ol#controls li a:focus { outline:none; }
	
	********************* end numeric controls *********************/
	
/* // Easy Slider *****************************************************************************************************************************/

