#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
#header {
	float: left;
	height: 160px;
	width: 1000px;
	background-image: url(../3ei-jewelry-designs-style/3ei-designs-header_01.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #257389;
	border-right-color: #257389;
	border-bottom-color: #257389;
	border-left-color: #257389;
}
#angel-design-jewelry {
	width: 220px;
	height: 75px;
	margin-top: 20px;
	margin-left: 770px;
	margin-bottom: 35px;
}

#body-area {
	width: 980px;
	background-repeat: repeat;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #257389;
	border-bottom-color: #257389;
	border-left-color: #257389;
	float: left;
	background-color: #000;
}
#footer {
	text-align: center;
	float: left;
	width: 1000px;
}
.footer-text {
	font-size: 10px;
	color: #FFF;
}
#footer a:link {
	color: #6AABBF;
}
#footer a:visited {
	color: #6AABBF;
}
#footer a:hover {
	color: #00D9FF;
	text-decoration: underline;
}
#footer a:active {
	color: #6AABBF;
}
#clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
h1 {
	font-size: 16px;
	color: #99C2D0;
	padding-left: 20px;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	color: #5394A8;
	margin-bottom: -10px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	margin: 0px;
}

.blue-borders {
	border: 1px solid #2c525d;
}

.right-justify {
	text-align: right;
}
.left-justify {
	text-align: left;
}
.center-justify {
	text-align: center;
}


.blue-border {
	border: 1px solid #7FD1E9;
}
.red-text {
	font-weight: bold;
	color: #C00;
	font-size: 18px;
}
#editable-space {
	width: 245px;
	text-align: center;
	float: left;
	margin: 0px;
	padding-top: 20px;
}
#menu {
	padding: 0px;
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	z-index: 75;
	position: relative;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	background-color: #3F4D56;
	background: -ms-linear-gradient(top, #3D8EA9 0%, #263C49 100%);
	background: -moz-linear-gradient(top, #3D8EA9 0%, #263C49 100%);
	background: -webkit-linear-gradient(top, #3D8EA9 0%, #263C49 100%);
	background: -webkit-gradient(linear, top, right-bottom, color-stop(0, #3D8EA9 0%),color-stop(1, #263C49 100%));
	background: -o-linear-gradient(top, #3D8EA9 0%, #263C49 100%);
	background: linear-gradient(top, #3D8EA9 0%, #263C49 100%);
	float: left;
	position: relative;
	list-style-type: none;
	border: 1px solid #257389;
	opacity: .8;
}

#menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
	width: 105px;
}
#menu ul ul.sub1 {
	position: absolute;
	visibility: hidden;
	left: -1px;
}
#menu ul ul.sub2 {
	position: absolute;
	visibility: hidden;
	left: -1px;
}
#menu ul ul.sub3 {
	position: absolute;
	visibility: hidden;
	left: -1px;
}

#menu ul ul.sub2L {
	position: absolute;
	visibility: hidden;
	left: -1px;
}
#menu ul ul.sub3L {
	position: absolute;
	visibility: hidden;
	left: -1px;
}






#menu ul li:hover {
	color: #3F4D56;
	background-color: #51A1B8;
	background: -ms-linear-gradient(top, #263C49 0%, #3D8EA9 100%);
	background: -moz-linear-gradient(top, #263C49 0%, #3D8EA9 100%);
	background: -webkit-linear-gradient(top, #263C49 0%, #3D8EA9 100%);
	background: -webkit-gradient(linear, top, right-bottom, color-stop(0, #263C49 0%),color-stop(1, #3D8EA9 100%));
	background: -o-linear-gradient(top, #263C49 0%, #3D8EA9 100%);
	background: linear-gradient(top, #263C49 0%, #3D8EA9 100%);
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	opacity: 0.9;
}



#menu ul li a:hover {
	color: #FFFFFF;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display: block;
}
#menu ul li:hover  .sub1 {
	visibility: visible;

}
#menu ul .sub1 li:hover .sub2  {
	visibility: visible;
}
#menu ul .sub2 li:hover .sub3 {
	visibility: visible;
}

#menu ul .sub1 li:hover .sub2L {
	visibility: visible;
}
#menu ul .sub2 li:hover .sub3L {
	visibility: visible;
}







#menu ul li ul li {
	background-color: #3E4C55;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease;
	-webkit-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	margin-top: -1px;
}
#menu ul li ul.sub2L li {
	background-color: #6EACC1;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	left: -249px;
	top: -20px;
}
#menu ul li ul.sub3L li {
	background-color: #6EACC1;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	left: -249px;
	top: -20px;
}

#menu ul li ul.sub2 li {
	background-color: #6EACC1;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	left: 107px;
	top: -20px;
}
#menu ul li ul.sub3 li {
	background-color: #6EACC1;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	left: 107px;
	top: -20px;
}






#menu ul li ul li a:hover {
	background-color: #3F4D56;
	background: -ms-linear-gradient(top, #3D8EA9 0%, #FFFFFF 100%);
	background: -moz-linear-gradient(top, #3D8EA9 0%, #FFFFFF 100%);
	background: -webkit-linear-gradient(top, #3D8EA9 0%, #FFFFFF 100%);
	background: -webkit-gradient(linear, top, right-bottom, color-stop(0, #3D8EA9 0%),color-stop(1, #FFFFFF 100%));
	background: -o-linear-gradient(top, #3D8EA9 0%, #FFFFFF 100%);
	background: linear-gradient(top, #3D8EA9 0%, #FFFFFF 100%);
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: #000000;
}
.larger-text {
	font-size: 16px;
	font-weight: bold;
	color: #5394A8;
	padding-bottom: 5px;
}
.larger-text-white {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
}

.padded-borders {
	border: 1px solid #7FD1E9;
	padding: 0px;
	margin: 25px;
}
#social-media-widgets {
	float: left;
	width: 990px;
}
#ordering {
	float: left;
	width: 980px;
	background-color: #0D252F;
}
#jewelry-text-box {
	width: 580px;
	float: left;
	height: 120px;
	padding: 10px;
}

#paypal-box {
	width: 370px;
	float: left;
	margin: 0px;
	height: 120px;
	opacity: 0.7;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.yellow-text {
	color: #FC0;
}
