/* - - - - - - - - - - - - - - - - - - - - -

Title : Tummy Tie
URL : http://tummytie.com.au/

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */


/*
----------------------------------------------------------------------------- 
Global Styles
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { margin:0; padding:0; }

body {
background:url(../siteimages/bg_pattern.jpg) repeat;
font: 12px Arial, Helvetica, sans-serif;
color: #2b2b2b;
 }

fieldset { border: 0; }

img { border: 0; }

h1 {
	 font: bold 24px/36px Arial, Helvetica, sans-serif;
	 color: #102d55;
}

h2 {
	 font: bold 14px/18px Arial, Helvetica, sans-serif;
	 color: #6e9ad3;
	 margin: 20px 0;
}

ul,li {
margin-left: 15px;
line-height: 1.4;

}

.clear { clear: both; font-size: 0; height: 0; line-height: 0; }


a {
color: #1f3e66;
text-decoration: underline;
} 


a:hover {
text-decoration: none;

} 

hr {
width: 100%;
height: 1px;
color: #cccccc;
border: 1px dotted;

}


/*
----------------------------------------------------------------------------- 
Template Styles
-----------------------------------------------------------------------------*/

#main_wrapper {
width: 1025px;
margin: 0 auto;
background: url(../siteimages/tt_tag.png) no-repeat;
background-position: left;
} 

	#top_header {
	width: 957px;
	height: 136px;
	padding: 47px 34px 0 34px;
	background: url(../siteimages/top_header_bg.png) no-repeat;	
	} 
		#top_logo {
		float: left;
		width: 450px;
		padding: 12px;
		} 
		
		#top_rhs {
		float: right;
		width: 400px;
		text-align: right;
		padding: 70px 20px 0 0;		
		} 
	
	#container_wrapper {
	width: 957px;
	padding: 0 34px;
	background: url(../siteimages/container_wrapper_bg.png) repeat-y;
	} 
	
	#content_wrapper {
	width: 957px;
	background: url(../siteimages/rhs_bg.gif) right repeat-y;
	border-bottom: 2px solid #fff;
	} 
	
		#content_lhs {
		width: 718px;
		float: left;
		} 
		
			#flash {
			width: 718px;
			height: 250px;
			
			} 
			
			#content {
			width: 688px;
			padding: 15px;
			
			}
		
		#content_rhs {
		width: 235px;
		float: right;
		} 
		
		 #content_rhs div.rhsbox h1 {
		  	 margin: 10px 0 ;
			 padding: 6px 14px;
			 font: bold 16px arial, Verdana, Tahoma, sans-serif;
			 text-transform: uppercase;
			 color: #2ea0f0;
			 background: url('../siteimages/bg_title.gif') repeat 0 50%;
		 }
		 
		  #content_rhs div.rhsbox h1 a {
			 color: #2ea0f0;
			 text-decoration: none;
		 }
		 
		 
		 
		 #content_rhs div.rhsbox li {
		 width:95%;
		 
		 } 
		 
		/* #content_rhs div.rhsbox li {
-x-system-font:none;
border-bottom:1px dotted #CCCCCC;
font-family:arial,Verdana,Tahoma,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:20px;
width:90%;
}*/
	
		#navWrap {
		width: 957px;
		height: 55px;
		margin: 0 auto;
		background:url(../siteimages/nav_bg.jpg) repeat-x;
		border-bottom: 2px solid #fff;
		
		} 
		
	#footer_wrapper {
	width: 939px;
	padding: 0 40px;
	height: 108px;
	background: url(../siteimages/footer_bg.png) no-repeat;
	font: 11px/55px Arial, Helvetica, sans-serif;
	color: #93b5e0;
	} 
	
	#footer_wrapper a {
	color: #93b5e0;
	text-decoration: none;
	} 
	
	#footer_wrapper a:hover {
	text-decoration: underline;
	
	} 
	
		#footer_lhs {
		float: left;
		width: 500px;
		} 
		
		#footer_rhs {
		float: right;
		width: 400px;
		text-align: right;
		} 

/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
		
#nav, #nav ul {
	width: 957px;
	padding: 0px;
	margin: 0;
	list-style: none;
	float: left;
	}

#nav li {
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #3e576f;	}

#nav li.selected { 

	}


#nav li a {
	color: #fff;
	font: normal 14px/55px Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	padding: 0px 13px;
	}
		
#nav li a:hover { 
	position: static;
	color: #9abde8;
	}

#nav li.selected a { 
color: #9abde8;
	}
	
#nav li.selected a:hover { 
	color: #fff;
	}
	
.posts li.exerpt {
/*border-bottom:1px dotted #999999;*/
margin:0;
overflow:auto;
padding:0 0 20px 0;
width:100%;
}



/* ---------- ARTICLES FEED ---------- */

ul.posts, ul.posts li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	.posts li.exerpt {
		/*width: 406px;*/
		float: left;
		width:90%;
		margin: 0;
		padding: 0 20px 20px 0;
		overflow: hidden;
		}
	.categories li.exerpt {
		float: none;
		width: 95%;
		margin: 0 0 20px 0;
		padding: 0 20px 20px 0;
		border-bottom: 1px dotted #999;
		}
				
	.post-meta {
		font-size: 11px;
		color: #999;
		}
	
		.posts h1 a { color: #3694d2; }
	
		.post-summary p {
			margin: 0;
			}
	
	h2.category-title {
		font: 1.8em arial, Verdana, Tahoma, sans-serif;
		color: #2750a0;
		text-decoration: none;
		padding-bottom: 10px;
		}
	
	li.exerpt img {
		border: 5px solid #E9E9E9;
		display: block;
		}
			
	li.exerpt h2 {
		font: normal 14px arial, Verdana, Tahoma, sans-serif;
		color: #112949;
		margin: 0;
		padding: 0;
		}
		
	li.exerpt h2 a { color: #112949; text-decoration: none; border-bottom: 1px dotted #112949; }

	.post-summary-image {
		width: 247px;
		margin: 0;
		padding: 0 0 11px 0;
		vertical-align: top;
		}

	.categories .post-summary-image {
		float: left;
		width: 130px;
		}

	.categories .post-summary {
		float: left;
		width: 390px;
		}
	
	p.more-posts {
	  clear: both;
		padding: 0 10px;
		text-align: right;
		font: 12px/30px arial, Verdana, Tahoma, sans-serif;
		background: #e9e9e9;
		display: block;
	}

	.rss {
		text-align: right;
		padding: 3px;
		margin: 0;
		font-size: 11px;
		}	

	#LatestNews img.rssImage {
		vertical-align: middle;
		padding: 0 4px;
		}
		
/* FORM STYLES START ----------------
-------------------------------------*/

#FormTable {
	border: 1px solid #9A9A9A;}
	
#FormTable td{
	padding: 3px 2px;
	border: 1px solid #9a9a9a;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #9A9A9A; }

.FormInput { 
	font: normal 11px Arial, Helvetica, sans-serif;
	background: #d5ebfb;
	border: 1px solid #E2E2E2;
	color: #3e3e3e;
	margin: 1px 0px 0px 0px;
	padding: 2px;}

.FormButton{
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 60px;
	height: 20px;
	padding: 3px;
	color: #ffffff;
	background-color: #6E6E6E;
	border: none;  }
	
.FormPlainInput{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #9A9A9A;
	background-color: #FFFFFF;}
	
.FormTextSml {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #9A9A9A;
	display: block; }
	

.checkout_td_bgcol {
background-color:#f6f6f7;
}
/* Form Styles End ----------------*/

#prod_img {
float: right;
margin-left: 20px;
margin-bottom: 20px;
text-align: center;
font: bold 11px Arial, Helvetica, sans-serif;
} 

.product-imgs {
margin: 10px 0;
border: 1px solid #dddddd;


} 