/* CSS Document for McKinney's Jewlers :: Created By Bluewire Media */

html, body{
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

a{text-decoration: none;}
a:link{color: #FFFFFF;}
a:visited{color: #FFFFFF;}
a:hover{color: #90D4F1;}

.address{
	border: 1px solid #919191;	
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	background-color: #353535;
	height: 20px;
	padding-right: 10px;
}

/***********************************/
/**              MENU             **/
/***********************************/

.menu{
	width: 145px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	font-size: 11px;
	line-height: 26px;
}

.menu a{
	text-decoration: none;
}
.menu a:link{color: #FFFFFF;}
.menu a:visited{color: #FFFFFF;}
.menu a:hover{color: #90D4F1;}

#active{
	color: #90D4F1;
}


/***********************************/
/**            CONTENT            **/
/***********************************/

.content{
	padding-top: 4px;
}

.content-left{
	position: relative;
	top: 0;
	left: 0;
	width: 444px;
	height: 372px;
	border: 1px solid #919191;
	z-index: 4;
}

#flash{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.content-right{
	position: relative;
	top: 0;
	left: 0;
	width: 313px;
	height: 372px;
	border: 1px solid #919191;
	margin-left: 4px;
	
	color:#FFFFFF;
	font-size: 11px;	
	line-height: 17px;
	z-index: 2;
}

.content-right table{
	height: 372px;
}

.vertical-block{
	width: 20px;
	background-color: #353535;
	border-right: 1px solid #919191;
}

.content-right-td{
	padding: 15px;
	text-align: justify;
}

.content-right a{
	text-decoration: underline;
}

h1{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}

h2{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

#staff-profiles{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 763px;
	height: 372px;
	border: 1px solid #919191;
	background: #000000;
	z-index: 3;
}

/***********************************/
/**             FOOTER            **/
/***********************************/

.footer{
	padding-top: 12px;
}

/***********************************/
/**              FORM             **/
/***********************************/

.formSection{
	border: 1px solid white;
	margin: 25px 0px 25px 0px;
	padding: 0px 0px 15px 0px;
}

.formHeading{
	position: relative;
	top: -14px;
	background-color: #000000;
	width: auto;
	padding-left: 15px;
}

.formButton{
	border: 1px solid #999999;
	background: #FFFFFF;
}

.formButton:hover{
	background-color: #90D4F1;
	cursor: pointer;
}
