/*######################
 RESETTING
 #######################*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

body, html {
  height: 100%;
  text-align: center;
}

body
{
  background-color: #E6E6E6;
	
	font-family: Arial;	
	font-size: 1.0em;
}

a {
  color: #000000;
}

input {
  border:0 none;
  height:23px;
  overflow:hidden;
  padding: 6px 3px 3px 3px;
  width:188px;
  background:url(../images/input_bg.gif) 0 0 no-repeat;
}

textarea {
  width: 187px;
  height: 89px;
  background: url('../images/textarea_bg.gif') 0 0 no-repeat;
	padding: 0px 10px 0px 5px;
	border: none;
	font-family: Arial;  
  font-size: 0.9em;
}

/*######################
 GENERAL
 #######################*/

div.clear {
  clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.margin_top_20 {
	margin-top: 20px;
}

img.shadow
{
  width: 965px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 12px;
}

img.extra_left
{
  top: 130px;
}

div.submit {
	width: 76px;
	height: 29px;
	background-color: #67AFE5;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0 0 20px;
	cursor: pointer;
}
/*######################
 MAIN CENTERED CONTAINER
 #######################*/

div#wraper {
  width: 995px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  display: table; /*** For non-IE browsers ***/
  height: 100%;
}

div.shadow {
  position: relative;
  float: left;
  width: 4px;
  display: table; /*** For non-IE browsers ***/
  height: 100%;
}

div.shadow.left {
  background: url(../images/shadow_left.png) repeat-y;
}

div.shadow.right {
  background: url(../images/shadow_right.png) repeat-y;
}

div#content_container {
  position: relative;
  float: left;
  display: table; /*** For non-IE browsers ***/
  width: 965px;
  height: 100%;  
  background-color: #FFFFFF;
	padding: 10px;
  //height: auto; /*** For IE7  ***/
  //min-height: 100%; /*** For IE7  ***/
}

/*######################
 HEADER
 #######################*/

div.headerArea
{
  width: 965px;
  height: 130px;
  text-align: left;
  position: relative;
  
}

img.header_image
{
  float: left;
}

div.phone_number
{
  position: absolute;
  bottom: 30px;
  right: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #00112E;
}

/*######################
 CONTENT
 #######################*/

div#page_content {
	float: left;
	width: 693px;
	margin: 10px 0 10px 0;
	padding: 10px;
}

div#page_content h2
{
  display: block;
  color: #67AFE5;
  padding-bottom: 15px;
  border-bottom: 1px solid #67AFE5;
  font-size: 1.4em;
  margin: 0px;
  padding-top: 26px;
  margin-bottom: 20px;
}

/*######################
 MENU
 #######################*/

div.menu
{
	float: right;
	width: 233px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.menu li a
{
	display: block;
	background-color: #67AFE5;
	height:39px;
	border-bottom: 1px solid #E6E6E6;
	line-height: 39px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	font-weight: bold;
}

div.menu li a:hover, div.menu li.selected a
{
	background-color: #E6E6E6;
}

div.menu li.sub_menu_option a {
  display: block;
  background-color: #00112E;
  height:39px;
  border-bottom: 1px solid #001E52;
  line-height: 39px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 40px;
  font-size: 12px;
  font-weight: bold; 
}

div.menu li.sub_menu_option a:hover, div.menu li.selected a {
  background-color: #001E52;
}

/*######################
 SHADOW BOX
 #######################*/

div.shadow_box div.top {
  width: 239px;
  height: 3px;
  background: url(../images/shadow_box_top.png); 
}

div.shadow_box div.middle {
  width: 239px;
  background: url(../images/shadow_box_middle.png) 0 0 repeat-y; 
	/*
padding: 0 10px 0 10px;
*/
}

div.shadow_box div.bottom {
  width: 239px;
	height: 4px;
	background: url(../images/shadow_box_bottom.png);	
}

/*######################
 CONTACT FORM
 #######################*/

div#contact_form {
  float: right;
	clear: both;
	margin-top: 20px;
}


div#contact_form ul {
	list-style: none;
	padding: 0 3px 0 3px;
}

div#contact_form ul li.title {
	background-color: #67AFE5;
	height: 25px;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 10px;
}

div#contact_form ul li {
	padding: 5px 0 5px 10px;
}

div#contact_form ul li.label {
	padding: 5px 0 0 10px;
	font-size: 0.75em;
	font-weight: bold;
	color: #67AFE5;
}

div#contact_form1 {
	float: left;	
	margin-top: -3px;
	margin-right: 8px;
}

div#contact_form1 ul {
	list-style: none;
	padding: 0px 3px 0px 3px;
}

div#contact_form1 ul li.title {
	background-color: #67AFE5;
	height: 25px;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 10px;
}

div#contact_form1 ul li {
	padding: 5px 0 5px 10px;
}

div#contact_form1 ul li.label {
	padding: 5px 0 0 10px;
	font-size: 0.75em;
	font-weight: bold;
	color: #67AFE5;
}

/*######################
 FOOTER
 #######################*/

div.footer {
	display: block;
	position: relative;
	margin-top: 30px;
	background-color: #67AFE5;
	color: #ffffff;
	padding: 20px;
}

div.footer a
{
  color: #FFFFFF;
}

div.footer h2 {
	padding-bottom: 20px;
}

div.footer ul {
	list-style: none;
	float: left;
	margin-right: 40px;
}

div.footer ul li.top {
	font-weight: bold;
	font-size: 0.9em;
}

div.footer ul li a {
	text-decoration: none;
	font-size: 0.8em;
}

div.footer ul li a:hover {
  text-decoration: underline;
}

div.footer div.copyright {
	float: left;
	margin-top: 40px;
	font-size: 0.8em;
}

div.footer a.footer_logo {
  float: right;
  width: 67px;
  height: 60px;
  margin-top: 20px;
  background: url(../images/logo_search_you_footer.png) 0 0 no-repeat;  
}

div.footer a.footer_logo:hover {
  background-position: 0 -60px ;
}
#headstones {
	width: 693px;
}
.Details {
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
.Detail1 {
	color: #F00;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
}
.Price {
	font-size: 22px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.largerfont {
	font-size: 24px;
}
.letter-styles {
	font-size: 18px;
	text-align: center;
}
.cut-guild {
	color: #FC3;
	background-color: #000;
	text-align: center;
}
.cut-lead {
	color: #999;
	background-color: #E4B6E4;
	text-align: center;
}
.pic1-pad {
	padding-left: 80px;
}
.pic2pad {
	padding-left: 120px;
}
.hand-cut {
	color: #FFF;
	background-color: #630;
}
#wraper #content_container #page_content .letter-styles {
	font-family: Times New Roman, Times, serif;
}
#wraper #content_container #page_content .letter-styles {
	font-family: Bookman Old Style;
}
#wraper #content_container #page_content .letter-styles .cut-guild {
	font-family: Times New Roman, Times, serif;
}
#content_container #page_content .letter-styles {
	font-family: Bookman Old Style;
}
#wraper #content_container #page_content .letter-styles .cut-guild {
	font-family: Times New Roman, Times, serif;
}
.pic3-pad {
	padding-left: 40px;
}
.pic4-pad {
	padding-left: 105px;
}
.pic5-pad {
	padding-left: 50px;
}
.pic6-pad {
	padding-left: 225px;
}
.pic7-pad {
	float: left;
}
.red-bold-font2 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #E40000;
}
.red-bold-font {
	font-size: 16px;
	font-weight: bold;
	color: #E40000;
}
.red-bold-font1 {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #E4004F;
}
.detail-bold {
	font-size: 16px;
	font-weight: lighter;
}
.detail-price-bold {
	font-size: 18px;
	font-weight: bold;
}
.new-design-now-avail {
	font-size: 22px;
	font-weight: bold;
	font-variant: normal;
	color: #009;
}
.pic8-pad {
	float: right;
}
