﻿@import url('layout.css');
body {
	background-color: #B4CAFE;
}

#Header h1{

	height: 300px;
	width: 900px;
	background-repeat: no-repeat;
	margin-top: 0;
	position: absolute;

}
#Header h1 span {
	position: absolute;
    left: -999em;
}

#masthead {
	text-align: center;
	width: 900px;
}
#naviagation {
	text-align: center;
	clear: both;
	width: 900px;
	padding: 0px;
}

#container {
	background-color: #B4CAFE;
}
#masthead {
	text-align: center;
	background-image: url('images/non-piercing-jewellery-header.jpg');
	background-repeat: no-repeat;
}
#column_l {
	width: 550px;
	padding: 15px;
	background-color: #B4CAFE;
}
#column_l img {
	padding: 1px;
	border: medium solid  #004993;
	text-align: center;
}
html>body #column_l {
	width: 550px;
	padding: 0 15px;
	background-color: #B4CAFE;
	text-align: center;
	font-size: 12px;
}
.tabel {
	margin: auto;
	background-position: center center;
	border: 4px solid  #004993;	
	padding: 1px;
	width: 22px;
	display: table;
	text-align: center;
}
#column_r {
	width: 300px;
	padding: 15px 10px;
	background-color: #fff;
		}
#column_r img {
	padding: 1px;
	border: medium solid  #004993;
	text-align: center;
			}
#noborder{

}
html>body #column_r {
	width: 300px;
	padding: 15px 10px;
	background-color: #B4CAFE;
	text-align: center;
	
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}

#content h1 {
	font-size: 22px;
	color: #696969;
	font-family: "Lucida Calligraphy";
}


/* Site typography */

h1 {
	font-size: 22px;
	color: #696969;
	font-family: "Lucida Calligraphy";
}
h2 {
	font-size: 20px;
	color: #696969;
	font-family: "Lucida Calligraphy";
}
h3 {
	font-size: large;
	color: #696969;
	font-family: "Lucida Calligraphy";
}
h4 {
	font-size: large;
	color: #696969;
	font-family: "Lucida Calligraphy";
}
h5 {
	font-size: large;
	color: #696969;
	font-family: "Lucida Calligraphy";
}
h6 {
	font-size: large;
	color: #696969;
	font-family: "Lucida Calligraphy";		
	}
ul {
	font-size: small;
	color: #660066;
}
p {
	font-size: small;
			color: #707070;
	font-family: "Comic Sans MS";
}
blockquote {
	font-size: small;
	color: #660066;
	
}
/* Footer */
#footer p {
	font-size: small;
	color: #0033CC;
}
/* Links */
a {
	color: 	#004993;
	text-decoration: underline;
}
a:hover {
	color: #696969;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.newStyle2 {
	font-family: "Lucida Sans Unicode";
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	
}
.newStyle3 {
	font-family: "Lucida Sans Unicode";
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #0000FF;
}
/* Navigation */

#naviagation {
	background: #B4CAFE;
	margin: auto;
	padding: 1em 0 0 0;
	font-family: georgia, serif;
	text-transform: lowercase;
	background-position: center;
	text-align: center;
}
ul#navlist
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 90%;
	font-size: 0.8em;
}
ul#navlist li
{
	display: inline-block;
	float: none;
	width: 12%;
	margin: 0;
	padding: 0;
}
ul#navlist li a
{
	display: block;
	width: 90%;
	padding: 0.5em;
	border-width: 1px;
	border-color: #CBDAFE #808080 #aaab9c #B7C6BB;
	border-style: solid;
	color: #FFFFFF;
	text-decoration: none;
	background: #004993;
	text-align: center;
}
#naviagation>ul#navlist li a { width: auto; }
ul#navlist li#active a
{
background: #B4CAFE;
color: #004993;
text-align: center;

}

ul#navlist li#active a:hover
{
	color: #004993;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
	font-weight: bold;
}
ul#navlist li a:hover
{
color: #004993;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}




