/* BASIC ELEMENTS */
body {
	background: #472489 url(../images/BG_Body.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	font-size:11px;
	color: #ffffff;
	height: 100%; /* Required */
	}

* html body {background: #472489 url(../images/BG_Body.png) repeat-x;}	

html, body {
	margin:0;
	padding:0;
	
	text-align:center;
	height: 100%; /* Required */
	}
	
img { text-decoration:none;
	border:none;
	outline:none; }	
a { 
	text-decoration: underline;
	outline: none;
	color: #b8e052;
	}
a:link { 
	text-decoration: underline; 
	}
a:visited, a:active { 
	text-decoration: underline; 
	}
a:hover  { 
	text-decoration: none; 
	color: #b8e052;
	}
hr {
	margin: 0;
	padding: 0;
	border:none;
	border-bottom: 1px dotted #ffffff;
	height:1px;
}

* html hr {
	border:none;
	border-bottom: none;
	padding: 1px;
	background: url(/images/css-dotted.gif) repeat-x bottom;	
	height:1px;
}

/* SPECIFIC DIVS */
#myContainer {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:790px;
	text-align:left;
	margin: 0 auto;
	}
html>body #myContainer {
   height: 100%;   
	}
* html #myContainer { 
	height: 100%;
	}
#myLogo {
	position:absolute;
	left: 22px;
	top: 0px;
}

#myMenu {}
	#myMenu ul {}
	#myMenu li {}

#myCopyright {clear:both; font-size:9px; color:#CCCCCC; text-align:right}
/* HOME DIVS */

#myHomeMainImage { float:left; display:block; margin:10px; }

			  
#mySpecialsProductMenu { display:block; float:left; width: 785px; padding-left: 10px;}
	#mySpecialsProductMenu .myItem { float:left; display: block; width: 186px; height: 95px; margin-right: 10px;}

#myHomeLeftColumn { display:block; float:left; width:385px; margin: 0 10px; margin-bottom:20px;}
	#myHomeAbout { float:left; width: 186px; display:block; margin: 10px 5px 0 0;}
		#myHomeAbout h1 { color:#b8e052; font-size: 13px; padding:0;margin:0}
	#myHomeContact { float:left; width: 186px; display:block; margin: 10px 0 0 5px;}
		#myHomeContact h1 { color:#b8e052; font-size: 13px; padding:0;margin: 0}
		#myHomeContact .icon { width: 26px; display:block; float: left; text-align:center; margin-right: 2px;}
	#myHomeNews { float:left; width:385px; display:block; margin: 10px 0 20px 0;}
		#myHomeNews h1 { color:#b8e052; font-size: 13px; padding:0;margin:0}
		#myHomeNews .NewsItem { display:block; float:left; width: 380px; background: #472489 url(../images/BG_News.jpg) repeat-x; color:#FFFFFF}

#myHomeRightColumn { display:block; float:left; width: 380px}

	#myHomeCollection { float:left; width: 380px; display:block; margin: 10px 5px 0 5px;}
		#myHomeCollection h1 { color:#b8e052; font-size: 13px; padding:0;margin:0}
		#myHomeCollection .mySeasonCollection { float:left; display:block; width: 180px; display: none}
			#myHomeCollection .mySeasonCollection h2 { color:#b8e052; font-size: 12px;}
			#myHomeCollection .mySeasonCollection ul { list-style:none; text-indent: -20px;}
			#myHomeCollection .mySeasonCollection li {}	
	
/* COLLECTIONS */
#myMainImage { float:left; display:block; margin:10px; }

#MainNavigation { float: left; clear:both; position:relative; margin:0 0 5px 10px;}

#myLeftColumn { display:block; float:left; width:385px; margin: 0 10px; display: none}
	#myAbout { float:left; width: 186px; display:block; margin: 10px 5px 0 0; display: none}
		#myAbout h1 { color:#b8e052; font-size: 13px; padding:0;margin:0}
	#myContact { float:left; width: 186px; display:block; margin: 10px 0 0 5px;display: none}
		#myContact h1 { color:#b8e052; font-size: 13px; padding:0;margin: 0}
		#myContact .icon { width: 26px; display:block; float: left; text-align:center; margin-right: 2px;}
	#myNews { float:left; width:385px; display:block; margin: 10px 0 0 0; display: none}
		#myNews h1 { color:#b8e052; font-size: 13px; padding:0;margin:0}
		#myNews .NewsItem { display:block; float:left; width: 380px; background: #472489 url(../images/BG_News.jpg) repeat-x; color:#FFFFFF}

#myRightColumn { display:block; float:left; width: 785px;}

	#myCollection { float:left; width: 785px; display:block; margin: 10px 5px 0 5px;}
		#myCollection h1 { color:#b8e052; font-size: 18px; padding:0;margin:0}
		#myCollection .mySeasonCollection { float:left; display:block; width: 785px; }
			#myCollection .mySeasonCollection h2 { color:#b8e052; font-size: 16px; margin-top:20px; margin-bottom:0}
			#myCollection .mySeasonCollection ul { list-style:none; display:inline}
			#myCollection .mySeasonCollection li { display:inline; margin:0; padding:0; }
			#myCollection .mySeasonCollection li img { position:relative; float: left; width:75px; height:100px; margin:5px;}
		#myCollection .mySeasonCollectionEarrings { float:left; display:block; width: 785px; }	
			#myCollection .mySeasonCollectionEarrings h2 { color:#b8e052; font-size: 16px; margin-top:20px; margin-bottom:0}
			#myCollection .mySeasonCollectionEarrings ul { list-style:none; display:inline}
			#myCollection .mySeasonCollectionEarrings li { display:inline; margin:0; padding:0; float:left }
			#myCollection .mySeasonCollectionEarrings li img { position:relative; float: left; width:133px; height:100px; margin:5px;}

/* EXTRA DIVS*/

#clearAll { clear:both }

