@charset "UTF-8";
/*******************************************************
 *
 *  File     :  css/htsyoh.css
 *  Version  :  v1.0
 *  Website  :  howtostageyourownhome.com
 *  Author   :  Josh Horvath - FaduchiGroup.com (c) 2009
 *
 ******************************************************/

* { margin: 0; padding: 0; }

html { background: url(../images/bkg_seafoam.jpg) repeat; }

body { 
	margin: 0 auto; 
	background: url(../images/background.jpg) no-repeat center top;
	font-family: Arial, "Helvetica", sans-serif;
	}

span { display: none; }

p, h1, h2, h3, h4, h5, h6, label { color: #64645e; }

a, a:visited { color: #90a397; font-weight: bold; text-decoration: none; border: 0; }
a:hover { text-decoration: underline; }
a img { border: 0; }

.error {
	color: red;
}

/*********************
      Containers 
**********************/
div#container {
	position: relative;
	left: 8px;
	margin: auto;
	width: 849px; min-height: 782px;
	}
div#contain_left {
	float: left;
	width: 624px;
	}
div#contain_right {
	float: right;
	width: 183px;
	background: url(../images/bkg_right_col.png) no-repeat bottom;
	padding-bottom: 30px;
	}



/*********************
  Top Header Section 
**********************/
div#header {
	position: relative;
	height: 155px;
	}

a#affiliate {
	position: absolute;
	right: 0; top: 0;
	width: 300px; height: 53px;
	background: url(../images/affiliate_remax.png);
	text-indent: -9000px;
	}
	
#logo_htsyoh {
	position: absolute;
	left: 0; top: 53px;
	text-indent: -9000px;
	width: 176px; height: 102px;
	}


/**************************
    HOME Content Section 
***************************/

#content.content_home {
	width: 624px; height: 306px; min-height: 306px;
	padding: 0;
	background: url(../images/bkg_welcome.jpg) no-repeat;
	}
	
	#content.content_home div {
		float: right;
		margin-top: 25px; padding: 18px;
		width: 324px;
		border-left: 6px white solid;
		background: url(../images/bkg_trans_white.png);
		}
		
	#content.content_home h3 {
		background: url(../images/title_howtostageyourownhome.png) no-repeat;
		width: 289px; height: 48px;
		margin: 0; padding: 0;
		padding-bottom: 15px;
		text-indent: -9000px;
		}
	
	#content.content_home p { font-size: 12px; line-height: 18px; margin: 0; padding: 0; }
	#content.content_home span { display: inherit; }



/*********************
    Content Section 
**********************/

#content {
	width: 604px; min-height: 400px;
	padding: 0 10px 30px 10px;
	background: url(../images/bkg_content_gradient.jpg);
	}
	
	#content h3 {
		width: 187px; height: 115px;
		margin-left: -23px;
		padding-bottom: 20px;
		text-indent: -9000px;
		}
		#content h3.tab_about {	background: url(../images/tab_about.png) no-repeat; }
		#content h3.tab_contact {	background: url(../images/tab_contact.png) no-repeat; }
		#content h3.tab_blog {	background: url(../images/tab_blog.png) no-repeat; }
		#content h3.tab_faq {	background: url(../images/tab_faq.png) no-repeat; }
		#content h3.tab_media {	background: url(../images/tab_media.png) no-repeat; }
		#content h3.tab_tips {	background: url(../images/tab_tips.png) no-repeat; }
		#content h3.tab_affiliate {	background: url(../images/tab_affiliateprogram.png) no-repeat; }
		#content h3.tab_partners {	background: url(../images/tab_partners.png) no-repeat; }
		#content h3.tab_store {	background: url(../images/store/tab_store.png) no-repeat; }
		#content h3.tab_yourcart {	background: url(../images/tab_yourcart.png) no-repeat; }
		#content h3.tab_error {	background: url(../images/tab_oops.png) no-repeat; }
		#content h3.tab_newsevents { background: url(../images/tab_newsevents.png) no-repeat; }
	
	#content p {
		font-size: 12px;
		line-height: 18px;
		padding: 15px;
		}
	
	#content div.pageTitle {
		background: url(../images/bkg_pageTitle.png) no-repeat;
		width: 196px; height: 43px;
		padding-left: 13px;
		font-size: 18px; color: #64645e;
		font-family: Arial, "Helvetica", sans-serif;
		line-height: 43px; text-transform: uppercase;
		}

	/* large images on certain pages */
	#content img.pic_about,
	#content img.pic_contact,
	#content img.pic_faq { float: right; margin-top: -80px; padding: 0 10px 0 0; }
	#content img.pic_error { float: right; margin-top: -90px; padding: 0 10px 0 0; }
	
	/* large images on certain pages */
	#content a#tab_onlinestore {
		position: absolute;
		right: 182px;
		top: 407px;
		width: 141px;
		height: 137px;
		background: url(../images/tag_home_onlinestore.png);
		z-index: 100;
		}



/*********************
     Right Section 
**********************/
div#contain_right div { margin-bottom: 20px; }
	
div#contain_right div h3 { height: 69px; width: 183px; text-indent: -9000px; }
	
	div#contain_right div h3.thenews { background: url(../images/title_thenews.png); }
	div#contain_right div h3.tips { background: url(../images/title_tips.png); }
	div#contain_right div h3.events { background: url(../images/title_events.png); }

div#contain_right p { font-size: 10px; padding: 5px 10px; color: #64645e; }
div#contain_right a { font-size: 10px; padding: 5px 10px; }
div#contain_right img { float: right; padding: 7px; display: block; }

	div#copyright {
		margin-bottom: 0;
		}
	div#copyright p {
		font-size: 8px;
		color: black;
		text-align: left;
		}
	#copyright p sup { font-size: 7px; }


/*********************
    Footer Section 
**********************/

#footer_section {
	position: relative;
	float: left;
	background: url(../images/bkg_footer.jpg) no-repeat;
	width: 624px; height: 96px;
	}
		
a#faduchigroup {
	position: absolute;
	top: 4px; left: 4px;
	height: 46px; width: 99px;
	background: url(../images/faduchigroup.png) 0 0;
	}

	
table#footerNav {
	position: absolute;
	bottom: 1px;
	font-size: 11px;
	color: white;
	font-weight: normal;
	width: 624px;
	height: 30px;
	}

table#footerNav a,
table#footerNav a:visited {
	padding: 5px;
	color: white;
	font-weight: normal;
	}
div#socialLinks {
	position: absolute;
	top: 62px; left: 553px;
	width: 60px; height: 30px;
	}
div#socialLinks a {
	width: 30px; height: 30px;
	background: url(../images/img_socialIcons.png) no-repeat;
	display: block;
	text-indent: -9000px; overflow: hidden;
	}
	div#socialLinks a#facebook 			{ float: left; background-position: top left; }
	div#socialLinks a#facebook:hover 	{ background-position: bottom left; }
	div#socialLinks a#twitter 			{ float: right; background-position: top right; }
	div#socialLinks a#twitter:hover 	{ background-position: bottom right; }
		
		

/*********************
      Newsletter 
**********************/
	div#newsletter table {
		padding: 0; margin: 5px 5px 0 0; border: 0;
		float: right; height: 25px; width: auto;
		}
	div#newsletter div {
		width: 190px; height: 24px;
		background: url(../images/title_newsletter.png) no-repeat;
		}
	div#newsletter input {
		width: 120px;
		font-size: 10px;
		padding: 4px; float: left;
		}
	div#newsletter input.submit { width: 41px; height: 21px; }



/*********************
    Slider Section 
**********************/

/* Easy Slider ******************************************************************************************************************************/

#slider_container, #slider {
	float: left;
	height: 190px;
	overflow: hidden;
	}

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li {
	/*	define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */ 
	width: 624px; 
	height: 190px;
	overflow: hidden;
}
		
#slider li a img { border: 0; }