/*
general CSS for My Crystal Bridge pages.
*/
body {
  font: 90% Verdana, Helvetica, Arial, sans-serif;
  background-color: #72786C;
  text-align: center;
  padding: 0;
  margin: 1em;
}

h1 {
	font-size: 150%;
	height: 120px;
	color: black;
	background: white url(images/brooklyn-bridge-dusk-small.jpg) repeat-y right;
}

#frame {
	width: 66em;
	background-color: white;
	text-align: left;
	margin: 0 auto;
}

#nav-v {
	float:left;
	margin: 0em 0 0 0;
}

#nav-v ul {
	list-style:none;
	margin: 0em;
	padding: 0em;
}

#nav-v a {
	display:block;
	width: 8em;
	text-decoration: none;
	background-color: #3770c1;
	color: white;
	font-weight:bold;
	font-size: 75%;
	padding: 0.3em 0.4em 0.3em 0.4em;
	border-top: 0em #000;
	border-bottom: 0.2em #000;
	border-style: solid;
	border-color: white;
	text-align: center;
}

#nav-v a:active {
	background-color: #8ab5f3;
}

#nav-v a:hover {
	background-color: #8ab5f3;
}

#nav, #nav ul {
	float: left;
	width: 58em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	margin-left:0em;
	margin-top: 0em;
}

#nav a {
	display: block;
	padding: 0.4em 0.6em 0.4em 0.6em;
	width: 8em;
	font-size: 75%;
	background-color: #3770c1;
	text-decoration: none;
	text-align: center;
	color: white;
	font-weight: bold;
}

#nav li {
	float: left;
	padding: 0;
	width: 8em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 8em;
	font-weight: bold;
	margin: 0em;
}

#nav li li {
	padding-right: 0.3em;
	width:8em
}

#nav li ul a {
	width: 8em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: white;
}

#nav a:active {
	background-color: #8ab5f3;
	width: 8em;
}

#nav a:hover {
	background: #8ab5f3;
	width: 8em;
}

#search {
	float: right;
}

#news-title {
	background-color: #3770c1;
}

#news {
	float:right;
}
ul.news {
	list-style-type: none;
	width: 14em;
	margin: 0.3em 0.6em 0.3em 0.6em;
	padding: 0.3em 0.6em 0.3em 0.6em;
	font-size: 80%;
	font-weight: bold;
	border-style: soild;
	border-color: black;	
}

ul.news a {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
}

ul.news a:hover{
	background-color: white;
}

.news-odd {
	background-color: #8ab5f3;
}

.news-even {
	background-color: #cbdcf3;
}

form.search fieldset {
	border: 0px;
	float: right;
	font-weight: bold;
	font-size: 90%;
	padding-top: 0em;
	padding-bottom: 0.1em;
}

.search-button {
	font-weight: bold;
	font-size:100%;
	background-color:#3770c1;
	color:white;
}

form.subnews {
	width: 14em;
}

form.subnews fieldset {
	display: block;
	font-weight: bold;
	font-size: 90%;
	padding: 0em 1em 0.5em 0.4em;
	text-align: left;
	clear: left;
}

.email {
	width: 10em;
}
.subname{
	width: 10em;
}

.submit-button {
	font-weight: bold;
	font-size:100%;
	background-color:#3770c1;
	color:white;
	width: 14em;
}

#home {
	font-size: 80%;
	margin-left: 8.5em;
	width: 56em;
}
#gallery {
	font-size: 80%;
	margin-left: 2em;
}

#product {
	font-size: 80%;
	margin-left: 8.5em;
	width: 55em;
}

#php {
	width: 66em;
	font-size: 80%;
	background-color: white;
	text-align: left;
	margin: 0 auto;
}

#cart {
	font-size: 80%;
	margin-left: 8.5em;
	width: 50em;
}

#home a:link {
  color: #0000ff;
}

#home a:visited {
  color: #ff3300;
}

#home a:active {
  color: #3770c1;
}

#product a:link {
  color: #0000ff;
}

#product a:visited {
  color: #ff3300;
}

#product a:active {
  color: #3770c1;
}

#footer {
	color: #3770c1;
	font-weight: bold;
	text-align: center;
}

#slidewindow {
	background-color: white;
	width: 400px;
	height: 300px;
	text-align: center;
	vertical-align: middle;
	border: 0.5em solid white;
	float: left;
}

#container {
	width: 34em;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	background-position:right;
}

.iFrame {
	width: 33em;
	height: 33em;
	margin:0;
}
	
ul.footer li { display: inline;
	font-size: 70%;
}

a:link {
  color: black;
}

a:visited {
  color: #ff3300;
}

a:hover {
  text-decoration: none;
  color: black;
  background-color: #8ab5f3;
}

a:active {
  color: black;
  background-color: #8ab5f3;
}

