@charset "UTF-8";
/* -----------------------------------------------
Title:		Eternal Accessories Default Styles
Author:		Andy Hunt
Modified:	28 May 2008
----------------------------------------------- */

/*---[GENERAL]-------------------------------------*/
body {
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #9A9692 url(images/bg_grade.jpg) repeat-x;
	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: #4D6480;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #9A9692;
	text-align: left; 
}
#header {
	background-image:url(images/bg_header.jpg);
	height: 125px;
	padding: 0 10px 0 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A9692;
}
h1 {
	margin: 0; 
	padding: 10px 0;
	color: #9A9692;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}
h2 {
	margin: 0; 
	padding: 2px 0;
	color: #FF6600;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}
h3 {
	margin: 0; 
	padding: 10px 0;
	color: #FFC766;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}
#mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}

.row2 {
	padding: 20px 20px 0;
	backgrou nd: #FFFFFF;
	border-top: 1px solid gray;
	clear: both;
}


#navbar {
	padding: 0 10px 5px;
	background: #FFC766;
	border-top: 1px solid #9A9692;
	clear: both;
}

#navbar li {
	text-align: center;
	color: gray;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 5px;
}

#navbar ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

#navbar a:link  {
	color: black;
}

#navbar a:hover  {
	color: gray;
}

#navbar a:visited  {
	color: black;
}

#footer {
	padding: 0 10px;
	background: #FFC766;
	border-top: 1px solid #9A9692;
	clear: both;
}
#footer p {
	margin: 0; 
	padding: 10px 0;
	color: #4D6480;
	text-align: center;
}

#footer li {
	text-align: center;
	color: gray;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0 5px;
}

#footer ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer a:link  {
	color: black;
}

#footer a:hover  {
	color: black;
}

#footer a:visited  {
	color: black;
}

#lcol{
	text-align: center;
	float: left;
	width: 350px;
}

#rcol{
	text-align: center;
	float: right;
	width: 350px;
}

a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #FFC766;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
ul {
	list-style-type: none;
	margin: 0;
}
li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
.blacktext{
	color: black;
}
.silvertext{
	color: #4D6480;
}
.bluetext{
	color: navy;
}
.redtext{
	color: maroon;
}

.list {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 25px 25px 25px 50px;
}

.list li{
	list-style-type: circle;
	list-style-position: outside;
	display: list-item;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.center {
	text-align: center;
}

.box {
	margin: 5px 10px 15px;
	padding: 5px 20px;
	border: 2px groove #FFC766;
}

.clear {
	clear: both;
	border: 1px solid #9A9692;
}

.imgborder{
	border: 1px solid #000;
}