/* Site-wide */

body {
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	text-align: center;
	background: url(images/long_background.jpg) repeat-x;
	margin: 20px;
}

#splash {margin: 0px;}

#regular {
	background: url(images/long_background.jpg) repeat-x;
	margin: 20px;
}


#splash {  /* index.html (splash page) specific */
	background: url(images/splash_background.jpg) repeat-x;
	text-align: center;
}


a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #65B5C6;
	text-decoration: underline;
}
a:visited {
	color: #942323;
	text-decoration: underline;
}
a:active {
	color: #C9AA4E;
	text-decoration: underline;
}


.link, a:link {
	color: #942323;
	text-decoration: none;
}
.link, a:hover {
	color: #FE0F00;
	text-decoration: none;
}
.link, a:visited {
	color: #942323;
	text-decoration: none;
}
.link, a:active {
	color: #FFC100;
	text-decoration: none;
}


#wrapper {
	text-align: Left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}




#left {
	float: left;
	width: 290px;
}
#left h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 5px 25px;
	padding: 0px;
	width: 215px;
}
#left p {
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 15px 25px;
	padding: 0px;
	width: 215px;
}
#right {
	float: left;
	width: 450px;
	margin-bottom: 50px;
	padding-top: 50px;
}


#menu {
	margin-bottom: 50px;
	border: 1px solid #FFFFFF;
	clear: both;
}

#navcol1, #navcol2 {
	float: left;
	
}

.navitem {
	margin: 3px;
	background: #EDEDED;
	width: 190px;
	font-weight: bold;
	text-align: left;
}

.link {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 25px;
	
}

.clear {
	clear: both;
}


#copy {
	clear: both;
}

#copy p {
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px 15px;
	padding: 0px;
}

span.details {
	font-size: 11px;
	line-height: 16px;
	display: block;
}




.hours {
	font-size: 18px;
	font-weight: bold;
	color: #FE0F00;	
	text-align: center;
}

.prices {
	margin-bottom: 10px;
}

.prices td {
	font-size: 11px;
}

.prices th {
	text-align: left;
	border-right: 1px solid #999999;
}

#footer {
	text-align: center;
	width: 745px;
	clear: both;
	height: 40px;
}

.footitem {
	float: left;
}

#hours {
	width: 190px;
}

#address {
	width: 290px;
	display: block;
	font-style: normal;
}

#phone {
	width: 160px;
}

#diamonds {
	text-align: right;
	width: 100px;
}

.specialtitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.specialday {
	font-size: 15px;
	font-weight: bold;
}

.specialtime {
	font-size: 15px;
}

.specialprice {
	font-size: 33px;
	color: #FE0F00;
	margin: 25px;
}


#contact {
	text-align: left;
	clear: both;
	padding-left: 30px;
	font-size: 10px;
	color: #666666;
	height: 35px;
}

#social {
	text-align: left;
	padding-left: 30px;
	padding-bottom: 30px;
}

#legal {
	text-align: left;
	clear: both;
	padding-left: 30px;
	font-size: 10px;
	color: #666666;
	margin-bottom: 25px;
}
.oops {
	font-size: 25px;
	color: #666666;
	width: 600px;
	margin: 25px;
	line-height: 32px;
	text-align: left;
}

.jobicon {
	border: 3px solid #CCCCCC;
}

.photoset {
	margin-bottom: 25px;
}

