/* CSS Document - Fifth Element Gems - Main CSS */
/* ---- =Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input,  blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}



/* ---- Set new basic styles --------------------------------------------------------- */
html { 
	height: 100%; 
	margin-bottom: 1px;
}
body {
	background:#333333;
	padding-top:30px;
}
body, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 12px Verdana, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color:#ababab;
}
a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul li {
	list-style: url(/images/bullet_blue.gif) outside;
}
p {
	margin-top:0px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.access {
	position:absolute;
	text-indent:-9999px;
}
.clear {
	clear:both;
}
/* ---- Structure ---------------------------------------------------------------------- */
#outer-container {
	position:relative;
	margin:0px auto;
	width:1000px;
	border:1px solid #CCCCCC;
	background:#000000 url(/images/bg.gif) no-repeat right top;
	
	min-height:450px;
	/* show some min-height <3 to IE6! */
	height:auto !important;
	height:450px;
	
}
#header-container {
	position:absolute;
}
#nav-container {
	position:absolute;
	display:block;
	width:470px;
	left:160px;
	top:80px;
}
#content-container {
	position:relative;
	width:1000px;
}
#footer-container {
	position:relative;
	margin:20px auto;
	width:1000px;	
	text-align:right;
}

/* ---- Two Column Structure ---- */
.two-column #main-column {
	float:left;	
	display:inline;
	width:475px;
	position:relative;
	padding:130px 0px 30px 110px;
}
.two-column #side-column {
	position:relative;
	width:415px;
	float:right;
	margin:0;
	display:inline;
}
/* ---- One Column Structure  ---- */
.one-column #main-column {
	width:780px;
	position:relative;
	padding:130px 110px 30px 110px;
}
.one-column #side-column {
	display:none;
}

/* ---- =Header ------------------------------------------------------------------------ */
#header h1 {
	background: url(/images/logo.gif) no-repeat left top;
	display: block;
	height: 75px;
	width: 325px;
	margin-top: 30px;
	margin-left: 30px;
}

/* ---- =Nav stylings in css/nav.css document ------------------------------------------ */

/* ---- =Main Column ------------------------------------------------------------------- */

/* ---- =H2 title with 'graphic' class for background image styling ----- */
#main-column h2.graphic {
	width:460px;
	height:25px;
	display:block;
	text-indent:-9999px;
}
/* ---- =H2 title individual stylings ----- */
#main-column h2#jewelry 	{ background: url(/images/title_jewelry.gif) no-repeat left top;}
#main-column h2#specimens 	{ background: url(/images/title_specimens.gif) no-repeat left top;}
#main-column h2#about 		{ background: url(/images/title_about.gif) no-repeat left top;}
#main-column h2#gallery 	{ background: url(/images/title_gallery.gif) no-repeat left top;}
#main-column h2#shop	 	{ background: url(/images/title_shop.gif) no-repeat left top;}
#main-column h2#products 	{ background: url(/images/title_products.gif) no-repeat left top;}
#main-column h2#error 		{ background: url(/images/title_error.gif) no-repeat left top;}
#main-column h2#sitemap 	{ background: url(/images/title_sitemap.gif) no-repeat left top;}
#main-column h2#contact 	{ background: url(/images/title_contact.gif) no-repeat left top;}

/* ---- =H2 & H3 title regular styling ----- */
#main-column h2 {
	font:normal 17px arial, Verdana, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	margin:1.75em 0 .75em 0;
	color:#7ec2f9;
	letter-spacing: .1em;
}
#main-column h3 {
	font: bold 11px/1.5em Verdana, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	margin-bottom:1em;
	text-transform: uppercase;
}

/* ---- =UL LI stylings ---- */
#main-column ul {
	margin-left:1.5em;
}
#main-column ul li {
	list-style-position: outside;
	list-style-type: disc;
}

/* ---- =Div float/width stylings for Two Column displays (currently found in UL LI on Home Page) ---- */
/* -- Apply these classes to container div, not directly to the UL or other content, 
/* -- so that styling cannot be edited/deleted by client through On-Page-Editor */
.col-one, .col-two {
	width:200px;
}
.col-one {
	float:left;
}
.col-two {
	float:right;
}

/* ---- =Side Content ------------------------------------------------------------------ */
#slideshow {
	margin-top:40px;
}
/* ---- =Footer ------------------------------------------------------------------------ */
#footer-container li {
	list-style-type: none;
	margin-left: 10px;
	padding: 0;	
	display:inline;
	color:#787878;
	font-size:10px;
}
#footer-container li a {
	color:#787878;
	text-decoration:none;
}
#footer-container li a:hover {
	color:#bcbcbc;
}
