@charset "UTF-8";

body {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}

h1, h4 {
	text-align:center; 
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color:#000;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 95%;
	max-width: 1260px;/* IE6 does not respect this declaration. */
	min-width: 800px;/* IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

.header {
	background: #62B3A0;
	width: 100%;
}
.header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 48px;
	text-align: center;
	vertical-align: middle;
}
.nav {
	position: relative;
	left: 0px;
	top: 0px;
	background: #000;
	width: 100%;
	/*padding-bottom: 10px;*/
}
.spacer {
	clear:both;
}
.content {
	padding-top: 2%;
	padding-left: 5%;
	width: 70%;
	float: left;
	
}
.FlashContent
{
	padding: 10px 0;
	width: 80%;
	position: relative;
	left: 10%;
}
.sidebar2 {
	float: left;
	width: 25%;
	background: #a0dcc3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 10px 0;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
ul.menu {
	list-style: none;
	width: 100%; 
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.menu li {
	/*border-bottom: 1px solid #666; /* this creates the button separation */
	float:left;
	width:20%;
	text-align: center;
}

ul.menu a { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background: #000;
	color: #FFF;
}

ul.menu a:hover, ul.menu a:active, ul.menu a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #333333;
	color: #FFF;
}
.Jewelry {
	padding: 10px;
	width: 100%;
	float:left;
}
.Phone {
	padding: 10px;
	width: 100%;
	float:left;
}
.Picture {
	padding: 10px;
	width: 100%;
	float:left;
}

.app_image {
	width: 50%;
	float:left;
}
.app_description {
	width: 50%;
	float:left;
}
.FlashApps{
	width:70%;
}
.JavaScriptApps{
	width:70%;
}
.PhpSqlApps{
	width:70%;
}
.main {
	padding-top:50px;
	padding-left:5%;
}
.Holiday {
	width:100%;
}
.HolidayInfo {
	padding-left: 0px;
	width:100%;
	position:relative;
	left: 0%;
	top: 0%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
}
.HolidayImage1 {
	width:40%;
	position:relative;
	padding-left: 40%;
}
.HolidayImage2 {
	width:40%;
	padding-left: 35%;
	position:relative;
}
.HolidayTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	text-align: center;
}
.ChooseHoliday {
	width: 25%;
	background: #a0dcc3;
	position:relative;
	left: 0%;
	float: right;
}
#Holidays {
	position:relative;
	left: 20%;
}

.mouseOverDemo {
	width:100%;
}
.mouseOverInfo {
	padding-left: 0px;
	width:100%;
	position:relative;
	left: 0%;
	top: 0%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
}
.mouseOverImage1 {
	width:50%;
	position:relative;
	padding-left: 45%;
}
.mouseOverTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	text-align: center;
}
.databaseTable {
	position:absolute;
	padding-top: 5%;
	padding-left: 10%;
}

.databaseTableNav {
	position:relative;
	padding-top: 5%;
}
.JewelryDetailTitle {
	width: 100%;
	position:absolute;
	padding-top: 5%;
	text-align: center;
}
/* ~~The footer ~~ */
.footer {
	padding: 10px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
label {
	float: left;
	width: 150px;
}
.btn {
	margin-left: 160px;
}
.js_on {
	display: none;
}
.container .info {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
}
.logo img {
	text-align: center;
}


