@charset "utf-8";

body{
	background-color:#000000;
}

#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	background-color:#FFF;
	width:1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.7);
}

#header{
	width:1000px;
	float:left;
	height:150px;
}

#header_home{
	width:1000px;
	float:left;
	height:400px;
}

#header img {
	float:left;
}

.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#menu{
	background-color:#CCC;
	width:150px;
	height:650px;
	float:left;
	padding-left:25px;
}

#main_content{
	background-color:#FFFFFF;
	width:700px;
	float:left;
	/*padding:20px;*/
	padding-left:20px;
	padding-right:20px;
}

#menu h5{
	font-size:18px;
	font-family:"Comic Sans MS", cursive;
	color:#003;
}


p, li{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
}

#quote_measure_install{
}

table#stone_products td{
	padding-top:10px;
	padding-bottom:10px;	
}

table#contact_me{
	margin-top:20px;
	margin-right:50px;
	float:right;
	
}

table#contact_me td{
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
}

/*.header {
	color: rgb(0, 96, 127);
}*/

label.width_150 {
	width: 150px;
	display: block;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}


input.width_300 {
	width: 300px;
	display: block;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right:30px;
	text-align:right;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.clear_left{
	clear:left;
}


textarea#message{
	width: 300px;
	height:100px;
	display: block;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right:30px;
	text-align:right;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

input#send_msg{
	float:left;
	clear:both;
	margin-top:10px;
	margin-left:320px;
}


span#result{
	float:left;
	clear:left;	
}