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

Title : ALICE MCCALL
URL : http://www.alicemccall.com.au

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

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


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

body,div,dl,dt,dd,h1,pre,form,fieldset,input,textarea,blockquote { 
	margin:0; 
	padding:0; 
}

body { 
	padding: 0;
	padding-top: 50px;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
	font: normal 12px/18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #666666;
}

fieldset { 
	border: 0;
}

img { 
	border: 0; 
}

h1 {
	font: normal 18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #333;
	text-transform: uppercase;
}


h2 {
	font: normal 18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #333;
}

p, td, li {
	font: normal 12px/20px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #666666;
}


a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.product {
	color: #666666;
	text-decoration: underline;
}	

a:hover.product {
	color: #000;
	text-decoration: underline;
}	

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

b.rrp {
	font-weight: normal;
	color: #666;
	text-decoration: line-through;
}

b.rrpRed {
	font-weight: normal;
	color: #FF0000;
}

hr {
	height: 1px;
	border: dashed;
	color: #ccc;
}

html>body hr {
	border: none; 
	border-top: 1px dashed #ccc;
}


/*
----------------------------------------------------------------------------- 
INDEX.SHTML STYLES
-----------------------------------------------------------------------------*/

#home_container {
	width: 600px;
	margin: 0 auto;
	padding-top: 50px;
}

#home_logo {
	width: 600px;
	height: 50px;
	float: left;
}


#home_content {
	width: 600px;
	margin: 0 auto;
}

	#website {
		width: 258px;
		height: 224px;
		float: left;
	}
	
	#eboutique {
		width: 258px;
		height: 224px;
		float: right;
	}
		
		
		#home_content  img {
			padding: 7px;
	/*		border: 1px solid #ccc;*/
		}

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

#container {
	width: 1024px;
	margin: 0 auto;
}

	#lhs {
		width: 180px;
		float: left;
	}
	
	
			#logo {
				width: 180px;
				height: 60px;
			}
			
			/* ------------------------------------------------------------------------- 
			NAV BAR START
			------------------------------------------------------------------------- */ 
			
			#navbarbg {
				border-bottom: 1px dashed #333;
				border-top: 1px dashed #333;
				padding: 6px 0;
			}
			
			
			#navbar {
				width: 180px;
				height: 200px;
				min-height: 220px;
				background-color: #f8f8f8;
			}	
			
			html>body #navbar {
				height: auto;
			}
			
			
					#menu {
						float: left;
						width: 180px;
						text-align: left;
						padding-top: 10px;
						padding-bottom: 10px;
						}
						
					#menu ul {
						width: 160px;
						height: auto;
						margin: 0;
						padding: 0 0 0 15px;
						list-style: none;
						display: block;
						}
						
					#menu li {
						width: 150px;
						margin: 0px;
						padding: 0px;
						display: block;
						}
						
					#menu li a {
						width: 150px;
					  	font: normal 12px/27px Arial, Helvetica, sans-serif;
						color:  #333;
						text-decoration: none;
						padding: 0 5px;
						display: block;
						}
					
					#menu li a:hover {
						color: #000;
						text-decoration: underline;
						}
						
					#menu li a.navlink_selected {
						color: #000;
						font-weight: bold;
						}
						
					#menu li.navlink_selected {
						color: #000;
						font-weight: bold;
						}
						
						#menu li a.sub_link_selected {
							text-decoration: underline;
						}
					
					#menu li {
						background-color: #f8f8f8;
						}
						
					#menu ul li ul {
						height: auto;
						margin: 0px;
						padding: 0px;
						display: block;
						background: #f8f8f8;
					 }
					
					#menu li ul li {
						border: 0;
						}
						
					#menu li ul li a {	
						width: 130px;
						font: normal 12px/27px Arial, Helvetica, sans-serif;
						color: #666;
						text-decoration: none;
						margin: 0px;
						padding: 0 15px;
						display: block;
						}
						
					#menu li ul li a:hover {
						color: #000;
						text-decoration: none;
						}
			
						
						/* ------------------------------------------------------------------------- 
						NAV BAR END
						------------------------------------------------------------------------- */ 
	
	#rhs {
		width: 800px;
		float: right;
	}
			
			#content {
				width: 800px;
				height: 400px;
				min-height: 400px;
				padding-bottom: 20px;
			}
			
			html>body #content {
				height: auto;
			}
			
			#footer {
				font: normal 11px Arial, Helvetica, sans-serif, "Trebuchet MS";
				color: #666666;
				padding-top: 20px;
				padding-bottom: 20px;
			}
			
			#rhs img {
				border: 1px solid #ccc;
			}
			
			
	#product_images {
		width: 300px;
		float: left;
	}
		#product_images img.noborder {
				border: none;
			}	
			
	
	#product_text {
		width: 500px;
		float: right;
	}	
	
	#product_images.thumb_images {
			padding: 10px;
			border: 1px solid #ccc;
	}
		#product_text img {
			border: none;
		}
		
			#product_text.noborder {
				border: none;
			}	
			
			.thumb_images {
				padding: 10px;
				border: 1px solid #ccc;
			}
			
		
