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

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;
			}
			
		
/* SPLASH PAGE */
#home_container_wrapper {
	width: 955px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

#home_content_wrapper {
	width: 100%;
	margin-top: 7px;
}

#website_frame, #eboutique_frame, #boutique_frame {
	width: 267px;
	height: 268px;
	float: left;
	overflow: hidden;
	position: relative;
	background-image: url('/persistent/templateimages/frame.jpg');
	background-repeat: no-repeat;
}

#website_frame a, #eboutique_frame a, #boutique_frame a {
	text-decoration: none;
}

#website_frame img, #eboutique_frame img, #boutique_frame img {
	width: 254px;
	height: 254px;
	border: none;
	margin: 7px 7px 6px 6px;
}

#eboutique_frame, #boutique_frame {
	margin-left: 75px;
}

.flag, .flag a {
	width: 168px;
	height: 50px;
	background-image: url('/persistent/templateimages/flag.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 42px;
	right: 7px;
	text-align: right;
	padding-right: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-stretch: narrower;
	line-height: 50px;
	overflow: hidden;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

/*new splash page*/
#home_wrap{
	width:100%;position:absolute;
	margin:0 auto;
    bottom:0px;
    left:0;
	text-align:center;
}
.home_menu{
	list-style:none;height:32px;
	margin:0 auto;
	padding: 0px 0 0px 0px;

}
.home_menu li{ 
	float: left;
	width:33%;
}
.home_menu li.first{ 
	margin-left:0px; 
}
.home_menu a{
	color:black;
	text-decoration: none;font-size:18px;
	vertical-align:middle; 
	padding:0px 0 0 0px;
	}
.home_menu li a:hover{color:#9999cc;}
.home_menu li a:active {  }

