@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	letter-spacing:0.5px;
	background: #000;
	background-image:url(images/dark-metal-texture-small.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFF;
}
strong {
	font-weight:bold;
	color:#ffcc66;
}
h1 {
	font-weight:bold;
	font-size:14pt;
	color:#FFF;

}
.oneColElsCtr #container {
	width: 1000px;
	height: 655px;
	background-color:#000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #container_Gallery {
	width: 1000px;
	height: auto;
	background:#000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 0 15px 0;
	text-align:left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	width: 900px;
	height: 350px;
	margin: 20px 50px 15px 50px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #mainContent_Gallery {
	width: 1000px;
	height: 530;
	margin: 0 auto;
	margin:0 0 15px 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #mainContent_Gallery iframe {
	font-size:10px;

}
#logoBoxAndNavBar {
	position:relative;
	width: 1000px;
	height: 165px;
	margin: 0 0 15px 0;
}
#logo-box {
	float: left;
	width: 256px;
	height: 165px;
	background-image:url(images/PI-Jewels-Logo.gif);
	margin: 0 0 0 50px;
}
#navbar {
	float:left;
	display:block;
	list-style-type: none;
	width: 670px;
	height: 12px;
	margin: 0 0 0 22px;
	padding: 144px 0 0 0;
	font-size: 13px;
	font-style: normal;
	text-align:left;
}
#bottom_navbar {
	list-style: none;
	width: 1000px;
	height: 14px;
	margin: 12px 0 0 0;
	font-size: 13px;
	line-height:32px;
	font-style: normal;
	text-align:center;
}


ul {
	margin:0;
	padding:0;
}

ul li{
	display: inline;
}
ul li a {
/*---Selects only line items in the navbar list---*/
	padding: 0 20px 0 20px;
	text-decoration: none;
}
a:link {color:#ffcc66; text-decoration:none; }
a:visited {color:#ffcc66; text-decoration: none;}  /* visited link */
a:hover {
	color: #fff;
	text-decoration:none;
	font-weight:400;
}  /* mouse over link */
a.first {
	border-left: 2px solid #ffcc66;
	border-right: 2px solid #ffcc66;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}  /* selected link */

#image-box{
	width: 450px;
	height: 350px;
	margin:0 0 10px 0;
	padding:0;
	float:left;
}
#main-text-box{
	width: 420px;
	height: 350px;
	margin:0;
	padding:0;
	float:right;
	text-align: center;
}
/*
#bottom_navbar ul{
	padding: 5px 0 5px 0;	
}

#bottom_navbar ul li{
	display:inline;


}
#bottom_navbar ul li a {
	text-decoration: none;
	padding: 0 15px 0 15px;
}
*/

.text_line
{
clear:both;
margin-bottom:1px;
}

#credit_box {
	float: left;
	width: 600px;
	padding: 0;
	text-align: left;
	text-indent: 10px;
	color: #FFF;
	margin-top:20px;
}
#call_us {
	float:right;
	width: 400px;
	padding: 0;
	text-align:right;
	color:#ffcc66;
	margin-top:20px;
}
/*
h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	width:170px;
	text-align:right;
	float:right;
	color:#ffcc66;
}*/
.oneColElsCtr #container #mainContent #main-text-box table {
	text-align: center;
}
hr {
	width:900px;
	align:center;
	color:#666;
	height: 0.5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}
