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

Title : Traditional Medicine Supplies
URL : http://www.tradmed.com.au

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

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



/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

html {
	padding: 0;
	margin: 0;
	}


body, normal{
	font: 11px verdana, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	}


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


/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#printlogo { display: none; }

#container_header {
	width: 100%;
	height: 130px;
	background: url(/persistent/templateimages/header_bg.jpg) repeat-x;
	padding: 0;
	margin: 0;
	text-align: center;
	}

	#header {
		width: 760px;
		height: 130px;
		margin: 0 auto;
		background: url(http://www.tradmed.com.au/images/banner/tms_header.jpg) no-repeat;
		}
		
		#homeLink {
			float: left;
			height: 130px;
			width: 500px;
			}
		
		#newsletterLink {	
			background: url(/persistent/templateimages/tms_newsletter.jpg) top center no-repeat;
			height: 130px;
			width: 123px;
			display: block;
			float: right;
			}
		#newsletterLink:hover {	
			background: url(/persistent/templateimages/tms_newsletter.jpg) bottom center no-repeat;
			}
		
#container_nav {
	width: 100%;
	height: 39px;
	background: url(/persistent/templateimages/nav_bg.jpg) repeat-x;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
	#navwrap {
		width: 760px;
		height: 39px;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		}


#container_subnav {
	width: 100%;
	background: #dddbc9;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
	#subnavwrap {
		width: 760px;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		}

		
#container_content {
	width: 100%;
	padding: 30px 0 15px 0;
	margin: 0;
	text-align: center;
	}
	
	#contentwrap {
		width: 760px;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		background: url(/persistent/templateimages/content_bg.jpg) repeat-y top center;
		}
		
		#contentLeft {
			float: left;
			width: 530px;
			}
			
		#contentRight {
			float: left;
			width: 180px;
			margin-left: 50px;
			}
			
		#contentRightCart {
			float: left;
			width: 180px;
			margin-left: 50px;
			}

		
#container_footer {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	background: url(/persistent/templateimages/footer_bg.jpg) repeat-x top;
	}

	#footer {
		width: 760px;
		margin: 0 auto;
		padding: 15px 0;
		text-align: left;
		}
		
		#footer p {
			padding: 10px 0;
			color: #87af4d;
			line-height: 22px;
			font-size: 11px;
			}	
		#footer a {
			color: #87af4d;
			line-height: 16px;
			text-decoration: none;
			font-weight: bold;
			}
		#footer a:hover {
			text-decoration: underline;
			}

#stats {
	display: none;
	height: 0;
	line-height: 0;
	}	
		

/*
----------------------------------------------------------------------------- 
NAVIGATION MENUS
-----------------------------------------------------------------------------*/


ul#nav {
	width: 759px;
	height: 39px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 2;
	border-left: 1px solid #cccbbe;
	}
	
ul#nav li {
	float: left; 
	padding: 0; 
	color: #FFFFFF;
	list-style: none;
	}

ul#nav li a {  /*top level item*/
	font-size: 12px;
	display: block;
	list-style: none;
	text-decoration: none;
	padding: 11px 16px 11px 16px;
	font-weight: bold; 
	text-transform: none;
	border-right: 1px solid #cccbbe;
	}
	
ul#nav li a:hover {
color: #FFFFFF;
background: url(/persistent/templateimages/nav_bg_selected.jpg) repeat-x;
}

.normal {
color: #FFFFFF;
}

.selected {
color: #302e15;
background: url(/persistent/templateimages/nav_bg_selected.jpg) repeat-x;
}		


	/*-------------SUB NAV MENU -----------*/


ul#subnav {
	width: 759px;
	height: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 2;
	}
	
ul#subnav li {
	float: left; 
	padding: 0; 
	list-style: none;
	}

ul#subnav li a {  /*top level item*/
	font-size: 11px;
	display: block;
	list-style: none;
	text-decoration: none;
	padding: 6px 25px 6px 0;
	font-weight: bold; 
	text-transform: none;
	color: #666666;
	}
	
ul#subnav li a:hover {
	text-decoration: underline;
	}




/*
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/

h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #6B5E45;
	margin: 0 0 25px 0;
	padding: 0;
	}
	
h2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	padding: 0;
	color: #006600;
	}

h3 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}

/*
----------------------------------------------------------------------------- 
DEFAULT FONT STYLES
-----------------------------------------------------------------------------*/

p, li, td, table {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
	}
	
p {
	margin-bottom: 15px;
	}
	

hr {
	border: none;
	border-top: 1px solid #b3de69;
	color: #FFFFFF;
	}
	

li {
	padding-bottom: 10px;
	}


/*--------------------------------------------------------
LINK STYLES
--------------------------------------------------------*/

a {
	font-weight: bold;
	color: #87af4d;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}
	

/*--------------------------------------------------------
DEFAULT RIGHT BAR
--------------------------------------------------------*/

#contentRight h1 {
	color: #A49271;
	margin: 0 0 15px 0;
	}


#contentRight hr {
	border-top: 1px solid #EAEAEA;
	}

.sponsor {
	margin-bottom: 10px;
	}

	
#latestNews {
	background: url(/persistent/templateimages/news_bg.jpg) no-repeat top right;
	height: 95px;
	}



/*--------------------------------------------------------
CART RIGHT BAR
--------------------------------------------------------*/

#yourCart, #yourAccount, #featuredProducts {
	width: 180px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	}

#contentRightCart h2 {
	color: #5e5a25;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #f4f4f4;
	}

	#featuredProducts h2 {
		border-bottom: none;
		}

#yourCart p {
	padding: 10px;
	margin: 0;
	background-color: #f4f4f4;
	}
	
#yourAccount p {	
	padding: 10px 5px;
	margin: 0;
	background-color: #f4f4f4;
	}
	

#featuredProducts p {
	background-color:#FFFFFF;
	border: 1px solid #f4f4f4;
	width: 178px;
	padding: 0;
	margin: 0;
	text-align: center;
	}

#featuredProducts a {
	float: left;
	border: 1px solid #EAEAEA;
	width: 74px;
	height: 74px;
	margin: 6px 3px;
	display: block;
	padding: 0;
	}

#featuredProducts a:hover {
	border: 1px solid #87af4d;
	}

#featuredProducts a img {
	border: none;
	margin: 2px;
	}



/*
----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/

form {
  	margin: 0;
	padding: 0;
	}

.feedback_table {
	border: 1px solid #F2F2F2;
	background-color: #F8F8F8;
	}
	
.feedback_table td {
	padding: 5px;
	height:auto;
	}
	
.feedback_table p {
	margin-bottom: 8px;
	}

.feedback_input, .feedback_input2, .myaccount_input  { 
	font: 11px verdana, Verdana, Arial, Helvetica, sans-serif;
	color: #5c5c5c;
	text-decoration: none;
	border: 1px solid #b4af89;
	padding: 2px;
	}
 
select { 
	font: 11px verdana, Verdana, Arial, Helvetica, sans-serif;
	color: #5c5c5c;
	text-decoration: none;
	border: 1px solid #b4af89;
 	}
 
checkbox {
	border: none;
	}

.feedback_button { 
	font-size: 10px;
	padding: 2px;
	text-decoration: none;
	border: none;
	background-color: #e5e3d3;
	color: #726d3c;
	font-weight:bold;
	border-color:#b4af89;
	border: 1px solid;
	}


/*
----------------------------------------------------------------------------- 
GOOGLE MAP	
-----------------------------------------------------------------------------*/

#map {
	border: 2px solid #EAEAEA;
	}

/*
----------------------------------------------------------------------------- 
CUSTOM BUTTONS
-----------------------------------------------------------------------------*/

a.faderImage img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	border: none;
	}

a.faderImage:hover img {
	filter:alpha(opacity=70);   
	-moz-opacity: 0.7;   
	opacity: 0.7;
	cursor: pointer;
	}
	
.faderButton {
	color: #fff;
	height: 25px;
	border: none;
	padding: 0px;
	margin: 0;
	text-indent: -999em;
	display: inline;
	float: left;
	}

#search {
	background: url(/persistent/templateimages/buttons/search.jpg) no-repeat;
	width: 76px;
	margin: 5px 5px 0 0;
	}
		
#submit {
	background: url(/persistent/templateimages/buttons/submit.jpg) no-repeat;
	width: 71px;
	}	

#continue {
	background: url(/persistent/templateimages/buttons/continue.jpg) no-repeat;
	width: 95px;
	}		
	

/*
----------------------------------------------------------------------------- 
SITE MAP
-----------------------------------------------------------------------------*/

ul#sitemap {                 /*  Level One  */
	margin-bottom: 15px;
	list-style:square;
	padding-bottom: 20px;
	}

ul#sitemap li {
	padding: 0 0 10px 0;
	margin: 0;
	list-style:square;
	}
	
ul#sitemap li a{
	font: bold 12px verdana, arial, helvetica, sans-serif;
	color: #6B5E45;
	}


ul#sitemap ul {             /*  Level Two  */
	padding: 10px 0 0 40px;
	margin: 0;
	border-bottom: none;
	}
	
ul#sitemap li li {
	padding: 3px 0;
	margin: 0;
	list-style:square;
	}

ul#sitemap li li a{	
	font: bold 12px verdana, arial, helvetica, sans-serif;
	color: #87af4d;
	}

ul#sitemap ul ul {             /*  Level Three  */
	padding: 0;
	margin: 0;
	border-bottom: none;
	}
	
ul#sitemap li li li {
	margin: 0;
	padding: 3px 0;
	margin-left: 40px;
	border-bottom: none;
	list-style:square;
	}

/*
----------------------------------------------------------------------------- 
CONTENT STYLES
-----------------------------------------------------------------------------*/

	
.content_table {
	padding: 5px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;	
	text-align: left;
	}
	
.content_table th {
	background-color: #DDDDDD;
	border: none;
	padding: 4px;
	}
	
.content_table td {
	border: 1px solid #DDDDDD;
	padding: 4px;
	}
	
.imgRight {
	float: right;
	margin: 0 0 10px 20px;
	}
	
.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
	}


