/*
Theme Name: FauxFarmgirl
Description:  A customized theme built for <a href="http://www.fauxfarmgirl.com/">FauxFarmgirl</a>.
Author:	GraphixterMedia
Author URI: http://www.graphixter.com/
*/




#main{
	margin:0 auto;
	width:990px;
	padding-top:155px;
	position:relative;
	overflow:hidden;
}

.shadow{
	padding:155px 14px 20px;
	background:url(images/main-shadow.gif) repeat-y;
}

#content2{

	width: 643px;
	float: left;
	padding: 0px 20px 10px 10px;
}

#content2 .main{
	width:660px;
	float:left;
	overflow:hidden;
}

#content2 .main .tabs{
	width:660px;
	height:500px;

	overflow:hidden;
}

#content2 .main .tabs .tabset{
	width:129px;
	padding-top:30px;
	height:470px;
	float:left;
	background:url(images/tabset-bg.gif) no-repeat 100% 0;
	overflow:hidden;
}

#content2 .main .tabs .tabset a.tab{
	display:block;
	width:129px;
	height:119px;
	background:url(images/tabbutton-bg.jpg) no-repeat;
	position:relative;
	text-decoration:none;
	overflow:hidden;
}

#content2 .main .tabs .tabset a.tab span{
	display:block;
	margin:20px 0 0 16px;
	width:91px;
	height:59px;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
}

#content2 .main .tabs .tabset a.tab strong{
	display:block;
	padding-top:3px;
	width:120px;
	height:18px;
	text-align:center;
	font:13px/18px 'Century Gothic', Georgia, serif;
	color:#c0a895;
	cursor:pointer;
	overflow:hidden;
}

#content2 .main .tabs .tabset a.active {
	background-position:0 100% !important;
}

#content2 .main .tabs .tabset a span.image-1{background:url(images/tab-img1.jpg) no-repeat;}
#content2 .main .tabs .tabset a span.image-2{background:url(images/tab-img2.jpg) no-repeat;}
#content2 .main .tabs .tabset a span.image-3{background:url(images/tab-img3.jpg) no-repeat;}
#content .main .tabs .tabset a span.image-4{background:url(images/tab-img4.jpg) no-repeat;}

#content2 .main .tabs .tabset a.active span.image-1{background:url(images/tab-img1-on.jpg) no-repeat;}
#content2 .main .tabs .tabset a.active span.image-2{background:url(images/tab-img2-on.jpg) no-repeat;}
#content2 .main .tabs .tabset a.active span.image-3{background:url(images/tab-img3-on.jpg) no-repeat;}
#content2 .main .tabs .tabset a.active span.image-4{background:url(images/tab-img4-on.jpg) no-repeat;}

#content .main .tabs .tabset a.last{
	height:113px;
	background:url(images/tabbutton-last-bg.jpg) no-repeat;
}

#content2 .main .tabs .tabset a.active strong{
	color:#66310a;
}

#content2 .main .tabs .tabfield {
	padding:30px 16px 0 15px;
	width:500px;
	float:right;
	display:inline;
	
	height:476px;
	background:#EEF0E2 url(images/tabblock-bg.gif) no-repeat 100% 100%;
	overflow:hidden;
	position: relative;
}

#content2 .main .tabs .tabfield .holder {
	width:500px;
	height:470px;
	overflow:hidden;
	position: relative;
}

#content2 .main .tabs .tabblock{
	width:500px;
	overflow:hidden;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}

#content .main .tabs .tabblock .tabimage {
	width:500px;
	position:relative;
	height:332px;
	overflow:hidden;
}

#content2 .main .tabs .tabblock .tabimage span {
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:500px;
	height:53px;
	text-indent:-9999px;
	overflow:hidden;
}

#content2 .main .tabs #tab1 .tabimage span {background:url(images/tab1-imagetext.png) no-repeat;}
#content2 .main .tabs #tab2 .tabimage span {background:url(images/tab2-imagetext.png) no-repeat;}
#content2 .main .tabs #tab3 .tabimage span {background:url(images/tab3-imagetext.png) no-repeat;}
#content2 .main .tabs #tab4 .tabimage span {background:url(images/tab4-imagetext.png) no-repeat;}


#content2 .main .tabs #tab1 h3,
#content2 .main .tabs #tab2 h3,
#content2 .main .tabs #tab3 h3,
#content2 .main .tabs #tab4 h3 {
	margin:12px 0 0;
	font:16px 'Century Gothic', Georgia, serif;
	color:#66310a;
	width:500px;
	overflow:hidden;
}

#content2 .main .tabs #tab1 p,
#content2 .main .tabs #tab2 p,
#content2 .main .tabs #tab3 p,
#content2 .main .tabs #tab4 p {
	margin-top:5px;
	font:12px/18px Arial, sans-serif;
	color:#333;
	width:500px;
	overflow:hidden;
}
#content2 .main .tabs a {
	color:#a72728;
}

.more-link {
	margin-left:13px;
	padding-left:17px;
	color:#a72728;
	overflow:hidden;
}


#content2 .main .tabs #tab1 a.more-link,
#content2 .main .tabs #tab2 a.more-link,
#content2 .main .tabs #tab3 a.more-link,
#content2 .main .tabs #tab4 a.more-link {
	margin-left:13px;
	padding-left:17px;
	background:url(images/arrow.gif) no-repeat 0 5px;
	color:#a72728;
	overflow:hidden;
}


