/* STYLE SHEET FOR ELEANOR RITCHIE JEWELLERY
Created by ritchmedia.com
29 DEC 2006

ToC
1. Defaults
2. Structure
3. Links and navigation
4. Fonts
5. Images
6. Hacks


/* ---------- 1. Defaults ----------- */

*{
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url('images/bg2.gif');
	background-attachment: fixed;
	text-align: center;
	height:100%;
}

td {
	padding: 0px;
	font: 12px / 18px Verdana, Helvetica, sans-serif;
}

/* ---------- 2. Structure ----------- */

#container {
	margin: 0 auto;
	width: 960px;
	position: relative;
	padding: 0px;
	text-align: left;
	top: 10px;
	background-color: #FFFFFF;
	layer-background-color:#FFFFFF;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
height: 2000px;


}

html>body #container {

	width: 958px;
	top: 10px;
}

#header1 {
	height: 100px;
	width: 960px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	top: 0px;
	margin: 0px;

}

#header {
	font-family: Verdana, Helvetica, sans-serif;
	height: 120px;
	width: 960px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	top: 20px;
	margin: 0 auto;
	padding: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
}

html>body #header {
	height: 120px;
	width: 958px;


}



#main {
	margin: 0px 10px;
	text-align: justify;
	left: 140px;
	width: 618px;
	position: relative;
	top: 0px;
	padding: 10px 10px 0px;
	float:left;
height: 2000px;	
}

html>body #main {
width: 618px;
left:150px;

}


#menu {
	top:10px;
	left: 0px;
	width: 150px;
	margin: 0px;
	text-align: left;
	position: absolute;
	float: left;
	padding: 0px 10px 10px;
	background-color: #ffffff;
	overflow: hidden;


}

#right {
	top:10px;
	right: 10px;
	width: 130px;
	margin: 0px;
	text-align: left;
	position: absolute;
	float: left;
	padding: 0px 10px 10px;
	background-color: #ffffff;
	overflow: hidden;
}
html>body #right {
	width: 140px;
	right:0px;
	
}

#footer{
	height: 80px;
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background-color: #ffffff;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	overflow: hidden;
	clear:both;
	}
	
html>body #footer{
	width: 958px;
}
/* ---------- 3. Links and navigation ----------- */

.url {
	color: #000000;
}

a:link {
	text-decoration: underline;
	color: #008FD4;
}

a:visited {
	text-decoration: underline;
	color: #008FD4;
}

a:active {
	text-decoration: underline;
	color: #008FD4;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #008FD4;
}

a.breadcrumb:link {
	text-decoration: underline;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

a.breadcrumb:visited { 
	text-decoration: underline;
}

a.breadcrumb:active {
	text-decoration: underline;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

a.breadcrumb:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #008FD4;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #FFCC00;
	font-weight: normal;
}


.small {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}

a.small:link { 
	text-decoration: underline;
}

a.small:visited { 
	text-decoration: underline;
}

a.small:active {
	text-decoration: underline;
	font-weight: bold;
}

a.small:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0000FF;
}

.nav {
	color: #FFFFFF;
	font-size: 12px;
}

a.nav:link { 
	text-decoration: none; 
	color: #FFFFFF;
}

a.nav:visited { 
	text-decoration: none; 
	color: #FFFFFF;
}

a.nav:active {
	text-decoration: underline; 
	color: #FFFFFF;
}

a.nav:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

.white{
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	margin-top: 1px;
	padding: 0px;
	font-weight: bold;
}

a.white:link {
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px;
	color: #FFFFFF;
}

a.white:visited { 
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px;
	color: #FFFFFF;
}

a.white:active {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 2px 4px;
	border: 1px solid #FFFFFF;
}

a.white:hover {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 2px 4px;
	border: 1px solid #FFFFFF;
}



/* ---------- 4. Fonts ----------- */

H1 {
	color:#FF6600;
	margin:0px;
	font-size:24px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 10px 0px;
	line-height:26px;
	border-top: 1px dashed #FF6600;
	border-bottom: 1px dashed #FF6600;

}


H2 {
	color:#008FD4;
	font-size:16px;
	line-height:20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

a.H2 {
color:#008FD4;
}

P {
  margin:5px 0 10px 0;
  padding:0;
  font-size:12px;
  line-height:17px;
  font-family: Verdana, Arial, Helvetica, sans-serif;

}

small {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #008FD4;
}



.breadcrumb{
	color: #008FD4;
}


/* ---------- 5. Images / Borders----------- */

.images {
	margin: 0px;
}

.img{
	border: 0px;
}

.box {
	border: 1px dotted #999999;
}

.table {
	border: 1px dotted #999999;
}
.table td {
padding: 0px;}

.line {

	border-bottom: 1px dashed #FF6600;

}

.linegrey {

	border-bottom: 1px dashed #CCCCCC;

}
tr 
  .initial { }
  .normal {  }
  .highlight { background-color: #eeeeee}


/* ---------- 5. Hacks ----------- */
